C613-50100-01 REV C Command Reference for x930 Series 876
AlliedWare Plus™ Operating System - Version 5.4.6-1.x
RIP COMMANDS
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 allow 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 Use the following commands to enable the fullupdate (RIP) function:
awplus# configure terminal
awplus(config)# router rip
awplus(config-router)# fullupdate
Example (VRF
lite)
Use the following commands to enable the full update (RIP) function on a the VRF
instance named blue:
awplus# configure terminal
awplus(config)# router rip
awplus(config-router)# address-family ipv4 vrf blue
awplus(config-router-af)# fullupdate