I have set up an OSPF network and I cannot ping from the Edge router to Main Branch.
Asked
Active
Viewed 410 times
1
1 Answers
2
You have some problems:
The two addresses, 10.1.2.6/30
and 10.1.2.2/30
are in two different networks, but they need to be in the same network for direct router connection (see this two-part answer for the specifics).
Next, never use the ip default-gateway
command on a router the has routing enabled (see this answer for the details).
Also, the Edge router will not form a neighbor on a passive interface.

Ron Maupin
- 99,565
- 26
- 120
- 195
-
1If it solved your problem, then you should accept the answer so that the question does not keep popping up forever, looking fo an answer. – Ron Maupin Mar 15 '21 at 02:32
[]
). Please edit your question to correct it. – Ron Maupin Mar 15 '21 at 01:27