DeviceSettingsRoutedInterfacev6Detail

DeviceSettingsRoutedInterfacev6Detail
DeviceSettingsRoutedInterfacev6Detail
JSON Example
{
    "addressing": {
        "type": "string",
        "cidrPrefix": 0,
        "cidrIp": "string",
        "gateway": "string",
        "raEnabled": false,
        "netmask": "string",
        "interfaceAddress": "string",
        "tag": "string",
        "tagLogicalId": "string"
    },
    "wanOverlay": "string",
    "rpf": "string",
    "trusted": false,
    "natDirect": false,
    "dhcpServer": {
        "enabled": false,
        "dhcpRelay": {
            "enabled": false,
            "servers": [
                {}
            ]
        },
        "leaseTimeSeconds": 0,
        "options": [
            {
                "option": 0,
                "value": [
                    {}
                ],
                "type": "string",
                "metaData": {
                    "dataType": "string",
                    "description": "string",
                    "display": false,
                    "list": false,
                    "name": "string",
                    "option": 0
                }
            }
        ],
        "prefixDelegation": {
            "enabled": false,
            "pdlist": [
                {
                    "poolname": "string",
                    "prefix": "string",
                    "prefixLen": 0,
                    "targetPrefixLen": 0
                }
            ]
        },
        "numDhcpAddr": 0,
        "staticReserved": 0,
        "fixedIp": [
            {
                "macAddress": "string",
                "lanIp": "string",
                "description": "string"
            }
        ]
    },
    "routerAdvertisementHostSettings": {
        "mtu": false,
        "defaultRoutes": false,
        "specificRoutes": false,
        "nd6Timers": false
    },
    "ospf": {
        "MTU": 0,
        "cost": 0,
        "deadTimer": 0,
        "enableBfd": false,
        "enabled": false,
        "helloTimer": 0,
        "inboundRouteLearning": {
            "defaultAction": "string",
            "filters": [
                {
                    "cidrIp": "string",
                    "cidrPrefix": "string",
                    "action": "string"
                }
            ]
        },
        "mode": "string",
        "outboundRouteAdvertisement": {
            "defaultAction": "string",
            "filters": [
                {
                    "cidrIp": "string",
                    "cidrPrefix": "string",
                    "action": "string"
                }
            ]
        },
        "passive": false
    },
    "clientPrefixDelegation": {
        "enabled": false,
        "tag": "string",
        "tagLogicalId": "string"
    }
}
addressing
Optional

addressing

string
wanOverlay
Optional

wanOverlay

Possible values are : DISABLED, AUTO_DISCOVERED, USER_DEFINED,
string
rpf
Optional

rpf

Possible values are : SPECIFIC, LOOSE, DISABLED,
boolean
trusted
Optional

trusted

boolean
natDirect
Optional

natDirect

dhcpServer
Optional

dhcpServer

routerAdvertisementHostSettings
Optional

routerAdvertisementHostSettings

object
ospf
Optional

ospf

object
clientPrefixDelegation
Optional

clientPrefixDelegation