Configuring ISG Subscriber Services
How to Configure ISG Services on the Router
6
Note Some of the commands that can be configured in a service policy map require other configuration in
order to work properly. Details on how to configure specific ISG features and functionality are provided
in other modules in the Cisco IOS XE Intelligent Services Gateway Configuration Guide.
Restrictions
A service that is configured with per-session functionality and a traffic policy will not work correctly.
SUMMARY STEPS
1. enable
2. configure terminal
3. policy-map type service policy-map-name
4. authenticate aaa list name-of-list
5. classname dhcp-pool-name
6. ip portbundle
7. ip unnumbered interface-type interface-number
8. ip vrf forwarding name-of-vrf
9. service deny
10. service relay pppoe vpdn group VPDN-group-name
11. service vpdn group VPDN-group-name
12. sg-service-group service-group-name
13. sg-service-type {primary | secondary}
DETAILED STEPS
Command or Action Purpose
Step 1
enable
Example:
Router> enable
Enables privileged EXEC mode.
• Enter your password if prompted.
Step 2
configure terminal
Example:
Router# configure terminal
Enters global configuration mode.
Step 3
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.