NSX-T Data Center REST API

# *************************************************************************** # Copyright 2020-2024 VMware, Inc. All rights reserved. VMware Confidential. # ***************************************************************************

TraceflowVlanExtensionResultInfo (schema)

Traceflow vlan extension result information

Name Description Type Notes
decision The VLAN extension decision

KNOWN_UNICAST_NO_BRIDGE
- The unicast packet is forwarded on the original network.
KNOWN_UNICAST_BRIDGE
- The unicast packet is bridged to the extended network based on the
subnet VLAN extension configuration.
MULTICAST
- The multicast packet is forwarded to both original and extended network
based on the subnet VLAN extension configuration.
FLOOD
- The unicast packet is flooded to both original and extended network.
Specifically, the local port(s) in both original and extended network will
receive the flooded packets in their corresponding network based on the
subnet VLAN extension configuration.
Since the flooded packets will also be sent out via uplink, remote hosts
will receive the flooded packets on VLAN network. These packets are then forwarded
to the appropriate port(s) on the original and/or extended network based
on the subnet VLAN extension configuration.
FORWARD_TO_VPC_GW
- The packet is forwarded to VPC gateway. Specifically, it is forwarded to vdrPort.
BROADCAST_NO_BRIDGE
- The broadcast packet is forwarded on the original network.
UNKNOWN_UNICAST_NO_BRIDGE
- The unknown unicast packet is forwarded on the original network.
MULTICAST_NO_BRIDGE
- The multicast packet is forwarded on the original network.
string Enum: KNOWN_UNICAST_NO_BRIDGE, KNOWN_UNICAST_BRIDGE, MULTICAST, FLOOD, FORWARD_TO_VPC_GW, BROADCAST_NO_BRIDGE, UNKNOWN_UNICAST_NO_BRIDGE, MULTICAST_NO_BRIDGE