Chapter 7 - AAA and ACS Server Flashcards

1
Q

What does TACACS+ stand for?

A

Terminal Access Control Access Control Server

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What does RADIUS stand for?

A

Remote Authentication Dial-In User Service

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are some key differences between the way TACACS+ and RADIUS operate in regard to AAA?

A
  • TACACS separates all AAA functions into different elements. Radius combines authentication and authorization together.
  • TACACS is Cisco proprietary, RADIUS is an open standard
  • TACACS operates over Layer 4 via TCP, RADIUS uses UDP
  • TACACS encrypts all packets between the ACS server and router. RADIUS only encrypts passwords.
  • TACACS has granular control over command authorization (which commands can be executed). RADIUS does not.
  • TACACS has basic accounting support, RADIUS has more extensive accounting capability.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

When setting up AAA via an ACS server, what step should you always to do avoid getting locked out of a router?

A

Be sure to always configure a local user in case the ACS server becomes unreachable or is not yet configured.

(config)# username admin privilege 15 secret cisco

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What command would tell a router to check an ACS server for authentication before trying the local database?

A

(config)# aaa authentication login AUTH_via_tacacs group tacacs+ local

  • (AUTH_via_tacacs is the method list name)
  • “group” indicates that authentication will try tacacs first, then the local database.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What command configures a router to authentication / authorize with an ACS server?

A

(config)# tacacs-server host 192.168.1.251 key password123

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is the maximum amount of ways a user can be authenticated using method list?

A

Four

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What command must be issued on a router before any ACS functions can be used?

A

(confg)# aaa new-model

How well did you know this?
1
Not at all
2
3
4
5
Perfectly