Use this command to create a Link Aggregation Group (LAG) interface.
Command Syntax
set interface aggregate-ethernet <lag_name>
Parameter
<lag_name> Enter the name of the LAG interface (range: ae1 to ae48).
Example
The example creates a lag named ae4.
XorPlus# set interface aggregate-ethernet ae4 XorPlus# commit
interface aggregate-ethernet <lag> aggregated-ether-options
flow-control
Configure flow-control for a logical port .
Command Syntax
set interface aggregate-ethernet <lag_name> aggregated-ether-options flow-control <true | false> To return the configuration enter:
delete interface aggregate-ethernet <lag_name> aggregated-ether-options flow-control
Parameter
<lag_name>--Enter the name of the LAG interface (range: ae1 to ae48).
true--enable flow control false--disable flow control Example
• This example enables flow-control on the LAG named ae1:
XorPlus# set interface aggregate-ethernet ae1 aggregated-ether-options flow-control true
XorPlus# commit
interface aggregate-ethernet <lag> aggregated-ether-options
lacp enable
Creates a Link Aggregation Control Protocol (LACP) link aggregation group (LAG) on a specified logical port.
To return the configuration enter:
delete interface aggregate-ethernet <lag_name> aggregated-ether-options lacp
Parameter
<lag_name Enter the name of the LAG (range ae1 to ae48)>
true enable LACP false disable LACP Example
This example configures LACP for ae1:
XorPlus# set interface aggregate-ethernet ae1 aggregated-ether-options lacp enable true
XorPlus# commit
interface aggregate-ethernet <lag> aggregated-ether-options
min-selected-port
Configure min-selected-port for a specified logical port (LAG). Min-selected-port denotes that the LAG is up only when no fewer than the defined number of ports are up
Command Syntax
set interface aggregate-ethernet <lag_name> aggregated-ether-options min-selected-port <port-id>
To return to the configuration enter:
delete interface aggregate-ethernet <lag_name> aggregated-ether-options min-selected-port
Parameter
<lag_name LAG interface name (range: > ae1 through ae48) Minimum number of selected ports (range: through )
<port-id> 1 8
Example
This example is to configure min-selected-port for ae1
XorPlus# set interface aggregate-ethernet ae1 aggregated-ether-options min-selected-port 1
XorPlus# commit
interface aggregate-ethernet <lag> aggregated-ether-options
mlag disable
Command Syntax
set interface aggregate-ethernet <lag_name> aggregated-ether-options mlag disable <true | false >
delete interface aggregate-ethernet <lag_name> disable
Parameter
<lag_name Name of LAG interface (range: > ae1 through ae48)
true disable MLAG false enable MLAG Example
This example is to enable MLAG for the LAG named ae1:
XorPlus# set interface aggregate-ethernet ae1 aggregated-ether-options mlag disable false
XorPlus# commit
interface aggregate-ethernet <lag> aggregated-ether-options
mlag domain-id
You can set domain ID of MLAG for a logical port (ae1...ae48).The domain-id assigns an MLAG ID to an aggregation interface. Neighbour switches form an MLAG when each switch configures the same MLAG-ID to an aggregation interface. Only one domain-id can be assigned to an
aggregation interface.
Command Syntax
set interface aggregate-ethernet <lag_name> aggregated-ether-options mlag domain-id <domain-id>
To rdelete the configuration enter:
elete interface aggregate-ethernet aggregated-ether-options mlag domain-id
d <lag_name>
Parameter
• <lag_name> LAG interface name (range: ae1 through ae48) • <domain-id> The domain id of MLAG (range: through 1 48)
Example
This example is to set MLAG ID as 5 for ae1:
XorPlus# set interface aggregate-ethernet ae1 aggregated-ether-options mlag domain-id 5
interface aggregate-ethernet <lag> aggregated-ether-options
mlag hello-interval
The command is to configure the interval of hello message. The hello message is sent in both directions, between MLAG neighbors. If the neighbor switch is pinged four times, and doesn't receive any hello messages, then MLAG neighbor switches revert to their independent state.
Command Syntax
set interface aggregate-ethernet <lag_name> aggregated-ether-options mlag hello-interval <value> To delete the configuration enter:
delete interface aggregate-ethernet <lag> aggregated-ether-options mlag hello-interval
Parameter
• <lag_name> Name of LAG interface (range: ae1..ae48) • <value>The interval for sending hello message (range 1..60)
Example
• This example is to set interval of hello messsages to 5 for ae1:
XorPlus# set interface aggregate-ethernet ae1 aggregated-ether-options mlag hello-interval 3
XorPlus# commit
interface aggregate-ethernet <lag> aggregated-ether-options
mlag peer <ipv4> peer-link
Use this command to specify IP address of neighbors' switch .The synchronized messages are sent to neighbor' switch by peer link.
Command Syntax
set interface aggregate-ethernet <lag_name> aggregated-ether-options mlag peer <ipv4_address> peer-link <text>
To delete the configuration enter:
delete interface aggregate-ethernet <lag_name> aggregated-ether-options mlag peer < peer-link
> ipv4_address
Parameter
• <lag_name> Name of LAG interface (range: ae1 through ae48) • <ipv4_address> The ip address of peer aggregated port. • <text> The interface that connect to the peer
Example
XorPlus# set interface aggregate-ethernet ae1 aggregated-ether-options mlag peer 10.0.0.1 peer-link "ae2"
XorPlus# commit
interface aggregate-ethernet <lag> aggregated-ether-options
mlag priority
Set the MLAG priority.MLAG priority is used to negotiate switch's role,including master or slave role.
Command Syntax
set interface aggregate-ethernet <lag_name> aggregated-ether-options mlag priority <value> To delete the configuration enter:
delete interface aggregate-ethernet <lag_name> aggregated-ether-options mlag priority
Parameter
• <lag_name> Name of LAG interface (range: ae1 through ae48). • <value> System priority for master selection (0..32768)
Example
• This example is to configure MLAG priority for ae1:
XorPlus# set interface aggregate-ethernet ae1 aggregated-ether-options mlag priority 2
XorPlus# commit
interface aggregate-ethernet <lag> aggregated-ether-options
mlag system-id
Users can set system id.This command specifies the local chassis system's MAC address for an MLAG domain and is used in LACP aggregation as source system MAC address.
Command Syntax
set interface aggregate-ethernet <lag_name> aggregated-ether-options mlag system-id <macaddr>
To delete the configuration enter:
delete interface aggregate-ethernet <lag_name> aggregated-ether-options mlag system-id
Parameter
• <lag_name> Name of LAG interface (range: ae1 through ae48).
• <macaddr> Enter the system MAC address in the format nn:nn:nn:nn:nn:nn
Example
XorPlus# set interface aggregate-ethernet ae1 aggregated-ether-options mlag system-id 22:00:00:00:00:00
XorPlus# commit
interface aggregate-ethernet <lag> backup-port delay
Set backup port delay time, in seconds, to a port.Command Syntax
set interface aggregate-ethernet <lag_name> backup-port delay <seconds> To return the configuration enter:
delete interface aggregate-ethernet <lag_name> backup-port delay
Parameter
• <lag_name> Name of LAG interface (range: ae1 through ae48).
• <seconds> Preemption delay, in seconds (range: 0 through 300 seconds)
Example
This example is to set the delay time to 20 seconds:
XorPlus# set interface aggregate-ethernet ae1 backup-port delay 20 XorPlus# commit