Versions Compared

Key

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

...

Info
titleNOTE:

When configuring the Anycast MAC and Anycast Address for an L3 interface, it is necessary to apply both configurations in the same commit. This is because these two settings are interdependent, and applying them separately might cause synchronization issues, leading to configuration failures or network instability.

Theset l3-interface vlan-interface anycast mac command configures the virtual MAC address of the anycast gateway.

...

  • Configure the virtual MAC address of the anycast gateway.
Code Block
admin@Xorplus# set l3-interface vlan-interface vlan10 anycast address 10.0.1.1 prefix-length 24
admin@Xorplus# set l3-interface vlan-interface vlan10 anycast mac AE:00:10:00:00:FE
admin@Xorplus# commit

...