Please enable JavaScript.
Coggle requires JavaScript to display documents.
AAA, | - Coggle Diagram
AAA
-
Configure Server Based AAA
Authentication
Steps
-
-
STEP. 3 Configure the encryption key needed to encrypt the data transfer between the network device and AAA server
STEP. 4 Configure the AAA authentication method list to the TACACS+ or RADIUS server, it can use both when one fails, so authenticaiton method order is important when configuring a list
-
-
Authorizaion
example
Router(config)# aaa authorization (network | exec | commands level) {default | list-name} method1… [method4]
Parameters
Authorization type
-
-
commands level
command authorization attempts authorization for all EXEC mode commands, including global configuration commands, associated with a specific privilege level
Accounting
example
Router(config)# aaa accounting {network | exec | connection} {default | list-name} {start-stop | stop-only | none } [broadcast] method1...[method4]
parameters
types
network
Runs accounting for all network-related service requests, including PPP.
-
-
-
Configure Local AAA
Concept
Use local usernames and passwords stored on device, only recommended on small networks
Steps
Add username and passwords on local device
-
Enable AAA globally
-
-
Confirm and troubleshoot the AAA configuration
-
-
-
Display AAA sesion collected atributes such as ID, user IP, router access protocol, connection speed, number of packets
-
Characteristics
Components
Authentication
-
Modes
Local AAA authentication 
-
Server-based AAA authentication
-
Authorization
Determine which resources the user can access and which operations the user is allowed to perfom
Accounting
Records detailed information of what the user does during the session and for how much time
-