Specifications
Switching set switch l3ageingtimer 8-167
Software Release 2.7.3
C613-03098-00 REV A
The priority parameter specifies the packet priority. There are eight levels of
priority from 0 to 7. This parameter is used only when the action parameter is
set to setpriority or sendcos.
Examples To change the hardware packet filter that acts on traffic matched by classifier 1
so that it to denies this traffic, use the command:
set switch hwfilter classifier=1 action=deny
To set the transmit priority on all packets matching Classifier 100 to 3, and set
the transmit priority on packets that partially match this classifier to 0, use the
command:
set switch hwfilter classifier=100 action=sendcos
nomatchaction=sendcos priority=3 nomatchpriority=0
This functionality is available on Rapier i Series switches only.
Related Commands add switch hwfilter classifier
delete switch hwfilter classifier
show switch hwfilter
set switch l3ageingtimer
Syntax SET SWItch L3Ageingtimer=[30..43200]
Description This command sets the threshold value of the ageing timer for dynamic entries
in the Layer 3 forwarding database. After a cycle of this timer, entries not used
during the cycle remain in the table but their hit bits are reset to zero. After the
next cycle, entries with hit bit still set to zero are deleted. Therefore, entries in
the table are deleted when they are unused during two consecutive cycles of
the timer. The default is 900 seconds.
This command can be executed only when the hardware forwarding entry
ageing timer is enabled by using the enable switch ageingtimer command.
This ageing timer is enabled by default.
Examples To set the threshold of the Layer 3 forwarding table ageing timer to 30 minutes,
use the command:
set switch l3ageingtimer=1800
Related Commands disable switch ageingtimer
enable switch ageingtimer
show switch