Specifications

Table Of Contents
Chapter 3: aging Commands
SSR Command Line Interface Reference Manual 3 - 3
aging l2 set aging-timeout
Purpose
Set the aging time for learned MAC entries.
Format
aging l2 set
<port-list>
|all-ports aging-timeout
<seconds>
Mode
Configure
Description
The
aging l2 set aging-timeout
command sets the aging time for learned MAC
entries. When the aging time expires for a MAC address, the SSR removes the MAC
address from the specified port(s). The aging time is specified in seconds.
Parameters
<port-list>
|all-ports
The port(s) on which you want to set the aging time. You can specify
a single port or a comma-separated list of ports. If you use the
all-
ports
keyword, the aging time is set on all ports.
<seconds>
The number of seconds the SSR allows a learned MAC address to
remain in the L2 lookup table (for the specified port). You can spec-
ify from 15 to 1000000 seconds. The default is 300 seconds.
Restrictions
None.
Example
Here is an example of an aging command to set the aging time to 15 seconds on all
ports.
ssr(config)# aging l2 set all-ports aging-timeout 15
Sets L2 aging to 15 seconds on all ports.