C613-50631-01 Rev A Command Reference for IE340 Series 1100
AlliedWare Plus™ Operating System - Version 5.5.3-0.x
RIPNG FOR IPV6 COMMANDS
TIMERS
(IPV6 RIPNG)
timers (IPv6 RIPng)
Overview Use this command to adjust the RIPng routing network timers.
Use the no variant of this command to restore the defaults.
Syntax
timers basic <update> <timeout> <garbage>
no timers basic
Default The default RIPng routing table update timer default is 30 seconds, the default
RIPng routing information timeout timer is 180 seconds, and the default RIPng
routing garbage collection timer is 120 seconds. The no variant of this command
restores the default RIPng routing timers.
Mode Router Configuration
Example To adjust the RIPng routing network timers, use the following commands:
awplus# configure terminal
awplus(config)# router ipv6 rip
awplus(config-router)# timers basic 30 180 120
Parameter Description
<update> <5-2147483647> Specifies the RIPng routing table update timer in
seconds. The default is 30 seconds.
<timeout> <5-2147483647> Specifies the RIPng routing information timeout
timer in seconds. The default is 180 seconds. After this interval has
elapsed and no updates for a route are received, the route is declared
invalid.
<garbage> <5-2147483647> Specifies the RIPng routing garbage collection
timer in seconds. The default is 120 seconds.