Software Configuration of ATM ISE Line Cards for Cisco 12000 Series Routers
How to Configure Layer 3 Terminated VCs on the 4-Port ATM ISE Line Card
16
Cisco IOS Release 12.0(27)S
The command syntax of the
police
command allows you to specify the action to be taken on a packet
when you enable the
action
keyword. The actions resulting from the keyword choices are listed in
Table 5
.
Configuring a Per-VC Queue Limit
Use this task to configure a per-VC queue limit on a single egress or ingress queue.
Restrictions
A queue limit cannot be configured together with WRED.
Step 11
interface atm
slot
/
port.subifnum
Example:
Router(config)# interface atm1/0.1
Specifies the ATM subinterface to configure.
Step 12
pvc
vpi
/
vci
Example:
Router(config-subif)# pvc 10/50
Specifies the ATM PVC to attach the traffic policy to.
Step 13
service-policy
{
input
|
output
}
policy-name
Example:
Router(config-if-atm-vc)# service-policy input
police
Attaches the traffic policy to the PVC.
Command or Action
Purpose
Table 5
police Command Action Keywords
Keyword
Resulting Action
drop
Drops the packet.
set-clp-transmit
Sets the ATM CLP bit and sends the packet. This is supported
for egress only.
set-discard-class-transmit
new-class
Sets the discard-class and sends the packet. This is supported for
ingress on terminated VCs only.
set-dscp-transmit
dscp
Sets the differentiated services code point (DSCP) value and
sends the packet.
set-mpls-exp-imposition-transmit
mpls-exp
Sets the experimental value at tag imposition and sends the
packet. This is supported for ingress on terminated VCs only.
set-mpls-exp-topmost-transmit
mpls-exp
Sets the experimental value on the topmost label and sends the
packet. This is supported on terminated VCs only.
set-prec-transmit
new-prec
Sets the IP precedence and sends the packet.
set-qos-transmit
new-qos
Sets the QoS group and sends the packet. This is supported for
ingress only.
transmit
Sends the packet.