NDRAPrefixConfig

NDRAPrefixConfig
NDRAPrefixConfig

Overrides the router advertisement attributes for the IPv6 prefixes.

JSON Example
{
    "network_prefix": "string",
    "prefix_preferred_time": 0,
    "prefix_valid_time": 0
}
string As ipv6-cidr-block As ipv6-cidr-block
network_prefix
Required

Override the neighbor discovery prefix preferred time and prefix valid time for the subnet on uplink port whose network matches with the network address of CIDR specified in network_prefix.

integer As int64 As int64
prefix_preferred_time
Optional
Constraints: minimum: 0 maximum: 4294967295

The time interval in seconds, in which the prefix is advertised as preferred.

integer As int64 As int64
prefix_valid_time
Optional
Constraints: minimum: 0 maximum: 4294967295

The time interval in seconds, in which the prefix is advertised as valid.