paws.networking (version 0.5.0)

directconnect_create_lag: Creates a link aggregation group (LAG) with the specified number of bundled physical dedicated connections between the customer network and a specific Direct Connect location

Description

Creates a link aggregation group (LAG) with the specified number of bundled physical dedicated connections between the customer network and a specific Direct Connect location. A LAG is a logical interface that uses the Link Aggregation Control Protocol (LACP) to aggregate multiple interfaces, enabling you to treat them as a single interface.

See https://www.paws-r-sdk.com/docs/directconnect_create_lag/ for full documentation.

Usage

directconnect_create_lag(
  numberOfConnections,
  location,
  connectionsBandwidth,
  lagName,
  connectionId = NULL,
  tags = NULL,
  childConnectionTags = NULL,
  providerName = NULL,
  requestMACSec = NULL
)

Arguments

numberOfConnections

[required] The number of physical dedicated connections initially provisioned and bundled by the LAG. You can have a maximum of four connections when the port speed is 1G or 10G, or two when the port speed is 100G.

location

[required] The location for the LAG.

connectionsBandwidth

[required] The bandwidth of the individual physical dedicated connections bundled by the LAG. The possible values are 1Gbps and 10Gbps.

lagName

[required] The name of the LAG.

connectionId

The ID of an existing dedicated connection to migrate to the LAG.

tags

The tags to associate with the LAG.

childConnectionTags

The tags to associate with the automtically created LAGs.

providerName

The name of the service provider associated with the LAG.

requestMACSec

Indicates whether the connection will support MAC Security (MACsec).

All connections in the LAG must be capable of supporting MAC Security (MACsec). For information about MAC Security (MACsec) prerequisties, see MACsec prerequisties in the Direct Connect User Guide.