Specifications

set fdb agingtime
Chapter 6
VLAN Commands
72
The following command adds a static entry for MAC address 00:2b:3c:4d:5e:6f
on port 1 in the default VLAN:
PROMPT# set fdb static 00:2b:3c:4d:5e:6f port 1 vlan default
success: change accepted.
See Also
l clear fdb on page 66
l show fdb on page 77
set fdb agingtime
Changes the aging timeout period for dynamic entries in the forwarding database.
Syntax
set fdb agingtime vlan-id age seconds
Defaults
The aging timeout period is 300 seconds (5 minutes).
Access
Enabled.
Examples
The following command changes the aging timeout period to 600
seconds for entries that match VLAN orange:
PROMPT# set fdb agingtime orange age 600
success: change accepted.
See Also
show fdb agingtime on page 79
vlan-id VLAN name or number. The timeout period change applies
only to entries that match the specified VLAN.
age
seconds Value for the timeout period, in seconds. You can specify a
value from 0 through 1,000,000. If you change the timeout
period to 0, aging is disabled.