Configuring ISG Control Policies
How to Configure an ISG Control Policy
7
Step 12
match dnis {dnis | regexp regular-expression}
Example:
Router(config-control-classmap)# match dnis
reg-exp 5551212
(Optional) Creates a condition that evaluates true if a
subscriber’s Dialed Number Identification Service number
(DNIS number, also referred to as called-party number)
matches the specified DNIS number.
Step 13
match media {async | atm | ether | ip | isdn |
mpls | serial}
Example:
Router(config-control-classmap)# match media
atm
(Optional) Creates a condition that evaluates true if a
subscriber’s access media type matches the specified media
type.
Step 14
match mlp-negotiated {no | yes}
Example:
Router(config-control-classmap)# match
mlp-negotiated yes
(Optional) Creates a condition that evaluates true or false
depending on whether the subscriber’s session was
established using multilink PPP negotiation.
• If the yes keyword is used, the condition evaluates true
if the subscriber’s session was established using
multilink PPP negotiation.
Step 15
match nas-port {adapter adapter-number |
channel channel-number | circuit-id name |
ipaddr ip-address | port port-number |
remote-id name | shelf shelf-number | slot
slot-number | sub-interface
sub-interface-number | type {async | atm |
basic-rate | enm | ether | fxo | fxs | none |
primary-rate | synch | vlan | vty} | vci
vci-number | vlan vlan-id | vpi vpi-number}
Example:
Router(config-control-classmap)# match nas-port
type ether slot 3
(Optional) Creates a condition that evaluates true if a
subscriber’s NAS port identifier matches the specified
value.
Step 16
match no-username {no | yes}
Example:
Router(config-control-classmap)# match
no-username yes
(Optional) Creates a condition that evaluates true or false
depending on whether or not a subscriber’s username is
available.
• If the yes keyword is used, the condition evaluates true
if the subscriber’s username is not available.
Step 17
match protocol {atom | ip | pdsn | ppp | vpdn}
Example:
Router(config-control-classmap)# match protocol
ip
(Optional) Creates a condition that evaluates true if a
subscriber’s access protocol type matches the specified
protocol type.
Step 18
match service-name {service-name | regexp
regular-expression}
Example:
Router(config-control-classmap)# match
service-name service1
(Optional) Creates a condition that evaluates true if the
service name associated with a subscriber matches the
specified service name.
Command or Action Purpose