Hi Navin

I suspect your problem is that you do not specify all the networks
connected to your router under RIP. This means that RIP will only
advertise the networks you specify. Try the following configuration (it
should solve the problem):

On  Router Cisco2610:
                  router rip
                  network 11.0.0.0
                  network 200.100.10.0

On Router Cisco2620:
                 router rip
                 network 192.168.1.0
                 network 200.100.10.0

Abraham de Villiers
Telematics Trainer

>>> "Navin Parwal" <[EMAIL PROTECTED]> 03/20/01 12:54PM >>>
Hello Everyone ,
      I am facing a problem while configuring RIP on my network , my
network
is as follows :
I have two Cisco 2600 series routers which are connected back to back
.

1) On the fisrst Router Cisco2610 my configuration is as follows :
    Ethernet0/0 11.100.10.1
    Serial0/0   200.100.10.1

2) On the second Router Cisco2620 my configuration is as follows :
   Ethernet0/0 192.168.1.1
   Serial0/0   200.100.10.2

My subnet masks set are all default , it for 11.100.10.1 it is
255.0.0.0 ,
for 200.100.10.1 it is 255.255.255.0 .
   Similarly for the second router it is 192.168.1.1 given is
255.255.255.0
and for the 200.100.10.2 it is 255.255.255.0 .


  I am able to ping from one end of the ethernet of one router to
another
when I configure the routing table statically , but when I am giving
the
following commands for dynamic routing on both of the router :

1)  on 2610  config) router rip
             network 200.100.10.0

2)  on 2620   config) router rip
              network 200.100.10.0
  It mentions that gateway of the last resort is not set on both of
these
commands

On my second router ie 2620 , when I give the command sh ip route , I
get
the following entry in my routing table for the serial interface :

      200.100.10.0/24 is variably subnetted , 2 subnets , 2 masks
    c 200.100.10.0/24 is directly connected , serial0/0
    c 200.100.10.1/32 is directly connected , serial0/0

   I am not able to view the RIP (R) entries when I give the command
show ip
route on both of the routers , it shows me only all the directory
connected
interfaces and gives me a message that gateway not set.
   When I give the command show ip Protocols , it shows me that RIP is
running .
   What could be the error I am making , please let me know .
  I am new on routers and switches .
thanks,

Navin Parwal

_________________________________
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

Reply via email to