- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2017 02:57 PM - edited 03-08-2019 10:49 AM
- Labels:
-
Other Switching
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2017 07:41 PM
Hi Omar,
Attached you will find the fixed configuration, the topology is using subnetted network, RIP ver 1 does not support classless, so you need to configure
version 2
and
no auto-summary
Under the RIP process.
This link could be useful: https://www.ciscoforall.com/what-is-difference-between-ripv1-and-ripv2/
If you want to see the version running on the router you can use the command: show ip protocol
Hope it is useful.
:-)
>> Marcar como útil o contestado, si la respuesta resolvió la duda, esto ayuda a futuras consultas de otros miembros de la comunidad. <<
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2017 03:40 PM - edited 11-01-2017 09:02 PM
Both routers (Router0 & Router2) didn't know the how to reach each others as both routers didn't have respective network entries into their Routing tables. In order to ping you should full convergence between both routers.
Regards'
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2017 03:49 PM
If i added the directly connected routes it works, but we also studied that if you add the original network (/16 here) it will also work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2017 04:02 PM - edited 11-01-2017 09:01 PM
You mean to say that if you are performing static routing then it will work. Rip only support calssful routing, as I mentioned earlier VLSM is not supported in rip. You should have to use separate calssful networks in order to perform routing using rip.
Regards'
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2017 04:36 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2017 06:24 PM
I haven't looked at the topology but just wanted to add that RIP v2 supports classless networks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2017 03:55 PM - edited 11-01-2017 09:01 PM
One thing more, it is seen from topology you are using VLSM & rip didn't support VLSM. Please use another routing protocol like (OSPF & EIGRP) in order to use VLSM.
Regards'
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2017 08:24 PM
Thank you sir,i understand now the problem .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2017 09:04 PM - edited 11-01-2017 09:03 PM
Actually, I have applied rip version 2 setting on just 1 router & didn't configured rip v2 on second router. Actually, at that time I was short of time. Julio said right & rip v2 supported VLSM. It was my mistake.
Apologies,
Regards'
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2017 07:41 PM
Hi Omar,
Attached you will find the fixed configuration, the topology is using subnetted network, RIP ver 1 does not support classless, so you need to configure
version 2
and
no auto-summary
Under the RIP process.
This link could be useful: https://www.ciscoforall.com/what-is-difference-between-ripv1-and-ripv2/
If you want to see the version running on the router you can use the command: show ip protocol
Hope it is useful.
:-)
>> Marcar como útil o contestado, si la respuesta resolvió la duda, esto ayuda a futuras consultas de otros miembros de la comunidad. <<
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2017 08:27 PM
Thanks Julio,Can you provide me with your packet tracer version name?
The attached file does not work on packet tracer 5.0.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2017 08:35 PM
Hi Omar,
Version 7.0.0.0306.
Basically you need to configure the following on the 3 routers:
conf t
router rip
ver 2
no auto-summary
:-)
>> Marcar como útil o contestado, si la respuesta resolvió la duda, esto ayuda a futuras consultas de otros miembros de la comunidad. <<
