Comware Based
1752754 Members
4569 Online
108789 Solutions
New Discussion юеВ

How to filter BPDU on port?

 
IvanBayan
Occasional Contributor

How to filter BPDU on port?

Hello.

I want to filter all BPDU on specified port. As i can understand , 'bpdu drop' just discarding BPDU's, but they still forwarding thru port. I need something like 'spanning-tree bpdufilter enable' in cisco.

It is possible?

3 REPLIES 3
Peter_Debruyne
Honored Contributor

Re: How to filter BPDU on port?

bpdu-protection is available for all STP Edge ports.

1/ enable stp edge port (like cisco port-fast)

int range g1/0/1 to g1/0/48

 stp edge enable

 quit

 

2/ enable global bpdu-protection

stp bpdu-protection

 

3/ optional : configure the global auto-re-enable interval

shutdown-interval 60

 

 

All 5120 manuals:

http://h20566.www2.hp.com/portal/site/hpsc/public/psi/manualsResults/?lang=en&cc=us&sp4ts.oid=4174705

 

Look for the Layer 2 - Lan Switching Configuration guide

 

 

Emil_G
HPE Pro

Re: How to filter BPDU on port?

Hi

 

You didnt specify the model of the switch.

If we assume that this is a comware based switch you can have a look at this thread.

 

http://h30499.www3.hp.com/t5/Comware-Based/A9508-Core-switches-running-version-1335-5W130-MSTP/td-p/5337333#.UwzkELE1jIU

 

 

 

I am an HPE employee

Accept or Kudo


Emil_G
HPE Pro

Re: How to filter BPDU on port?

Just one addition

It looks like the command stp disable in interface context is not available for all switches.

The command undo stp enable can be used instead. From the manual.

 

яВ╖

You can use the undo stp enable command to disable the MSTP feature for certain ports so that they will not

participate in spanning tree calculation to save the CPU resources of the device.

I am an HPE employee

Accept or Kudo