IP R
OUTING
3-281
Web - Click Routing Protocol, RIP, Interface Settings. Select the RIP
protocol message types that will be received and sent, the method used to
provide faster convergence and prevent loopback (i.e., prevent instability in
the network topology), and the authentication option and cor responding
password. Then click Apply.
CLI - This example sets the receive version to accept both RIPv1 or
RIPv2 messages, the send mode to RIPv1 compatible (i.e., called
v2-broadcast in the
CLI), sets the method of preventing instability in the
network topology to Split Horizon,
enables authentication via a simple
password (i.e., called text mode in the CLI).

Displaying RIP Information and Statistics

You can display basic information about the current global configuration
settings for RIP, statistics about route changes and queries, information
about the interfaces on this router that are using RIP, and information
about known RIP peer devices.
Console(config)#interface vlan 13-1
Console(config-if)#ip rip receive version 1 23-137
Console(config-if)#ip rip send version v2-broadcast3-138
Console(config-if)#ip split-horizon3-139
Console(config-if)#ip rip authentication mode text3-141
Console(config-if)#ip rip authentication key mighty3-140
Console#