admin@VCF# set protocols mstp msti vlan v2002
admin@VCF# commit
On the Juniper EX4300:
admin@VCF# delete protocols rstp
admin@VCF# set protocols mstp interface xe-0/2/0.0
admin@VCF# set protocols mstp interface ge-0/0/12.0
admin@VCF# set protocols mstp msti vlan v2001
admin@VCF# set protocols mstp msti vlan v2002
admin@VCF# commit
Cisco!commands!
1. Create VLANs 2001 and 2002:
Nexus7010# configure terminal
Nexus7010(config)# vlan 2001-2002
Nexus7010(config-vlan)# exit
2. Configure ports Ethernet3/13 and Ethernet3/14 as access-mode ports for VLANs 2001
and 2002, respectively:
Nexus7010(config)# interface Ethernet3/13
Nexus7010(config-if)# description MSTP to Spirent vlan 2001
Nexus7010(config-if)# switchport
Nexus7010(config-if)# switchport access vlan 2001
Nexus7010(config-if)# no shutdown
Nexus7010(config)# interface Ethernet3/14
Nexus7010(config-if)# description MSTP to Spirent vlan 2002
Nexus7010(config-if)# switchport
Nexus7010(config-if)# switchport access vlan 2002
Nexus7010(config-if)# no shutdown
Note that Cisco Nexus 7000 switches require the explicit “no shutdown” command to
enable interfaces. This command is not required in Cisco Catalyst switches.
3. Configure ports Ethernet3/1 and Ethernet3/3 as trunk ports that allow tagged traffic for
VLANs 2001 and 2002:
Komentáře k této Příručce