Use this command to map a static address to a port in a VLAN. Use the no
form to remove an address.
Syntax
mac-address-table staticmac-addressinterface vlanvlan-id [action] no mac-address-table staticmac-addressvlanvlan-id
mac-address - MAC address.
interface
ethernetunit/port
unit - This is device 1.
port - Port number.
port-channelchannel-id (Range: 1-6)
vlan-id - VLAN ID (Range: 1-4094)
action-
delete-on-reset: Assignment lasts until switch is reset.
permanent: Assignment is permanent.
Default Setting
No static addresses are defined. The default mode is permanent.
Command Mode
Global Configuration
Command Usage
The static address for a host device can be assigned to a specific port
within a specific VLAN. Use this command to add static addresses to the MAC
Address Table. Static addresses have the following characteristics:
Static addresses will not be removed from the address table when a given
interface link is down.
Static addresses are bound to the assigned interface and will not be
moved. When a static address is seen on another interface, the address
will be ignored and will not be written to the address table.
A static address cannot be learned on another port until the address
is removed with the no form of this command.
Use this command to remove any learned entries from the forwarding database
and to clear the transmit and receive counts for any static or system-configured
entries.
The MAC Address Table contains the MAC addresses associated with each interface.
The Type field may include the following types:
Learned - dynamic address entries
Permanent - static entry
Delete-on-reset - static entry to be deleted when system is reset
The mask should be hexadecimal numbers (representing an equivalent bit mask)
in the form xx-xx-xx-xx-xx-xx that is applied to the specified MAC address.
Enter hexadecimal numbers, where an equivalent binary bit 0 means
to match a bit and 1 means to ignore a bit. For example, a mask
of 00-00-00-00-00-00 means an exact match, and a mask of FF-FF-FF-FF-FF-FF
means "any."