200-301 · Question #821
On a live network, which two commands will verify the operational status of router interfaces? (Choose two.)
The correct answer is A. Router# show ip interface brief D. Router# show interfaces. To verify the operational status of router interfaces on a live network, commands providing interface summaries and detailed statistics are most effective.
Question
Options
- ARouter# show ip interface brief
- BRouter# debug interface
- CRouter# show ip protocols
- DRouter# show interfaces
- ERouter# show start
How the community answered
(25 responses)- A88% (22)
- B8% (2)
- C4% (1)
Why each option
To verify the operational status of router interfaces on a live network, commands providing interface summaries and detailed statistics are most effective.
The `show ip interface brief` command provides a concise summary of the operational status (up/down/administratively down) and IP address of all interfaces, which is essential for a quick overview of interface activity and configuration.
The `debug interface` command enables real-time debugging output for interface events, which is used for in-depth troubleshooting rather than a general status check.
The `show ip protocols` command displays information about routing protocols configured on the router, not the operational status of the interfaces themselves.
The `show interfaces` command offers detailed information about the physical and data link layer status, line protocol status, input/output packet counts, and error statistics for all interfaces, providing a comprehensive view of their operational state.
The `show start` (or `show startup-config`) command displays the configuration saved in NVRAM, which does not reflect the current operational status of the interfaces.
Concept tested: Cisco IOS Interface Status Commands
Source: https://www.cisco.com/c/en/us/td/docs/ios/ipaddr/command/reference/iad_r1.html#wp1026402
Topics
Community Discussion
No community discussion yet for this question.