L2IFPPI/4/PORTSECSTATICFLP
Message
L2IFPPI/4/PORTSECSTATICFLP:Interface received a packet with flapping static MAC.(MacAddr=[STRING],VLAN=[ULONG],InterfaceName=[STRING])
Description
The source MAC address in the packet received by an interface already exists in the static MAC table of another interface.
Parameters
Parameter Name | Parameter Meaning |
---|---|
MacAddr | This object indicates the MAC address. |
VLAN | This object indicates the VLAN ID. |
InterfaceName | This object indicates the interface name. |
Possible Causes
An interface with port security enabled received a packet, and the source MAC address in the packet already exists in the static MAC table of another interface.
Procedure
- Confirm whether this packet needs to be processed.
- If so, go to step 2.
- If not, go to step 3.
- Run the display mac-address [ vlan vlan-id | interface-type interface-number ] * command to check the interface corresponding to the MAC address in the packet, and then run the undo mac-address [ interface-type interface-number | vlan vlan-id ] * command to delete the existing MAC address entry.
- End.