DhcpOption121

DhcpOption121
DhcpOption121

DHCP option 121 to define classless static route.

JSON Example
{
    "static_routes": [
        {
            "network": "string",
            "next_hop": "string"
        }
    ]
}
static_routes
Required
Constraints: minItems: 1 maxItems: 27

Classless static route of DHCP option 121.

Property Of