Creating The System Service Policy - Cisco nexus 5000 series Cli Configuration Manual

Hide thumbs Also See for nexus 5000 series:
Table of Contents

Advertisement

Chapter 1
Configuring QoS
S e n d f e e d b a c k t o n x 5 0 0 0 - d o c f e e d b a c k @ c i s c o . c o m
Command
Step 5
switch(config-pmap-c)# mtu value
Step 6
switch(config-pmap-c) bandwidth percent
percentage
Step 7
switch(config-pmap-c) priority
Step 8
switch(config-pmap-c) multicast-optimize
Note
The switch distributes all the policy map configuration values to the attached network adapters.
Note
Policy maps can also be configured for interface service policies. However, different parameters are
supported in these policy maps. See the
The following example shows how to enable optimized multicast for the default Ethernet class:
switch(config)# policy-map s1
switch(config-pmap)# class class-default
switch(config-pmap-c)# multicast-optimize
The following example shows how to create a policy map with a no-drop Ethernet class:
switch(config)# class-map ethCoS4
switch(config-cmap)# match cos 4
switch(config-cmap)# exit
switch(config)# policy-map ethNoDrop
switch(config-pmap)# class ethCoS4
switch(config-pmap-c)# pause no-drop

Creating the System Service Policy

The service-policy command is used to associate the system class policy-map as the service policy for
the system.
Command
Step 1
switch# configure terminal
Step 2
switch(config)# system qos
Step 3
switch(config-sys-qos)# service-policy
name
The following example sets a no-drop Ethernet policy map as the system class:
switch(config)# class-map ethCoS4
switch(config-cmap)# match cos 4
OL-16597-01
Purpose
(Optional) Specifies the MTU value in bytes.
(Optional) Specifies the guaranteed percentage of
interface bandwidth allocated to this class.
(Optional) Specifies that traffic in this class is mapped
to a strict priority queue.
(Optional) Enables multicast optimization. Multicast
traffic in this class will be served by all available
multicast queues.
Note
Only one class in a policy map can be
configured for multicast optimization.
"Configuring QoS on Interfaces" section on page
Purpose
Enters configuration mode.
Enters system class configuration mode.
Specifies the policy-map to use as the service policy
for the system.
Cisco Nexus 5000 Series Switch CLI Software Configuration Guide
Configuring System Classes
1-13.
1-11

Advertisement

Table of Contents
loading

Table of Contents