JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Sun Ethernet Fabric Operating System

LA Administration Guide

search filter icon
search icon

Document Information

Using This Documentation

Product Notes

Related Documentation

Acronyms and Abbreviations

CLI Command Modes

Feedback

Support and Accessibility

LA Overview

Protocol Description

Configuring LA

LA Topology Example

Configuration Guidelines

Default Settings

Enable Link Aggregation

Configuring Port-Channel Interfaces

Configure Port-Channel Interfaces

Configure the LACP Port Priority

Configure the LACP System Priority

Configure Port Channel Load Balancing

Configure the LACP System Identifier

Configure the LACP Port Identifier

Setting the MTU Value

Set the MTU Value on one or More Ports

Set the MTU Value of the Port Channel

Configure the LACP Wait Time

Configure the LACP Time-Out Value

Display the LACP Status

Interaction Between LA and VLANs

Configure the LACP System Identifier

In the following procedure, ports 0/1, 0/2, and 0/3 are part of the LA. Unless otherwise noted, you must run all of the commands in the following procedure on both switches.

  1. Enable port channeling.
    SEFOS# configure terminal
    SEFOS(config)# set port-channel enable
  2. Create the port channel (1 in this example).
    SEFOS(config)# interface port-channel 1
    SEFOS(config-if)# no shutdown
    SEFOS(config)# end
  3. Configure the LACP system identifier.
    SEFOS(config)# lacp system-identifier 00:55:44:33:22:11
    SEFOS(config)# end
  4. Review the etherchannel information to ensure that the port channel system identifier has been set.

    The output has been truncated for readability.

    SEFOS# show etherchannel detail
     
    ...
    Port-channel System Identifier is  00:55:44:33:22:11
    ...