nerdexam
Cisco

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.

Submitted by hans_de· Mar 5, 2026Network Fundamentals

Question

On a live network, which two commands will verify the operational status of router interfaces? (Choose two.)

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)
  • A
    88% (22)
  • B
    8% (2)
  • C
    4% (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.

ARouter# show ip interface briefCorrect

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.

BRouter# debug interface

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.

CRouter# show ip protocols

The `show ip protocols` command displays information about routing protocols configured on the router, not the operational status of the interfaces themselves.

DRouter# show interfacesCorrect

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.

ERouter# show start

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

#show interfaces#interface verification#router commands#IOS CLI

Community Discussion

No community discussion yet for this question.

Full 200-301 Practice