Cisco ISE - Line Card ISE Configuration Manual page 86

4-port atm ise line card
Table of Contents

Advertisement

Configuring Modular QoS CLI
The syntax of the policy-map command is:
policy-map policy-name
no policy-map policy-name
The syntax of the class command is:
class class-name
no class class-name
In addition to any user-defined classes, a pre-existing class named class-default exists. All packets that
do not match any of the user-defined classes belong to class-default.
Commands for Egress Traffic
The following commands can be used to configure a traffic policy for egress traffic:
Command or Action
enable
Example:
Router> enable
configure terminal
Example:
Router# configure terminal
policy-map policy-name
Example:
Router(config)# policy-map policy1
class class-name
Example:
Router(config-pmap)# class class1
Router(config-pmap)# class class-default
bandwidth {bandwidth-kbps | percent percent}
OR
bandwidth remaining percent percent
Example:
Router(config-pmap-c)# bandwidth percent 20
Router(config-pmap-c)# bandwidth remaining
percent 4
Cisco IOS Release 12.0(27)S
86
Software Configuration of ATM ISE Line Cards for Cisco 12000 Series Routers
Purpose
Enables privileged EXEC mode.
Enter your password if prompted.
Enters global configuration mode.
Specifies the name of the traffic policy to configure.
Specifies the name of a predefined class, which was defined with the
class-map command, to be included in the service policy. You can
include the default class, class-default, in the traffic policy.
Specifies a minimum bandwidth guarantee to a traffic class.
A minimum bandwidth guarantee can be specified in kilobits per
second (
) or as a percentage of the overall available
bandwidth-kbps
bandwidth (
percent percent
cannot exceed the available bandwidth remaining after the priority
class is accounted for.
Alternatively, the minimum bandwidth guarantee can be based on the
remaining bandwidth available (
there is no available bandwidth, then the class will receive no
bandwidth, regardless of the percent specified.
). In this case, the bandwidth specified
remaining percent percent
). If

Advertisement

Table of Contents
loading

Table of Contents