Changing the RIP type on a VLAN interface
When you enable RIP on a VLAN interface,
RIPv2-only
is enabled by default. You can change the RIP type to one of the following on an individual VLAN interface basis:
Version 1 only
Version 2 only (the default)
Version 1 - or - version 2
To change the RIP type supported on a VLAN interface, enter commands such as the following:
switch(config)# vlan 1
switch(vlan-1)# ip rip v1-only
switch(vlan-1)# exit
switch(config)# write memory
Syntax:
ip rip {<v1-only | v1-or-v2 | v2-only>}
no ip rip {<v1-only | v1-or-v2 | v2-only>}