标签:
1. Introduction
Managing network access using only the user mode or privilege mode password commands is limited and does not scale well. Instead, using the Authentication, Authorization, and Accounting (AAA) protocol provides the necessary framework to enable scalable access security.
2. AAA Overview
local database authentication can be implemented using one of the following commands:
The local database method has some limitations:
AAA network security services provide the primary framework to set up access control on a network device.
AAA is a way to control who is permitted to access a network (authenticate),
what they can do while they are there (authorize),
and to audit what actions they performed while accessing the network (accounting).
It provides a higher degree of scalability than the con, aux, vty and privileged EXEC authentication commands alone.
Network and administrative AAA security in the Cisco environment has several functional components:
This concept is similar to the use of a credit card. The credit card identifies who can use it, how much that user can spend, and keeps account of what items the user spent money on.
3. AAA Characteristics
3.1 AAA authentication
Cisco provides two common methods of implementing AAA services.
3.2 AAA Authorization
Authorization is automatic and does not require users to perform additional steps after authentication. Authorization is implemented immediately after the user is authenticated.
3.3 AAA Accounting
Accounting is implemented using an AAA server-based solution. This service reports usage statistics back to the ACS server. These statistics can be extracted to create detailed reports about the configuration of the network.
4. Local AAA Authentication
4.1 Configuring Local AAA Authentication with CLI
Step 1. Add usernames and passwords to the local router database for users that need administrative access to the router.
Step 2. Enable AAA globally on the router. // Router(config)#aaa new-model
Step 3. Configure AAA parameters on the router.
Step 4. Confirm and troubleshoot the AAA configuration.
4.2 Configuring Local AAA Authentication with SDM
5. Server-Based AAA
TACACS+ and RADIUS are both authentication protocols.
AAA(Authentication, Authorization, Accounting)
标签:
原文地址:http://www.cnblogs.com/elewei/p/4641653.html