cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1055
Views
5
Helpful
4
Replies

OSPF not enabled on FastEthernet0/0

zunairamalik141
Level 1
Level 1

Hi everyone, I simply configure f0/0 and ospf on R1 but it is not working. anyone tell me why is it happening?

ospf.PNG

4 Replies 4

pman
Spotlight
Spotlight

Hi,

 

change network 203.10.1.2 0.0.0.255 area 0 to network 203.10.1.0 0.0.0.255 area 0 on both sides

 

Hello

Either do one of the following

int fa0/0

ip ospf 1 area 0

or
router ospf 1
Network 203.10.1.2 0.0.0.0 area 0

 


Please rate and mark as an accepted solution if you have found any of the information provided useful.
This then could assist others on these forums to find a valuable answer and broadens the community’s global network.

Kind Regards
Paul

Friend if you want to check it work or not 

Do

Show ip ospf database 

Or 

Show ip ospf  interface 

 

Show ip route not help you here

Hello,

 

It most likely is working. It is directly connected which is a lower AD than the OSPF process so it will show as connected over OSPF in the routing table. If you have another router in the network that is NOT directly connected and a neighbor of the OSPF process you can verify. YOu can also do a "show ip protocols" command to see what networks OSPF is routing for.

 

Hope that helps

 

-David