IBM NH2025-10 Switch User Manual


 
Configuring, Modifying, and Monitoring the Unit
40
Example
SYS_console> set-lt-age run 400
Aging Period update – OK
SYS_console>
get-lt-entry
The get-lt-entry command displays the entry at index in the Switching Database.
get-lt-entry <index>
The index value is the entry number in decimal, between 1 and 12288.
Example
SYS_console>get-lt-entry 1
Entry ---- MAC Address ---- LOCK DPORT SELF Vid T
=================================================================
1 00-20-1a-00-8c-3f + -NONE- + 0000 -
SYS_console>
Entry – Signifies the index in the Switching Database Table.
MAC Address – contained in an entry or given as a parameter is printed as a 6-byte
hexadecimal sequence separated by the “-” sign. For example:
00-20-1A-00-01-29
LOCK – If on (denoted as a +), the entry is not deleted by the switch aging process (static
entry). If off (denoted as a -), this is a dynamic entry that may be automatically deleted by
the switch aging process if the MAC address is not active during the aging time period.
DPORT The destination port to which frames with the stated address are forwarded.
SELF (not user configurable) If on (denoted as a +), the entry is a system address. These
addresses are the switch’s individual and group addresses, as well as other addresses added by
the management system. If off (denoted as a -), the entry contains the MAC address of a station
connected to the switch.
VID The VLAN Identifier (tag) (appears only when features are enabled).
T – Tag flag (appears only when features are enabled).
get-lt-16
The get-lt-16 command displays 16 learning table entries starting at index, or * to continue
from the last displayed index. The format of the display is similar to the previous command
format. If the end of the Learning table is reached, the
*
parameter starts the list over from
the beginning.
get-lt-16 {<index>|*}