nerdexam
Oracle

1Z0-820 · Question #48

You are asked to troubleshoot networking issues on an unfamiliar system. Select the correct command to display what network devices are installed.

The correct answer is C. dladm show-phys. dladm show-phys is correct because it displays physical datalink devices - the actual network hardware installed on the system. On Solaris/illumos, dladm is the modern data link management utility, and the show-phys subcommand specifically reports installed physical network…

Configuring and Administering Networks

Question

You are asked to troubleshoot networking issues on an unfamiliar system. Select the correct command to display what network devices are installed.

Options

  • Aifconfig -a
  • Bdladm show-dev
  • Cdladm show-phys
  • Ddladm show-ether
  • Enetadm show-dev
  • Fnetadm show-ether

How the community answered

(32 responses)
  • A
    3% (1)
  • B
    3% (1)
  • C
    88% (28)
  • D
    6% (2)

Explanation

dladm show-phys is correct because it displays physical datalink devices - the actual network hardware installed on the system. On Solaris/illumos, dladm is the modern data link management utility, and the show-phys subcommand specifically reports installed physical network adapters (name, media type, speed, duplex, state, etc.).

Why the distractors are wrong:

  • A. ifconfig -a - shows configured network interfaces (logical/IP layer), not necessarily all installed hardware; also a Linux-centric tool that predates Solaris's modern network stack.
  • B. dladm show-dev - not a valid dladm subcommand in modern Solaris/illumos (it was deprecated/removed).
  • D. dladm show-ether - shows Ethernet-specific link properties (speed, duplex, autoneg), not a general device inventory.
  • E. netadm show-dev and F. netadm show-ether - netadm manages network configuration profiles (like switching between home/office profiles), not hardware enumeration; neither subcommand exists for listing devices.

Memory tip: Think "physphysical hardware." If someone asks what's installed, you need the physical layer - dladm show-**phys**.

Topics

#dladm command#Solaris networking#physical network devices#network troubleshooting

Community Discussion

No community discussion yet for this question.

Full 1Z0-820 Practice