Skip to main content

Update an aggregate ethernet interface

PUT 

/aggregate-ethernet-interfaces/:id

Update an existing aggregate ethernet interface.

Request

Path Parameters

    id uuidrequired

    The UUID of the configuration resource

Body

OK

    anyOf
    oneOf
    layer2 objectrequired
    vlan-tag integer

    Possible values: >= 1 and <= 9999

    Assign interface to VLAN tag

    lacp object
    enable boolean

    Enable LACP?

    fast-failover boolean

    Fast failover

    mode string

    Possible values: [passive, active]

    Default value: passive

    Mode

    transmission-rate string

    Possible values: [fast, slow]

    Default value: slow

    Transmission mode

    system-priority integer

    Possible values: >= 1 and <= 65535

    Default value: 32768

    LACP system priority in system ID

    max-ports integer

    Possible values: >= 1 and <= 8

    Default value: 8

    Maximum number of physical ports bundled in the LAG

    name stringrequired

    Aggregate interface name

    default-value string

    Default interface assignment

    comment string

    Possible values: <= 1023 characters

    Aggregate interface description

Responses

OK

Loading...