Skip to main content

Create an aggregate ethernet interface

POST 

/aggregate-ethernet-interfaces

Create a new aggregate ethernet interface.

Request

Body

Created

    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

Created

Loading...