delete fdb

delete fdb [all | mac_address [vlan vlan_name ] |vxlan { vr vr_name } {ipaddress} remote_ipaddress ] | broadcast vlan vlan_name vxlan { vr vr_name } {ipaddress} remote_ipaddress | unknown-multicast vlan vlan_name vxlan { vr vr_name } {ipaddress} remote_ipaddress | unknown-unicast vlan vlan_name vxlan { vr vr_name } {ipaddress} remote_ipaddress ]

Description

Deletes one or all permanent FDB entries.

Syntax Description

all Specifies all FDB entries.
mac_address Specifies a device MAC address, using colon-separated bytes.
vlan_name Specifies the specific VLAN name.
broadcast Forwarding destination(s) for broadcast traffic.
unknown-unicast Forwarding destination(s) for unknown unicast traffic.
unknown-unicast Forwarding destination(s) for unknown multicast traffic.
vxlan The MAC address is reachable through a VXLAN Tunnel.
vr VR/VRF instance the IPv4 address is configured on.
vr_name An existing VR/VRF name.
ipaddress Configure the IP address of the remote tunnel endpoint to which the MAC needs to be bound.
remote_ipaddress IPv4 address of the remote tunnel endpoint.

Default

N/A.

Usage Guidelines

In ExtremeXOS 21.1, this command was extended to delete a remote VTEP as a destination to a MAC address. Three new tokens “broadcast”, “unknown-multicast” and “unknown-unicast” have been added to this command. When you want to specify a destination to forward all broadcast or unknown unicast traffic on that VLAN, these token are used. For “broadcast”, “unknown-multicast” and “unknown-unicast” only remote VTEPs (and not port_list or blackhole) can be specified in this release of EXOS. These entries can only be created when the virtual-network is in explicit-remote flooding mode.

Example

The following example deletes a permanent entry from the FDB:

delete fdb 00:E0:2B:12:34:56 vlan marketing

The following example deletes all permanent entries from the FDB:

delete fdb all

History

This command was first available in ExtremeXOS 11.0.

Three new tokens “broadcast”, “unknown-multicast” and “unknown-unicast” were added to this command in ExtremeXOS 21.1.

Platform Availability

This command is available on all platforms.