04-15-2019 12:50 PM
Hey guys,
Please can someone help me check out why my OSPF is not working. Nothing comes up when a do sh ip route / ospf. I've changed the ospf area several times, used the 0.0.0.0 ip configuration and still doesn't form adjacency nor see other neighbors... Please advise, I've attached the file..
Enable Password is: cisco
Thanks!!!
04-15-2019 01:18 PM - edited 04-15-2019 01:20 PM
Hi @Barack ,
Apparently, the problems were two:
-OSPF needs the existence of area 0, so if you do not have other areas in your topology, you must configure the protocol with area 0.
-In the declaration of networks, you must declare one by one.
With those changes, everything should be ok.
I enclose the exercise working
Remember to mark the correct answers as solved, because that helps other users with similar doubts.
Regards
04-15-2019 05:45 PM
You're very correct... Thanks for the help, this works. I thought I could use the 10.0.0.0 network on all routers.. LOL!
Unfortunately I couldn't open the attachment. It's not supported by my PKT version. But per your screenshot and comment, yes it works and you're correct.
04-15-2019 05:51 PM
Hi @Barack ,
I'm glad you answered your question.
If you have other questions, you should only post them in the community.
Remember to mark the correct answers as solved, since that helps other users with similar doubts.
Regards
04-15-2019 01:18 PM
@Barack hello,
make this change:
ON R0
network 10.1.0.0 0.0.0.255 area 10
network 10.1.3.0 0.0.0.255 area 10
ON R1
network 10.1.2.0 0.0.0.255 area 10
network 10.1.3.0 0.0.0.255 area 10
ON R2
network 10.1.1.0 0.0.0.255 area 10
network 10.1.2.0 0.0.0.255 area 10
ON R3
network 10.1.0.0 0.0.0.255 area 10
network 10.1.1.0 0.0.0.255 area 10
04-15-2019 05:47 PM
Yes, this works. you're correct.. Changed my configuration and this works. Thanks for the help!!
04-15-2019 05:58 PM
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