- Preparing for Broadband Access Aggregation
- Providing Protocol Support for Broadband Access Aggregation of PPPoE Sessions
- PPPoE Session Limit Local Override
- PPPoE Circuit-Id Tag Processing
- Configuring PPP over Ethernet Session Limit Support
- PPP-Max-Payload and IWF PPPoE Tag Support
- PPPoE QinQ Support
- PPPoE Session Limiting on Inner QinQ VLAN
- PPPoE Agent Remote-ID and DSL Line Characteristics Enhancement
- Enabling PPPoE Relay Discovery and Service Selection Functionality
- Configuring Cisco Subscriber Service Switch Policies
- Per Session Queueing and Shaping for PPPoEoVLAN Using RADIUS
- 802.1P CoS Bit Set for PPP and PPPoE Control Frames
- PPPoE Smart Server Selection
- Monitoring PPPoE Sessions with SNMP
- PPPoE on ATM
- PPPoE on Ethernet
- Remote Access MPLS VPNs
- Broadband High Availability Stateful Switchover
- Broadband High Availability In-Service Software Upgrade
- Controlling Subscriber Bandwidth
- PPPoE Service Selection
- Finding Feature Information
- Information About Configuring PPP over Ethernet Session Limit Support
- How to Configure PPP over Ethernet Session Limit Support
- Configuration Examples for PPP over Ethernet Session Limit Support
- Additional References
- Feature Information for Configuring PPP over Ethernet Session Limit Support
Configuring PPP over Ethernet Session Limit Support
This module provides information on how 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
- Information About Configuring PPP over Ethernet Session Limit Support
- How to Configure PPP over Ethernet Session Limit Support
- Configuration Examples for PPP over Ethernet Session Limit Support
- Additional References
- Feature Information for Configuring PPP over Ethernet Session Limit Support
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 Table at the end of this document.
Use Cisco Feature Navigator to find information about platform support and Cisco software image support. To access Cisco Feature Navigator, go to www.cisco.com/go/cfn. An account on Cisco.com is not required.
Information About Configuring PPP over Ethernet Session Limit Support
Benefits of Configuring PPP over Ethernet Session Limit Support
- The PPPoE Session Limit Support 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 subinterfaces as well as ATM interfaces and subinterfaces.
- The SNMP Enhancements for ASR 1000 feature enhances Cisco ASR 1000 Aggregation Series Router to count the PPPoE sessions in PTA, FWDED, and TRANS state for a particular physical interface, and the total number of sessions that exist in a physical interface. Provision for using a system-wide threshold trap and per-physical threshold trap is provided through SNMP. These functionalities enable users to retrieve the total number of sessions and per-interface session-loss threshold value.
Trap Generation
In scenarios where you must deploy ASR 1000 Series Routers with one physical port mapped to one DSLAM and if the total number of sessions for the DSLAM falls below the threshold value on a physical interface, due to a loss of high number of sessions, a notification trap is generated. You can use these traps to investigate the issue and take immediate actions.
When the number of active sessions falls below the threshold value, only one trap is generated. Further traps are not sent even if the number of sessions continue to decrease. The next set of traps are sent only if the number of sessions rise above the configured threshold value and fall. This criterion is applicable to both global and per-interface traps.
When threshold values are configured in both global and per-interface configuration modes, then both the threshold values are monitored separately. Traps are sent when the session count falls below the threshold value either in global configuration mode or in per-interface configuration mode.
How to Configure PPP over Ethernet Session Limit Support
- Specifying the Maximum Number of PPPoE Sessions on a Router
- Specifying the Maximum Number of PPPoE Sessions on a Gigabit Ethernet Interface
- Configuring System-Wide Threshold Parameters
Specifying the Maximum Number of PPPoE Sessions on a Router
Perform this task to specify the maximum number of PPPoE sessions that can be created on a router.
DETAILED STEPS
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.
DETAILED STEPS
Command or Action | Purpose | |||
---|---|---|---|---|
|
Example: Router> enable |
Enables privileged EXEC mode.
|
||
|
Example: Router# configure terminal |
Enters global configuration mode. |
||
|
Example: Router(config)# interface GigabitEthernet0/0/1 |
Specifies a Gigabit Ethernet interface and enters interface configuration mode. |
||
|
Example: Router(config-if)# pppoe enable group one |
Enables PPPoE sessions on a Gigabit Ethernet interface or subinterface.
|
||
|
Example: Router(config-if)# pppoe max-sessions 10 |
Specifies the maximum number of PPPoE sessions permitted on the interface or subinterface. |
||
|
Example: Router(config-if)# end |
(Optional) Exits interface configuration mode and returns to privileged EXEC mode. |
Configuring System-Wide Threshold Parameters
Performthis task to configure the system-wide threshold parameters.
DETAILED STEPS
Command or Action | Purpose | |
---|---|---|
|
Example: Router> enable |
Enables privileged EXEC mode. |
|
Example: Router> configure terminal |
Enters global configuration mode. |
|
Example: Router(config)# bba-group pppoe global |
Defines a PPPoE profile and enters BBA group configuration mode. |
|
Example: Router(config-bba-group)# sessions threshold 1000 |
Configures the global threshold value. |
|
Example: Router(config-bba-group)# exit |
Exits BBA group configuration mode and returns to privileged EXEC mode. |
|
Example: Router(config-if)# interface GigabitEthernet 0/0 |
Enters interface configuration mode. |
|
Example: Router(config-if)# pppoe-sessions threshold 1000 |
Configures per-session threshold value. |
|
Example: Router(config-if)# end |
Exits interface configuration mode and returns to privileged EXEC mode |
|
Example: Router# show pppoe summary |
Displays the count of PPPoE sessions in PTA, FWDED, and TRANS state for a particular physical interface. |
Configuration Examples for PPP over Ethernet Session Limit Support
- Example Specifying the Maximum Number of PPPoE Sessions on a Router
- Example Specifying the Maximum Number of PPPoE Sessions on a Gigabit Ethernet Interface
- Example Configuring the System-wide Threshold Parameters
Example Specifying the Maximum Number of PPPoE Sessions on a Router
The following example shows how to configure a limit of 1,000 PPPoE sessions 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
Example Specifying the Maximum Number of PPPoE Sessions on a Gigabit Ethernet Interface
The following example shows how to configure a limit of ten PPPoE sessions on the Gigabit Ethernet interface:
interface GigabitEthernet 1/0/0 pppoe enable pppoe max-sessions 10
The following example shows how to configure a limit of ten PPPoE sessions on the Gigabit Ethernet subinterface by using the encapsulationcommand:
interface GigabitEthernet 0/0/0.1 encapsulation dot1q 2 pppoe enable pppoe max-sessions 10
Example Configuring the System-wide Threshold Parameters
The following example shows how to configure global and per-session threshold values:
Router# configure terminal Router(config)# bba-group pppoe global Router(config-bba-group)# sessions threshold 1000 Router(config-bba-group)# exit Router# configure terminal
Router(config)# interface GigabitEthernet 0/0
Router(config-if)# pppoe-sessions threshold 90 Router(config-if)# end
The following example shows how to use the show pppoe summary command to display the count of the PPPoE sessions:
Router# show pppoe summary
PTA : Locally terminated sessions
FWDED: Forwarded sessions
TRANS: All other sessions (in transient state)
TOTAL PTA FWDED TRANS
TOTAL 1 1 0 0
GigabitEthernet0/3/1 1 1 0 0
Additional References
Related Documents
Related Topic |
Document Title |
---|---|
Cisco IOS commands |
|
Broadband and DSL commands |
Cisco IOS Broadband and DSL Command Reference |
Broadband access aggregation of PPPoE sessions |
Providing Protocol Support for Broadband Access Aggregation of PPPoE Sessions |
Standards
Standards |
Title |
---|---|
No new or modified standards are supported by this feature, and support for existing standards has not been modified by this feature. |
-- |
MIBs
MIBs |
MIBs Link |
---|---|
No new or modified MIBs are supported by this feature, and support for existing MIBs has not been modified by this feature. |
To locate and download MIBs for selected platforms, Cisco software releases, and feature sets, use Cisco MIB Locator found at the following URL: |
RFCs
RFCs |
Title |
---|---|
No new or modified RFCs are supported by this feature, and support for existing RFCs has not been modified by this feature. |
-- |
Technical Assistance
Description |
Link |
---|---|
The Cisco Support and Documentation website provides online resources to download documentation, software, and tools. Use these resources to install and configure the software and to troubleshoot and resolve technical issues with Cisco products and technologies. Access to most tools on the Cisco Support and Documentation website requires a Cisco.com user ID and password. |
Feature Information for Configuring PPP over Ethernet Session Limit Support
The following table provides release information about the feature or features described in this module. This table lists only the software release that introduced support for a given feature in a given software release train. Unless noted otherwise, subsequent releases of that software release train also support that feature.
Use Cisco Feature Navigator to find information about platform support and Cisco software image support. To access Cisco Feature Navigator, go to www.cisco.com/go/cfn. An account on Cisco.com is not required.
Table 1 | Feature Information for Providing PPP over Ethernet Session Limit Support |
Feature Name |
Releases |
Feature Information |
---|---|---|
PPP over Ethernet Session Limit Support |
Cisco IOS XE Release 2.1 Cisco IOS XE Release 2.4 |
This feature was introduced on Cisco ASR 1000 Series Aggregation Services Routers. The PPPoE Session Limit Support 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. This feature was integrated into Cisco IOS XE Release 2.4. |
SNMP Enhancements for ASR 1000 |
Cisco IOS XE Release 3.2S |
The SNMP Enhancements for ASR 1000 feature enhances Cisco ASR 1000 Aggregation Series Routers to provide the count of the PPPOE sessions in PTA, Forwarded, and TRANS state for a particular physical interface, and the total count of sessions that exist in a physical interface. This feature was introduced in Cisco IOS XE 3.2S. The following commands were introduced or modified: pppoe-sessions threshold, sessions threshold. |
Cisco and the Cisco logo are trademarks or registered trademarks of Cisco and/or its affiliates in the U.S. and other countries. To view a list of Cisco trademarks, go to this URL: www.cisco.com/go/trademarks. Third-party trademarks mentioned are the property of their respective owners. The use of the word partner does not imply a partnership relationship between Cisco and any other company. (1110R)
Any Internet Protocol (IP) addresses and phone numbers used in this document are not intended to be actual addresses and phone numbers. Any examples, command display output, network topology diagrams, and other figures included in the document are shown for illustrative purposes only. Any use of actual IP addresses or phone numbers in illustrative content is unintentional and coincidental.