cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
636
Views
0
Helpful
2
Replies

Does Catalyst send the BPDU on following settings.

kosuke watanabe
Level 1
Level 1

Hi All,

Does Catalyst send the BPDU on following settings.
Please tell me.

--
no spanning-tree vlan xx

interface FastEthernet0/x
switchport access vlan xx
spanning-tree portfast

--
Regards,

1 Accepted Solution

Accepted Solutions

Rolf Fischer
Level 9
Level 9

Hi

no spanning-tree vlan xx

this command disables the spanning-tree instance for VLAN xx in PVST/Rapid-PVST mode. The port then does neither send BPDUs nor process received BPDUs [*] and the port's spanning-tree commands have no effect.

Are you doing this for learning purposes? In a production environment its generally not recommended to disable spanning-tree.

HTH
Rolf

[*]: I believe the switch would drop BPDUs received on that port rather than flooding it like "normal" multicast, but I'm not quite sure.

View solution in original post

2 Replies 2

Rolf Fischer
Level 9
Level 9

Hi

no spanning-tree vlan xx

this command disables the spanning-tree instance for VLAN xx in PVST/Rapid-PVST mode. The port then does neither send BPDUs nor process received BPDUs [*] and the port's spanning-tree commands have no effect.

Are you doing this for learning purposes? In a production environment its generally not recommended to disable spanning-tree.

HTH
Rolf

[*]: I believe the switch would drop BPDUs received on that port rather than flooding it like "normal" multicast, but I'm not quite sure.

Thanks so much !!