cancel
Showing results forĀ 
Search instead forĀ 
Did you mean:Ā 

How to set policy for drop STP packet

How to set policy for drop STP packet

Shuo_Tseng
New Contributor
Hi,

How to setting policy for deny STP packet?
Our network become very slow, because our wireless APs has transmit a lot STP packet.

Our switch is b5 series and K series.
1 REPLY 1

Paul_Poyant
New Contributor III
The '
code:
set spantree portadmin
<
port-string
>
code:
{enable | disable}
' command will enable/disable the Spanning Tree protocol on a per-port basis as long as STP is globally enabled (this is the default). If per-port spantree portadmin is disabled, any received BPDUs will be discarded and no BPDUs will be transmitted out this port. This command has no effect if STP is globally disabled ('
code:
set spantree stpmode none
').

So, with spantree remaining globally enabled on the B5-Series or K-Series switch, just...

code:
set spantree portadmin
<
AP-connected port
>
code:
disable


Two additional points:
  • Upon initial configuration, the resulting change to the existing Spanning Tree topology may be detected and reported as such.
  • With this firewalling of STP intercommunication, the protocol will no longer protect against network loops made possible by a combination of wired and wireless redundancy.
GTM-P2G8KFN