You use an access profile to configure authentication and accounting support for the subscriber access management feature. The access profile enables you to specify the type of methods used for authentication and accounting. You can also configure how subscriber access management collects and uses accounting statistics.
To specify the authentication and accounting methods that subscriber access management uses, you include the authentication-order statement and accounting order statements at the [edit access profile profile-name] hierarchy level.
- [edit access profile profile-name]
-
authentication-order [ authentication-methods ]
- }
-
accounting {
-
order [ accounting-methods ];
- }
You can configure multiple authentication and accounting methods—the authentication-order and accounting order statements specify the order in which the subscriber access management feature uses the methods. For example, an authentication entry of radius none specifies that RADIUS authentication is performed first and, if it fails, no authentication (none) is done.
- [edit access profile profile-name]
- authentication-order radius none;
You can specify the following authentication methods:
You can specify the following accounting methods:
Include the accounting statement at the [edit access profile profile-name] hierarchy level to specify how the subscriber access management feature collects and uses accounting statistics.
- [edit access profile profile-name]
-
accounting {
-
accounting-stop-on-access-deny;
-
accounting-stop-on-failure;
-
order [ accounting-method ];
-
statistics (time);
-
update-interval minutes;
- }
The following list describes the accounting statements: