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:


== Configuration ==
== Configuration ==
# Use the smitty fastpath etherchannel to enter the menu.
## <tt>'''# smitty etherchannel'''</tt>
# Select: <tt>'''Add an EtherChannel / Link Aggregation'''</tt>
# Select the primary ethernet adapters that will be a part of the etherchannel configuration and press <tt>'''[Enter]'''</tt>
== Verification ==
== Verification ==
=== Verify LACP activity ===
=== Verify LACP activity ===
Line 13: Line 18:
</pre>
</pre>


== Recovery and Failover ==


== Further Reading ==
== Further Reading ==


[[Category:AIX]]
[[Category:AIX]]

Revision as of 18:59, 3 February 2015

Configuration

  1. Use the smitty fastpath etherchannel to enter the menu.
    1. # smitty etherchannel
  2. Select: Add an EtherChannel / Link Aggregation
  3. Select the primary ethernet adapters that will be a part of the etherchannel configuration and press [Enter]

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

Recovery and Failover

Further Reading