LACP (802.3ad) Configuration & Verification: Difference between revisions

From UNIX Systems Administration
Jump to navigation Jump to search
No edit summary
No edit summary
Line 4: Line 4:
## <tt>'''# entstat -d <etherchannel interface> | egrep 'ETH|Active|Backup''''</tt>
## <tt>'''# entstat -d <etherchannel interface> | egrep 'ETH|Active|Backup''''</tt>
=== List etherchannel devices ===
=== List etherchannel devices ===
## <tt>'''# lsdev -Cc adapter
## <tt>'''# lsdev -Cc adapter'''</tt>
# Output will be similar to the following.
# Output will be similar to the following.
<pre>
        ent8    Available      EtherChannel / IEEE 802.3ad Link Aggregation
</pre>





Revision as of 17:24, 3 February 2015

Configuration

Verification

Verify LACP activity

    1. # entstat -d <etherchannel interface> | egrep 'ETH|Active|Backup'

List etherchannel devices

    1. # lsdev -Cc adapter
  1. Output will be similar to the following.
         ent8    Available       EtherChannel / IEEE 802.3ad Link Aggregation


Further Reading