Connectivity Guide

10 Apply the PFC conguration on the downlink interfaces. Include the interfaces to the port-channel and congure one of the interfaces
as pinned-port.
OS10(config)# interface ethernet 1/1/9
OS10(conf-if-eth1/1/9)# description downlink_port_channel_member1
OS10(conf-if-eth1/1/9)# no shutdown
OS10(conf-if-eth1/1/9)# channel-group 10 mode active
OS10(conf-if-eth1/1/9)# fcoe-pinned-por
OS10(conf-if-eth1/1/9)# no switchport
OS10(conf-if-eth1/1/9)# service-policy input type network-qos PFC
OS10(conf-if-eth1/1/9)# priority-flow-control mode on
OS10(config)# interface ethernet 1/1/10
OS10(conf-if-eth1/1/10)# description downlink_port_channel_member2
OS10(conf-if-eth1/1/10)# no shutdown
OS10(conf-if-eth1/1/10)# channel-group 10 mode active
OS10(conf-if-eth1/1/10)# no switchport
OS10(conf-if-eth1/1/10)# service-policy input type network-qos PFC
OS10(conf-if-eth1/1/10)# priority-flow-control mode on
View conguration
Name server entries:
OS10# show fc ns switch brief
Total number of devices = 2
Intf# Domain FC-ID Enode-WWPN Enode-WWNN
port-channel10(Eth 1/1/9) 1 01:00:00 20:01:f4:e9:d4:a4:7d:c3
20:00:f4:e9:d4:a4:7d:c3
fibrechannel1/1/26 1 01:68:00 21:00:00:24:ff:7c:ae:0e 21:00:00:24:ff:7c:ae:
0e
Zoneset details:
vFabric id: 1
Active Zoneset: zonesetA
ZoneName ZoneMember
===========================================================
zoneA *20:01:f4:e9:d4:a4:7d:c3
*21:00:00:24:ff:7c:ae:0e
Pinned port status:
OS10# show fcoe pinned-port
Interface pinned-port FCoE Status
----------------- ---------------- -----------------
Po 10 Eth 1/1/9 Up
Sample FSB conguration on non-VLT network
The following examples illustrate congurations in intermediate switches in non-vlt network, to communicate with server.
1 Enable the FIP snooping feature globally.
OS10(config)# feature fip-snooping
2 Create the FCoE VLAN.
OS10(config)#interface vlan 1001
OS10(conf-if-vl-1001)# fip-snooping enable
3 Enable DCBX.
OS10(config)# dcbx enable
4 Enable the PFC parameters on the interfaces.
OS10(config)# class-map type network-qos fcoematch
OS10(config-cmap-nqos)# match qos-group 3
OS10(config-cmap-nqos)# exit
OS10(config)# policy-map type network-qos PFC
OS10(config-pmap-network-qos)# class fcoematch
Fibre Channel
209