subInterface

subInterface
subInterface

NSX Edge sub interface configuration details. Sub interfaces are created on a trunk interface.

JSON Example
{
    "index": 0,
    "tunnelId": 0,
    "name": "string",
    "addressGroups": {
        "addressGroups": [
            {
                "subnetPrefixLength": "string",
                "secondaryAddresses": {
                    "type": "string",
                    "ipAddress": [
                        "string"
                    ]
                },
                "primaryAddress": "string",
                "subnetMask": "string"
            }
        ]
    },
    "vlanId": 0,
    "label": "string",
    "logicalSwitchName": "string",
    "isConnected": false,
    "mtu": 0,
    "logicalSwitchId": "string",
    "enableSendRedirects": false
}
integer As int32 As int32
index
Optional

Index of the sub interface assigned by NSX Manager. Min value is 10 and max value is 4103.

integer As int32 As int32
tunnelId
Required

Valid values for tunnel ID are min 1 to max 4093. Required.

string
name
Optional

Name of the sub interface. Required.

addressGroups
Optional

NSX Edge vnic address group configuration details.

integer As int32 As int32
vlanId
Optional

VLAN ID of the virtual LAN used by this sub interface. VLAN IDs can range from 0 to 4094.

string
label
Optional

Sub interface label of format vNic_{index} provided by NSX Manager. Read only.

string
logicalSwitchName
Optional

Name of the logical switch connected to this sub interface.

boolean
isConnected
Optional

Value is true if the sub interface is connected to a logical switch, standard portgroup or distributed portgroup.

integer As int32 As int32
mtu
Optional

MTU value of the sub interface. This value would be the least mtu for all the trunk interfaces of the NSX Edge. Default is 1500.

string
logicalSwitchId
Optional

ID of the logical switch connected to this sub interface.

boolean
enableSendRedirects
Optional

Value is true if send redirects is enabled. Enable ICMP redirect to convey routing information to hosts.

Property Of