InlineLogicalRouterDownLinkPort1

InlineLogicalRouterDownLinkPort1
InlineLogicalRouterDownLinkPort1
JSON Example
{
    "enable_multicast": false,
    "linked_logical_switch_port_id": {
        "is_valid": false,
        "target_display_name": "string",
        "target_id": "string",
        "target_type": "string"
    },
    "mac_address": "string",
    "ndra_prefix_config": [
        "NDRAPrefixConfig Object"
    ],
    "ndra_profile_id": "string",
    "routing_policies": [
        "RoutingPolicy Object"
    ],
    "subnets": [
        "IPSubnet Object"
    ],
    "urpf_mode": "string"
}
boolean
enable_multicast
Optional

If this flag is set to true - it will enable multicast on the downlink interface. If this flag is set to false - it will disable multicast on the downlink interface. This is supported only on Tier0 downlinks. Default value for Tier0 downlink will be true.

linked_logical_switch_port_id
Optional

A weak reference to an NSX resource.

string
mac_address
Optional

MAC address

ndra_prefix_config
Optional

Configuration to override the neighbor discovery router advertisement prefix time parameters at the subnet level. Note that users are allowed to override the prefix time only for IPv6 subnets which are configured on the port.

string
ndra_profile_id
Optional

Identifier of Neighbor Discovery Router Advertisement profile associated with port. When NDRA profile id is associated at both the port level and logical router level, the profile id specified at port level takes the precedence.

routing_policies
Optional
Constraints: maxItems: 1

Routing policies used to specify how the traffic, which matches the policy routes, will be processed.

array of IPSubnet
subnets
Required
Constraints: minItems: 1

Logical router port subnets

string
urpf_mode
Optional
Constraints: default: STRICT

Unicast Reverse Path Forwarding mode

Possible values are : NONE, STRICT,