API Guide

Pinned port status:
OS10# show fcoe pinned-port
Interface pinned-port FCoE Status
----------------- ---------------- -----------------
Po 10 Eth 1/1/1 Up
Po 20 Eth 1/1/3 Up
Sample FC Switch configuration on non-VLT network
1. Enable the F_PORT mode.
OS10(config)# feature fc domain-id 1
2. Create the FC zones.
OS10(config)# fc zone zoneA
OS10(config-fc-zone-zoneA)# member wwn 10:00:00:90:fa:b8:22:19 <<Enter the WWN of
Initiator CNA>>
OS10(config-fc-zone-zoneA)# member wwn 21:00:00:24:ff:7b:f5:c8 <<Enter the WWN of
Target>>
3. Create the FC zoneset.
OS10(config)# fc zoneset zonesetA
OS10(conf-fc-zoneset-zonesetA)# member zoneA
4. Create the vfabric VLAN.
OS10(config)# interface vlan 1001
5. Create vfabric and activate the FC zoneset.
OS10(config)# vfabric 1
OS10(conf-vfabric-1)# vlan 1001
OS10(conf-vfabric-1)# fcoe fcmap 0xEFC00
OS10(conf-vfabric-1)# zoneset activate zonesetA
6. Enable DCBX.
OS10(config)# dcbx enable
7. Apply the vfabric on the interfaces.
OS10(config)# interface port-channel 10
OS10(conf-if-po-10)# no shutdown
OS10(conf-if-po-10)# switchport mode trunk
OS10(conf-if-po-10)# switchport access vlan 1
OS10(conf-if-po-10)# switchport trunk allowed vlan 10
OS10(conf-if-po-10)# vfabric 1
OS10(config)# interface fibrechannel 1/1/26
OS10(conf-if-fc1/1/26)# description target_connected_port
OS10(conf-if-fc1/1/26)# no shutdown
OS10(conf-if-fc1/1/26)# vfabric 1
8. Apply the PFC configuration on the downlink interfaces. Include the interfaces to the port-channel and configure one of the
interfaces as pinned-port.
OS10(config)# interface ethernet 1/1/9
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
Fibre Channel
341