Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 02 Sep 2005 10:25:27 +1000
From:      Dave+Seddon <dave-sender-1932b5@seddon.ca>
To:        Peter Wood <peter@alastria.net>
Cc:        freebsd-net@freebsd.org
Subject:   Re: VLANs / Bridging / BPDU
Message-ID:  <1125620729.33658.TMDA@seddon.ca>
In-Reply-To: <43177911.7000407@alastria.net>
References:  <43176B4E.8080006@alastria.net> <43177911.7000407@alastria.net>

next in thread | previous in thread | raw e-mail | index | archive | help
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@alastria.net> :: Tel +44 1606 828010
> _______________________________________________
> freebsd-net@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-net
> To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org"
 




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1125620729.33658.TMDA>