Cisco ISE - Line Card ISE Configuration Manual page 27

4-port atm ise line card
Table of Contents

Advertisement

Software Configuration of ATM ISE Line Cards for Cisco 12000 Series Routers
Router(config)# class-map match-any prec01
Router(config-cmap)# match ip prec 0 1
Router(config)# class-map match-any prec345
Router(config-cmap)# match ip prec 3 4 5
Router(config)# policy SET_ATM_CLP
Router(config-pmap)# class prec01
Router(config-pmap-c)# bandwidth percent 10
Router(config-pmap-c)# class prec345
Router(config-pmap-c)# set atm-clp
Router(config-pmap-c)# exit
After the policy map has been created, configure it on the VC using the service-policy command.
Configuring the ATM CLP Bit by Traffic Policing
This example uses traffic policing to mark packets by setting the ATM CLP bit:
Router(config)# policy-map POLIC_SET_ATM_CLP
Router(config-pmap)# class class1
Router(config-pmap-c)# police 64000000 conform-action transmit exceed-action
set-clp-transmit
Router(config-pmap-c)# exit
After the policy map has been created, configure it on the VC using the service-policy command.
Troubleshooting Tips
Use the show class-map class-name command to display the information relating to a traffic class. Use
the show policy-map command to display the configuration of a traffic policy and its associated traffic
classes. Forms of these commands are listed in the table below.
Command
Router# show class-map
Router# show class-map class-name
Router# show policy-map
Router# show policy-map policy-map-name
Router# show policy-map interface
Router# show policy-map interface interface-spec
Router# show policy-map interface interface-spec
input
Router# show policy-map interface interface-spec
output
Router# show policy-map [interface [interface-spec
[input | output] [class class-name]]]]
How to Configure Layer 3 Terminated VCs on the 4-Port ATM ISE Line Card
Purpose
Displays all traffic class information.
Displays the traffic class information for the user-specified traffic
class.
Displays all configured service policies.
Displays the user-specified traffic policy.
Displays configurations and statistics of all input and output
policies attached to an interface.
Displays configuration and statistics of the input and output
policies attached to a particular interface.
Displays configuration and statistics of the input policy attached
to an interface.
Displays configuration and statistics of the output policy attached
to an interface.
Displays the configuration and statistics of the class name
configured in the policy.
Cisco IOS Release 12.0(27)S
27

Advertisement

Table of Contents
loading

Table of Contents