36-20
Cisco ASR 901 Series Aggregation Services Router Software Configuration Guide
OL-23826-09
Chapter 36 Configuring Inverse Muliplexing over ATM
Configuring Marking MPLS Experimental Bits

Applying a Policy map on ATM IMA Interface

To apply a policy map on ATM IMA interface, complete the following steps:
SUMMARY STEPS
1. enable
2. configure terminal
3. interface ATMslot/IMAgroup-number
4. no ip address
5. no atm enable-ilmi-trap
6. service-policy input policy-map-name
7. xconnect ip-address port-number encapsulation mpls
Step 9 xconnect
ip-address port-number
encapsulation mpls
Example:
Router(config-if)# xconnect
25.25.25.25 125 encapsulation mpls
Binds an attachment circuit to the ATM IMA PVC to create a
pseudowire.
Step 10 atm pvp
VPI
l2transport
Example:
Router(config-if)# atm pvp 200
l2transport
Specifies the VPI of the PVP and configures the PVP in layer 2
transport mode.
Step 11 service-policy input
policy-map-name
Example:
Router(config-if)# service-policy
input mark_qosgroup
Attaches a policy map to the input interface.
Step 12 xconnect
ip-address port-number
encapsulation mpls
Example:
Router(config-if)# xconnect
25.25.25.25 126 encapsulation mpls
Binds an attachment circuit to the ATM IMA PVP to create a
pseudowire.
Command Purpose