automating cisco service provider solutions (spauto)
Last exam update: Dec 14 ,2024
Page 1 out of 5. Viewing questions 1-10 out of 45
Question 1
Which is a format used for the YANG JSON content-type header?
A.
application/vnd/yang.data+json
B.
application/vnd.yang.data+json
C.
application/yang.data.json
D.
application/vnd.yang.data json
Answer:
b
User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
0/ 1000
Question 2
Refer to the exhibit. What are the two outcomes when the RESTCONF POST code is implemented? (Choose two.)
A.
A new VPN endpoint to a VPN is added.
B.
An L3VPN endpoint to a VPN is replaced.
C.
An L3VPN endpoint to a VPN is merged.
D.
A new L3VPN endpoint to a VPN is added.
E.
An L3VPN endpoint to a VPN is updated.
Answer:
de
User Votes:
A
50%
B
50%
C
50%
D
50%
E
50%
Discussions
0/ 1000
Question 3
Refer to the exhibit. An automation engineer has created a RESTCONF POST to configure network devices. Which two tasks are accomplished when the code is executed? (Choose two.)
A.
If the specified configuration is already in the running configuration, the command is replaced by this request.
B.
If the specified configuration is already in the running configuration, the command is not replaced by this request.
C.
If the specified configuration is already executed in the running configuration, the command is merged with this request.
D.
If the specified configuration is already in the running configuration, the command updates this request.
E.
If the specified configuration is not on the device, the POST request creates it.
Answer:
de
User Votes:
A
50%
B
50%
C
50%
D
50%
E
50%
Discussions
0/ 1000
Question 4
How does using the Python with statement in conjunction with ncclient manager improve an existing NETCONF automation script?
A.
It allows the NETCONF connection to the device to be gracefully closed without having to explicitly code this action.
B.
It manages the running configuration of the device by comparing it to the new configuration applied using NETCONF.
C.
The with statement tries to connect to the device using TCP port 830 first but also tries to connect via TCP port 22.
D.
Use of the with statement catches any exceptions when trying to connect to a device using NETCONF.
Answer:
d
User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
0/ 1000
Question 5
An engineer just completed the installation of Cisco NSO and all of its components. During testing, some of the services are not working properly. To resolve the issue, the engineer started undeploying service instances. What can this cause?
A.
It removes the service configuration from the network device only.
B.
It removes the service configuration from the network and NSO.
C.
It removes the service configuration from NSO only.
D.
It runs the service code again when the device is out of sync.
Answer:
b
User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
0/ 1000
Question 6
What tool is used to perform a what if failure analysis in a service provider network that is running Segment Routing?
An automation engineer is trying to configure a destination group to use dial-out telemetry with gRPC on a Cisco IOS XR platform. The template created is failing to apply. Which parameters must be configured?
A.
source IP address, source port, encoding, and sampling interval
B.
source IP address, source port, encoding, and protocol
C.
destination IP address, destination port, encoding, and sensor path
D.
destination IP address, destination port, encoding, and protocol