06-08-2022 09:57 PM
Hi everyone, I simply configure f0/0 and ospf on R1 but it is not working. anyone tell me why is it happening?
06-08-2022 11:39 PM - edited 06-08-2022 11:43 PM
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
06-09-2022 12:44 AM - edited 06-09-2022 12:45 AM
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
06-09-2022 04:51 AM
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
06-09-2022 05:32 AM - edited 06-09-2022 05:34 AM
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
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