Once you have successfully verified that EAPS (Extreme Automatic Protection Switching) has taken over loop prevention for the data VLAN (Virtual LAN), you no longer need the STP (Spanning Tree Protocol) configuration.
Now, verify whether the data VLAN is removed from the STP domain, and then disable the STP protocol.
Switch 2 commands to verify STP status and disable STP:
* SWITCH#2.17 # show stp s0 Stpd: s0 Stp: ENABLED Number of Ports: 0 Rapid Root Failover: Disabled Operational Mode: 802.1D Default Binding Mode: 802.1D 802.1Q Tag: (none) Ports: (none) Participating Vlans: (none) Auto-bind Vlans: Default Bridge Priority: 32768 BridgeID: 80:00:00:04:96:10:51:50 Designated root: 80:00:00:04:96:10:51:50 RootPathCost: 0 Root Port: ---- MaxAge: 20s HelloTime: 2s ForwardDelay: 15s CfgBrMaxAge: 20s CfgBrHelloTime: 2s CfgBrForwardDelay: 15s Topology Change Time: 35s Hold time: 1s Topology Change Detected: FALSE Topology Change: FALSE Number of Topology Changes: 4 Time Since Last Topology Change: 1435s * SWITCH#2.18 # show s0 port Port Mode State Cost Flags Priority Port ID Designated Bridge * SWITCH#2.19 # disable stp
Switch 1 commands to verify STP status and disable STP:
* SWITCH#1.16 # show stp s0 Stpd: s0 Stp: ENABLED Number of Ports: 0 Rapid Root Failover: Disabled Operational Mode: 802.1D Default Binding Mode: 802.1D 802.1Q Tag: (none) Ports: (none) Participating Vlans: (none) Auto-bind Vlans: Default Bridge Priority: 1 BridgeID: 00:01:00:04:96:10:30:10 Designated root: 00:01:00:04:96:10:30:10 RootPathCost: 0 Root Port: ---- MaxAge: 20s HelloTime: 2s ForwardDelay: 15s CfgBrMaxAge: 20s CfgBrHelloTime: 2s CfgBrForwardDelay: 15s Topology Change Time: 35s Hold time: 1s Topology Change Detected: FALSE Topology Change: FALSE Number of Topology Changes: 2 Time Since Last Topology Change: 11267s * SWITCH#1.17 # show stp s0 po Port Mode State Cost Flags Priority Port ID Designated Bridge * SWITCH#1.18 # disable stp s0 * SWITCH#1.19 # disable stp
The network should now be successfully migrated from STP to EAPS.