RADIUS-Based Policing
How to Configure RADIUS-Based Policing
9
Police Command Actions
The following are action keywords you can specify in the police command:
• drop—Drops the packet.
• set-cos-transmit value—Sets the packet COS value and sends it.
• set-discard-class-transmit value—Sets the discard class attribute of a packet.
• set-dscp-transmit value—Sets the IP differentiated services code point (DSCP) value.
• set-frde-transmit value—Sets the Frame Relay Discard Eligibility (DE) bit from 0 to 1 on the
Frame Relay frame.
• set-mpls-experimental-imposition-transmit value—Sets the Multiprotocol Label Switching
(MPLS) experimental (EXP) bits (0 to 7) in the imposed label headers.
• set-mpls-experimental-topmost-transmit value—Sets the MPLS EXP field value in the topmost
MPLS label header at the input and/or output interfaces.
• set-prec-transmit value—Sets the IP precedence value.
• set-qos-transmit value—Sets the QoS group value.
• transmit—Transmits the packet. The packet is not altered.
Step 4
class class-default
Example:
Router(config-pmap)# class class-default
Modifies the class-default traffic class and enters
policy-map class configuration mode.
Step 5
shape average mean-rate [[burst-size]
[excess-burst-size]] [account {qinq | dot1q |
user-defined offset} aal5 subscriber-encap]
Example:
Router(config-pmap-c)# shape average 10000
Shapes traffic to the indicated bit rate.
• average is the maximum number of bits sent out
in each interval. Available only on the PRE3.
• mean-rate is the committed information rate
(CIR) in bits per second.
Step 6
service-policy policy-map-name
Example:
Router(config-pmap-c)# service-policy child
Applies the child policy map to the parent
class-default class.
• policy-map-name is the name of the child policy
map.
Step 7
exit
Example:
Router(config-pmap-c)# exit
Exits policy-map class configuration mode.
Command Purpose