RIP Configuration
©2008 Allied Telesis Inc. All rights reserved.
27.2
AlliedWare Plus
TM
Operating System Software Reference C613-50003-00 REV E
Software Version 5.2.1
Introduction
This chapter contains basic RIP configuration examples. To see details on the RIP commands
used in these examples, or to see the outputs of the Validation commands, refer to the
Chapter 28, RIP Commands
.
Enabling RIP
This example shows the minimum configuration required for enabling two devices to exchange
routing information using RIP. The routing devices in this example are Allied Telesis managed
Layer 3 Switches.
Switch 1
and
Switch 2
are two neighbors connecting to network
10.10.11.0/24. Switch 1 and Switch 2 are also connected to networks 10.10.10.0/24 and
10.10.12.0/24 respectively. This example assumes that the devices have already been
configured with IP interfaces in those subnets.
To enable RIP, first define the RIP routing process and then associate a network with the
routing process.
Switch 1
Switch 2
Names of Commands Used
router rip, network
Validation Commands
show ip rip, show run, show ip protocols rip, show ip rip interface, show ip route.
rip_1
Switch 2
Switch 1
port1.0.1
port1.0.2
10.10.11.10
10.10.11.50
port1.0.2
10.10.12.10
port1.0.1
10.10.10.10
awplus#
configure terminal
Enter the
Configure
mode.
awplus(config)#
router rip
Define a RIP routing process and enter the
Router
mode.
awplus(config-router)#
network 10.10.10.0/24
awplus(config-router)#
network 10.10.11.0/24
Associate networks with the RIP process.
awplus#
configure terminal
Enter the
Configure
mode.
awplus(config)#
router rip
Define a RIP routing process and enter the
Router
mode.
awplus(config-router)#
network 10.10.11.0/24
awplus(config-router)#
network 10.10.12.0/24
Associate networks with the RIP process.