cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1030
Views
10
Helpful
6
Replies

OSPF not working in PKT

Barack
Level 1
Level 1

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!!! 

6 Replies 6

luis_cordova
VIP Alumni
VIP Alumni

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.

OSPF.jpg


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

 

 

@luis_cordova

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.  

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

Jaderson Pessoa
VIP Alumni
VIP Alumni

@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

Jaderson Pessoa
*** Rate All Helpful Responses ***

@Jaderson Pessoa 

Yes, this works. you're correct.. Changed my configuration and this works. Thanks for the help!!

Mark as solved and helpful all post that helped you.

Regards,
Jaderson Pessoa
*** Rate All Helpful Responses ***