ppp accounting
To enable authentication, authorization, and accounting (AAA) accounting services on the selected interface, use the ppp accounting command in interface configuration mode. To disable AAA accounting services, use the no form of this command.
ppp accounting {default | listname}
no ppp accounting
Syntax Description
|
default |
The name of the method list is created with the aaa accounting command. |
|
listname |
A specified method list. |
Command Default
Accounting is disabled.
Command Modes
Interface configuration
Command History
|
Release |
Modification |
|---|---|
|
11.3 T |
This command was introduced. |
|
12.2(33)SRA |
This command was integrated into Cisco IOS release 12.(33)SRA. |
|
12.2SX |
This command is supported in the Cisco IOS Release 12.2SX train. Support in a specific 12.2SX release of this train depends on your feature set, platform, and platform hardware. |
|
Cisco IOS XE Release 2.6 |
The listname argument was added. |
Usage Guidelines
After you enable the aaa accounting command and define a named accounting method list (or use the default method list), you must apply the defined lists to the appropriate interfaces for accounting services to take place. Use the ppp accounting command to apply the specified method lists (or if none is specified, the default method list) to the selected interface.
Examples
The following example enables accounting on asynchronous interface 4 and uses the accounting method list named charlie:
interface async 4
encapsulation ppp
ppp accounting list1
Feedback