|
Command or Action |
Purpose |
|
enable
Example:
Router> enable
|
Enables privileged EXEC mode.
-
Enter your password if prompted.
|
|
configure terminal
Example:
Router# configure terminal
|
Enters global configuration mode. |
|
policy-map type service policy-map-name
Example:
Router(config)# policy-map type service service1
|
Creates or modifies a service policy map, which is used to define an ISG service. |
|
authenticate aaa list name-of-list
Example:
Router(config-service-policymap)# authenticate aaa list mlist
|
Indicates that the service requires authentication as a condition of activation and initiates an authentication request. |
|
classname dhcp-pool-name
Example:
Router(config-service-policymap)# classname green
|
Associates a Dynamic Host Configuration Protocol (DHCP) address pool with a service or specific subscriber. |
|
ip portbundle
Example:
Router(config-service-policymap)# ip portbundle
|
Enables the ISG Port-Bundle Host Key feature in the service policy map. |
|
ip unnumbered interface-type interface-number
Example:
Router(config-service-policymap)# ip unnumbered ethernet 0
|
Enables IP processing on an interface without assigning an explicit IP address to the interface. |
|
ip vrf forwarding name-of-vrf
Example:
Router(config-service-policymap)# ip vrf forwarding blue
|
Associates the service with a VRF.
-
Configuring this command will make the service a primary service.
|
|
service deny
Example:
Router(config-service-policymap)# service deny
|
Denies network service to the subscriber session. |
|
service relay pppoe vpdn group VPDN-group-name
Example:
Router(config-service-policymap)# service relay pppoe vpdn group group1
|
Enables relay of PPPoE Active Discovery (PAD) messages over a Layer 2 Tunnel Protocol (L2TP) tunnel for a subscriber session. |
|
service vpdn group VPDN-group-name
Example:
Router(config-service-policymap)# service vpdn group vpdn1
|
Provides virtual private dialup network (VPDN) service for ISG subscriber sessions.
-
Configuring this command will make the service a primary service.
|
|
sg-service-group service-group-name
Example:
Router(config-service-policymap)# sg-service-group group1
|
Associates the service with a specified service group. |
|
sg-service-type {primary | secondary}
Example:
Router(config-service-policymap)# sg-service-type primary
|
Defines the service as a primary or secondary service.
-
A primary service is a service that contains a network-forwarding policy. A service must be defined as a primary service by using the sg-service-type primary command. Any service that is not a primary service is defined as a secondary service by default.
|