Hi,

> I guess if is an access port you shouldn¹t need incoming BPDUs, so you can
> easily turn off spanning tree for that VLAN on that port.
>
> interface fastethernet0/3
>  no spanning tree vlan 638

Careful, this is not an interface command, but a global command and
will disable spanning-tree on the entire vlan.

If you don't need end-to-end STP on that port, I suggest you configure
bpdufilter:

int fast0/3
 switchport mode access
 spanning-tree portfast
 spanning-tree bpdufilter enable




Regards,

Lukas

                                          
_______________________________________________
cisco-nsp mailing list  [email protected]
https://puck.nether.net/mailman/listinfo/cisco-nsp
archive at http://puck.nether.net/pipermail/cisco-nsp/

Reply via email to