05-25-2019 03:39 PM
05-26-2019 03:26 AM
05-25-2019 04:08 PM
create stpd stpd1
configure stpd stpd1 mode dot1w #this tells that domain is RSTP
configure stpd stpd1 add vlan sales ports all
configure stpd stpd1 add vlan personnel ports all
configure stpd stpd1 add vlan marketing ports all
configure stpd stpd1 ports link-type point-to-point 1:1,2:1
configure stpd stpd1 tag 100 #this specifies the carrier VLAN used for BPDU traversal (here sales has this ID)
enable stpd stpd1