API Guide

4. Apply the vFabric configuration on the interface that connects to CNA 1.
OS10(config)# interface ethernet 1/1/50
OS10(confifeth1/1/50)# vfabric 2
5. Enable DCBX globally.
OS10(config)# dcbx enable
6. Create a class map and policy map.
OS10(config)# classmap type networkqos cmap1
OS10(configcmapnqos)# match qosgroup 3
OS10(config)# policymap type networkqos pmap1
OS10(configpmapnetworkqos)# class cmap1
OS10(configpmapcnqos)# pause
OS10(configpmapcnqos)# pfccos 3
7. Disable LLFC on the interface that connects to CNA 1.
OS10(config)# interface ethernet 1/1/50
OS10(confifeth1/1/50)# no flowcontrol receive
8. Enable the PFC mode on the interface that connects to CNA 1.
OS10(config)# interface ethernet 1/1/50
OS10(confifeth1/1/50)# priorityflowcontrol mode on
9. Apply the service policy on the interface that connects to CNA 1.
OS10(config)# interface ethernet 1/1/50
OS10(confifeth1/1/50)# servicepolicy input type networkqos pmap1
10. Configure the interface that connects to NPG2.
OS10(config)# interface fibrechannel 1/1/5
OS10(config-iffc1/1/5)# vfabric 2
NPG2 switch configuration
1. Enable the NPG feature.
OS10(config)# feature fc npg
2. Configure vFabric.
OS10(config)# vfabric 2
OS10(confvfabric2)# vlan 1000
OS10(confvfabric2)# name fcoe_fabric
OS10(confvfabric2)# fcoe fcmap 0efc02
3. Apply the vFabric configuration on the interface that connects to the NPG1 switch. Change port mode to F_Port.
OS10(config)# interface fibrechannel 1/1/5
OS10(confiffc1/1/21)# vfabric 2
OS10(confiffc1/1/21)# fc portmode f
4. Apply the vFabric configuration on the interface that connect to CNA 2.
OS10(config)# interface ethernet 1/1/1
OS10(confifeth1/1/1)# vfabric 2
5. Enable DCBX globally.
OS10(config)# dcbx enable
Fibre Channel
365