10-29-2023 12:36 PM
Hi,
I have an ICX edge switch connected to Core using 802.1w. I need to uplink another extreme switch to the existing ICX edge switch.
Vlan 900 is configured on the extreme switch this vlan has configured with spanning-tree 802.1w and stp for point to point link to core on the ICX switch.Currently when RSTP enabled on extreme switch I am getting BPDU Errors:-
STP BPDU Drop messages flooding the logErro:STP.
InBPDU.Drop Port=24 ! STP Port is disabled!
Is there some additional configuration required on iCX switch to stop the BPDU errors ?
Solved! Go to Solution.
11-03-2023 05:37 AM
Hi Jay
Thank you for reaching. Sorry but I don't have a template but below is a example. I hope this helps.
Topology :
If above scenario is considered below would be the configuration:
For core switch:
Vlan configuration:
Port configuration:
For access switch:
Port configuration:
I hope the above details help you
Thanks
10-30-2023 12:43 AM
Hi Jay
Thank you for reaching us
Also please check if this messages are causing high CPU on the switch by running "show CPU"
Thanks
10-30-2023 01:47 PM
Hi Chandini,
ICX6450-48-HPOE/ICX64S08030h SW: Version 08.0.30hT311
Port 3/1/27 on ICX switch is uplinked to Extreme Switch port 24
only port 24 on Extreme Switch get the STP BPDU Drop messages
Can you confirm what spanning tree config is required on ICX Edge switch that is uplinked to another Edge Switch ?
CORE(802.1w 4076)--->ICX-EdgeSwitch (802.1w 32768)----Extreme EdgeSwitch(802.1w 32768)
10-31-2023 01:17 AM
Hi Jay
Thanks for reverting.
Below are the configuration details for RSTP which you can change or configure based on your network setup and requirement.
Below are the commands used:
Enable RSTP:
Device(config-vlan-2)# spanning-tree 802-1w
For defining priorities:
Device(config-vlan-2)# spanning-tree 802-1w priority 4096
Define port parameters/function:
End device connection:
Device(config-vlan-2)# spanning-tree 802-1w e 1/1/4 admin-edge-port
Switch to switch link:
Device(config-vlan-2)# spanning-tree 802-1w e 1/1/1 admin-pt2pt-mac
Please run through the below link reference which will help you understand more about the protocol and working with Ruckus devices.
Configuring RSTP:
Displaying information about 802-1w:
All about 802.1W Rapid Spanning Tree (RSTP):
I hope these details help you
Thanks
10-31-2023 01:31 PM
Hi Chandini,
Thank you for configuration information.
I understand what needs to be configured between Core and Edge switch but I am still unclear what the correct config is connecting Edge to Edge when daisy chaining switches using a lag or just an access port.
Also what the difference between applying the admin-pt2pt-mac on a vlan as opposed to interface ?