
C613-50186-01 Rev B
Command Reference for AR2050V
827
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
RIP C
OMMANDS
FULLUPDATE
(RIP)
fullupdate (RIP)
Overview
Use this command to specify which routes RIP should advertise when performing
a triggered update. By default, when a triggered update is sent, RIP will only
advertise those routes that have changed since the last update. When
fullupdate
is configured, the device advertises the full RIP route table in outgoing triggered
updates, including routes that have not changed. This enables faster convergence
times, or allows inter-operation with legacy network equipment, but at the
expense of larger update messages.
Use the
no
variant of this command to disable this feature.
Syntax
fullupdate
no fullupdate
Default
By default this feature is disabled.
Mode
RIP Router Configuration or RIP Router Address Family Configuration for a VRF
instance.
Usage (VRF-lite)
If VRF-lite is configured, you can apply this command for either the global routing
environment, or to a specific VRF instance.
Example
To enable the fullupdate (RIP) function, use the commands:
awplus#
configure terminal
awplus(config)#
router rip
awplus(config-router)#
fullupdate
Example
(VRF-lite)
To enable the full update (RIP) function on the VRF instance named ‘blue’, use the
commands:
awplus#
configure terminal
awplus(config)#
router rip
awplus(config-router)#
address-family ipv4 vrf blue
awplus(config-router-af)#
fullupdate
Command
changes
Version 5.4.6-2.1: VRF-lite support added.