Specifications

Table Of Contents
Chapter 3: aging Commands
3 - 2 SSR Command Line Interface Reference Manual
aging l2 disable
Purpose
Disable aging of MAC addresses.
Format
aging l2 disable
<port-list>
|all-ports
Mode
Configure
Description
By default, the SSR ages learned MAC addresses in the L2 lookup tables. Each port
has its own L2 lookup table. When a learned entry ages out, the SSR removes the aged
out entry. You can disable this behavior by disabling aging on all ports or on specific
ports.
Parameters
<port-list>
|all-ports
The port(s) on which you want to disable aging. You can
specify a single port or a comma-separated list of ports. If
you use the
all-ports
keyword, aging is disabled on all
ports.
Restrictions
Unknown.
Examples
Here are some examples of aging commands that disable aging on SSR ports.
ssr(config)# aging l2 disable et.1.3
Disables aging on slot 1, port 3.
ssr(config)# aging l2 disable et.4.2,et.(1-3).(4,6-8)
Disables aging on slot 4, port 2, and slots 1 through 3, ports 4, 6, 7, and 8.
ssr(config)# aging l2 disable all-ports
Disables aging on all ports.