VLANs

FDB static entries are permanent, so the FDB Aging value does not apply to them. Static entries are manually added to the FDB, and manually deleted from the FDB.

Incoming frames that contain the static entry as the source MAC can use only ports configured for the static entry.

Trunking support for FDB static entries

A FDB static entry can be added to a port that is a member of a trunk group, as follows:

Static (manually configured) trunk group

Dynamic (LACP) trunk group

The trunk group supports the FDB static entry. If the port with the static entry fails, other ports in the trunk handle the traffic. If the port is removed from the trunk, the static entry is removed from the trunk, but remains configured on the port.

The FDB information commands (/info/l2/fdb) display trunk support for static FDB entries, if applicable:

>> Forwarding Database# dump

 

 

MAC address

VLAN

Port

Trnk

State

-----------------

----

----

----

-----

00:00:2e:9b:db:f8

1

 

1

TRK

00:00:5e:00:01:f4

1

21

 

FWD

00:01:81:2e:b5:60

1

21

 

FWD

00:02:a5:e9:76:30

1

 

1

TRK

00:03:4b:e2:15:f1

1

21

 

FWD

Configuring a static FDB entry

Perform the following actions to configure a static FDB entry:

Main# /cfg/l2/fdb/static

(Select static FDB menu)

>>Static FDB# add 00:60:af:00:02:30 Enter VLAN number: 2

Enter port (1-21): 2

>>

Static

FDB#

apply

(Apply the configuration)

>>

Static

FDB#

save

(Save the configuration)

67