User`s guide

Switching Database Commands
7-26 Using the Administrative Interface
If the requested MAC address is not in the learn table, an error message is displayed:
SYS_console> find-lt-addr 00-00-F8-2b-59-66
MAC Address - 00-00-F8-2b-59-66 - not in LT
SYS_console> _
del-lt-entry
Usage:
del-lt-entry
<index>
Deletes the learn table entry at the specified index. If the entry deletion was successful
or if the entry is not ACTIVE, then the command will be successful.
Deleting entries with the self field set is prohibited since they are system addresses.
The del-lt-entry command is very powerful, allowing you to change the entire
switching database with the exception of the system MAC addresses. Therefore, it
should be used with care.
SYS_console> del-lt-entry 15
Deleting entry at index - 15 - OK
SYS_console> del-lt-entry 16
Deleting entry at index - 16 - OK
SYS_console> del-lt-entry 1
Deleting entry at index - 1 - failed
SYS_console> del-lt-entry 2
Cannot delete a System Address
Deleting entry at index - 2 - failed
SYS_console> _
del-lt-addr
Usage:
del-lt-addr
<mac_address>
Deletes the learn table entry that matches mac_address.
The command fails if mac_address is not found in the learn table. Again, as stated in
the previous command, care should be taken when deleting system entries (self=ON).
SYS_console> del-lt-addr 00-00-F8-2b-59-4c
Deleting entry with MAC address - 00-00-F8-2b-59-4c OK
SYS_console> del-lt-addr 00-00-F8-2b-59-4c
MAC Address - 00-00-F8-2b-59-4c - not in LT
SYS_console> _