Cisco Cisco Nexus 2224TP GE Fabric Extender White Paper

Page of 70
 
 
© 2014 Cisco | IBM. All rights reserved. 
Page 24 
Create the virtual Fibre Channel interface (Port Channel) on both switches: 
N5548-Bottom(config)# 
N5548-Bottom(config)# 
interface vfc 1032
 
N5548-Bottom(config-if)# 
switchport mode F
 
N5548-Bottom(config-if)# 
bind interface port-channel 201
 
N5548-Bottom(config-if)# 
no shut
 
N5548-Bottom(config-if)# 
 
 
N5548-Top(config)# 
N5548-Top(config)# 
interface vfc 1032
 
N5548-Top(config-if)# 
switchport mode F
 
N5548-Top(config-if)# 
bind interface port-channel 201
 
N5548-Top(config-if)# 
no shut
 
N5548-Top(config-if)# 
 
4.  Create the FCoE VSAN and map it to the VLAN on the switches: 
N5548-Bottom(config)# 
vlan 200
 
N5548-Bottom(config-vlan)# 
fcoe vsan 200
 
N5548-Bottom(config-vlan)# 
 
 
N5548-Top(config)# 
vlan 201
 
N5548-Top(config-vlan)# 
fcoe vsan 201
 
N5548-Top(config-vlan)# 
 
5.  Configure the VLANs allowed to transverse the vPC links: 
N5548-Bottom(config)# 
interface port-channel 20
 
N5548-Bottom(config-if)# 
switchport trunk allowed vlan 1, 200
 
N5548-Bottom(config-vsan-db)# 
 
 
N5548-Top(config)# 
interface port-channel 20
 
N5548-Top(config-vsan-db)# 
switchport trunk allowed vlan 1, 201
 
N5548-Top(config-vsan-db)# 
 
 
6.  Bind the entry in the VSAN database on the switches: 
N5548-Bottom(config)# 
N5548-Bottom(config)# 
vsan database
 
N5548-Bottom(config-vsan-db)# 
vsan 200
 
N5548-Bottom(config-vsan-db)# 
vsan 200 interface vfc1032
 
N5548-Bottom(config-vsan-db)#