Configuration Example For Setting The Atm Clp Bit - Cisco 10000 Series Configuration Manual

Quality of service configuration guide
Hide thumbs Also See for 10000 Series:
Table of Contents

Advertisement

Configuring Traffic Marking
Command
Step 4
Router(config-pmap-c)# exit
Step 5
Router(config-pmap)# exit
Step 6
Router(config)# interface type number
Step 7
Router(config-if)# service-policy {input |
output} policy-map-name

Configuration Example for Setting the ATM CLP Bit

Example 7-9
ATM interface 1/0/1, the router assigns the packets that match access control list (ACL) 100 to the
Class1 traffic class and sets the ATM CLP bit of each packet.
Example 7-9
Router(config)# class-map Class1
Router(config-cmap)# match access-group 100
Router(config-cmap)# exit
Router(config)# policy-map Premium
Router(config-pmap)# class Class1
Router(config-pmap-c)# set atm-clp
Router(config-pmap-c)# exit
Router(config-pmap)# exit
Router(config)# interface atm 1/0/1
Router(config-if)# service-policy output Premium
Cisco 10000 Series Router Quality of Service Configuration Guide
7-30
shows how to set the ATM CLP bit of packets. For all packets arriving on the
Setting the ATM CLP Bit
Purpose
Exits policy-map class configuration mode.
Exits policy-map configuration mode.
Specifies the interface to which you want to attach the service
policy map. Enters interface configuration mode.
type is the type of interface (for example, serial).
number is the number of the interface (for example, 1/0/0).
Attaches the policy map you specify to the interface. The
router applies the service policy to packets on the interface in
either the input or output direction.
input indicates to apply the service policy to inbound
packets.
output indicates to apply the service policy to outbound
packets.
policy-map-name is the name of the policy map.
Chapter 7
Marking Traffic
OL-7433-09

Advertisement

Table of Contents
loading

Table of Contents