nerdexam
Cisco

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.

Submitted by andreas_gr· Mar 5, 2026Network Fundamentals

Question

which command is used to know the duplex speed of serial link?

Options

  • Ashow line
  • Bshow interface
  • Cshow protocol
  • Dshow run

How the community answered

(56 responses)
  • A
    5% (3)
  • B
    86% (48)
  • C
    7% (4)
  • D
    2% (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.

Ashow line

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.

Bshow interfaceCorrect

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.

Cshow protocol

The `show protocol` command is not a standard Cisco IOS command; commands like `show ip protocols` display routing protocol information, not interface duplex/speed.

Dshow run

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

#show interface#duplex#serial link#IOS commands

Community Discussion

No community discussion yet for this question.

Full 200-301 Practice