DeviceSettingsLANInterface

DeviceSettingsLANInterface
DeviceSettingsLANInterface
JSON Example
{
    "override": false,
    "name": "string",
    "cwp": false,
    "disabled": false,
    "l2": {
        "autonegotiation": false,
        "speed": "string",
        "duplex": "string",
        "MTU": 0,
        "losDetection": false,
        "probeInterval": "string"
    },
    "portMode": "string",
    "space": "string",
    "type": "string",
    "vlanIds": [
        0
    ],
    "authenticationType": "string",
    "broadcastSsid": false,
    "passphrase": "string",
    "ssid": "string",
    "securityMode": "string"
}
boolean
override
Optional

override

string
name
Optional

name

boolean
cwp
Optional

cwp

boolean
disabled
Optional

disabled

l2
Optional

l2

string
portMode
Optional

portMode

Possible values are : access, trunk,
string
space
Optional

space

string
type
Optional

type

Possible values are : wired, wireless,
untaggedVlan
Optional

untaggedVlan

array of integer
vlanIds
Optional

vlanIds

string
authenticationType
Optional

authenticationType

Possible values are : none, 802.1x,
boolean
broadcastSsid
Optional

broadcastSsid

string
passphrase
Optional

passphrase

string
ssid
Optional

ssid

string
securityMode
Optional

securityMode

Possible values are : Open, WPA2Enterprise, WPA2Personal,