Configuring ISG Network Forwarding Policies
Configuration Examples for ISG Network Policies
6
What to Do Next
You may want to configure a method of activating the service policy map; for example, control policies
can be used to activate services. For more information about methods of service activation, see the
module “Configuring ISG Subscriber Services.”
Configuration Examples for ISG Network Policies
This section contains the following examples:
• Network Forwarding Policy for PPP Sessions: Example, page 6
• Network Forwarding Policy for IP Sessions: Example, page 6
Network Forwarding Policy for PPP Sessions: Example
The following example shows a service policy map configured with a network forwarding policy for PPP
sessions:
policy-map type service my_service
service vpdn group vpdn1
Network Forwarding Policy for IP Sessions: Example
The following example shows a service policy map configured with a network forwarding policy for IP
sessions:
policy-map type service my_service
ip vrf forwarding vrf1
Step 4
ip vrf forwarding name-of-vrf
Example:
Router(config-service-policymap)# ip vrf
forwarding blue
Associates the service with a VRF.
Step 5
sg-service-type primary
Example:
Router(config-service-policymap)#
sg-service-type primary
Defines the service as a primary service.
• A primary service is a service that contains a network
forwarding policy. A primary 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.
Command or Action Purpose