Table Of Contents
Configuring ISG Policies for Regulating Network Access
Contents
Prerequisites for ISG Policies for Regulating Network Access
Information About ISG Policies for Regulating Network Access
Methods of Regulating Network Access
How to Configure ISG Policies for Regulating Network Access
Configuring ISG Policing
Overview of ISG Policing
Configuring Policing in a Service Policy Map on the Router
Configuring Policing in a Service Profile or User Profile on the AAA Server
What to Do Next
Verifying ISG Policing
Configuring Per-Subscriber Firewalls
Per-Subscriber Firewalls
Prerequisites
Restrictions
Configuring Per-Subscriber Firewalls in User Profiles or Service Profiles on a AAA Server
Configuring Per-Subscriber Firewalls in a Service Policy Map
Verifying ISG Per-Subscriber Firewalls
Configuration Examples for ISG Policies for Regulating Network Access
ISG Policing: Examples
Per-Subscriber Firewalls: Examples
Additional References
Related Documents
Technical Assistance
Feature Information for ISG Policies for Regulating Network Access
Configuring ISG Policies for Regulating Network Access
First Published: March 20, 2006
Last Updated: March 20, 2006
Intelligent Service Gateway (ISG) is a Cisco IOS software feature set that provides a structured framework in which edge devices can deliver flexible and scalable services to subscribers. ISG supports the use of policies for governing subscriber session bandwidth and network accessibility. This module provides information about the following methods of regulating session bandwidth and network access: Modular Quality of Service (QoS) command-line interface (CLI) policies, Dynamic Subscriber Bandwidth Selection (DBS), per-subscriber firewalls, and ISG policing.
Finding Feature Information in This Module
Your Cisco IOS software release may not support all features. To find information about feature support and configuration and platform requirements, use the "Feature Information for ISG Policies for Regulating Network Access" section.
Contents
•
Information About ISG Policies for Regulating Network Access
•
How to Configure ISG Policies for Regulating Network Access
•
Configuration Examples for ISG Policies for Regulating Network Access
•
Additional References
•
Feature Information for ISG Policies for Regulating Network Access
Prerequisites for ISG Policies for Regulating Network Access
For information about release and platform support, see the "Feature Information for ISG Policies for Regulating Network Access" section.
Information About ISG Policies for Regulating Network Access
Before you configure ISG policies for regulating network access, you should understand the following concept:
•
Methods of Regulating Network Access
Methods of Regulating Network Access
ISG supports the following methods of regulating network access. Each of these methods can be applied to an ISG session and can be dynamically updated.
Modular QoS CLI (MQC) Policies
QoS policies configured using the MQC are supported for subscriber sessions only. MQC policies cannot be applied to ISG services.
Dynamic Subscriber Bandwidth Selection (DBS)
DBS enables you to control bandwidth at the ATM virtual circuit (VC) level. ATM QoS parameters from the subscriber domain are applied to the ATM permanent virtual circuit (PVC) on which a PPP over Ethernet (PPPoE) or PPP over ATM (PPPoA) session has been established.
Per-Subscriber Firewalls
Per-subscriber firewalls are access control lists (ACLs) that are used to prevent subscribers, services, and pass-through traffic from accessing specific IP addresses and ports. Per-subscriber firewalls can be configured in user profiles and service profiles.
ISG Policing
ISG policing supports policing of upstream and downstream traffic. ISG policing differs from policing configured using the MQC in that ISG policing can be configured in service profiles to support policing of traffic flows. MQC policies cannot be configured in service profiles. ISG policing can also be configured in user profiles and service profiles to support session policing.
How to Configure ISG Policies for Regulating Network Access
This section contains procedures for configuring ISG policing and per-subscriber firewalls. See the "Additional References" section for references to information on how to configure MQC policies, DBS, and support for dynamic updates to policies for regulating network access.
This section contains the following tasks:
•
Configuring ISG Policing
•
Configuring Per-Subscriber Firewalls
Configuring ISG Policing
Before you configure ISG policing, you should understand the following concept:
•
Overview of ISG Policing
To configure ISG policing, perform the following tasks:
•
Configuring Policing in a Service Policy Map on the Router
•
Configuring Policing in a Service Profile or User Profile on the AAA Server
•
Verifying ISG Policing
Overview of ISG Policing
Traffic policing allows you to control the maximum rate of traffic sent or received on an interface. Policing is often configured on interfaces at the edge of a network to limit traffic into or out of the network. Traffic that falls within the rate parameters is sent, whereas traffic that exceeds the parameters is dropped or sent with a different priority.
ISG policing supports policing of upstream and downstream traffic and can be applied to a session or a flow. The following sections describe session-based and flow-based policing.
Session-Based Policing
Session-based policing applies to the aggregate of subscriber traffic for a session. In Figure 6, session policing would be applied to all traffic moving from the PPPoE client to ISG and from ISG to the PPPoE client.
Figure 6 Session-Based Policing
Session-based policing parameters can be configured on a AAA server in either a user profile or a service profile that does not specify a traffic class. It can also be configured on the router in a service policy map. Session-based policing parameters that are configured in a user profile take precedence over session-based policing parameters configured in a service profile or service policy map.
Flow-Based Policing
Flow-based policing applies only to the destination-based traffic flows that are specified by a traffic class. In Figure 7, flow-based policing would allow you to police the traffic between the PPPoE client and Internet 1 or Internet 2.
Figure 7 Flow-Based Policing
Flow-based policing can be configured on a AAA server in a service profile that specifies a traffic class. It can also be configured on the router under a traffic class in a service policy map. Flow-based policing and session-based policing can coexist and operate simultaneously on subscriber traffic.
Configuring Policing in a Service Policy Map on the Router
Perform this task to configure ISG policing on the router using the CLI.
SUMMARY STEPS
1.
enable
2.
configure terminal
3.
policy-map type service policy-map-name
4.
[priority] class type traffic class-map-name
5.
police input committed-rate normal-burst excess-burst
6.
police output committed-rate normal-burst excess-burst
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
|
[priority] class type traffic class-map-name
Example:
Router(config-service-policymap)# class type
traffic silver
|
Associates a previously configured traffic class with the policy map.
|
Step 5
|
police input committed-rate normal-burst
excess-burst
Example:
Router(config-service-policymap-class-traffic)#
police input 20000 30000 60000
|
Configures ISG policing of upstream traffic.
• These parameters will be used to limit traffic flowing from the subscriber toward the network.
|
Step 6
|
police output committed-rate normal-burst
excess-burst
Example:
Router(config-service-policymap-class-traffic)#
police output 21000 31500 63000
|
Configures ISG policing of downstream traffic.
• These parameters will be used to limit the traffic flowing from the network toward the subscriber.
|
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."
Configuring Policing in a Service Profile or User Profile on the AAA Server
SUMMARY STEPS
1.
Add the Policing VSA to the user profile or service profile on the AAA server.
DETAILED STEPS
| |
Command or Action
|
Purpose
|
Step 1
|
Add the following Policing vendor-specific attribute (VSA) to the user profile on the AAA server.
26, 9, 250 "QU;committed-rate;normal-burst;excess-burst;D;committed-rate;normal-burst;excess-burst"
or
Add the following Policing VSA to the service profile on the AAA server.
26,9,251 "QU;committed-rate;normal-burst;excess-burst;D;committed-rate;normal-burst;excess-burst"
|
Enables ISG policing of upstream and downstream traffic.
• If you specify the committed rate and normal burst, excess burst will be calculated automatically.
• You can specify upstream or downstream parameters first.
|
What to Do Next
You may want to configure a method of activating the service profile; 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."
Verifying ISG Policing
Perform this task to verify ISG policing configuration.
SUMMARY STEPS
1.
enable
2.
show subscriber session [detailed] [identifier identifier | uid session-id | username name]
DETAILED STEPS
| |
Command or Action
|
Purpose
|
Step 1
|
enable
Example:
Router> enable
|
Enables privileged EXEC mode.
• Enter your password if prompted.
|
Step 2
|
show subscriber session [detailed] [identifier
identifier | uid session-id | username name]
Example:
Router# show subscriber session detailed
|
Displays ISG subscriber session information.
|
Examples
The following example shows output for the show subscriber session command when policing parameters have been configured in the service profile. The "Config level" field indicates where the policing parameters are configured; in this case, in the service profile.
Router# show subscriber session detailed
Current Subscriber Information: Total sessions 2
Session inbound features:
Average rate = 24000, Normal burst = 4500, Excess burst = 9000
Session outbound features:
Average rate = 16000, Normal burst = 3000, Excess burst = 6000
The following example shows output for the show subscriber session command where upstream policing parameters are specified in a user profile and downstream policing parameters are specified in a service profile.
Router# show subscriber session all
Current Subscriber Information: Total sessions 2
Session inbound features:
Average rate = 24000, Normal burst = 4500, Excess burst = 9000
Config level = Per-user ===========> Upstream parameters are specified in
Session outbound features:
Average rate = 16000, Normal burst = 3000, Excess burst = 6000
Config level = Service ============> No downstream parameters in the user
profile, hence the parameters in the service profile are applied.
Configuring Per-Subscriber Firewalls
Before you configure per-subscriber firewalls, you should understand the following concepts:
•
Per-Subscriber Firewalls
•
Prerequisites
•
Restrictions
To configure per-session ACLs, perform the following tasks:
•
Configuring Per-Subscriber Firewalls in User Profiles or Service Profiles on a AAA Server
•
Configuring Per-Subscriber Firewalls in a Service Policy Map
•
Verifying ISG Per-Subscriber Firewalls
Per-Subscriber Firewalls
Per-subscriber firewalls are Cisco IOS ACLs that are used to prevent subscribers, services, and pass-through traffic from accessing specific IP addresses and ports.
ACLs can be configured in user profiles or service profiles on a AAA server or in service policy maps on ISG. The ACLs can be numbered or named access lists that are configured on ISG, or the ACL statements can be included in the profile configuration.
When an ACL is added to a service, all subscribers of that service are prevented from accessing the specified IP address, subnet mask, and port combinations through the service.
When an ACL attribute is added to a user profile, it applies globally to all traffic for the subscriber.
Prerequisites
This task assumes that you know how to configure access control lists.
Restrictions
Only IP ACLs are supported. IPX and IPv6 ACLs are not supported.
Configuring Per-Subscriber Firewalls in User Profiles or Service Profiles on a AAA Server
Perform this task to configure per-subscriber firewalls in user profiles or service profiles on a AAA server.
SUMMARY STEPS
1.
Add the Upstream Access Control List Cisco AV-Pair attribute to the user profile or service profile.
2.
Add the Downstream Access Control List Cisco AV-Pair attribute to the user profile or service profile.
DETAILED STEPS
| |
Command or Action
|
Purpose
|
Step 1
|
Add the Upstream Access Control List Cisco AV-Pair attribute to the user profile or service profile.
Cisco-AVpair="ip:inacl[#number]=ACL-number"
or
Cisco-AVpair="ip:inacl[#number]=ACL-name"
or
Cisco-AVpair="ip:inacl[#number]=ACL-statement"
|
Specifies a Cisco IOS ACL to be applied to traffic coming from the subscriber.
• The ACL-number and ACL-name arguments refer to ACLs that are configured on the router.
• The ACL-statement argument is an ACL definition that is included in the attribute configuration on the AAA server.
• Multiple instances of the Upstream Access Control List attribute can occur within a single profile. Use one attribute for each ACL statement.
• Multiple attributes can be used for the same ACL. Multiple attributes are downloaded according to the number specified by the #number argument and are executed in that order.
|
Step 2
|
Add the Downstream Access Control List Cisco AV-Pair attribute to the user profile or service profile.
Cisco-AVpair="ip:outacl[#number]=ACL-number"
or
Cisco-AVpair="ip:outacl[#number]=ACL-name"
or
Cisco-AVpair="ip:outacl[#number]=ACL-statement"
|
Specifies a Cisco IOS ACL to be applied to traffic going to the subscriber.
• The ACL-number and ACL-name arguments refer to ACLs that are configured on the router.
• The ACL-statement argument is an ACL definition that is included in the attribute configuration on the AAA server.
• Multiple instances of the Downstream Access Control List attribute can occur within a single profile. Use one attribute for each ACL statement.
• Multiple attributes can be used for the same ACL. Multiple attributes are downloaded according to the number specified by the #number argument and are executed in that order.
|
What to Do Next
You may want to configure a method of activating the service profile; 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."
Configuring Per-Subscriber Firewalls in a Service Policy Map
Perform this task to configure a per-subscriber firewall in a service policy map on ISG.
SUMMARY STEPS
1.
enable
2.
configure terminal
3.
policy-map type service policy-map-name
4.
ip access-group {access-list-number | access-list-name}{in | out}
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
|
ip access-group {access-list-number |
access-list-name} {in | out}
Example:
Router(config-service-policymap)# ip
access-group 100 in
|
Applies an access control list to control packet access.
• Multiple instances of this command can be used in a single service policy map.
|
What to Do Next
You may want to configure a method of activating the service profile; 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."
Verifying ISG Per-Subscriber Firewalls
Perform this task to verify the configuration of ISG per-subscriber firewalls.
SUMMARY STEPS
1.
enable
2.
show subscriber session [detailed] [identifier identifier | uid session-id | username name]
3.
show ip access-lists
DETAILED STEPS
| |
Command or Action
|
Purpose
|
Step 1
|
enable
Example:
Router> enable
|
Enables privileged EXEC mode.
• Enter your password if prompted.
|
Step 2
|
show subscriber session [detailed] [identifier
identifier | uid session-id | username name]
Example:
Router# show subscriber session detailed
|
Displays ISG subscriber session information.
|
Step 3
|
show ip access-list [access-list-number |
access-list-name]
Example:
Router# show ip access-list
|
Displays the contents of all current IP access lists.
|
Examples
The following example is sample output for the show subscriber session detailed command. Information about per-subscriber firewalls appears in the "Session inbound features" and "Session outbound features" fields.
Router# show subscriber session detailed
Current Subscriber Information: Total sessions 1
--------------------------------------------------
Session inbound features:
Session outbound features:
subscriber_feature#102341017649
The show ip access-lists command can be used to display access list statements. The following example is sample output for the show ip access-lists command:
Router# show ip access-lists
Extended IP access list 104 (Compiled)
10 permit ip host 10.0.1.6 any (500 matches)
Extended IP access list subscriber_feature#102341017649 (per-user)
10 deny icmp host 25.25.25.25 host 3.3.3.3
Configuration Examples for ISG Policies for Regulating Network Access
This section contains the following examples:
•
ISG Policing: Examples
•
Per-Subscriber Firewalls: Examples
ISG Policing: Examples
Flow-Based Policing Configured in a Service Policy Map Using the CLI
The following example shows the configuration of ISG flow-based policing in a service policy map:
class-map type traffic match-any C3
match access-group in 103
match access-group out 203
policy-map type service P3
police input 20000 30000 60000
police output 21000 31500 63000
Session-Based Policing Configured in a User Profile on a AAA Server
The following example shows policing configured in a user profile:
Cisco:Account-Info = "QU;23465;8000;12000;D;64000"
Session-Based Policing Configured in a Service Profile on a AAA Server
The following example shows policing configured in a service profile:
Cisco:Service-Info = "QU;16000;D;31000"
Per-Subscriber Firewalls: Examples
The following example shows per-subscriber firewalls configured in a user profile or service profile on the AAA server. In this case the ACLs 104 and 105 are configured on the router. "In" and "out" represent the inbound and outbound directions of ACL application.
Cisco-AVpair="ip:inacl=104",
Cisco-AVpair="ip:outacl=105"
The following example shows per-subscriber firewalls configured in a user profile or service profile on the AAA server. In this case the named ACLs are configured on the router.
Cisco-AVpair="ip:inacl=named-inacl-123",
Cisco-AVpair="ip:outacl=named-outacl-123"
The following example of per-subscriber firewall configuration includes the individual ACL statements in the user profile or service profile configuration:
Cisco-AVpair="ip:inacl#1=deny icmp host 25.25.25.25 host 3.3.3.3",
Cisco-AVpair="ip:inacl#2=permit ip any any",
Cisco-AVpair="ip:outacl#1=permit ip any any"
Additional References
The following sections provide references related to ISG policies for regulating network access.
Related Documents
Related Topic
|
Document Title
|
ISG commands
|
Cisco IOS Intelligent Service Architecture Command Reference
|
How to configure QoS policies using the MQC
|
Cisco IOS Quality of Service Configuration Guide, Release 12.2
|
How to configure DBS
|
"Dynamic Subscriber Bandwidth Selection," Cisco IOS Release 12.2(13)T new-feature document
|
Technical Assistance
Description
|
Link
|
Technical Assistance Center (TAC) home page, containing 30,000 pages of searchable technical content, including links to products, technologies, solutions, technical tips, and tools. Registered Cisco.com users can log in from this page to access even more content.
|
http://www.cisco.com/public/support/tac/home.shtml
|
Feature Information for ISG Policies for Regulating Network Access
Table 20 lists the features in this module and provides links to specific configuration information. Only features that were introduced or modified in Cisco IOS Release 12.2(28)SB or later releases appear in the table. If you are looking for information on a feature in this technology that is not documented here, see the "Intelligent Service Gateway Features Roadmap."
Not all commands may be available in your Cisco IOS software release. For details on when support for specific commands was introduced, see the command reference documents.
Cisco IOS software images are specific to a Cisco IOS software release, a feature set, and a platform. Use Cisco Feature Navigator to find information about platform support and Cisco IOS software image support. Access Cisco Feature Navigator at http://www.cisco.com/go/fn. You must have an account on Cisco.com. If you do not have an account or have forgotten your username or password, click Cancel at the login dialog box and follow the instructions that appear.
Note
Table 20 lists only the Cisco IOS software release that introduced support for a given feature in a given Cisco IOS software release train. Unless noted otherwise, subsequent releases of that Cisco IOS software release train also support that feature.
Table 20 Feature Information for Policies for Regulating Network Access
Feature Name
|
Releases
|
Feature Configuration Information
|
ISG: Flow Control: QoS Control: Dynamic Rate Limiting
|
12.2(28)SB
|
ISG can change the allowed bandwidth of a session or flow by dynamically applying rate-limiting policies.
The following sections provide information about this feature:
• Methods of Regulating Network Access
• Configuring ISG Policing
|
Copyright © 2006 Cisco Systems, Inc. All rights reserved.