Cisco Ex SERIES Manual de usuario Pagina 46

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 83
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 45
Juniper Networks/Cisco Systems Switch Interoperability Cookbook
! ! !
46
admin@VCF> configure
admin@VCF# set vlans v2001 vlan-id 2001
admin@VCF# set protocols igmp-snooping vlan v2001
If desired, IGMP snooping can be enabled on all VLANs using the all keyword:
admin@VCF# set protocols igmp-snooping vlan all
Next, configure both Juniper ports to use VLAN trunking and to allow traffic from
VLAN “v2001”:
admin@VCF# set interfaces xe-1/0/10 description "to 3850"
admin@VCF# set interfaces xe-1/0/10 unit 0 family ethernet-switching
interface-mode trunk
admin@VCF# set interfaces xe-1/0/10 unit 0 family ethernet-switching vlan
members v2001
admin@VCF# set interfaces xe-1/0/40 description "to router"
admin@VCF# set interfaces xe-1/0/40 unit 0 family ethernet-switching
interface-mode trunk
admin@VCF# set interfaces xe-1/0/40 unit 0 family ethernet-switching vlan
members v2001
Finally, enable IGMP version 3, the most recent version of the protocol on both
interfaces:
admin@VCF# set protocols igmp interface xe-1/0/10.0 version 3
admin@VCF# set protocols igmp interface xe-1/0/40.0 version 3
admin@VCF# commit
Cisco!commands!
The following commands apply to a Cisco Catalyst 3850. Except where noted, the syntax
is similar for Nexus 7010 switches.
1. Create VLAN 2001:
Cat3850# configure terminal
Cat3850(config)# vlan 2001
Cat3850(config-vlan)# exit
2. Configure interface TenGigabitEthernet1/1/3 (connected to the Juniper Virtual Chassis
Fabric) for VLAN trunking and to allow VLAN 2001:
Cat3850(config)# interface TenGigabitEthernet1/1/3
Cat3850(config-if)# switchport mode trunk
Cat3850(config-if)# switchport trunk allowed vlan 2001
Cat3850(config-if)# no shutdown
Cat3850(config-if)# exit
The “no shutdown” command is optional with the Catalyst 3850, but mandatory for
the Nexus 7010 and other devices running the NX-OS operating system.
Vista de pagina 45
1 2 ... 41 42 43 44 45 46 47 48 49 50 51 ... 82 83

Comentarios a estos manuales

Sin comentarios