DGS-6604
m
version
CLI Reference Guide
918
V
version
Use this command to specify the RIP version to send and receive.
version {1 | 2}
Default
Version
2
Command Mode
Router configuration
Usage Guideline
This command defines the default RIP version. This version will be overridden if
the version is explicitly specified for the interface (for example, interface
command
"ip rip receive version” on page 316
).
Example
The following example shows how to configure the RIP version to version 2.:
Verify the settings by entering the
show ip protocols rip
command.
Syntax Description
1
Only RIP Version 1 packets are received and transmitted.
2
Only RIP Version 2 packets are received and transmitted.
Switch# configure terminal
Switch(config)#router rip
Switch(config-router)#version 2
Switch(config-router)#exit
Switch(config)#