C613-50100-01 REV C Command Reference for x930 Series 921
AlliedWare Plus™ Operating System - Version 5.4.6-1.x
RIP COMMANDS
VERSION
(RIP)
version (RIP)
Overview Use this command to specify a RIP version used globally by the router.
If VRF- Lite is configured, you can specify a RIP version either globally, or for a
particular VRF instance.
Use the no variant of this command to restore the default version.
Syntax
version {1|2}
no version
Default Version 2
Mode RIP Router Configuration or RIP Router Address Family Configuration for a VRF
instance.
Usage RIP can be run in version 1 or version 2 mode. Version 2 has more features than
version 1; in particular RIP version 2 supports authentication and classless routing.
Once the RIP version is set, RIP packets of that version will be received and sent on
all the RIP-enabled interfaces.
Setting the version command has no impact on receiving updates, only on
sending them. The ip rip send version command overrides the value set by the
version (RIP) command on an interface-specific basis. The ip rip receive version
command allows you to configure a specific interface to accept only packets of the
specified RIP version. The ip rip receive version command and the ip rip send
version command override the value set by this command.
Examples To specify a RIP version, use the following commands:
awplus# configure terminal
awplus(config)# router rip
awplus(config-router)# version 1
To specify a RIP version with VRF, use the following commands:
awplus# configure terminal
awplus(config)# router rip
awplus(config-router)# address-family ipv4 vrf blue
awplus(config-router-af)# version 1
Related
Commands
ip rip receive version
ip rip send version
show running-config
Parameter Description
1|2 Specifies the version of RIP processing.