Static MAC addresses
You can configure one or more static MAC addresses on an interface.
Using the GUI:
- Go to Switch > MAC Entries.
- Select Add MAC Entry to create a new item.
- Select an interface and enter a value for MAC Address and VLAN.
- Select Add to create the MAC entry.
Using the CLI:
config switch static-mac
edit <sequence_number>
set description <optional_string>
set interface <interface_name>
set mac <static_MAC_address>
set type {sticky | static}
set vlan-id <VLAN_ID>
end
For example:
config switch static-mac
edit 1
set description "first static MAC address"
set interface port10
set mac d6:dd:25:be:2c:43
set type static
set vlan-id 10
end