
C613-50186-01 Rev B
Command Reference for AR2050V
871
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
RIP C
OMMANDS
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
command overrides the value set by the
command on an interface-specific basis. The
command allows you to configure a specific interface to accept only packets of the
specified RIP version. The
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
Parameter
Description
1|2
Specifies the version of RIP processing.