Refer to the exhibit. POSTMAN is showing an attempt to retrieve network device information from Cisco DNA Center API. What is the issue?
A. The URI string is incorrect.
B. The token has expired.
C. Authentication has failed.
D. The JSON payload contains the incorrect UUID.
Question 362
Refer to the exhibit. Running the script causes the output in the exhibit. What should be the first line of the script?
A. from ncclient import manager
B. import manager
C. from ncclient import *
D. ncclient manager import
Question 363
Refer to the exhibit. An engineer must create a script that appends the output of the show process cpu sorted command to a file Which action completes the configuration?
A. action 4.0 syslog command "show process cpu sorted | append flash:high-cpu-file"
B. action 4.0 cli command "show process cpu sorted | append flash:high-cpu-file"
C. action 4.0 cns-event "show process cpu sorted | append flash:high-cpu-file"
D. action 4.0 publish-event "show process cpu sorted | append flash:high-cpu-file"
Question 364
What is an advantage of utilizing data models in a multivendor environment?
A. lowering CPU load incurred to managed devices
B. improving communication security with binary encoded protocols
C. facilitating a unified approach to configuration and management
D. removing the distinction between configuration and runtime state data
Question 365
How is a data modeling language used?
A. To enable data to be easily structured, grouped, validated, and replicated.
B. To represent finite and well-defined network elements that cannot be changed.
C. To model the flows of unstructured data within the infrastructure.
D. To provide human readability to scripting languages.
Question 366
A network engineer is configuring OSPF on a router. The engineer wants to prevent having a route to 172.16.0.0/16 learned via OSPF in the routing table and configures a prefix list using the command ip prefix-list OFFICE seq 5 deny 172.16.0.0/16. Which two additional configuration commands must be applied to accomplish the goal? (Choose two.)
A. ip prefix-list OFFICE seq 10 permit 0.0.0.0/0 le 32
B. distribute-list prefix OFFICE in under the OSPF process
C. distribute-list OFFICE in under the OSPF process
D. distribute-list OFFICE out under the OSPF process
E. ip prefix-list OFFICE seq 10 permit 0.0.0.0/0 ge 32
Question 367
DRAG DROP -Drag and drop the characteristics from the left onto the technology types on the right. Select and Place:
Question 368
Refer to the exhibit Which command set must be applied on R1 to establish a BGP neighborship with R2 and to allow communication from R1 to reach the networks?
A.
B.
C.
D.
Question 369
Refer to the exhibit Which command must be configured for RESTCONF to operate on port 8888?
A. restconf port 8888
B. ip http restconf port 8888
C. ip http port 8888
D. restconf http port 8888
Question 370
Why would a log file contain a * next to the date?
A. The network device was receiving NTP time when the log messages were recorded.
B. The network device was unable to reach the NTP server when the log messages were recorded.
C. The network device is not configured to use NTP.
D. The network device is not configured to use NTP time stamps for logging.