Fortinet black logo

Administration Guide

Static MAC addresses

Copy Link
Copy Doc ID 962fb21b-9bd3-11eb-b70b-00505692583a:287005
Download PDF

Static MAC addresses

You can configure one or more static MAC addresses on an interface.

Using the GUI:
  1. Go to Switch > MAC Entries.
  2. Select Add MAC Entry to create a new item.
  3. Select an interface and enter a value for MAC Address and VLAN.
  4. 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

Static MAC addresses

You can configure one or more static MAC addresses on an interface.

Using the GUI:
  1. Go to Switch > MAC Entries.
  2. Select Add MAC Entry to create a new item.
  3. Select an interface and enter a value for MAC Address and VLAN.
  4. 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