Which Cisco IOS command can be used to display a list of basic IP information with a single line per interface, including IP address and interface status?

A) show interfaces
B) show interfaces brief
C) show ip interface brief
D) show ip interface

C
Explanation: C) The show ip interface brief command is one of the most-used Cisco IOS commands. It is used to display a brief (single line) report of the IP address and status for each interface on a device. With modern IOS versions, this command is supported on Cisco routers and most switches.

Computer Science & Information Technology

You might also like to view...

If you write a C++ program using operating system dependent libraries, will you be able to re-compile and re-link it on a different operating system? Explain why?

What will be an ideal response?

Computer Science & Information Technology

The wildcard character that represents any combination of characters in query criteria is the ____.

A. asterisk (*) B. exclamation point (!) C. tilde (˜) D. question mark (?)

Computer Science & Information Technology