Este documento describe la configuración de puertos E virtuales (VE) de puerto a puerto VE de Fibre Channel sobre Ethernet (FCoE) de varios saltos entre los switches Nexus 7000 y Nexus 5500.
No hay requisitos específicos para este documento.
The information in this document was created from the devices in a specific lab environment. All of the devices used in this document started with a cleared (default) configuration. If your network is live, make sure that you understand the potential impact of any command.
Para iniciar este proceso, debe verificar que:
Para configurar el switch Nexus 7000 para FCoE de varios saltos, complete estos pasos.
default_vdc(config)# license fcoe module 1
default_vdc(config)#system qos
default_vdc(config-sys-qos)# service-policy type
network-qos default-nq-7e-policy
default_vdc(config)# install feature-set fcoe
default_vdc(config)# vdc fcoe type storage
default_vdc(config-vdc)# allocate fcoe-vlan-range [VLAN#] from vdcs [VDC Name]
default_vdc(config-vdc)# allocate interface
ethernet1/31-32 <-- For FCoE VE port
connectivity, you NEED dedicated interfaces;
they cannot be shared!
default_vdc(config)# switchto vdc fcoe
fcoe(config)# feature lacp
fcoe(config)# feature-set fcoe
fcoe(config)# feature lldp
fcoe(config)# vlan [VLAN#]
fcoe(config-vlan)# exit
fcoe(config)# vsan database
fcoe(config-vsan-db)# vsan [VSAN#]
fcoe(config-vsan-db)# exit
fcoe(config)# vlan [VLAN#]
fcoe(config-vlan)# fcoe vsan [VSAN#]
fcoe(config-vlan)# exit
fcoe(config)# interface eth1/31-32
fcoe(config-if)# channel-group 2 force mode active
fcoe(config-if)# int port-channel 2
fcoe(config-if)# switchport mode trunk
fcoe(config-if)# switchport trunk allowed vlan 2
fcoe(config-if)# no shut
fcoe(config)# interface vfc-port-channel 2 <-- There is an implicit bind;
it will be automatically mapped to the port-channel created in the previous set.
fcoe(config-if)# switchport mode E
fcoe(config-if)# switchport trunk allowed vsan 2
fcoe(config-if)# no shut
Para configurar el switch Nexus 5500 para FCoE de varios saltos, complete estos pasos.
AwesomeN5k(config)# feature lacp
AwesomeN5k(config)# feature fcoe
system qos
service-policy type qos input fcoe-default-in-policy
service-policy type queuing input fcoe-default-in-policy
service-policy type queuing output fcoe-default-out-policy
service-policy type network-qos fcoe-default-nq-policy
end
AwesomeN5k(config)# vlan [VLAN#]
AwesomeN5k(config-vlan)# exit
AwesomeN5k(config)# vsan database
AwesomeN5k(config-vsan-db)# vsan [VSAN#]
AwesomeN5k(config-vsan-db)# exit
AwesomeN5k(config)# vlan [VLAN#]
AwesomeN5k(config-vlan)# fcoe vsan [VSAN#]
AwesomeN5k(config-vlan)# exit
AwesomeN5k(config)# interface eth1/47-48
AwesomeN5k(config-if)# channel-group 2 mode active
AwesomeN5k(config-if)# int channel-group 2
AwesomeN5k(config-if)# switchport mode trunk
AwesomeN5k(config-if)# switchport trunk allowed vlan 2
AwesomeN5k(config-if)# no shut
AwesomeN5k(config)# interface vfc 2
AwesomeN5k(config-if)# bind interface port-channel 2
AwesomeN5k(config-if)# switchport mode E
AwesomeN5k(config-if)# switchport trunk allowed vsan 2
¡Los VFC ya están en línea!
Actualmente, no hay un procedimiento de verificación disponible para esta configuración.
Actualmente, no hay información específica de troubleshooting disponible para esta configuración.