AAA Flashcards

(16 cards)

1
Q

What does the command ‘aaa authentication login default group radius group tacacs+ local’ specify?

A

It specifies the authentication method and order for user login attempts.

This command is configured on a Cisco router.

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

What does ‘aaa authentication login default’ define?

A

It defines the default authentication method for user logins.

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

What does ‘group radius’ indicate in the command?

A

It specifies that the router should first attempt authentication using a RADIUS server.

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

What happens if authentication using RADIUS fails?

A

The router will attempt authentication using other authentication methods configured, for example TACACS+ server.

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

What does ‘group tacacs+’ represent in the command?

A

It indicates that TACACS+ will be the next method of authentication if RADIUS fails.

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

What is the fallback option if both RADIUS and TACACS+ authentication fail?

A

The router will fall back to the local authentication database on the router itself if it is configured.

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

Why is the use of RADIUS and TACACS+ protocols beneficial?

A

They enable centralized authentication and authorization management.

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

What allows network administrators to control access to the router?

A

The use of RADIUS and TACACS+ protocols.

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

What does the ‘local’ keyword ensure?

A

It ensures that users can still log in using locally configured credentials.

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

What is the purpose of implementing user-specific policies?

A

To control access to the router.

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

What is the role of a network access server in relation to RADIUS?

A

Operates as a client of RADIUS, responsible for passing user information to designated RADIUS servers and acting on the response.

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

What are the primary responsibilities of RADIUS servers?

A

Receive user connection requests, authenticate the user, and return configuration information necessary for the client to deliver service.

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

Which server typically supports RADIUS?

A

ISE (Identity Services Engine)

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

True or False: ISE initially supported TACACS+.

A

False

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

Fill in the blank: The network access server acts on the response returned by the _______.

A

RADIUS servers

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

What has changed regarding ISE’s support for TACACS+?

A

ISE now supports TACACS+.