Table Of Contents
AAA High Availability Support for Local PPPoX Sessions
Finding Feature Information
Contents
Restrictions for AAA High Availability Support for Local PPPoX Sessions
Information About AAA High Availability Support for Local PPPoX Sessions
AAA HA Enhancement
HA and Authentication
HA and Authorization
HA and Accounting
System Accounting
Periodic Accounting
How to Configure AAA High Availability Support for Local PPPoX Sessions
Troubleshooting an AAA High Availability Configuration
Configuration Examples for the AAA High Availability Support for Local PPPoX Sessions
Additional References
Related Documents
Standards
MIBs
RFCs
Technical Assistance
Feature Information for AAA High Availability Support for Local PPPoX Sessions
AAA High Availability Support for Local PPPoX Sessions
First Published: November 20, 2006
Last Updated: November 19, 2009
This feature enhances the authentication, authorization, and accounting (AAA) capability to meet high availability (HA) criteria for locally terminated Point-to-Point Protocol (PPP) over Ethernet (PPPoE) and PPPoEoX sessions, where X represents VLAN or QinQ.
Finding Feature Information
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 AAA High Availability Support for Local PPPoX Sessions" section.
Use Cisco Feature Navigator to find information about platform support and Cisco IOS XE 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
•
Restrictions for AAA High Availability Support for Local PPPoX Sessions
•
Information About AAA High Availability Support for Local PPPoX Sessions
•
How to Configure AAA High Availability Support for Local PPPoX Sessions
•
Configuration Examples for the AAA High Availability Support for Local PPPoX Sessions
•
Additional References
•
Feature Information for AAA High Availability Support for Local PPPoX Sessions
Restrictions for AAA High Availability Support for Local PPPoX Sessions
This implementation of AAA HA supports only locally terminated PPPoX sessions, including the following:
•
PPP over Ethernet (PPPoE)
•
PPPoE terminated into a multiprotocol label switching (MPLS) virtual private network (VPN)
•
PPPoEoE 802.1q into MPLS VPN
•
PPPoEoE 802.1q-in-q into MPLS VPN
•
Dynamic Host Configuration Protocol (DHCP) VPN ID option 82
•
Per VPN AAA
Note
IP sessions are not supported in this implementation of AAA HA.
The following Feature Manager features are supported in this implementation of AAA HA:
•
Absolute (session) timeout
•
Idle timeout
•
Access control lists (ACLs)
•
ACL Filter
•
Quality of service (QoS)
The following Feature Manager features are not supported in this implementation of AAA HA:
•
Prepaid Time Monitor
•
Prepaid Volume Monitor
•
L4 Redirect
•
Traffic Classification
•
Portbundle Hostkey
•
IPv6 DHCP from AAA
Information About AAA High Availability Support for Local PPPoX Sessions
To understand AAA HA support for local PPPoX sessions, you should understand the following concepts:
•
AAA HA Enhancement
•
HA and Authentication
•
HA and Authorization
•
HA and Accounting
AAA HA Enhancement
The Cisco HA program focuses on delivering carrier grade reliability with Cisco devices running Cisco IOS XE software. "Carrier grade" means that service disruption because of outages, service upgrades, or other maintenance activities on Cisco IOS XE platforms are rarely experienced. To achieve this level of service, Cisco uses two route processors to manage and control the sessions and services for each device. One processor is active and the other is in standby mode, ready to provide backup. Because the focus of HA is on availability of service to the end user, a transition from the active processor to the standby processor must be transparent to the end user, but not necessarily to the service provider, to meet the criteria for carrier grade performance.
This enhancement is designed to make carrier grade AAA services available for locally terminated PPPoX sessions. To achieve HA support for AAA, the router must maintain the following information during transient component failures:
•
Authentication status of clients
•
Authorization status
•
Accounting and billing information
To maintain this information during transitions to the standby processor, Cisco IOS XE software uses an HA replay model to re-create as much state and database information as possible between the active and standby devices. The HA replay model works within existing external AAA server protocols to achieve the desired behavior.
HA and Authentication
For authentication, only the following state information has to be maintained: knowledge that a session authenticated on the active processor need not be reauthenticated on the standby processor. Each authentication protocol, such as local, TACACS+, or RADIUS, will respond in its protocol-specific way to an authentication request from a standby device. All AAA client authentication replies on a standby device should be successful.
Note
If an administrator changes the protocol of a server group (for example, from RADIUS to TACACS+), HA will not be available for sessions configured to use that server group.
HA and Authorization
The HA process for authorization data is different from the authentication process. The AAA server caches the authorization responses for the sessions in order to provide the appropriate authorization attributes to the AAA clients during a session replay. The AAA clients use the authorization attributes to create a session copy on the standby route processor.
HA and Accounting
The AAA HA accounting framework takes advantage of existing AAA features such as system accounting and periodic accounting to limit the loss of accounting and billing information caused by a switchover between an active processor and a standby processor.
System Accounting
System accounting is a separate accounting capability that informs AAA servers about the state of a client device, such as a router. The AAA server receives a "System-Off" message when a controlled restart takes place on a client device. The message notifies the AAA server to clear any active sessions being managed for the specified client. When the client restarts and becomes available for new sessions, the AAA server receives a "System-On" message. The "System-On" message is also sent following uncontrolled restarts caused by device failures or other events that do not generate a "System-Off" message. In either case, the AAA server no longer maintains any active sessions for the specified client device. The server bills or accounts for the sessions prior to the "System-On" message and starts a new session.
AAA's accounting HA solution does not add any new requirements to system accounting for AAA servers. Any switchover will look like a very fast, minimally disruptive outage. Although end users do not experience any loss of service during an HA switchover, AAA servers reset their sessions and restart accounting for all switched-over sessions.
Periodic Accounting
You can use periodic accounting to dynamically update records of session utilization for billing purposes. Periodic accounting minimizes the loss of usage statistics. HA does not eliminate the need to configure periodic accounting on a device if you require dynamic usage statistics for billing purposes. To achieve the HA level of reliability, the existing network topology configuration must be maintained.
How to Configure AAA High Availability Support for Local PPPoX Sessions
There are no configuration tasks associated with this feature. If you maintain your network topology for HA, then the AAA functions automatically participate in the HA feature for locally terminated PPPoX sessions.
This section contains the following troubleshooting task:
•
Troubleshooting an AAA High Availability Configuration
Troubleshooting an AAA High Availability Configuration
You can use the debug aaa redundancy command to troubleshoot the AAA HA configuration. This command displays the AAA synchronization data for the session synchronization to the standby device. You can use the data to troubleshoot AAA issues related to the session synchronization.
SUMMARY STEPS
1.
enable
2.
debug aaa redundancy
3.
disable
DETAILED STEPS
| |
Command or Action
|
Purpose
|
Step 1
|
enable
Example:
Router> enable
|
Enters the privileged EXEC mode.
• Enter your password, if prompted to do so.
|
Step 2
|
debug aaa redundancy
Example:
Router# debug aaa redundancy
|
Displays the AAA synchronization data for the session synchronization to the standby device.
|
Step 3
|
disable
Example:
Router# disable
|
Returns to user EXEC mode from privileged EXEC mode.
|
Configuration Examples for the AAA High Availability Support for Local PPPoX Sessions
There are no configuration examples associated with this feature.
Additional References
The following sections provide references related to the AAA HA Support for Local PPPoX Sessions feature.
Related Documents
Related Topic
|
Document Title
|
AAA overview
|
"Part 1: Authentication, Authorization, and Accounting (AAA)" of the Cisco IOS XE Security Configuration Guide
|
Configuring authentication
|
"Part 1: Authentication, Authorization, and Accounting (AAA)" of the Cisco IOS XE Security Configuration Guide
|
Configuring authorization
|
"Part 1: Authentication, Authorization, and Accounting (AAA)" of the Cisco IOS XE Security Configuration Guide
|
Configuring accounting
|
"Part 1: Authentication, Authorization, and Accounting (AAA)" of the Cisco IOS XE Security Configuration Guide
|
AAA commands
|
Cisco IOS Security Command Reference
|
Standards
Standard
|
Title
|
No new or modified standards are supported by this feature, and support for existing standards has not been modified by this feature.
|
—
|
MIBs
MIB
|
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 IOS XE software releases, and feature sets, use Cisco MIB Locator found at the following URL:
http://www.cisco.com/go/mibs
|
RFCs
RFC
|
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 website provides extensive online resources, including documentation and tools for troubleshooting and resolving technical issues with Cisco products and technologies.
To receive security and technical information about your products, you can subscribe to various services, such as the Product Alert Tool (accessed from Field Notices), the Cisco Technical Services Newsletter, and Really Simple Syndication (RSS) Feeds.
Access to most tools on the Cisco Support website requires a Cisco.com user ID and password.
|
http://www.cisco.com/techsupport
|
Feature Information for AAA High Availability Support for Local PPPoX Sessions
Table 1 lists the release history for this feature.
Use Cisco Feature Navigator to find information about platform support and software image support. Cisco Feature Navigator enables you to determine which Cisco IOS XE 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 XE software release that introduced support for a given feature in a given Cisco IOS XE software release train. Unless noted otherwise, subsequent releases of that Cisco IOS XE software release train also support that feature.
Table 1 Feature Information for AAA HA Support for Local PPPoX Sessions
Feature Name
|
Releases
|
Feature Information
|
AAA High Availability Support for Local PPPoX Sessions
|
Cisco IOS XE Release 2.1
|
This feature enhances the AAA capability to meet HA criteria for locally terminated PPPoE and PPPoEoX sessions.
The following command was introduced or modified: debug aaa redundancy.
|
CCDE, CCENT, CCSI, Cisco Eos, Cisco HealthPresence, Cisco IronPort, the Cisco logo, Cisco Lumin, Cisco Nexus, Cisco Nurse Connect, Cisco Pulse, Cisco StackPower, Cisco StadiumVision, Cisco TelePresence, Cisco Unified Computing System, Cisco WebEx, DCE, Flip Channels, Flip for Good, Flip Mino, Flipshare (Design), Flip Ultra, Flip Video, Flip Video (Design), Instant Broadband, and Welcome to the Human Network are trademarks; Changing the Way We Work, Live, Play, and Learn, Cisco Capital, Cisco Capital (Design), Cisco:Financed (Stylized), Cisco Store, and Flip Gift Card are service marks; and Access Registrar, Aironet, AllTouch, AsyncOS, Bringing the Meeting To You, Catalyst, CCDA, CCDP, CCIE, CCIP, CCNA, CCNP, CCSP, CCVP, Cisco, the Cisco Certified Internetwork Expert logo, Cisco IOS, Cisco Press, Cisco Systems, Cisco Systems Capital, the Cisco Systems logo, Cisco Unity, Collaboration Without Limitation, Continuum, EtherFast, EtherSwitch, Event Center, Explorer, Fast Step, Follow Me Browsing, FormShare, GainMaker, GigaDrive, HomeLink, iLYNX, Internet Quotient, IOS, iPhone, iQuick Study, IronPort, the IronPort logo, Laser Link, LightStream, Linksys, MediaTone, MeetingPlace, MeetingPlace Chime Sound, MGX, Networkers, Networking Academy, Network Registrar, PCNow, PIX, PowerKEY, PowerPanels, PowerTV, PowerTV (Design), PowerVu, Prisma, ProConnect, ROSA, ScriptShare, SenderBase, SMARTnet, Spectrum Expert, StackWise, The Fastest Way to Increase Your Internet Quotient, TransPath, WebEx, and the WebEx logo are registered trademarks of Cisco Systems, Inc. and/or its affiliates in the United States and certain other countries.
All other trademarks mentioned in this document or website 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. (0908R)
Any Internet Protocol (IP) addresses used in this document are not intended to be actual addresses. Any examples, command display output, and figures included in the document are shown for illustrative purposes only. Any use of actual IP addresses in illustrative content is unintentional and coincidental.
© 2006-2009 Cisco Systems, Inc. All rights reserved.