Command
Version 2
Use
Switches router rip version to version 2.
The benefits of rip version 2 are:
-Increased security
-More efficient (uses multicast instead of broadcast)
-Supports classless addresses
Syntax
Router(config-router)#version 2
Example
Here is the version 1 debug for R3.
R3(config-router)#do debug ip rip |
Next, version 2 is configured for all routers using the below commands.
R3#conf t |
Here is the version 2 debug. Notice the multicast address 224.0.0.9
R3(config-router)#version 2 |