Users Guide

Table Of Contents
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 2.
OS10(config)# interface ethernet 1/1/1
OS10(confifeth1/1/1)# no flowcontrol receive
8 Enable PFC mode on the interface that connects to CNA 2.
OS10(config)# interface ethernet 1/1/1
OS10(confifeth1/1/1)# priorityflowcontrol mode on
9 Apply the service policy on the interface that connects to CNA 2.
OS10(config)# interface ethernet 1/1/1
OS10(confifeth1/1/1)# servicepolicy input type networkqos pmap1
10 Congure the interface that connects to FCF.
OS10(config)# interface fibrechannel 1/1/21
OS10(config-iffc1/1/21)# vfabric 2
F_Port commands
The following commands are supported on F_Port mode:
fc alias
Creates an FC alias. After creating the alias, add members to the FC alias. An FC alias can have a maximum of 255 unique members.
Syntax
fc alias alias-name
Parameters alias-name — Enter a name for the FC alias.
Defaults Not congured
Command Mode
CONFIGURATION
Usage Information
The no version of this command deletes the FC alias. To delete an FC alias, rst remove it from the FC zone.
Example
OS10(config)# fc alias test
OS10(config-fc-alias-test)# member wwn 21:00:00:24:ff:7b:f5:c9
OS10(config-fc-alias-test)# member wwn 20:25:78:2b:cb:6f:65:57
Supported Releases 10.3.1E or later
fc zone
Creates an FC zone and adds members to the zone. An FC zone can have a maximum of 255 unique members.
Syntax
fc zone zone-name
Fibre Channel 305