Users Guide

Table Of Contents
FSB1(conf-if-eth1/1/2)# qos-map traffic-class tc-q-map1
FSB1(conf-if-eth1/1/2)# service-policy input type network-qos nqpolicy
FSB1(conf-if-eth1/1/2)# service-policy output type queuing ets_policy
i. Configure VLAN on CNA1, L2 switch, and FSB2 connected interfaces.
FSB1(config)# interface ethernet 1/1/31
FSB1(conf-if-eth1/1/31)# switchport mode trunk
FSB1(conf-if-eth1/1/31)# switchport trunk allowed vlan 777
FSB1(config)# interface ethernet 1/1/5
FSB1(conf-if-eth1/1/5)# switchport mode trunk
FSB1(conf-if-eth1/1/5)# switchport trunk allowed vlan 777
FSB1(config)# interface ethernet 1/1/2
FSB1(conf-if-eth1/1/2)# switchport mode trunk
FSB1(conf-if-eth1/1/2)# switchport trunk allowed vlan 777
j. Configure FIP snooping port mode on the L2 DCBX switch connected interface and FSB2 connected interface. The
default port mode is ENode. Hence, CNA1-connected interface does not require additional configuration.
On the L2 DCBX switch-connected interface:
FSB1(config)# interface ethernet 1/1/5
FSB1(conf-if-eth1/1/5)# fip-snooping port-mode enode-transit
On the FSB-connected interfaces:
FSB1(config)# interface ethernet 1/1/2
FSB1(conf-if-eth1/1/2)# fip-snooping port-mode fcf
3. Configure the core FSB, FSB2.
a. Disable flow control on the interfaces connected to FSB1 and FCF.
FSB2(config)# interface ethernet 1/1/2
FSB2(conf-if-eth1/1/2)# no flowcontrol receive
FSB2(conf-if-eth1/1/2)# no flowcontrol transmit
FSB2(config)# interface ethernet 1/1/13
FSB2(conf-if-eth1/1/13)# no flowcontrol receive
FSB2(conf-if-eth1/1/13)# no flowcontrol transmit
b. Enable FIP snooping with cvl option.
FSB2(config)# feature fip-snooping with-cvl
c. Enable DCBX.
FSB2(config)# dcbx enable
d. Create an FCoE VLAN and configure FIP snooping on the FCoE VLAN.
FSB2(config)# interface vlan 777
FSB2(conf-if-vl-777)# fip-snooping enable
e. Create class-maps.
FSB2(config)# class-map type network-qos c3
FSB2(config-cmap-nqos)# match qos-group 3
FSB2(config)# class-map type queuing q0
FSB2(config-cmap-queuing)# match queue 0
FSB2(config-cmap-queuing)# exit
FSB2(config)# class-map type queuing q3
FSB2(config-cmap-queuing)# match queue 3
FSB2(config-cmap-queuing)# exit
f. Create policy-maps.
FSB2(config)# policy-map type network-qos nqpolicy
FSB2(config-pmap-network-qos)# class c3
374
Fibre Channel