Switches, Hubs, and Modems
1753689 Members
5063 Online
108799 Solutions
New Discussion юеВ

Re: Help!! Disabling Spanning Tree on Interface of 2510G

 

Help!! Disabling Spanning Tree on Interface of 2510G

Hello,

How you disable spanning-tree on interfaces on a 2510G..

###-##-SW01(config)# no spanning-tree 48
admin-edge-port Set the administrative edge port status.
auto-edge-port Set the automatic edge port detection.
bpdu-filter Stop a specific port or ports from transmitting BPDUs,receiving BPDUs, and assume a continuous fowarding state.
bpdu-protection Disable the specific port or ports if the port(s)receives STP BPDUs.
root-guard Set port to ignore superior BPDUs to prevent it from becoming Root Port.
tcn-guard Set port to stop propagating received topology changes notifications and topology changes to other ports.

ZEL-LG-SW01(config)# spanning-tree 48 priority
<0-15> Enter an integer number for the 'priority'command/parameter.
5 REPLIES 5
Richard Brodie_1
Honored Contributor

Re: Help!! Disabling Spanning Tree on Interface of 2510G

bpdu-filter

Re: Help!! Disabling Spanning Tree on Interface of 2510G

just tried no spanning-tree 48 bpdu-filter but the line spanning-tree 48 priority 0 still exists?

Any ideas
Richard Brodie_1
Honored Contributor

Re: Help!! Disabling Spanning Tree on Interface of 2510G

If you want to disable spanning tree on a port, you do it by turning the filter *on*. That forces the port to forwarding, and stops it sending or receiving BPDUs.

spanning-tree 48 bpdu-filter

>the line spanning-tree 48 priority 0 still exists?

If you change the priority back to the default (8), it won't appear in the configuration.

Re: Help!! Disabling Spanning Tree on Interface of 2510G

Cheers for that, changing it to 8 sorted the problem.. Im still coming to terms with the HP IOS. More of a Cisco Fan to be fair

Re: Help!! Disabling Spanning Tree on Interface of 2510G

Changing priority to 8 removes the line within the config