OcNOS-RON : Layer 3 Guide : Routing Information Protocol Command Reference : Routing Information Protocol Commands : version
version
Use this command to specify a RIP version used globally by the router. RIP can be run in version 1 as well as version 2 mode. Version 2 has more features than version 1 including authentication. Once the rip version is set, rip packets of that version will be received and sent on all the rip-enabled interfaces.
Use the no parameter with this command to restore the default version.
Note: The ip rip receive version command and the ip rip send version command override the value set by the version command.
Command Syntax
version <1-2>
no version
Parameters
<1-2>
Specify the version of RIP processing.
Default
Version 2
Command Mode
Router mode
Applicability
This command was introduced before OcNOS version 1.3.
Examples
#configure terminal
(config)#router rip
(config-router)#version 1
(config-router)#network 10.10.10.0/24
(config-router)#network 10.10.11.0/24
 
Last modified date: 08/28/2023