?
2010-02-03 04:32:58 UTC
I have completed the rest and now stuck with OSPF. I have configured it so far but the routers will not see the OSPF neighbours. I have typed the config i have done so far below and would really appreciate help with what i have done wrong and what is missing thanks.
I need to configure OSPF between Router 1 and 2 with the interface 0/0/0 on each.
Currently they dont see each other but they will ping each other but wont ping the rest of the network.
ROUTER 1
interface 0/0/0 with an ip address 10.1.1.2 255.255.255.252
interface 0/0/1 with an ip address 209.165.200.226 255.255.255.252
using a default static of route on interface 0/0/1
config t
router ospf 1
router-id 1.2.2.2
network 10.1.1.2 0.0.0.3 area 0
end
ROUTER 2
interface 0/0/0 with an ip address 10.1.1.1 255.255.255.252
interface 0/0/1 with an ip address 172.17.1.1 255.255.255.0
config t
router ospf 1
router-id 1.1.1.1
network 10.1.1.1 0.0.0.3 area 0
end