04-16-2020 03:08 PM
Here s the thing. I want to ping from X to Y, or Z. But it doesn't work. I've done exactly what my teacher did but it doesn't work. I am really frustrated. Everything is just as he did. But it still didn't work. It did work in his video but not in my PC. Help.
04-16-2020 03:33 PM - edited 04-16-2020 03:42 PM
I think your links (or IPs) are mixed up on Router 0. 192.168.100.4 /30 on Fe 0/1 should go to Router 2 , not R1. Ping R0 to R2 failed.
Once you swap links ; you should get Pings X to Z and Y OK.
Regards, ML
**Please Rate All Helpful Responses **
04-16-2020 06:52 PM
Try this change:
Router0
A(config)#int f0/1
A(config-if)#no ip address
A(config-if)#exit
A(config)#int e0/0/0
A(config-if)#no ip address
A(config-if)#ip address 192.168.100.5 255.255.255.252
A(config-if)#exit
A(config)#int f0/1
A(config-if)#ip address 192.168.100.1 255.255.255.252
A(config-if)#exit
Only the address you entered in these interfaces is wrong.
After these changes, everything works OK.
Regards
04-17-2020 01:53 AM
Hello
You had incorrect static routing on the 3 rtrs and interface addressing on rtr 1which when using static routing it’s very easy to make, You could have used dynamic routing instead which would be a lot easier to administer but I assume this isn’t what you’ve been asked to do.
Please review amended PT file
04-17-2020 07:51 AM
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