LACPEndpoint

Bases: BaseEndpoint

Endpoint to manage system-level configuration on an Alcatel-Lucent OmniSwitch using CLI-based API commands.

getLACP(lacp_type=0, limit=200)

Retrieve link aggregation configurations filtered by LACP type.

Parameters:
  • lacp_type (int, default: 0 ) –

    0 = Static, 1 = LACP. Default is 0 (static).

  • limit (int, default: 200 ) –

    Max number of rows to retrieve. Default is 200.

Returns:
  • ApiResult( ApiResult ) –

    Contains LAG configurations.

lacpStats(limit=200)

Retrieve per-port statistics for link aggregation.

Parameters:
  • limit (int, default: 200 ) –

    Maximum number of results to return.

Returns:
  • ApiResult( ApiResult ) –

    Contains statistics for LAG member ports.