Cisco Ex SERIES Instrukcja Użytkownika Strona 68

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 83
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 67
Juniper Networks/Cisco Systems Switch Interoperability Cookbook
! ! !
68
On both Juniper devices:
admin@VCF# delete protocols rstp
admin@VCF# delete protocols mstp
admin@VCF# set protocols vstp vlan v2001
admin@VCF# set protocols vstp 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 RPVST+ 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 RPVST+ 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:
Nexus7010(config-if)# interface Ethernet3/1
Nexus7010(config-if)# description RPVST+ to Juniper VCF xe-1/0/2
Nexus7010(config-if)# switchport
Nexus7010(config-if)# switchport mode trunk
Nexus7010(config-if)# switchport trunk allowed vlan 2001-2002
Nexus7010(config-if)# no shutdown
Nexus7010(config-if)# interface Ethernet3/3
Nexus7010(config-if)# description RPVST+ to Juniper EX4300 xe-0/2/0
Nexus7010(config-if)# switchport
Nexus7010(config-if)# switchport mode trunk
Nexus7010(config-if)# switchport trunk allowed vlan 2001-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.
Przeglądanie stron 67
1 2 ... 63 64 65 66 67 68 69 70 71 72 73 ... 82 83

Komentarze do niniejszej Instrukcji

Brak uwag