Users Guide

Table Of Contents
Create VLAN
OS10(config)# interface vlan 100
Create vFabric
OS10(config)# vfabric 100
OS10(conf-vfabric-100)# vlan 100
OS10(conf-vfabric-100)# name NPG_Fabric
OS10(conf-vfabric-100)# fcoe fcmap 0efc01
OS10(conf-vfabric-100)# exit
Apply vFabric and FC port-mode configuration on the interface that connects to FC end point (HBA)
OS10(config)# interface range fibrechannel 1/1/9,1/1/10
OS10(conf-range-fc1/1/9,1/1/10)# vfabric 100
OS10(conf-range-fc1/1/9,1/1/10)# fc port-mode F
OS10(conf-range-fc1/1/9,1/1/10)# no shut
OS10(conf-range-fc1/1/9,1/1/10)# exit
Enable DCBx globally
OS10(config)# dcbx enable
Create class map and policy map
OS10(config)# class-map type network-qos cmap1
OS10(config-cmap-nqos)# match qos-group 3
OS10(config)# policy-map type network-qos pmap1
OS10(config-pmap-network-qos)# class cmap1
OS10(config-pmap-c-nqos)# pause
OS10(config-pmap-c-nqos)# pfc-cos 3
OS10(config-pmap-c-nqos)# exit
Disable LLFC on the interface that connects to FCoE end points (CNA)
OS10(config)# interface range ethernet 1/1/54,1/1/55
OS10(conf-range-eth1/1/54,1/1/55)# no flowcontrol receive
OS10(conf-range-eth1/1/54,1/1/55)# exit
Apply service policy and enable PFC mode on the interface that connects to FCoE end point (CNA)
OS10(config)# interface range ethernet 1/1/54,1/1/55
OS10(conf-range-eth1/1/54,1/1/55)# service-policy input type network-qos pmap1
OS10(conf-range-eth1/1/54,1/1/55)# priority-flow-control mode on
OS10(conf-range-eth1/1/54,1/1/55)# exit
Fibre Channel
481