Applying System Service Policies
Procedure
PurposeCommand or Action
Enters global configuration mode.switch# configure terminal
Step 1
Enters system class configuration mode.switch(config)# system qos
Step 2
Applies the input queuing FCoE policy map
to an interface.
switch(config-sys-qos)# service-policy type
queuing input fcoe-default-in-policy
Step 3
Applies the output queuing FCoE policy
map to an interface.
switch(config-sys-qos)# service-policy type
queuing output fcoe-default-out-policy
Step 4
Attaches a policy map of type qos to an
interface.
switch(config-sys-qos)# service-policy {type
{qos input}} policy-map-name
Step 5
Attaches a policy map of type network-qos
to an interface.
switch(config-sys-qos)# service-policy {type
{network-qos}} policy-map-name
Step 6
This example shows how to apply system service policies.
switch# configure terminal
switch(config)# system qos
switch(config-sys-qos)# service-policy type queuing input fcoe-default-in-policy
switch(config-sys-qos)# service-policy type queuing output fcoe-default-out-policy
switch(config-sys-qos)# service-policy type qos input c1
switch(config-sys-qos)# service-policy type network-qos p1
Cisco Nexus 5500 Series NX-OS SAN Switching Configuration Guide, Release 7.x
212 OL-30895-01
Configuring iSCSI TLV
Applying System Service Policies