set l3-interface vlan-interface anycast mac
NOTE:
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.
The set l3-interface vlan-interface anycast mac command configures the virtual MAC address of the anycast gateway.
Command Syntax
set l3-interface vlan-interface <interface-name> anycast mac <mac-address>
Parameter
Parameter | Description |
vlan-interface <interface-name> | Specifies the L3 VLAN interface. The value is a string. |
mac <mac-address> | Specifies the virtual MAC address of anycast gateway. The value is a string in xx:xx:xx:xx:xx:xx format where x is a hexadecimal number. |
Example
- Configure the virtual MAC address of the anycast gateway.
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
Copyright © 2024 Pica8 Inc. All Rights Reserved.