200-301 · Question #700
which command is used to know the duplex speed of serial link?
The correct answer is B. show interface. The show interface command provides detailed information about a network interface, including its duplex and speed settings for various link types.
Question
Options
- Ashow line
- Bshow interface
- Cshow protocol
- Dshow run
How the community answered
(56 responses)- A5% (3)
- B86% (48)
- C7% (4)
- D2% (1)
Why each option
The `show interface` command provides detailed information about a network interface, including its duplex and speed settings for various link types.
The `show line` command typically displays information about console, auxiliary, and virtual terminal (VTY) lines, primarily focusing on connection status and user sessions, not physical interface characteristics like duplex and speed.
The `show interface <interface_type> <interface_number>` command displays comprehensive statistics and configuration for a specific interface. This output includes crucial operational details such as its link status, line protocol status, configured and negotiated speed, and duplex mode (full, half, or auto), which is applicable to serial links as well as Ethernet interfaces.
The `show protocol` command is not a standard Cisco IOS command; commands like `show ip protocols` display routing protocol information, not interface duplex/speed.
The `show running-config` (or `show run`) command displays the device's current configuration, which might show explicitly configured duplex/speed settings, but it does not show the operational duplex and speed that can be negotiated, unlike `show interface`.
Concept tested: Cisco IOS commands for interface status
Source: https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/interface/configuration/15-mt/ir-15-mt-book/ir-if-gen-cfg.html
Topics
Community Discussion
No community discussion yet for this question.