Cisco 350-401 Practice Test - Questions Answers, Page 72
List of questions
Related questions
Refer to the Exhibit.
Running the script causes the output in the exhibit. What should be the first line of the script?
from ncclient import manager
import manager
from ncclient import *
ncclient manager import
DRAG DROP
Drag and drop the snippets onto the blanks within the code to create an EEM script that adds an entry to a locally stored text file with a timestamp when a configuration change is made. Not all options are used.
DRAG DROP
Drag and drop the characteristics from the left onto the deployment models on the right Not all options are used.
DRAG DROP
Drag and drop the code snippets from the bottom onto the blanks in the Python script to print the device model to the screen and write JSON data to a file Not all options are used
A network engineer wants to configure console access to a router without using AAA so that the privileged exec mode is entered directly after a user provides the correct login credentials. Which action achieves this goal?
Configure login authentication privileged on line con 0.
Configure a local username with privilege level 15.
Configure privilege level 15 on line con 0.
Configure a RADIUS or TACACS+ server and use it to send the privilege level.
Question