Home > Configuration > Network > setinterface_lacpmode

setinterface_lacpmode

Use this method to set bind the interface to a LA channel created by the Link Aggregation control protocol (LACP).
Available settings function as follows:
* Active - The LA channel port of the Citrix ADC generates LACPDU messages on a regular basis, regardless of any need expressed by its peer device to receive them.
* Passive - The LA channel port of the Citrix ADC does not transmit LACPDU messages unless the peer device port is in the active mode. That is, the port does not speak unless spoken to.
* Disabled - Unbinds the interface from the LA channel. If this is the only interface in the LA channel, the LA channel is removed.

Syntax



Parameters

id

ID of the Interface whose parameters you want to modify. For a Citrix ADC, specify the interface in C/U notation (for example, 1/3). For a cluster configuration, specify the interface in N/C/U notation (for example, 2/1/3). where C can take one of the following values: * 0 - Indicates a management interface. * 1 - Indicates a 1 Gbps port. * 10 - Indicates a 10 Gbps port. U is a unique integer for representing an interface in a particular port group. N is the ID of the node to which an interface belongs in a cluster configuration. Use spaces to separate multiple entries.
This is mandatory parameter.

lacpmode

Bind the interface to a LA channel created by the Link Aggregation control protocol (LACP). Available settings function as follows: * Active - The LA channel port of the Citrix ADC generates LACPDU messages on a regular basis, regardless of any need expressed by its peer device to receive them. * Passive - The LA channel port of the Citrix ADC does not transmit LACPDU messages unless the peer device port is in the active mode. That is, the port does not speak unless spoken to. * Disabled - Unbinds the interface from the LA channel. If this is the only interface in the LA channel, the LA channel is removed.
Default value = NSA_LACP_DISABLE.
Possible Values : DISABLED, ACTIVE, PASSIVE.

Return Value

Returns simpleResult

See Also