May I suggest that instead of using secondary addresses create some loopback interfaces on each router. Assign your test networks to those interfaces. Under router rip configure a network statement for all networks on that router.
> -----Original Message----- > From: anil [mailto:[EMAIL PROTECTED]] > Sent: Thursday, December 06, 2001 4:03 PM > To: [EMAIL PROTECTED] > Subject: RIP routing (2 router lab) newbie [7:28327] > > > 2 C1603's connected to a hub. > It should be simple but I cannot see why RIP does not > update the routing tables (in either direction). > I added secondary addresses to both routers e0, and want RIP > to send these > routes. > > Any comments/suggestions welcome. > Many thanks > -Anil > > > --------- > rustya#sh ip route > > Gateway of last resort is not set > C 193.9.200.0/24 is directly connected, Ethernet0 > C 192.9.200.0/24 is directly connected, Ethernet0 > rustya# > ------------------------------ > hostname rustya > ! > enable secret 5 $1$Ws8V$mRIwI97bc/Iv7PAEKFBVo1 > ! > ! > interface Ethernet0 > ip address 193.9.200.1 255.255.255.0 secondary > ip address 192.9.200.1 255.255.255.0 > ! > interface BRI0 > no ip address > shutdown > ! > router rip > network 193.9.200.0 > ! > no ip classless > ! > line con 0 > line vty 0 4 > password cisco > login > ! > end > > > > -------------------------------- > rustyb#sh ip route > > Gateway of last resort is not set > > C 192.9.200.0/24 is directly connected, Ethernet0 > C 196.9.200.0/24 is directly connected, Ethernet0 > rustyb# > -------------------------------- > hostname rustyb > ! > enable secret 5 $1$JycL$W4sNa8kuL2.tppX2IYQJU/ > ! > ! > interface Ethernet0 > ip address 196.9.200.1 255.255.255.0 secondary > ip address 192.9.200.2 255.255.255.0 > ! > interface BRI0 > no ip address > shutdown > ! > router rip > network 196.9.200.0 > ! > no ip classless > ! > line con 0 > line vty 0 4 > password cisco > login > ! > end Message Posted at: http://www.groupstudy.com/form/read.php?f=7&i=28331&t=28327 -------------------------------------------------- FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

