RESTCONF configuratoin Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

What must be configured before using NETCONF/RESTCONF?

A

NETCONF and RESTCONF connections must be authenticated using AAA (Authentication, Authorization, and Accounting).

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

What privilege level must RADIUS or TACACS+ users have to access the system?

A

Users must have privilege level 15 access.

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

What does the ‘enable’ command do in privileged EXEC mode?

A

It enables privileged EXEC mode.

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

What is the command to enter global configuration mode?

A

‘configure terminal’ enters global configuration mode.

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

Which command enables AAA?

A

‘aaa new-model’ enables AAA.

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

How do you add a RADIUS server?

A

‘aaa group server radius server-name’ adds a RADIUS server.

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

What argument specifies the RADIUS server group name?

A

The ‘server-name’ argument specifies the RADIUS server group name.

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

How do you configure an IP address and encryption key for a RADIUS server?

A

‘server-private ip-address key key-name’ configures the IP address and encryption key.

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

How do you configure the VRF reference for a AAA server group?

A

‘ip vrf forwarding vrf-name’ configures the VRF reference.

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

Which command sets the default AAA authentication group?

A

‘aaa authentication login default group group-name local’ sets the specified group name as the default AAA authentication.

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

What does the command ‘aaa authentication login NOAUTH none’ do?

A

It specifies that no authentication is required while logging into the system.

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

What command runs authorization for an EXEC shell?

A

‘aaa authorization exec default group group-name local’ runs authorization for an EXEC shell.

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

What command ensures identical session identification for a call?

A

‘aaa session-id common’ ensures session ID information is identical.

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

How do you identify a specific line for configuration?

A

‘line console number’ identifies a specific line for configuration.

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

What command enables AAA authentication for logins?

A

‘login authentication authentication-list’ enables AAA authentication for logins.

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

Which command exits line configuration mode and returns to privileged EXEC mode?

A

‘end’ exits line configuration mode and returns to privileged EXEC mode.

17
Q

What does the ‘restconf’ command do?

A

‘restconf’ enables the RESTCONF interface on a network device.

18
Q

How do you enable a secure HTTP (HTTPS) server?

A

‘ip http secure-server’ enables a secure HTTP (HTTPS) server.