05-01-2013 10:58 PM - edited 03-07-2019 01:08 PM
Basically, I am unable to configure the Customer Router to forward packets towards the other two routers (and the 10.0.0.0, 172.20.0.0 networks). I must do this using RIP. I am able to ping between PC2 and the Laptop. Any help much appreciated
Solved! Go to Solution.
05-01-2013 11:24 PM
Hi,
on ISP router:
no ip route 10.0.0.0 255.255.255.0 FastEthernet0/1
ip route 10.0.0.0 255.255.255.0 172.20.0.1
router rip
default-information originate
on Company C router:
ip route 0.0.0.0 0.0.0.0 172.20.0.2
Also on all routers disable auto-summary for RIP as it should done as a best practice.
Regards
Alain
Don't forget to rate helpful posts.
05-01-2013 11:24 PM
Hi,
on ISP router:
no ip route 10.0.0.0 255.255.255.0 FastEthernet0/1
ip route 10.0.0.0 255.255.255.0 172.20.0.1
router rip
default-information originate
on Company C router:
ip route 0.0.0.0 0.0.0.0 172.20.0.2
Also on all routers disable auto-summary for RIP as it should done as a best practice.
Regards
Alain
Don't forget to rate helpful posts.
05-01-2013 11:34 PM
Thanks for the fast reply. I was able to quickly fix the problem.
I am trying to understand what I was doing wrong in preparation for exams.
On ISP Router:
I should have used the specific IP instead of the actual interface (fa0/1) on ISP Router?
On Company C Router:
As for the Company C static route - when it is one way traffic leaving the router to other networks, you should not specificy IPs?
Thanks again for your help Alain!
05-02-2013 12:41 AM
Hi,
Michael Jonas a écrit:
Thanks for the fast reply. I was able to quickly fix the problem.
I am trying to understand what I was doing wrong in preparation for exams.
On ISP Router:
I should have used the specific IP instead of the actual interface (fa0/1) on ISP Router?
On Company C Router:
As for the Company C static route - when it is one way traffic leaving the router to other networks, you should not specificy IPs?
Thanks again for your help Alain!
1° you should specify an outgoing interface in a static route only if this interface is point-to-point, when it is multipoint you should specify the next-hop or both but not the outgoing interface only.
2° ip route 0.0.0.0 0.0.0.0 is a default static route encompassing all destinations , you don't need to specify specific routes because there is only one way out from the LAN( this is a stub router).
Regards
Alain
Don't forget to rate helpful posts.
11-11-2023 06:45 AM
Dear experts, It would be very greatful if you help me with this exercise. Algorithm of this exercises seems to me so difficult i don't how to start configure, it's enought if the percentage of exercise reaches 50% thank you for feedback. Here is the link of exercise https://drive.google.com/file/d/14Q3v1EwwP6SW3q2aNTqdwW1JWM8Ql8e4/view?usp=sharing
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide