Skip to main content

Create a layer 3 subinterface

POST 

/layer3-subinterfaces

Create a new layer 3 subinterface.

Request

Body

Created

    anyOf
    oneOf
    ip string[]
    name stringrequired

    L3 sub-interface name

    tag number

    Possible values: >= 1 and <= 4096

    VLAN tag

    parent-interface string

    Parent interface

    comment string

    Description

    mtu number

    Possible values: >= 576 and <= 9216

    MTU

    ddns_config object
    ddns-enabled boolean

    Enable DDNS?

    ddns-vendor stringrequired

    Possible values: <= 127 characters

    DDNS vendor

    ddns-update-interval integer

    Possible values: >= 1 and <= 30

    Default value: 1

    Update interval (days)

    ddns-cert-profile stringrequired

    Certificate profile

    ddns-hostname stringrequired

    Possible values: <= 255 characters, Value must match regular expression ^[a-zA-Z0-9_\.\-]+$

    ddns-ip ip-address

    IP to register (static only)

    ddns-vendor-config stringrequired

    Possible values: <= 255 characters

    DDNS vendor

    arp object[]

    ARP configuration

  • Array [
  • name ip-address

    IP address

    hw-address mac-address

    MAC address

  • ]
  • interface_management_profile string

    Interface management profile

Responses

Created

Loading...