Comware Based
1748204 Members
3302 Online
108759 Solutions
New Discussion юеВ

Re: A9508 Core switches running version 1335-5W130 MSTP bpdufiltering

 
SOLVED
Go to solution
lucswolfs
Occasional Contributor

A9508 Core switches running version 1335-5W130 MSTP bpdufiltering

How to configure bpdu-filtering on H3C ? This command doesn't seem to exist. Some documents seem to talk about a 'bpdu-drop' command, but that's not available on these core switches

5 REPLIES 5
showneek
Respected Contributor

Re: A9508 Core switches running version 1335-5W130 MSTP bpdufiltering

Hi,

 

you should be able to disable stp on particular port(s) from interface configuration context:

 

[switch] interface gigabitethernet 1/0/1

[switch-GigabitEthernet1/0/1] stp disable

 

Regards,

Jan

pombeii
Frequent Advisor

Re: A9508 Core switches running version 1335-5W130 MSTP bpdufiltering

Try this command: stp edged-port enable

This command enables a port connected to a user terminal to rapidly transition from the blocked state to the forwarding state instead of going through all intermediate states. Read the section "Configuring edge ports" in the LAN swtiching configuration guide for configuration guidelines.

lucswolfs
Occasional Contributor

Re: A9508 Core switches running version 1335-5W130 MSTP bpdufiltering

The cisco interface configuration command 'spanning-tree bpdufilter'  will prevent an interface from sending or receiving spanning tree BPDU's, to my opinion this cannot be achieved with either the 'stp disable' or 'stp edged-port enable' on H3c.

showneek
Respected Contributor
Solution

Re: A9508 Core switches running version 1335-5W130 MSTP bpdufiltering

"The cisco interface configuration command 'spanning-tree bpdufilter'  will prevent an interface from sending or receiving spanning tree BPDU's"

 

... in other words this command disable STP functionality per port basis so these ports are not part of STP operation. On Cisco and E-Series (ex-ProCurve) this is done by bpdu filtering configured on the ports. On A-Series (ex-H3C) this should be done with stp disable command entered in interface context.┬и

 

That's my opinion.

 

Regards,

Jan

lucswolfs
Occasional Contributor

Re: A9508 Core switches running version 1335-5W130 MSTP bpdufiltering

Yes, you are right. Thanks.