aggregationGroup
The aggregationGroup table holds information about Link Aggregation Groups (LAGs).
The following table describes the aggregationGroup table.
| Column name | Type | Constraints | Description |
|---|---|---|---|
| entityId | 32-bit integer | Not null Primary Key Foreign Key |
Automatically incremented ID that provides a unique value for each aggregated group across all domains. |
| lagId | 32-bit integer | Not null |
The ID of the LAG. |
| lagName | 255-character string | The name of the LAG. | |
| lagMode | 8-character string | The mode that the LAG is operating in. Takes one of the following values:
|
|
| lacpMode | 7-character string | The Link Aggregation Control Protocol mode. Can
be active or passive. |
|
| actorSystemPriority | Integer | The priority associated with the Actor's System ID. | |
| actorSystemId | 255-character string | The MAC address value used as a unique identifier for the server that contains this LAG. | |
| actorAdminKey | Integer | Administrative value of the key for the LAG. | |
| actorOperKey | Integer | Operational value of the key for the LAG. | |
| partnerSystemPriority | Integer | The priority associated with the Partner's System ID. | |
| partnerSystemId | 255-character string | The MAC address value used as a unique identifier for the current protocol partner of this LAG. | |
| partnerAdminKey | Integer | Administrative value of the key for the protocol partner. | |
| partnerOperKey | Integer | Operational value of the key for the protocol partner. |