Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

...

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 Clear EVPN duplicate IP address address 10.1.1.1 EVPN duplicate address for VNI 20.
Code Block
admin@Xorplus# run clear evpn dup-addr vni 20 ip 10.1.1.1
admin@Xorplus# commit

...