Cisco Cisco Packet Data Interworking Function (PDIF) Fascicule

Page de 8487
  Traffic Policy-Map Configuration Mode Commands 
qos traffic-police  ▀   
 
Cisco ASR 5x00 Command Line Interface Reference  ▄  
 
   
8417 
committed
 
bps
 
Default: 144000 
Specifies the committed data rate (guaranteed-data-rate) in bits per second (bps). 
bps
 must be an integer from 0 through 4294967295. 
exceed-action
 { 
drop
 | 
lower-ip-precedence
 | 
allow
 } 
Default: 
lower-ip-precedence
 
Specifies the action to take on packets that exceed the committed-data-rate but do not violate the peak-data-
rate. The following actions are supported: 
drop
: Drops the packet 
lower-ip-precedence
: Transmits the packet after lowering the ip-precedence 
allow
: Transmits the packet 
peak
 
bps
 
Default: 256000 
Specifies the peak data-rate for the subscriber in bits per second (bps). 
bps
 must be an integer from 0 through 4294967295. 
violate-action { drop | lower-ip-precedence | allow }
 
Default: drop 
Specifies the action to take on the packets that exceed both the committed-data-rate and the peak-data-rate. 
The following actions are supported: 
drop
: Drops the packet 
lower-ip-precedence
: Transmits the packet after lowering the IP precedence 
allow
: Transmits the packet 
Usage 
Use this command to apply the QoS policy to a subscriber session flow for flow-based traffic policing. 
Important:
  For additional information on the QoS traffic policing, see the System Administration Guide
Example
 
The following command sets the committed data rate to 
102400
 bps with a peak data rate of 
128000
 bps and 
a burst size of 
2048
 bytes. This lowers the IP precedence when the committed-data-rate is exceeded and 
drops the packets when the peak-data-rate are violated: 
qos traffic-police commited 102400 peak 128000 burst-size 2048 exceed-
action lower-ip-precedence violate-action drop