Each logical_switch created by the OVSDB controller has an associated unknown-dst MAC entry in the Mcast_Macs_Remote table. This entry gives the set of VTEP that handle BUM traffic for this logical_switch. In an NSX controller deployment, these VTEP are from the replication cluster and are called service nodes. Unencapsulated BUM traffic received from the overlay network is encapsulated to VXLAN traffic and sent to only one of these service nodes. The receiving service node then replicates the BUM traffic to other VTEPs in the network.
In order to decide which service node to use for BUM traffic for a logical_switch, ExtremeXOS uses a selection routine to determine which ones are “better”. This routine takes into account the status of the BFD session and the value of cpath_down (for information about the meaning of these fields, see Tunnel Table).