Which two use cases are valid for Cisco WAN Automation Engine? (Choose two.)
Which two use cases are valid for Cisco WAN Automation Engine? (Choose two.)A . deployment of SR policiesB . integration with Cisco XTCC . what-if analysisD . device managerE . network controllerView AnswerAnswer: AB Explanation: Reference: https://www.ciscolive.com/c/dam/r/ciscolive/apjc/docs/2018/pdf/BRKSPG-2008.pdf Slide 16
Drag and drop the steps from the left into the correct order on the right to deploy an already created service into NSO. Not all options are used
DRAG DROP Drag and drop the steps from the left into the correct order on the right to deploy an already created service into NSO. Not all options are used. View AnswerAnswer: Explanation: Reference: https://www.ciscolive.com/c/dam/r/ciscolive/emea/docs/2019/pdf/LABSPG-2442.pdf
What are two characteristics of the NFV architecture approach? (Choose two.)
What are two characteristics of the NFV architecture approach? (Choose two.)A . It decouples the network functions from proprietary hardware appliances.B . It provides 70% more efficiency of network infrastructure.C . It is specially designed for Internet providers.D . It is specially designed for telecommunications service providers.E . It typically...
Regarding the Python script using YDK, what is the result for a device that is running Cisco IOS XR Software?
Refer to the exhibit. Regarding the Python script using YDK, what is the result for a device that is running Cisco IOS XR Software?A . retrieves the system timeB . configures the system timeC . prints the uptime of the CRUDServiceD . prints the system uptimeView AnswerAnswer: D
What is a key feature of YANG?
What is a key feature of YANG?A . use identificationB . error predictionC . JAVA compatibilityD . reusable types and groupingsView AnswerAnswer: D Explanation: Reference: https://www.cisco.com/c/en/us/td/docs/optical/ncs1000/60x/b_Datamodels_cg_ncs1000/b_Datamodels_cg_ncs1000_chapter_00.html
Which problem results in the 404 Not Found error code on the REST call?
Refer to the exhibit. An engineer implements an automation with Cisco XTC. Which problem results in the 404 Not Found error code on the REST call?A . The resource that you are trying to delete does not exist.B . Port 8080 is not enabled on XTD . XTC does not...
Which schema allows device configuration elements to be enclosed within a remote procedure call message when NETCONF is implemented?
Which schema allows device configuration elements to be enclosed within a remote procedure call message when NETCONF is implemented?A . JSON-RPCB . XMLC . YAMLD . JSONView AnswerAnswer: B Explanation: Reference: https://books.google.com/books?id=jWVsAQAAQBAJ&pg=PA21&lpg=PA21&dq=schema+allows+device+configuration+elements+to+be+enclosed+within+a+remote+procedure+call+message+when+NETCONF+is+implemented&source=bl&ots=mcS25iO8ec&sig=ACfU3U08SQUN0Y7L2An37GjHRqBzLGFUA&hl=en&sa=X&ved=2ahUKEwir16OF4dbpAhV7GjQIHc64B5kQ6AEwAHoECAoQAQ#v=onepage&q=schema%20allows%20device%20configuration%20elements%20to%20be%20enclosed%20within%20a%20remote%20procedure%20call%20message%20when%20NETCONF%20is%20implemented&f=false
Which command configures the remote peer when the Cisco IOS XR Traffic Controller is used?
Which command configures the remote peer when the Cisco IOS XR Traffic Controller is used?A . peer-sync ipv4 192.168.0.3B . state ipv4 192.168.0.3C . peer ipv4 192.168.0.3D . state-sync ipv4 192.168.0.3View AnswerAnswer: D Explanation: Reference: https://www.cisco.com/c/en/us/td/docs/routers/asr9000/software/asr9k-r6-2/segment-routing/configuration/guide/b-segment-routing-cg-asr9000-62x/b-seg-routing-cg-asr9000-62x_chapter_01001.html
Which two Python libraries are used to write a script to retrieve network device information using RESTCONF? (Choose two.)
Which two Python libraries are used to write a script to retrieve network device information using RESTCONF? (Choose two.)A . PySNMPB . requestsC . ncclientD . YANGE . jsonView AnswerAnswer: BE
Which library based on Paramiko is used?
An engineer is deploying a Python script to manage network devices through SSH. Which library based on Paramiko is used?A . sshmikoB . paramiko.agentC . libssh2D . netmikoView AnswerAnswer: D Explanation: Reference: https://pynet.twb-tech.com/blog/automation/netmiko.html