Enterasys X-Pedition XSR CLI Cli Reference Manual page 484

Enterasys security router reference guide
Table of Contents

Advertisement

Policy-Map Commands
Syntax of the "no" Form
The no form of this command removes a class from the policy map:
no class {class-name}
Mode
Policy‐Map configuration: 
Next Mode
Policy‐Map Class configuration: 
Example
This example creates class1 with a minimum of 20 percent in the event of congestion, and the 
queue reserved for this class can enqueue 40 packets before tail drop is enacted to handle 
additional packets.
XSR(config)#policy-map policy1
XSR(config-pmap-policy1>)#class class1
XSR(config-pmap-c<class1>)#bandwidth percent 20
XSR(config-pmap-c<class1>)#queue-limit 40
These commands create class2 with a minimum of 3000 kbps of bandwidth for this class in the 
event of congestion. RED drops up to one out of three packets when the average queue size 
becomes bigger than 34 and drops each packet if it becomes bigger than 57. RED packet drop is 
used for congestion avoidance.
XSR(config-pmap<policy1>)#class class2
XSR(config-pmap-c<class2>)#bandwidth 3000
XSR(config-pmap-c<class2>)#random-detect 34 57 3
These commands configure the default map class where a maximum of 20 packets per queue are 
enqueued before tail drop is enforced to handle additional packets.
XSR(config-pmap<policy1>)#class class-default
XSR(config-pmap-c<class-default>)#queue-limit 20
clear policy-map
This command removes Policy Map statistics for specified interfaces.
Syntax
clear policy-map interface type number
type
number
Mode
EXEC:
12-88 Configuring Quality of Service
XSR(config-pmap<xx>)#
XSR interface type: BRI, Dialer, Fast/GigabitEthernet, Loopback, Multilink, and 
Serial.
Card, port, channel, and sub‐interface number.
XSR>
XSR(config)#
or
XSR(config-pmap-c<xx>)#

Advertisement

Table of Contents
loading

This manual is also suitable for:

X-pedition xsr

Table of Contents