What are two characteristics of the NFV architecture approach? (Choose two.)
AE
Reference:
https://www.ciscolive.com/c/dam/r/ciscolive/us/docs/2016/pdf/LTRSPM-2022.pdf
A Cisco NSO service has just been deployed. Which Cisco NSO CLI command is used to inspect the
resulting device configuration changes before the changes are pushed to the network?
B
Refer to the exhibit.
XTC has been configured by an engineer. What does the IPv4 address represent on the snippet?
A
Reference:
http://ipnetworkgeek.blogspot.com/2017/05/path-disjointness-with-ios-xr-traffic.html
An engineer is deploying a Python script to manage network devices through SSH. Which library
based on Paramiko is used?
D
Reference:
https://pynet.twb-tech.com/blog/automation/netmiko.html
Refer to the exhibit.
Regarding the Python script using YDK, what is the result for a device that is running Cisco IOS XR
Software?
D
What is a benefit of Ansible for automating IOS XE or IOS XR platforms?
D
An engineer must change from using NETCONF for streaming telemetry to telemetry data using gRPC
framework because NETCONF uses XML for message and payload encoding. Which two messages
and payload encodings does gNMI use? (Choose two.)
CE
Which two commands generate a template using Cisco NSO to build a service package? (Choose
two.)
AC
When using Cisco YDK, which syntax configures the BGP ASN using OpenConfig BGP?
D
Reference:
https://www.ciscolive.com/c/dam/r/ciscolive/emea/docs/2019/pdf/BRKNMS-2032.pdf
An engineer wants to replace the BLOCK_BAD ACL on the Cisco IOS XE router with this new content.
The engineer wants to use RESTCONF for this and constructs a PUT request to the
resource/restconf/data/native/ip/access-list/Cisco-IOS-XE-acl:extended=BLOCK_BAD. What must the
body look like to achieve the Cisco IOS XE configuration?
Desired configutation:
ip access-list extended BLOCK_BAD
permit ip any host 192.168.20.1
deny ip any any
A)
B)
C)
D)
D