aaa accounting redundancy
To set the Accounting, Authorization, and Authentication (AAA) platform redundancy accounting behavior, use the aaa accounting redundancy command in global configuration mode. To disable the accounting behavior, use the no form of this command.
aaa accounting redundancy {best-effort-reuse [send-interim] | new-session | suppress system-records}
no aaa accounting redundancy {best-effort-reuse [send-interim] | new-session | suppress system-records}
Syntax Description
best-effort-reuse |
Tracks redundant accounting sessions as existing sessions after switchover. |
send-interim |
(Optional) Sends an interim accounting update after switchover. |
new-session |
Tracks redundant accounting sessions as new sessions after switchover. |
suppress |
Suppresses specific records upon switchover. |
system-records |
Suppresses system records upon switchover. |
Command Default
A redundant session is set as a new session upon switchover.
Command Modes
Global configuration (config)
Command History
Release |
Modification |
---|---|
15.0(1)M |
This command was introduced in a release earlier than Cisco IOS Release 15.0(1)M. |
Cisco IOS XE Release 2.6 |
This command was integrated into Cisco IOS XE Release 2.6. |
Cisco IOS XE Release 3.5S |
This command was modified. The send-interim keyword was added. |
Usage Guidelines
Use the aaa accounting redundancy command to specify the AAA platform redundancy accounting behavior. This command also enables you to track the redundant sessions or existing sessions upon switchover.
Use the send-interim keyword to send the interim accounting record first after a switchover. The router sends the interim update for all sessions that survived the switchover as soon as the standby processor becomes active.
Examples
The following example shows how to set the AAA platform redundancy accounting behavior to track redundant sessions as existing sessions upon switchover:
Router(config)# aaa accounting redundancy best-effort-reuse
The following example shows how to enable the router to send the interim accounting record first after a switchover:
Router(config)# aaa accounting redundancy best-effort-reuse send-interim