Programmable Internetworking & Communication Operating System Docs ... Click Spaces -> Space Directory to see docs for all releases ...
Page tree
Skip to end of metadata
Go to start of metadata

Users can add static mac address for a specific LAG.


Command Syntax
set interface aggregate-ethernet <lag_name> static-ethernet-switching mac-address <macaddr> vlan <vlan-id>
delete interface aggregate-ethernet <lag_name> static-ethernet-switching mac-address <macaddr> vlan <vlan-id>


Parameter
<lag_name> Name of LAG interface.
<macaddr> static mac address.
<vlan-id> vlan identifier, the range is between 1 to 4094.


Example
• This example is to configure mac-addr 12:11:11:11:11:11 for ae1:

admin@XorPlus# set interface aggregate-ethernet ae1 static-ethernet-switching mac-address 12:11:11:11:11:11 vlan 1
admin@XorPlus# commit
  • No labels