TransportNodeRemoteTunnelEndpointConfig (schema)

Remote tunnel endpoint configuration

Name Description Type Notes
host_switch_name The host switch name to be used for the remote tunnel endpoint

The host switch name should reference an existing host switch specified in the transport node configuration. The name will be used to identify the host switch responsible for processing remote tunnel endpoint traffic.
string Required
ip_assignment_spec Specification for IPs to be used with host switch remote tunnel endpoints

IPs can come from either a static IP pool or an explicitly specified IP list. Therefore, specifying any other IP assignment type will result in error. In case a list of IPs is specified, the number of IPs provided should be sufficient as per the teaming policy associated with the host switch uplink profile used by the remote tunnel endpoint.
IpAssignmentSpec
(Abstract type: pass one of the following concrete types)
AssignedByDhcp
StaticIpListSpec
StaticIpMacListSpec
StaticIpPoolSpec
Required
named_teaming_policy The named teaming policy to be used by the remote tunnel endpoint

Specifying this field will override the default teaming policy of the host switch and will be used by remote tunnel endpoint traffic.
string
rtep_vlan VLAN id for remote tunnel endpoint

The transport VLAN id used for tagging intersite overlay traffic between remote tunnel endpoints.
VlanID Required