InlineLogicalRouterUpLinkPort1

InlineLogicalRouterUpLinkPort1
InlineLogicalRouterUpLinkPort1
JSON Example
{
    "edge_cluster_member_index": [
        0
    ],
    "igmp_config": {
        "igmp_local_join_groups": [
            "string"
        ]
    },
    "linked_logical_switch_port_id": "ResourceReference Object",
    "mac_address": "string",
    "mtu": 0,
    "ndra_prefix_config": [
        "NDRAPrefixConfig Object"
    ],
    "ndra_profile_id": "string",
    "pim_config": "InterfacePimConfig Object",
    "subnets": [
        "IPSubnet Object"
    ],
    "urpf_mode": "string"
}
array of integer
edge_cluster_member_index
Required

Member index of the edge node on the cluster

igmp_config
Optional

Interface IGMP[Internet Group Management Protocol] configuration parameters.

linked_logical_switch_port_id
Optional

A weak reference to an NSX resource.

string
mac_address
Optional

MAC address

integer As int64 As int64
mtu
Optional
Constraints: minimum: 64

Maximum transmission unit specifies the size of the largest packet that a network protocol can transmit. If not specified, the global logical MTU set in the /api/v1/global-configs/RoutingGlobalConfig API will be used.

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.

pim_config
Optional

Interface PIM[Protocol Independent Multicast] configuration parameters.

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,