nerdexam
IBM

000-221 · Question #21

Which command will help determine if the primary Ethernet adapter in an EtherChannel has failed and the backup adapter is being used?

The correct answer is B. entstat. The entstat command in AIX reports detailed Ethernet adapter and EtherChannel statistics, including which adapter is currently active as the primary or backup.

Networking

Question

Which command will help determine if the primary Ethernet adapter in an EtherChannel has failed and the backup adapter is being used?

Options

  • Aethstat
  • Bentstat
  • Cifconfig
  • DIsagg

How the community answered

(46 responses)
  • A
    13% (6)
  • B
    80% (37)
  • C
    2% (1)
  • D
    4% (2)

Why each option

The entstat command in AIX reports detailed Ethernet adapter and EtherChannel statistics, including which adapter is currently active as the primary or backup.

Aethstat

ethstat is not a standard AIX command and does not exist for monitoring EtherChannel or adapter failover status.

BentstatCorrect

The entstat command (Ethernet statistics) provides low-level adapter state details including EtherChannel aggregation status, making it possible to see whether a primary adapter failure has occurred and the backup adapter has assumed the active role. It is the standard AIX tool for diagnosing link-level failover events within an EtherChannel (IEEE 802.3ad or AIX Link Aggregation).

Cifconfig

ifconfig shows interface address configuration and basic operational state (UP/DOWN) but does not expose EtherChannel-specific aggregation and failover detail.

DIsagg

lsagg lists configured EtherChannel aggregations and their members but does not provide real-time statistics showing that a primary-to-backup failover has taken place.

Concept tested: AIX EtherChannel failover diagnostics with entstat

Source: https://www.ibm.com/docs/en/aix/7.3?topic=e-entstat-command

Topics

#EtherChannel#entstat#adapter failover#network statistics

Community Discussion

No community discussion yet for this question.

Full 000-221 Practice