Implementing Automation for Cisco Service Provider Solutions (SPAUTO) — Question 8
Which two commands generate a template using Cisco NSO to build a service package? (Choose two.)
Answer options
- A. show running-config devices device ce-ios config ios:interface Loopback 0 | display template.xml
- B. show running-config devices device ce-ios config ios:interface Loopback 0 | display xml | save template.xml
- C. request running-config devices device ce-ios config ios:interface Loopback 0 | display xml
- D. show running-config devices device ce-ios config ios:interface Loopback 0
- E. show running-config devices device ce-ios config ios:interface Loopback 0 | display xml
Correct answer: A, C
Explanation
The correct commands are A and C because they both generate a template from the running configuration in a format that can be used for a service package. Option B is incorrect as it attempts to save the output directly rather than generating a template, while D does not provide any output format for a template, and option E only displays the configuration without creating a template.