How to enable Spanning Tree Protocol on an Extreme EOS Switch

configure mstp revision 3
##Sets STPD Mode (MSTP)
configure stpd s0 mode mstp cist
##Binds all Vlans to STPD
enable s0 auto-bind vlan 1-4094
##Enable below for all ports APART from Uplinks
configure s0 ports auto-edge on #<ports>
##Enables STPD
enable stpd s0
##SAVE config
save config primary
1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading...