- Finding Feature Information
- Contents
- Information About Providing Session Limit Support
- How to Provide Session Limit Support
- Specifying the Maximum Number of PPPoE Sessions on the Router
- Specifying the Maximum Number of PPPoE Sessions on a Gigabit Ethernet Interface
- Configuration Examples for Providing Session Limit Support
- Specifying the Maximum Number of PPPoE Sessions on a Router: Example
- Specifying the Maximum Number of PPPoE Sessions on a Gigabit Ethernet Interface: Example
- Additional References
- Feature Information for Providing Session Limit Support
Providing Session Limit Support
The PPP over Ethernet Session Limit feature enables you to limit the number of PPP over Ethernet (PPPoE) sessions that can be created on a router or on a Gigabit Ethernet interface for configuration.
Finding Feature Information
Your software release may not support all the features documented in this module. For the latest feature information and caveats, see the release notes for your platform and software release. To find information about the features documented in this module, and to see a list of the releases in which each feature is supported, see the "Feature Information for Providing Session Limit Support" section.
Use Cisco Feature Navigator to find information about platform support and Cisco IOS and Catalyst OS software image support. To access Cisco Feature Navigator, go to http://www.cisco.com/go/cfn. An account on Cisco.com is not required.
Contents
•Information About Providing Session Limit Support
•How to Provide Session Limit Support
•Configuration Examples for Providing Session Limit Support
•Feature Information for Providing Session Limit Support
Information About Providing Session Limit Support
To configure session limit support, you should understand the following concept:
•Benefits of Providing Session Limit Support
Benefits of Providing Session Limit Support
The PPPoE Session Limit feature prevents the router from using too much memory for virtual access by limiting the number of PPPoE sessions that can be created on a router or on all Ethernet interfaces and sub-interfaces as well as ATM interfaces and sub-interfaces.
How to Provide Session Limit Support
To configure PPPoE session limits, complete one or more of the following tasks:
•Specifying the Maximum Number of PPPoE Sessions on the Router (optional)
•Specifying the Maximum Number of PPPoE Sessions on a Gigabit Ethernet Interface (optional)
Specifying the Maximum Number of PPPoE Sessions on the Router
Perform this task to specify the maximum number of PPPoE sessions that can be created on a router.
SUMMARY STEPS
1. enable
2. configure terminal
3. bba-group pppoe {word | global}
4. virtual-template template-number
5. sessions per-mac limit per-mac-limit
6. sessions per-vlan limit per-vlan-limit [inner vlan-id]
7. sessions per-vc limit per-vc-limit [threshold threshold-value]
8. sessions max limit number-of-sessions [threshold threshold-value]
9. exit
Specifying the Maximum Number of PPPoE Sessions on a Gigabit Ethernet Interface
Perform this task to specify the maximum number of PPPoE sessions that can be created on a Gigabit Ethernet interface.
SUMMARY STEPS
1. enable
2. configure terminal
3. interface {GigabitEthernet | tenGigabitEthernet} slot/subslot/port[.subinterface]
4. pppoe enable [group group-name]
5. pppoe max-sessions number
6. end
DETAILED STEPS
Configuration Examples for Providing Session Limit Support
This section provides the following configuration examples:
•Specifying the Maximum Number of PPPoE Sessions on a Router: Example
•Specifying the Maximum Number of PPPoE Sessions on a Gigabit Ethernet Interface: Example
Specifying the Maximum Number of PPPoE Sessions on a Router: Example
The following example shows a limit of 32,000 PPPoE sessions configured for the router:
bba-group pppoe global
virtual-template 1
sessions per-mac limit 1000
sessions per-vlan limit 4000 inner 3500
sessions per-vc limit 2000
Specifying the Maximum Number of PPPoE Sessions on a Gigabit Ethernet Interface: Example
The following example shows a limit of ten PPPoE sessions on the Gigabit Ethernet interface:
interface GigabitEthernet1/0/0
pppoe enable
pppoe max-sessions 10
The following example shows a limit of ten PPPoE sessions on the Gigabit Ethernet subinterface using the encapsulation command:
interface GigabitEthernet0/0/0.1
encapsulation dot1q 2
pppoe enable
pppoe max-sessions 10
Additional References
The following sections provide references related to supporting session limits.
Related Documents
|
|
---|---|
Broadband access aggregation of PPPoE sessions |
|
Task for preparing for broadband access aggregation |
|
Broadband access commands: complete command syntax, command mode, command history, defaults, usage guidelines, and examples |
Cisco IOS Broadband Access Aggregation and DSL Command Reference |
Additional information about commands used in this document |
Standards
|
|
---|---|
No new or modified standards are supported by this feature, and support for existing standards has not been modified by this feature. |
— |
MIBs
RFCs
|
|
---|---|
No new or modified RFCs are supported by this feature, and support for existing RFCs has not been modified by this feature. |
— |
Technical Assistance
Feature Information for Providing Session Limit Support
Table 1 lists the features in this module and provides links to specific configuration information. Only features that were introduced or modified in Cisco IOS Releases 12.2(1) or 12.0(3)S or a later release appear in the table.
Use Cisco Feature Navigator to find information about platform support and software image support. Cisco Feature Navigator enables you to determine which Cisco IOS and Catalyst OS software images support a specific software release, feature set, or platform. To access Cisco Feature Navigator, go to http://www.cisco.com/go/cfn. An account on Cisco.com is not required.
Note Table 1 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.
|
|
|
---|---|---|
PPP over Ethernet (PPPoE) Session Limit |
12.2(1)DX |
The PPP over Ethernet (PPPoE) Session Limit feature enables you to limit the number of PPPoE sessions that can be created on a router or on a Gigabit Ethernet interface for configuration. The following sections provide information about this feature: •Information About Providing Session Limit Support •How to Provide Session Limit Support The following commands were introduced or modified: sessions per-mac limit, sessions per-vlan limit, sessions per-vc limit, sessions max limit, pppoe max-sessions |