set lacp static

Use this command to assign one or more underlying physical ports to a Link Aggregation Group (LAG).

Syntax

set lacpstatic lagportstring [key] port-string

Parameters

lagportstring Specifies the LAG aggregator port to which new ports will be assigned.
key (Optional) Specifies the new member port and LAG port aggregator admin key value. Only ports with matching keys are allowed to aggregate. Valid values are 0 - 65535.

This key value must be unique. If ports other than the desired underlying physical ports share the same admin key value, aggregation will fail or undesired aggregations will form.

port-string Specifies the member port(s) to add to the LAG.

Defaults

If not specified, a key will be assigned according to the specified aggregator. For example a key of 4 would be assigned to lag.0.4.

Mode

All command modes.

Usage

At least two ports need to be assigned to a LAG port for a Link Aggregation Group to form and attach to the specified LAG port.

The same usage considerations for dynamic LAGs apply to statically created LAGs. See the S-, K-, and 7100 Series Configuration Guide for details.

Static LAG configuration should be performed by personnel who are knowledgeable about Link Aggregation. Misconfiguration can result in LAGs not being formed, or in ports attaching to the wrong LAG port, affecting proper network operation.

Example

This example shows how to add port ge.1.6 to the LAG of aggregator port 48:

System(rw)->set lacp static lag.0.48 ge.1.6