Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

Version 1 Current »

Run the command clear evpn dup-addr vni mac|ip to clear and unfreeze a specific duplicate EVPN MAC or IP address for a specific VNI. 


Command Syntax

clear evpn dup-addr vni <1-16777215> (mac <mac>)|(ip <ip>)


Parameter

Parameter

Description

vni  <all|<1-16777215>>Specifies the VNI, all means duplicate addresses across all VNIs are cleared or you can specify a VNI ID which ranges from 1 to 16777215.
mac <mac>Optional. Specify a MAC address to clear.
ip <ip>Optional. Specify an IP address to clear.


Example

  • Clear IP address 10.1.1.1 EVPN duplicate address for VNI 20.
admin@Xorplus# clear evpn dup-addr vni 20 ip 10.1.1.1
admin@Xorplus# commit
  • No labels