Cisco ISE - Line Card ISE Configuration Manual page 15

4-port atm ise line card
Table of Contents

Advertisement

Software Configuration of ATM ISE Line Cards for Cisco 12000 Series Routers
10.
11.
12.
13.
DETAILED STEPS
Command or Action
Step 1
enable
Example:
Router> enable
Step 2
configure terminal
Example:
Router# configure terminal
Step 3
class-map class-map-name
Example:
Router(config)# class-map acgroup2
Step 4
match access-group access-group
Example:
Router(config-cmap)# match access-group 2
Step 5
exit
Step 6
policy-map policy-name
Example:
Router(config)# policy-map police
Step 7
class class-name
Example:
Router(config-pmap)# class acgroup2
Step 8
Router(config-pmap-c)# police bps burst-normal
burst-max conform-action action exceed-action
action violate-action action
Example:
Router(config-pmap)# police 8000 2000 4000
conform-action transmit exceed-action
set-qos-transmit 4
Step 9
exit
Step 10
exit
exit
interface atmslot/port.subifnum
pvc vpi/vci
service-policy {input | output} policy-name
How to Configure Layer 3 Terminated VCs on the 4-Port ATM ISE Line Card
Purpose
Enables privileged EXEC mode.
Enter your password if prompted.
Enters global configuration mode.
Specifies the user-defined name of the traffic class.
Specifies the numbered access list against whose contents
packets are checked to determine if they belong to the class.
Exits class-map mode.
Specifies the name of the traffic policy to configure.
Specifies the name of a predefined class, which was defined
with the class-map command, to be included in the traffic
policy.
Specifies a maximum bandwidth usage by a traffic class
through the use of a token bucket algorithm.
Exits policy-map class mode.
Exits policy-map mode
Cisco IOS Release 12.0(27)S
15

Advertisement

Table of Contents
loading

Table of Contents