Software Configuration of ATM ISE Line Cards for Cisco 12000 Series Routers
Configuring Modular QoS CLI
87
Cisco IOS Release 12.0(27)S
police
bps
burst-normal burst-max
conform-action
action
exceed-action
action
Example:
Router(config-pmap-c)# police 8000 2000 4000
conform-action transmit exceed-action drop
Specifies a bandwidth usage and conformance policy by a traffic
class through the use of a token bucket algorithm. For a description
of the
conform-action
and
exceed-action
keywords, see
Table 5 on
page 16
.
priority
Specifies the class as the priority class.
In order to specify the maximum bandwidth allowed by the priority
class, use the
police
command with the
exceed-action
set to
drop
. If
no maximum bandwidth is specified for the priority class, remaining
classes will not have a minimum bandwidth guarantee.
queue-limit
cells
cells
Example:
Router(config-pmap-c)# queue-limit 576 cells
Specifies the maximum number of cells queued for a traffic class that
has a bandwidth configuration or class default specified.
random-detect
Enables a weighted random early detection (WRED) drop policy for
a traffic class that has a bandwidth configuration or class default
specified.
random-detect dscp-based
Indicates that WRED is to use the DSCP value when it calculates the
drop probability for the packet.
random-detect
dscp
dscpvalue
min-threshold
cells
max-threshold
cells
[
mark-probability-denominator
]
Example:
Router(config-pmap-c)# random-detect dscp 1 300
cells 700 cells 1
Specifies the minimum and maximum cell thresholds and,
optionally, the mark-probability denominator for the DSCP value.
Note
Use either the
random-detect dscp-based
command with
the
random-detect dscp
command or use the
random-detect precedence
command alone. Do not use the
random-detect precedence
command with either of the
DSCP commands.
random-detect precedence
precedence
min-threshold
cells
max-threshold
cells
[
mark-prob-denominator
Example:
Router(config-pmap-c)# random-detect precedence
4 500 cells 1100 cells 1
Specifies the minimum and maximum cell thresholds and,
optionally, the mark-probability denominator for the precedence
value.
Note
Use either the
random-detect dscp-based
command with
the
random-detect dscp
command or use the
random-detect precedence
command alone. Do not use the
random-detect precedence
command with either of the
DSCP commands.
random-detect exponential-weighting-constant
n
Example:
Router(config-pmap-c)# random-detect
exponential-weighting-constant 1
Configures a WRED exponential weighting constant on a per COS
queue basis.
set atm-clp
Sets the ATM cell loss priority bit to 1.
Command or Action
Purpose