RESTCONF configuratoin Flashcards
What must be configured before using NETCONF/RESTCONF?
NETCONF and RESTCONF connections must be authenticated using AAA (Authentication, Authorization, and Accounting).
What privilege level must RADIUS or TACACS+ users have to access the system?
Users must have privilege level 15 access.
What does the ‘enable’ command do in privileged EXEC mode?
It enables privileged EXEC mode.
What is the command to enter global configuration mode?
‘configure terminal’ enters global configuration mode.
Which command enables AAA?
‘aaa new-model’ enables AAA.
How do you add a RADIUS server?
‘aaa group server radius server-name’ adds a RADIUS server.
What argument specifies the RADIUS server group name?
The ‘server-name’ argument specifies the RADIUS server group name.
How do you configure an IP address and encryption key for a RADIUS server?
‘server-private ip-address key key-name’ configures the IP address and encryption key.
How do you configure the VRF reference for a AAA server group?
‘ip vrf forwarding vrf-name’ configures the VRF reference.
Which command sets the default AAA authentication group?
‘aaa authentication login default group group-name local’ sets the specified group name as the default AAA authentication.
What does the command ‘aaa authentication login NOAUTH none’ do?
It specifies that no authentication is required while logging into the system.
What command runs authorization for an EXEC shell?
‘aaa authorization exec default group group-name local’ runs authorization for an EXEC shell.
What command ensures identical session identification for a call?
‘aaa session-id common’ ensures session ID information is identical.
How do you identify a specific line for configuration?
‘line console number’ identifies a specific line for configuration.
What command enables AAA authentication for logins?
‘login authentication authentication-list’ enables AAA authentication for logins.