A student is creating an Ansible playbook to practice management automation of a Cisco router. Which command should the student add to the playbook to find the interface names, assigned IP addresses, and status of interfaces on the router?
- show running-config
- show ip interface brief
- show ip route
- ip address
Explanation: The show ip interface brief command can be used to verify the IP address configured on the router. The show running-config command can be used to see how IP addresses are assigned to the interfaces; however, if an interface obtains the IP address from the DHCP server, the running configuration will not show the actual IP address assigned. The ip address command is used in a Linux host to display information about network interfaces.
Exam with this question: 7.8.2 Module 7: Introduction to Automating, Developing, and Deploying Applications with Cisco Quiz
Please login or Register to submit your answer