Creating Policy Lists for ATM
In the following example, you create two policies: one for CBR traffic and one for
UBR traffic. One policy is attached to an interface that contains CBR traffic and the
other to an interface that contains UBR traffic.
1.
2.
3.
4.
5.
6.
7.
Create a CBR policy list.
host1(config)#atm policy-list polCbr
host1(config-policy-list)#
Create the classification group and assign a strict priority traffic class and color
green.
host1(config-policy-list)#classifier-group *
host1(config-policy-list-classifier-group)#traffic-class strict-priority
host1(config-policy-list-classifier-group)#color green
Exit Policy List Configuration mode to save the configuration.
host1(config-policy-list-classifier-group)#exit
host1(config-policy-list)#exit
host1(config)#
Create a UBR policy that maps to the strict best-effort traffic class and color red.
host1(config)#atm policy-list polUbr
host1(config-policy-list)#classifier-group *
host1(config-policy-list-classifier-group)#traffic-class best-effort
host1(config-policy-list-classifier-group)#color red
Exit Policy List Configuration mode to save the configuration.
host1(config-policy-list-classifier-group)#exit
host1(config-policy-list)#exit
host1(config)#
Attach the policies to ATM subinterfaces.
host1(config)#interface atm 0/0.100
host1(config-if)#atm policy input polUbr statistics enabled
host1(config-if)#exit
host1(config)#interface atm 0/0.101
host1(config-if)#atm policy input polCbr statistics enabled
host1(config-if)#exit
Display the policy lists.
host1#show atm subinterface atm 0/0.100
Circuit
Interface
ATM-Prot VCD VPI VCI
----------- -------- --- --- --- ------- ----- ---- ------ ---------
ATM 0/0.100 RFC-1483 100
Chapter 3: Creating Policy Lists
Interface
Type
Encap MTU
0 100 PVC
SNAP
9180 up
Creating Policy Lists for ATM
Status
Type
Static
19
Need help?
Do you have a question about the POLICY MANAGEMENT - CONFIGURATION GUIDE V11.1.X and is the answer not in the manual?
Questions and answers