User guide

100 ExtremeWare 7.2e Installation and User Guide
Forwarding Database (FDB)
You can enter and update entries using the command line interface (CLI).
Certain static entries are added by the system upon switch boot up.
FDB Entry Types
FDB entries may be dynamic or static, and may be permanent or non-permanent. The following
describes the types of entries that can exist in the FDB:
Dynamic entries—A dynamic entry is learned by the switch by examining packets to determine the
source MAC address, VLAN, and port information. The switch then creates or updates an FDB entry
for that MAC address. Initially, all entries in the database are dynamic, except for certain entries
created by the switch at boot up.
Dynamic entries are flushed and relearned (updated) when any of the following take place:
A VLAN is deleted.
A VLAN identifier (VLANid) is changed.
A port mode is changed (tagged/untagged).
A port is deleted from a VLAN.
A port is disabled.
A port enters blocking state.
A port QoS setting is changed.
A port goes down (link down).
A non-permanent dynamic entry is initially created when the switch identifies a new source MAC
address that does not yet have an entry in the FDB. The entry may then be updated as the switch
continues to encounter the address in the packets it examines. These entries are identified by the “d”
flag in
show fdb output.
A permanent dynamic entry is created by command through the CLI, but may then be updated as the
switch encounters the MAC address in the packets that it examines. A permanent dynamic entry is
typically used to associate QoS profiles with the FDB entry. Permanent dynamic entries are identified
by the “p” and “d” flags in
show fdb output.
Both types of dynamic entries age—a dynamic entry will be removed from the FDB (aged-out) if the
device does not transmit for a specified period of time (the aging time). This prevents the database
from becoming full with obsolete entries by ensuring that when a device is removed from the
network, its entry is deleted from the database. The aging time is configurable. For more information
about setting the aging time, see “Configuring the FDB Aging Time” on page 103 later in this
chapter.
Static entries—A static entry does not age, and does not get updated through the learning process. It
is maintained exactly as it was created. Conditions that cause dynamic entries to be updated, such as
VLAN or port configuration changes, do not affect static entries.
If the same MAC address is detected on another virtual port that is not defined in the static FDB
entry for the MAC address, it is handled as a blackhole entry.
A permanent static entry is created through the command line interface, and can be used to associate
QoS profiles with a non-aging FDB entry. Permanent static entries are identified by the “s” and “p”
flags in
show fdb output.
A locked static entry is an entry that was originally learned dynamically, but has been made static
(locked) using the MAC address lock-down feature. It is identified by the “s” and “l” flags in
show
fdb
output. See “Network Login” on page 146 for more information about MAC address lock-down.