VLANs / Bridging / BPDU

Dave+Seddon dave-sender-1932b5 at seddon.ca
Fri Sep 2 00:25:32 GMT 2005


Or just 

interface GigabitEthernet0/1
spanning-tree portfast 

Or disable spanning tree 

no spanning-tree vlan 1-100 


You could also do some MAC address filtering as the BPDUs are ethernet 
multicast, but that smacks of hard work.  :) 


Peter Wood writes: 

> Sods law, after working on this for two weeks I ask for help, then 20 
> minutes later I figure it out. The easiest solution was to disable BPDU on 
> the machines port on the Cisco. 
> 
> interface GigabitEthernet0/1
>  switchport mode trunk
>  spanning-tree bpdufilter enable 
> 
> Thought I'd post it for reference, so it'll appear somewhere in a archive 
> if others need it. 
> 
> Pete.
> -- 
> Peter Wood BSc (Hons) :: <peter at alastria.net> :: Tel +44 1606 828010
> _______________________________________________
> freebsd-net at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-net
> To unsubscribe, send any mail to "freebsd-net-unsubscribe at freebsd.org"
 



More information about the freebsd-net mailing list