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.
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)- A13% (6)
- B80% (37)
- C2% (1)
- D4% (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.
ethstat is not a standard AIX command and does not exist for monitoring EtherChannel or adapter failover status.
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).
ifconfig shows interface address configuration and basic operational state (UP/DOWN) but does not expose EtherChannel-specific aggregation and failover detail.
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
Community Discussion
No community discussion yet for this question.