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…
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)- A3% (1)
- B3% (1)
- C88% (28)
- D6% (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 validdladmsubcommand 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-devand F.netadm show-ether-netadmmanages network configuration profiles (like switching between home/office profiles), not hardware enumeration; neither subcommand exists for listing devices.
Memory tip: Think "phys → physical hardware." If someone asks what's installed, you need the physical layer - dladm show-**phys**.
Topics
Community Discussion
No community discussion yet for this question.