10-29-2016 02:48 PM - edited 03-05-2019 07:22 AM
Hi there,
Thanks for reading. I've got a dumb question. I can't route between two routers. I'm working in Packet Tracer with a two device network. The infs facing each other are configured:
R1
int g0/0
ip add 1.1.1.1 /24
no shut
ip route 2.2.2.0 255.255.255.0 g0/0
R2
int g0/0
ip add 2.2.2.2 /24
no shut
ip route 1.1.1.0 255.255.255.0 g0/0
The routers see each other in show cdp nei det. The infs are no-shut. I know it's something ridiculously simple.
Thanks again for reading!
Bob
Solved! Go to Solution.
10-29-2016 03:16 PM
Bob,
CDP is layer 2, that is why the routers see each other. For layer 3 connectivity, the direct link needs to be on the same subnet.
10-29-2016 03:16 PM
Bob,
CDP is layer 2, that is why the routers see each other. For layer 3 connectivity, the direct link needs to be on the same subnet.
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