Cisco ISE Software Configuration Guide - Page 14

Configuring Quality of Service on Terminated VCs, Configuring Traffic Policing - cli

Page 14 highlights

Software Configuration of ATM ISE Line Cards for Cisco 12000 Series Routers How to Configure Layer 3 Terminated VCs on the 4-Port ATM ISE Line Card The 4-Port ATM ISE line card implements two types of OAM cells: CC cells for fault management and CC cells for activation and deactivation. Fault management cells detect connectivity failures. Activation and deactivation cells initiate the activation or deactivation of continuity checking. Configuring Quality of Service on Terminated VCs Quality of Service (QoS) on terminated VCs is configured using the Modular QoS CLI (MQC). MQC allows users to create traffic policies and attach these policies to interfaces. A traffic policy contains a traffic class and one or more QoS features. A traffic class is used to classify traffic, and the QoS features in the traffic policy determine how to treat the classified traffic. To configure and enable QoS on terminated VCs, you must define a traffic class, create a traffic policy, and attach this traffic policy to the PVC. See the "Configuring Modular QoS CLI" section on page 84 for detailed instructions on how to complete these tasks. The following tasks use the MQC to configure QoS on terminated VCs: • Configuring Traffic Policing, page 14 • Configuring a Per-VC Queue Limit, page 16 • Configuring Per-VC WRED, page 18 • Configuring Per-VC MDRR and Low Latency Queueing, page 20 • Configuring the set Commands, page 23 • Troubleshooting Tips, page 27 Configuring Traffic Policing This task describes how to configure traffic policing using the MQC. Traffic policing can be configured for either ingress or egress traffic. This task illustrates the use of the match access-group command. For information on other match options, refer to the "Configuring Modular QoS CLI" section on page 84. When traffic policing is configured, packets coming into interface are evaluated by the token bucket algorithm to determine whether they conform to or exceed the specified parameters. The conform-action, exceed-action, and violate-action parameters in the police command determine what is done with the packets. SUMMARY STEPS 1. enable 2. configure terminal 3. class-map class-map-name 4. match access-group access-group 5. exit 6. policy-map policy-name 7. class class-name 8. police bps burst-normal burst-max conform-action action exceed-action action violate-action action 9. exit Cisco IOS Release 12.0(27)S 14

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102

Software Configuration of ATM ISE Line Cards for Cisco 12000 Series Routers
How to Configure Layer 3 Terminated VCs on the 4-Port ATM ISE Line Card
14
Cisco IOS Release 12.0(27)S
The 4-Port ATM ISE line card implements two types of OAM cells: CC cells for fault management and
CC cells for activation and deactivation. Fault management cells detect connectivity failures. Activation
and deactivation cells initiate the activation or deactivation of continuity checking.
Configuring Quality of Service on Terminated VCs
Quality of Service (QoS) on terminated VCs is configured using the Modular QoS CLI (MQC). MQC
allows users to create traffic policies and attach these policies to interfaces. A traffic policy contains a
traffic class and one or more QoS features. A traffic class is used to classify traffic, and the QoS features
in the traffic policy determine how to treat the classified traffic.
To configure and enable QoS on terminated VCs, you must define a traffic class, create a traffic policy,
and attach this traffic policy to the PVC. See the
“Configuring Modular QoS CLI” section on page 84
for detailed instructions on how to complete these tasks.
The following tasks use the MQC to configure QoS on terminated VCs:
Configuring Traffic Policing, page 14
Configuring a Per-VC Queue Limit, page 16
Configuring Per-VC WRED, page 18
Configuring Per-VC MDRR and Low Latency Queueing, page 20
Configuring the set Commands, page 23
Troubleshooting Tips, page 27
Configuring Traffic Policing
This task describes how to configure traffic policing using the MQC. Traffic policing can be configured
for either ingress or egress traffic.
This task illustrates the use of the
match access-group
command. For information on other match
options, refer to the
“Configuring Modular QoS CLI” section on page 84
.
When traffic policing is configured, packets coming into interface are evaluated by the token bucket
algorithm to determine whether they conform to or exceed the specified parameters. The
conform-action
,
exceed-action
, and
violate-action
parameters in the
police
command determine what
is done with the packets.
SUMMARY STEPS
1.
enable
2.
configure
terminal
3.
class-map
class-map-name
4.
match access-group
access-group
5.
exit
6.
policy-map
policy-name
7.
class
class-name
8.
police
bps burst-normal burst-max
conform-action
action
exceed-action
action
violate-action
action
9.
exit