12-03-2019 12:09 AM - edited 12-03-2019 12:10 AM
Hey guys.
So I've been looking for a solution online for days as I am having trouble pinging from computers to computers. In this case, I ping PC1 from PC9 and I got replies, but with "Destination host unreachable". If I try pinging from PC1 to PC9, I got "request timed out" messages. This happens to all of the computers as well. I tried playing around with the ip address, subnet mask, eigrp protocol, etc....but it didn't work. I've attached the file below for you to review. Could you guys help me correct the errors/mistakes by modifying it? Because my submission is due tomorrow and I don't think I have enough time to figure it out myself. Please help!
Thank you.
Solved! Go to Solution.
12-03-2019 02:40 AM
Hello,
here is what was misconfigured:
1. On the main router, the IP addresses on interfaces Serial0/2/0 and Serial0/3/0 were switched, so Router 4 and Router 5 had no connectivity and did not receive any (EIGRP) routes.
2. Interface FastEthernet0/0 on Router 1 had the wrong subnet mask, /30 instead of /24.
3. Some routers did not have EIGRP configured at all.
4. Several PCs had the wrong IP address and/or the wrong default gateway configured.
You can configure the IOS routers as DHCP servers, in order to avoid having the wrong IP addresses on your clients. Here is an example for Router 1:
ip dhcp excluded-address 192.168.10.1
!
ip dhcp pool LAN
network 192.168.10.0 255.255.255.0
default-router 192.168.10.1
12-03-2019 01:22 AM - edited 12-03-2019 01:23 AM
To all concerned,
It is very clear this thread is school work.
Help the students learn: Post the links to documents and configuration guides.
Please refrain from handing out answers.
12-03-2019 01:23 AM
12-03-2019 02:03 AM - edited 12-03-2019 02:42 AM
Hello
Your two nodes PC0-PC1 had incorrect addressing, router 1 had incorrect subnet address for you lan ,router 5 eirgrp interface wasnt active and the eigrp processes had auto summarization enabled ( disabled by no auto-summary)
12-03-2019 02:31 AM
Hi
Thank you so much it worked!! But would you mind sharing with me the mistakes/errors I made? It would help me learn a lot.
Appreciate your help!
12-03-2019 02:40 AM - edited 12-03-2019 02:42 AM
@JhNG wrote:
Hi
Thank you so much it worked!! But would you mind sharing with me the mistakes/errors I made? It would help me learn a lot.
Appreciate your help!
Your two nodes PC0-PC1 had incorrect addressing, router 1 had incorrect subnet address for you lan ,router 5 eirgrp interface wasnt active and the eigrp processes had auto summarization enabled ( disabled by no auto-summary)
12-03-2019 02:40 AM
Hello,
here is what was misconfigured:
1. On the main router, the IP addresses on interfaces Serial0/2/0 and Serial0/3/0 were switched, so Router 4 and Router 5 had no connectivity and did not receive any (EIGRP) routes.
2. Interface FastEthernet0/0 on Router 1 had the wrong subnet mask, /30 instead of /24.
3. Some routers did not have EIGRP configured at all.
4. Several PCs had the wrong IP address and/or the wrong default gateway configured.
You can configure the IOS routers as DHCP servers, in order to avoid having the wrong IP addresses on your clients. Here is an example for Router 1:
ip dhcp excluded-address 192.168.10.1
!
ip dhcp pool LAN
network 192.168.10.0 255.255.255.0
default-router 192.168.10.1
12-03-2019 02:52 AM
I see, thanks it really helped me a lot, appreciate it!! I can't believe I did some silly mistakes especially no. 1 and 4, ugh! xD well it's part of the learning process anyways xD
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