In questo documento viene descritto come configurare la connettività Fibre Channel over Ethernet (FCoE) tra gli adattatori Virtual Interface Card (VIC) installati sui server rack Cisco Unified Computing System (UCS) e gli switch Cisco Nexus serie 5500 (Nexus 5K). Due topologie di esempio includono i dispositivi Cisco Fabric Extender (FEX), a differenza di una topologia di esempio.
Cisco raccomanda la conoscenza dei seguenti argomenti:
Questa configurazione esiste nell'ambiente:
Per informazioni sulle limitazioni e sulla compatibilità, consultare la guida alla configurazione di ciascun dispositivo hardware specifico.
Le informazioni fornite in questo documento si basano sulle seguenti versioni software e hardware:
Le informazioni discusse in questo documento fanno riferimento a dispositivi usati in uno specifico ambiente di emulazione. Su tutti i dispositivi menzionati nel documento la configurazione è stata ripristinata ai valori predefiniti. Se la rete è operativa, valutare attentamente eventuali conseguenze derivanti dall'uso dei comandi.
Questa è una panoramica del processo di configurazione:
Il server può essere distribuito in una delle tre topologie seguenti:
Nel documento vengono fornite configurazioni di esempio per la connettività FCoE per ogni topologia.
Anche se questo documento è incentrato sulla configurazione FCoE sugli adattatori VIC e sugli switch Nexus 5K, include anche la configurazione di base richiesta sul vPC e le funzionalità FCoE per completezza.
La topologia di questo esempio utilizza VSAN (Virtual Storage Area Network) 100 e VSAN 200 come due fabric SAN. Queste VSAN vengono create sul lato A e sul lato B dello switch Nexus 5K e mappate rispettivamente alle VLAN 100 e 200 FCoE.
Per una nuova configurazione, questa procedura descrive come eseguire la configurazione di base sugli switch Nexus 5K:
5548-switch# configure terminal
5548-switch(config)# feature lldp
5548-switch(config)# feature lacp
5548-switch(config)# feature fcoe
5548-switch(config)# feature fex
5548-switch(config)# feature vpc
5548-switch(config)# end
5548-switch# configure terminal
5548-switch(config)# vpc domain 150
5548-switch (config-vpc-domain)# peer-keepalive destination <peer-switch-ip>
source <source-ip> vrf management
5548-switch(config-vpc-domain)# interface port-channel 150
5548-switch(config-if)# switchport mode trunk
5548-switch(config-if)# vpc peer-link
5548-switch(config-if)# no shut
5548-switch-A # configure terminal
5548-switch-A(config)# vsan database
5548-switch-A(config-vsan-db)#vsan 100
5548-switch-A(config)#exit
5548-switch-A(config)#vlan 100
5548-switch-A(config-vlan)#fcoe vsan 100
5548-switch-B # configure terminal
5548-switch-B(config)#vsan database
5548-switch-B(config-vsan-db)#vsan 200
5548-switch-B(config)#exit
5548-switch-B(config)#vlan 200
5548-switch-B(config-vlan)#fcoe vsan 200
Configurare la scheda VIC sul server UCS. In questa procedura viene descritto come applicare questa configurazione a tutte le schede di rete Cisco VIC (P81E o VIC 1225 o VIC 1225T):
Il server può essere distribuito in una di tre topologie. In questa sezione viene descritto come configurare gli switch Nexus 5K in base alla topologia.
Le linee guida di configurazione comuni a tutte e tre le topologie sono:
In questo documento vengono fornite configurazioni di esempio per il fabric A; è necessario eseguire una configurazione simile sull'altro switch per il fabric B.
In questo scenario, gli switch Nexus 5K sono nel vPC e le porte CNA del server sono collegate direttamente a entrambi gli switch Nexus 5K. In questa procedura viene descritta la configurazione per questa topologia:
N5548UP-A(config)# int eth 1/1
N5548UP-A(config-if)# channel-group 1
N5548UP-A(config-if)# no shut
N5548UP-A(config-if)# exit
N5548UP-A# configure terminal
N5548UP-A(config)# interface port-channel 1
N5548UP-A(config-if)# switchport mode trunk
N5548UP-A(config-if)# switchport trunk native vlan 10
N5548UP-A(config-if)# switchport trunk allowed vlan 10,100
N5548UP-A(config-if)# spanning-tree port type edge trunk
N5548UP-A(config-if)# vpc 1
N5548UP-A(config-if)# no shut
N5548UP-A(config-if)# exit
N5548UP-A(config)# int vfc 1
N5548UP-A(config-if)# bind interface ethernet 1/1
N5548UP-A(config-if)# switchport trunk allowed vsan 100
N5548UP-A(config-if)# no shut
N5548UP-A(config-if)# exitN5548UP-A(config)# vsan database
N5548UP-A(config-vsan-db)# vsan 100 interface vfc 1
N5548UP-A(config-vsan-db)# end
N5548UP-A# show run int port-channel 1 membership
interface port-channel 1
switchport mode trunk
switchport trunk native vlan 10
switchport trunk allowed vlan 10,100
spanning-tree port type edge trunk
speed 10000
vpc 1
interface Ethernet1/1
switchport mode trunk
switchport trunk native vlan 10
switchport trunk allowed vlan 10,100
channel-group 1
N5548UP-A# show run int vfc 1
interface vfc1
bind interface Ethernet1/1
switchport trunk allowed vsan 100
no shutdown
In questo scenario, il FEX è collegato allo switch Nexus 5K in modalità straight-through e la CNA è collegata alle porte FEX. In questa procedura viene descritta la configurazione per questa topologia:
Configurazione FEX straight-through:
Ripetere i passaggi da 1 a 4 sul lato B dello switch Nexus 5K e utilizzare lo stesso numero di interfaccia vPC sotto il canale della porta HIF.
N5548UP-A# configure terminal
N5548UP-A(config)# fex 101
N5548UP-A(config-fex)# exit
N5548UP-A(config)# interface ethernet 1/5 - 6
N5548UP-A(config-if-range)# channel-group 210
N5548UP-A(config-if-range)#no shut
N5548UP-A(config-if-range)# exit
N5548UP-A(config)# interface port-channel 210
N5548UP-A(config-if)# switchport mode fex-fabric
N5548UP-A(config-if)# fex associate 101
N5548UP-A(config-if)#no shut
N5548UP-A(config-if)# exit
<---Create HIF port-channel-->
N5548UP-A(config-if)# interface ethernet 101/1/1
N5548UP-A(config-if)# channel-group 1
N5548UP-A(config-if)# no shut
N5548UP-A(config-if)# exit
<---Configure port-channel parameters-->
N5548UP-A(config)# interface port-channel 1
N5548UP-A(config-if)#switchport mode trunk
N5548UP-A(config-if)# switchport trunk native vlan 10
N5548UP-A(config-if)# switchport trunk allowed vlan 10,100
N5548UP-A(config-if)# spanning-tree port type edge trunk
N5548UP-A(config-if)# vpc 10
N5548UP-A(config-if)# no shut
N5548UP-A(config-if)# exit
<---Create vfc interfvace and bind to port-channel (Ethernet interface)-->
N5548UP-A(config)# int vfc 1
N5548UP-A(config-if)# bind interface ethernet 101/1/1
N5548UP-A(config-if)# switchport trunk allowed vsan 100
N5548UP-A(config-if)# no shut
N5548UP-A(config-if)# exit
<---Associate vfc interface to corresponding VSAN ID-->
N5548UP-A(config)# vsan database
N5548UP-A(config-vsan-db)# vsan 100 interface vfc 1
N5548UP-A(config-vsan-db)# end
N5548UP-A# show run int port-channel 210 membership
interface port-channel210
switchport mode fex-fabric
fex associate 101
interface Ethernet1/5
switchport mode fex-fabric
fex associate 101
channel-group 210
interface Ethernet1/6
switchport mode fex-fabric
fex associate 101
channel-group 210
N5548UP-A# show int fex
Fabric Fabric Fex FEX
Fex Port Port State Uplink Model Serial
---------------------------------------------------------------
101 Eth1/5 Active 1 N2K-C2232PP-10GE SSI142602QN
101 Eth1/6 Active 2 N2K-C2232PP-10GE SSI142602QN
N5548UP-A# show run int port-channel 1 membership
interface port-channel 1
switchport mode trunk
switchport trunk native vlan 10
switchport trunk allowed vlan 10,100
spanning-tree port type edge trunk
speed 10000
vpc 10
interface Ethernet101/1/1
switchport mode trunk
switchport trunk native vlan 10
switchport trunk allowed vlan 10,100
channel-group 1
N5548UP-A# show run int vfc 1
interface vfc1
bind interface Ethernet101/1/1
switchport trunk allowed vsan 100
no shutdown
In questo scenario, il FEX è collegato allo switch Nexus 5K in modalità vPC avanzata e la CNA è collegata alle porte FEX.
Il traffico della SAN Fabric A (FCoE VLAN 100) è associato al FEX 101/A lato dello switch Nexus 5K. Il traffico SAN Fabric B (FCoE VLAN 200) è associato al lato FEX 102 / B dello switch Nexus 5K.
Per un canale di porta host a due membri, è necessario configurare le porte HIF su entrambi i dispositivi FEX su entrambi gli switch Nexus 5K; ovvero sono necessarie in totale quattro configurazioni di porte HIF.
In questa procedura viene descritta la configurazione per questa topologia:
Attivo - Configurazione Active FEX:
N5548UP-A# configure terminal
N5548UP-A(config)# fex 101
N5548UP-A(config-fex)# fcoe
N5548UP-A(config-fex)# exit
N5548UP-A(config)# interface ethernet 1/3 - 4
N5548UP-A(config-if-range)# channel-group 201
N5548UP-A(config-if-range)#no shut
N5548UP-A(config-if-range)# exit
N5548UP-A(config)# interface port-channel 201
N5548UP-A(config-if)# switchport mode fex-fabric
N5548UP-A(config-if)# fex associate 101
N5548UP-A(config-if)# vpc 201
N5548UP-A(config-if)#no shut
N5548UP-A(config-if)# exit
N5548UP-A# configure terminal
N5548UP-A(config)# fex 102
N5548UP-A(config-fex)# exit
N5548UP-A(config)# interface ethernet 1/5 - 6
N5548UP-A(config-if-range)# channel-group 202
N5548UP-A(config-if-range)#no shut
N5548UP-A(config-if-range)# exit
N5548UP-A(config)# interface port-channel 202
N5548UP-A(config-if)# switchport mode fex-fabric
N5548UP-A(config-if)# fex associate 102
N5548UP-A(config-if)# vpc 202
N5548UP-A(config-if)#no shut
N5548UP-A(config-if)# exit
N5548UP-B# configure terminal
N5548UP-B(config)# fex 102
N5548UP-B(config-fex)# fcoe
N5548UP-B(config-fex)# exit
N5548UP-A(config-if)# interface ethernet 101/1/1
N5548UP-A(config-if)# channel-group 1
N5548UP-A(config-if)# no shut
N5548UP-A(config-if)# exit
N5548UP-A(config)# interface ethernet 102/1/1
N5548UP-A(config-if)# channel-group 1
N5548UP-A(config-if)# no shut
N5548UP-A(config-if)# exit
N5548UP-A(config)# interface port-channel 1
N5548UP-A(config-if)#switchport mode trunk
N5548UP-A(config-if)# switchport trunk native vlan 10
N5548UP-A(config-if)# switchport trunk allowed vlan 10,100
N5548UP-A(config-if)# spanning-tree port type edge trunk
N5548UP-A(config-if)# no shut
N5548UP-A(config-if)# exit
<---Create vfc interface and bind to port-channel member (ethernet interface)-->
N5548UP-A(config)# int vfc 1
N5548UP-A(config-if)# bind interface ethernet 101/1/1
N5548UP-A(config-if)# switchport trunk allowed vsan 100
N5548UP-A(config-if)# no shut
N5548UP-A(config-if)# exit
<---Associate vfc interface to corresponding VSAN ID-->
N5548UP-A(config)# vsan database
N5548UP-A(config-vsan-db)# vsan 100 interface vfc 1
N5548UP-A(config-vsan-db)# end
N5548UP-A# show fex
FEX FEX FEX FEX
Number Description State Model Serial
------------------------------------------------------------------------
101 FEX0101 Online N2K-C2232PP-10GE SSI142602QN
102 FEX0102 Online N2K-C2232PP-10GE SSI14260EVV
N5548UP-A# show interface fex
Fabric Fabric Fex FEX
Fex Port Port State Uplink Model Serial
---------------------------------------------------------------
101 Eth1/3 Active 2 N2K-C2232PP-10GE SSI142602QN
102 Eth1/4 Active 1 N2K-C2232PP-10GE SSI14260EVV
N5548UP-A# show fex 101 detail
FEX: 101 Description: FEX0101 state: Online
FEX version: 6.0(2)N2(1) [Switch version: 6.0(2)N2(1)]
FEX Interim version: 6.0(2)N2(1)
Switch Interim version: 6.0(2)N2(1)
Extender Serial: SSI142602QN
FCoE Admin: true
FCoE Oper: true
FCoE FEX AA Configured: true
N5548UP-A# show run interface port-channel 1 membership
interface port-channel1
switchport mode trunk
switchport trunk native vlan 10
switchport trunk allowed vlan 10,100
spanning-tree port type edge trunk
speed 10000
interface Ethernet102/1/1
switchport mode trunk
switchport trunk native vlan 10
switchport trunk allowed vlan 10,100
spanning-tree port type edge trunk
channel-group 1
interface Ethernet101/1/1
switchport mode trunk
switchport trunk native vlan 10
switchport trunk allowed vlan 10,100
spanning-tree port type edge trunk
channel-group 1
N5548UP-A# show int vfc 1
vfc1 is trunking
Bound interface is Ethernet101/1/1
Port WWN is 20:00:54:7f:ee:e1:6a:bf
Admin port mode is F, trunk mode is on
Port mode is TF
Port vsan is 100
Trunk vsans (admin allowed and active) (100)
Trunk vsans (up) (100)
Trunk vsans (isolated) ()
Trunk vsans (initializing) ()
N5548UP-A# show run int port-channel 201 membership
interface port-channel201
switchport mode fex-fabric
fex associate 101
vpc 201
interface Ethernet1/3
switchport mode fex-fabric
fex associate 101
channel-group 201
interface Ethernet1/4
switchport mode fex-fabric
fex associate 101
channel-group 201
N5548UP-A# show run int port-channel 202 membership
interface port-channel202
switchport mode fex-fabric
fex associate 102
vpc 202
interface Ethernet1/5
switchport mode fex-fabric
fex associate 102
channel-group 202
interface Ethernet1/6
switchport mode fex-fabric
fex associate 102
channel-group 202
Questa schermata della sequenza di avvio del server convalida la configurazione dello switch quando il firmware VIC rileva correttamente la LUN e aggiorna la tabella di avvio:
Le procedure di verifica sono incluse negli esempi di configurazione.
Le informazioni contenute in questa sezione permettono di risolvere i problemi relativi alla configurazione.
Eseguire questi controlli per determinare se il VFC è prossimo:
Per verificare la configurazione, utilizzare questi comandi:
Revisione | Data di pubblicazione | Commenti |
---|---|---|
1.0 |
25-Mar-2014 |
Versione iniziale |