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 1: Line 1:
pre { width: 100px }
 
== Configuration ==
== Configuration ==
== Verification ==
== Verification ==
Line 11: Line 11:
<pre>
<pre>
         ent8    Available      EtherChannel / IEEE 802.3ad Link Aggregation
         ent8    Available      EtherChannel / IEEE 802.3ad Link Aggregation
</pre>
</pre style="width: 100px">





Revision as of 18:48, 3 February 2015

Configuration

Verification

Verify LACP activity

  1. Verify LACP adapter activity is Active, Backup, or down.
    1. # entstat -d <etherchannel interface> | egrep 'ETH|Active|Backup'

List etherchannel devices

  1. List all adapters.
    1. # lsdev -Cc adapter
  2. The device configured for 802.3ad will have output similar to the following.
         ent8    Available       EtherChannel / IEEE 802.3ad Link Aggregation


Further Reading