IP R
OUTING

3-183

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 corresponding
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 1 4-119
Console(config-if)#ip rip receive version 1 2 4-236
Console(config-if)#ip rip send version v2-broadcast 4-237
Console(config-if)#ip split-horizon 4-239
Console(config-if)#ip rip authentication mode text 4-241
Console(config-if)#ip rip authentication key mighty 4-240
Console#