Configuration Guide Vol. 3


10.2.2 Applying RIP

Set the network and RIP version for forwarding and receiving RIP packets.

Points to note

The example below shows how to specify the network on which RIP is to be enabled by using the network command, and the RIP version by using the version command.

Command examples

  1. (config)# router rip

    (config-router)# network 192.168.1.0 0.0.0.255

    Enables RIP packet transmission on network 192.168.1.0/24.

  2. (config-router)# network 192.168.2.0 0.0.0.255

    Enables RIP packet transmission on network 192.168.2.0/24.

  3. (config-router)# version 2

    Sets the RIP version to RIP-2.