jordanmc31
Technical User
Hi,
I have a question about ospf i'm having trouble understanding some of these concepts.
Say you have 2 routers
Router A
int s0 ip address 192.168.1.1
int E0 ip address 172.16.1.1
router ospf 1
network 192.168.1.0 area 0
network 172.16.1.0 area 0
router B
int s0 ip address 192.168.1.2
int E0 ip address 172.16.1.2
int S1 ip address 192.168.2.1
router ospf 2
network 192.168.1.0 area 0
network 172.16.2.0 area 0
These two routers can communicate fine ping all interfaces. But then say router C is added afterwards and can only ping directly connected interfaces. But router A can ping router c's s0 interface but not Ethernet0's.
Router C
router ospf 1
int S0 ip address 192.168.2.2
int e0 ip address 172.16.3.0
network 192.168.2.0 area 0
network 172.16.3.0 area 0
RouterA S0 connected to router B S0.
Router B S1's connected to Router C's S0.
i'm having trouble with this problem routing setup. Any Help would be greatly appreciated.
I have a question about ospf i'm having trouble understanding some of these concepts.
Say you have 2 routers
Router A
int s0 ip address 192.168.1.1
int E0 ip address 172.16.1.1
router ospf 1
network 192.168.1.0 area 0
network 172.16.1.0 area 0
router B
int s0 ip address 192.168.1.2
int E0 ip address 172.16.1.2
int S1 ip address 192.168.2.1
router ospf 2
network 192.168.1.0 area 0
network 172.16.2.0 area 0
These two routers can communicate fine ping all interfaces. But then say router C is added afterwards and can only ping directly connected interfaces. But router A can ping router c's s0 interface but not Ethernet0's.
Router C
router ospf 1
int S0 ip address 192.168.2.2
int e0 ip address 172.16.3.0
network 192.168.2.0 area 0
network 172.16.3.0 area 0
RouterA S0 connected to router B S0.
Router B S1's connected to Router C's S0.
i'm having trouble with this problem routing setup. Any Help would be greatly appreciated.