Configuring ISG Network Forwarding Policies
How to Configure ISG Network Policies
4
5. ip vrf forwarding name-of-vrf
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.
Step 4
service vpdn group vpdn-group-name
or
service local
or
service relay pppoe vpdn group vpdn-group-name
Example:
Router(config-service-policymap)# service vpdn
group vpdn1
Example:
Router(config-service-policymap)# service local
Example:
Router(config-service-policymap)# service relay
pppoe vpdn group vpdn1
Provides virtual private dialup network (VPDN) service.
or
Provides local termination service.
or
Provides VPDN service by relaying PPPoE over VPDN
L2TP tunnels.
• If you terminate the service locally by configuring the
service local command, you can also specify the
routing domain in which to terminate the session by
configuring the ip vrf forwarding command.
Step 5
ip vrf forwarding name-of-vrf
Example:
Router(config-service-policymap)# ip vrf
forwarding blue
Associates the service with a VRF.
• Perform this step only if you configured the service
local command in Step 4. If you configured the service
local command, you can use the ip vrf forwarding
command to specify the routing domain in which to
terminate session. If you do not specify the routing
domain, the global VRF will be used.