I'm trying to redistribute RIP into OSPF and I'm having some problems. On my frame-relay hub router I see the tables okay.
HUB#sh ip route
Gateway of last resort is 192.168.0.1 to network 0.0.0.0
O 172.23.0.0/16 [110/74] via 10.192.0.3, 00:02:29, Serial0.2
O 172.22.0.0/16 [110/74] via 10.192.0.2, 00:02:29, Serial0.2
O 172.24.0.0/16 [110/74] via 10.192.0.4, 00:02:29, Serial0.2
R 24.0.0.0/8 [120/1] via 192.168.0.1, 00:00:08, Ethernet0
C 10.0.0.0/8 is directly connected, Serial0.2
C 192.168.0.0/24 is directly connected, Ethernet0
R* 0.0.0.0/0 [120/1] via 192.168.0.1, 00:00:08, Ethernet0
But on the frame-relay spoke routers I see everything but the default gateway.
R2#sh ip route
Gateway of last resort is not set
O 172.23.0.0/16 [110/74] via 10.192.0.3, 00:11:03, Serial0
C 172.22.0.0/16 is directly connected, Ethernet0
O 172.24.0.0/16 [110/74] via 10.192.0.4, 00:11:03, Serial0
O E2 24.0.0.0/8 [110/1000] via 10.192.0.5, 00:11:03, Serial0
C 10.0.0.0/8 is directly connected, Serial0
O E2 192.168.0.0/24 [110/1000] via 10.192.0.5, 00:11:03, Serial0
My RIP and OSPF config look like this on the HUB router
router ospf 1
router-id 0.0.0.1
log-adjacency-changes
area 0.0.0.0 range 10.0.0.0 255.0.0.0
redistribute rip metric 1000 subnets
network 10.0.0.0 0.255.255.255 area 0.0.0.0
!
router rip
redistribute ospf 1 metric 1
network 192.168.0.0
no auto-summary
Anyone have suggestions? Thanks.
HUB#sh ip route
Gateway of last resort is 192.168.0.1 to network 0.0.0.0
O 172.23.0.0/16 [110/74] via 10.192.0.3, 00:02:29, Serial0.2
O 172.22.0.0/16 [110/74] via 10.192.0.2, 00:02:29, Serial0.2
O 172.24.0.0/16 [110/74] via 10.192.0.4, 00:02:29, Serial0.2
R 24.0.0.0/8 [120/1] via 192.168.0.1, 00:00:08, Ethernet0
C 10.0.0.0/8 is directly connected, Serial0.2
C 192.168.0.0/24 is directly connected, Ethernet0
R* 0.0.0.0/0 [120/1] via 192.168.0.1, 00:00:08, Ethernet0
But on the frame-relay spoke routers I see everything but the default gateway.
R2#sh ip route
Gateway of last resort is not set
O 172.23.0.0/16 [110/74] via 10.192.0.3, 00:11:03, Serial0
C 172.22.0.0/16 is directly connected, Ethernet0
O 172.24.0.0/16 [110/74] via 10.192.0.4, 00:11:03, Serial0
O E2 24.0.0.0/8 [110/1000] via 10.192.0.5, 00:11:03, Serial0
C 10.0.0.0/8 is directly connected, Serial0
O E2 192.168.0.0/24 [110/1000] via 10.192.0.5, 00:11:03, Serial0
My RIP and OSPF config look like this on the HUB router
router ospf 1
router-id 0.0.0.1
log-adjacency-changes
area 0.0.0.0 range 10.0.0.0 255.0.0.0
redistribute rip metric 1000 subnets
network 10.0.0.0 0.255.255.255 area 0.0.0.0
!
router rip
redistribute ospf 1 metric 1
network 192.168.0.0
no auto-summary
Anyone have suggestions? Thanks.