07-23-2015 04:57 AM - edited 03-08-2019 01:04 AM
Hi,
Could somebody tell me what acls are hidden behind macro - "spanning-tree bpdufilter enable" (Catalyst WS-C4948E, IOS ver cat4500e-entservices-mz.122-54.SG1.bin)
I had some problems in my network because this macro didn't filter dst mac 01:80:c2:00:00:00 (spanning-tree-for-bridges)
Thanks in advance.
Regards,
Pawel
07-24-2015 04:18 AM
Hi Pawel,
it filters all the incoming and outgoing BPDU´s in the interface where you have applied this command. Can you please post the configuration and also the output of the command show spanning-tree <interface> detail ?
Thanks & Regards,
Jose.
07-24-2015 12:48 PM
Hello
Also depends on how you enable it and with what other stp feature.
if you have portfast enable then using the bpdufilterl command globally will disable portfast and alow stp to go through the listen/lering/forward state
Enbaled at interface level it will ignnore bpdu's coming form other switches which could cause a loop.
I have dug out some testing i did a while back on this - hope it is of use:
Bpdufilter
##########
spanning-tree portfast bpdufilter default (Global) -listening/learning/forwarding (rouge switch becomes root no filtering occurs)
spanning-tree bpdufilter enable (interface mode) -listening/learning/forwarding (rouge switch becomes root no filtering occurs)
spanning-tree portfast default
spanning-tree portfast bpdufilter default- jumps to forwarding from blocking (rouge switch becomes root no filtering occurs)
spanning-tree portfast bpdufilter default
spanning-tree portfast – (interface mode) -jumps to forwarding from blocking (rouge switch becomes root no filtering occurs)
spanning-tree portfast default
spanning-tree bpdufilter enable – (interface mode) jumps to forwarding from blocking ( keeps root status – so looks like bpdu’s are filtered)
spanning-tree portfast – (interface mode)
spanning-tree bpdufilter enable– (interface mode) jumps to forwarding from blocking ( keeps root status – so looks like bpdu’s are filtered)
Bpdufilter (global or interface) = goes through stp process (no filtering occurs)
Bpdufilter (Global) + Portfast = jumps to forwarding from blocking (nO filtering occurs)
Bpdufilter (interface mode) + Portfast - jumps to forwarding from blocking (filtering occurs)
res
Paul
.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide