Cisco Cisco Nexus 2224TP GE Fabric Extender White Paper

Page of 70
 
 
© 2014 Cisco | IBM. All rights reserved. 
Page 23 
FC plugin loaded successfully 
FCoE manager enabled successfully 
FC enabled on all modules successfully 
Warning: Ensure class-fcoe is included in qos policy-maps of all types 
N5548-Top (config)# 
 
2.  Configure QoS to support FCoE on both switches: 
N5548-Bottom(config)# 
system qos
 
N5548-Bottom(config-sys-qos)# 
service-policy type qos input fcoe-default-in-policy
 
N5548-Bottom(config-sys-qos)# 
service-policy type queuing input fcoe-default-in-policy
 
N5548-Bottom(config-sys-qos)# 
service-policy type queuing output fcoe-default-out-policy
 
N5548-Bottom(config-sys-qos)# 
service-policy type network-qos fcoe-default-nq-policy
 
N5548-Bottom(config-sys-qos)# 
 
 
N5548-Top(config)# 
system qos
 
N5548-Top(config-sys-qos)# 
service-policy type qos input fcoe-default-in-policy
 
N5548-Top(config-sys-qos)# 
service-policy type queuing input fcoe-default-in-policy
 
N5548-Top(config-sys-qos)# 
service-policy type queuing output fcoe-default-out-policy
 
N5548-Top(config-sys-qos)# 
service-policy type network-qos fcoe-default-nq-policy
 
N5548-Top(config-sys-qos)# 
 
 
 
3.  Create the virtual Fibre Channel interface (physical port) 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 ethernet  191/1/7 
N5548-Bottom(config-if)# switchport trunk allowed vsan 200 
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 ethernet  192/1/7 
N5548-Top(config-if)# switchport trunk allowed vsan 201
 
N5548-Top(config-if)# 
no shut
 
N5548-Top(config-if)#