Cisco Ex SERIES Manuel d'utilisateur Page 18

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 83
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 17
Juniper Networks/Cisco Systems Switch Interoperability Cookbook
! ! !
18
Next, a VLAN is created and interfaces are assigned to the VLAN. In this example, the
client-attached interfaces accept untagged traffic, while interface xe-1/0/2 passes tagged
traffic to the Cisco switch:
admin@VCF# set vlans v2001 vlan-id 2001
admin@VCF# set interfaces xe-1/0/40.0 family ethernet-switching vlan
members v2001
admin@VCF# set interfaces ge-2/0/0.0 family ethernet-switching vlan members
v2001
admin@VCF# set interfaces xe-1/0/2.0 family ethernet-switching port-mode
trunk vlan members v2001
The spanning tree protocol must be either enabled or disabled on all switches. This
command will enable rapid spanning tree on a Juniper switch:
admin@VCF# set protocols rstp
admin@VCF# commit
To disable rapid spanning tree on a Juniper switch:
admin@VCF# set protocols rstp disable
admin@VCF# commit
Cisco!commands!
Cisco devices also use the mtu keyword in the interface configuration context to enable
switching of jumbo frames. As with the Juniper configuration, VLANs are created
separately. Unlike the Juniper example, MTU size and VLAN membership are both
associated with the physical interface, and MTU size also is set systemwide. Also, with
Cisco IOS and NX-OS devices, the mtu keyword does include the Ethernet CRC:
Nexus7010# configure terminal
Nexus7010(config)# system jumbomtu 9216
Nexus7010(config)# vlan 2001
Nexus7010(config-vlan)# exit
Nexus7010(config)# interface Ethernet3/3
Nexus7010(config-if)# description VLAN trunk to Juniper VCF
Nexus7010(config-if)# mtu 9216
Nexus7010(config-if)# switchport
Nexus7010(config-if)# switchport mode trunk
Nexus7010(config-if)# switchport trunk allowed vlan 2001
Nexus7010(config-if)# no shutdown
Nexus7010(config-if)# interface Ethernet3/13
Nexus7010(config-if)# description to server
Nexus7010(config-if)# mtu 9216
Nexus7010(config-if)# switchport
Nexus7010(config-if)# switchport mode access
Nexus7010(config-if)# switchport access vlan 2001
Nexus7010(config-if)# no shutdown
Nexus7010(config-if)# end
Vue de la page 17
1 2 ... 13 14 15 16 17 18 19 20 21 22 23 ... 82 83

Commentaires sur ces manuels

Pas de commentaire