Topic 1: Exam Pool A
Refer to the exhibit.
An engineer must create a configuration that executes the show run command and then terminates the session when user CCNP legs in. Which configuration change is required?
A.
Add the access-class keyword to the username command
B.
Add the access-class keyword to the aaa authentication command
C.
Add the autocommand keyword to the username command
D.
Add the autocommand keyword to the aaa authentication command
Add the autocommand keyword to the username command
Explanation: The autocommand causes the specified command to be issued automatically after the user logs in. When the command is complete, the session is terminated. Because the command can be any length and can contain embedded spaces, commands using the autocommand keyword must be the last option on the line. In this specific question, we have to enter this line username CCNP autocommand show running-config.
Refer to the exhibit. An engineer has configured Cisco ISE to assign VLANs to clients based on their method of authentication, but this is not working as expected. Which action will resolve this issue?
A.
require a DHCP address assignment
B.
utilize RADIUS profiling
C.
set a NAC state
D.
enable AAA override
utilize RADIUS profiling
A.
Set the weight attribute to 65.535 on BR1 toward PE1.
B.
Set the local preference to 150 on PE1 toward BR1 outbound
C.
Set the MED to 1 on PE2 toward BR2 outbound.
D.
Set the origin to igp on BR2 toward PE2 inbound.
Set the MED to 1 on PE2 toward BR2 outbound.
Descripción generada automáticamenteMED Attribute:+ Optional nontransitive attribute (nontransitive means that we can only advertise MED to routers that are one AS away)+ Sent through ASes to external BGP neighbors+ Lower value is preferred (it can be considered the external metric of a route)+ Default value is 0.
Refer to the exhibit.
What does the snippet of code achieve?
A.
It creates a temporary connection to a Cisco Nexus device and retrieves a token to be used for API calls.
B.
It opens a tunnel and encapsulates the login information, if the host key is correct.
C.
It opens an ncclient connection to a Cisco Nexus device and maintains it for the duration of the context.
D.
It creates an SSH connection using the SSH key that is stored, and the password is ignored.
It opens an ncclient connection to a Cisco Nexus device and maintains it for the duration of the context.
Explanation: ncclient is a Python library that facilitates client-side scripting and application development around the NETCONF protocol. The above Python snippet uses the ncclient to connect and establish a NETCONF session to a Nexus device (which is also a NETCONF server).
Refer to the exhibit.
A.
Option A
B.
Option B
C.
Option C
D.
Option D
Option B
Page 20 out of 168 Pages |
Previous |