Configuring A Class-Map - Cisco ASR 9000 Series Configuration Manual

Aggregation services router broadband network gateway
Hide thumbs Also See for ASR 9000 Series:
Table of Contents

Advertisement

Activating Control Policy
If more than one match criteria is listed in a single class-map, then instructions must be included defining
how the match criteria are to be evaluated. The evaluation instruction are of two types:
• Match-any—A positive match is made if the traffic being evaluated matches any one of the specified
• Match-all—A positive match is made only if the traffic being evaluated matches all specified criteria.
Once a match is made, the traffic is considered as a member of the class.
Each class-map is assigned a name for identification. The class-map name is specified within the policy-map.
For creating a class-map, see

Configuring a Class-Map

Perform this task to configure a class-map for control policies. As an example, this class-map is created with
the evaluation instruction, "match-any". The match criteria is "protocol" with value "PPP". As a result, a
positive match is made when the session is uses PPP protocol.
SUMMARY STEPS
1. configure
2. class-map type control subscriber match-any class-map-name
3. match protocol ppp
4. end-class-map
5. Use the commit or end command.
DETAILED STEPS
Command or Action
Step 1
configure
Example:
RP/0/RSP0/CPU0:router# configure
Step 2
class-map type control subscriber match-any
class-map-name
Example:
RP/0/RSP0/CPU0:router(config)# class-map type
control subscriber match-any clmap1
Step 3
match protocol ppp
Example:
RP/0/RSP0/CPU0:router(config-cmap)# match protocol
ppp
OL-28375-03
criteria.
Configuring a Class-Map, on page
Cisco ASR 9000 Series Aggregation Services Router Broadband Network Gateway Configuration Guide, Release
69.
Purpose
Enters global configuration mode.
Creates a new subscriber control class-map with a user
defined name.
Enters the class-map mode.
Defines the match evaluation instruction to be "match-any".
Defines the match-criteria to be PPP protocol.
More than one match statement can be applied per
Note
class-map.
Configuring a Class-Map
4.3.x
69

Advertisement

Table of Contents
loading

Table of Contents