Configuring A Policy-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

Configuring a Policy-Map

Configuring a Policy-Map
Perform this task to configure policy map for control policies. As an example, this policy-map is created for
the Session-Start and Session-Activate events. For the Session-Start event, a dynamic template is activated.
For the Session-Activate event, an authentication process is invoked. For more information about the supported
events, see
SUMMARY STEPS
1. configure
2. policy-map type control subscriber policy-map-name
3. event session-start match-all
4. class type control subscriber class_name do-until-failure
5. sequence_number activate dynamic-template dynamic-template_name
6. event session-activate match-all
7. class type control subscriber class_name do-until-failure
8. sequence_number authenticate aaa list default
9. end-policy-map
10. Use the commit or end command.
DETAILED STEPS
Command or Action
Step 1
configure
Example:
RP/0/RSP0/CPU0:router# configure
Step 2
policy-map type control subscriber policy-map-name
Example:
RP/0/RSP0/CPU0:router(config)# policy-map type
control subscriber plmap1
Step 3
event session-start match-all
Example:
RP/0/RSP0/CPU0:router(config-pmap)# event
session-start match-all
Step 4
class type control subscriber class_name do-until-failure
Example:
RP/0/RSP0/CPU0:router(config-pmap-e)# class type
control subscriber CL1 do-until-failure
Cisco ASR 9000 Series Aggregation Services Router Broadband Network Gateway Configuration Guide,
Release 4.3.x
72
Control Policy Events, on page
71.
Purpose
Enters global configuration mode.
Creates a new policy-map with user-defined name.
Enters the policy-map mode.
Defines an event (session start) for which actions will be
performed.
Defines the match instruction to be "match-all", which
executes actions for all matched classes.
Associates a class-map with the event. The class-map name
has to be specified.
Instructs that the actions will be performed until a failure
occurs.
Activating Control Policy
OL-28375-03

Advertisement

Table of Contents
loading

Table of Contents