I'm not sure if RIP is the same as OSPF, but if so, you must have OSPF running on the interface via the Primary address in order to have the Secondary address also participate in OSPF. Did you try adding your Primary address (network statement) to RIP also?
Chris -----Original Message----- From: Chuck Larrieu To: [EMAIL PROTECTED] Sent: 12/6/01 5:45 PM Subject: RE: RIP routing (2 router lab) newbie [7:28327] try using loopbacks instead of secondaries. Are your secondary addresses part of the RIP process via network statements? same subnet boundary as the primary address? Chuck -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of anil Sent: Thursday, December 06, 2001 2: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=28351&t=28327 -------------------------------------------------- FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

