ā04-20-2022 06:31 PM - edited ā04-20-2022 06:39 PM
Hello for my networking class we are to build a network and verify it pings other end devices. I can ping R2 and PCs on same router but cant ping other side. Can I get someone else to take a look. I cant figure out what I messed up. I appreciate the help.
Solved! Go to Solution.
ā04-21-2022 04:15 AM
Hello,
the passwords do not work.
I see you have no routing at all. One way would be to add:
router eigrp 1
network 0.0.0.0
no auto-summary
to all routers.
ā04-21-2022 04:37 AM
Any time tou put 2 or more routers connected, you need to tell them to where send the packets either using static routing or dynamic routing.
Probably you are not familiar with that and on this case you can start with static routing. Later on, I recommend you to start studying dynamic routing.
For static you can do:
ip route "origin network" "mask" "exit interface" or "ip address next router"
ā04-21-2022 01:04 AM
Need router password.
ā04-21-2022 02:13 AM
Oh sorry. To get in it should be cisco and to get into exec mode I believe it is class. Thank you.
ā04-21-2022 04:15 AM
Hello,
the passwords do not work.
I see you have no routing at all. One way would be to add:
router eigrp 1
network 0.0.0.0
no auto-summary
to all routers.
ā04-21-2022 05:06 AM
Awesome Iāll give that a try after class. Thanks for the input. Iāll have to look at passwords. Exec mode might be c1sco1234
ā04-25-2022 03:36 PM
Turns out we didnāt learn that yet so it wasnāt meant to ping. We just learned that this week. I appreciate the help.
ā04-21-2022 04:37 AM
Any time tou put 2 or more routers connected, you need to tell them to where send the packets either using static routing or dynamic routing.
Probably you are not familiar with that and on this case you can start with static routing. Later on, I recommend you to start studying dynamic routing.
For static you can do:
ip route "origin network" "mask" "exit interface" or "ip address next router"
ā04-21-2022 05:07 AM
Ah ok. I thought I only needed routing when I was using DHCP server. Thank you. Iāll look into it.
ā04-25-2022 03:38 PM
Yeah apparently we didnāt learn about static routing yet so it wasnāt meant to ping. We are learning about static routing this week. I appreciate your time and help.
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