Here are the routing tables from my routers:
Office3 (on the frame link):
S 192.168.13.0/24 [1/0] via 10.10.10.6
S 192.168.14.0/24 is directly connected, Serial0/1.2
C 192.168.15.0/24 is directly connected, FastEthernet0/0
S 65.0.0.0/8 [1/0] via 12.30.177.225
114.0.0.0/8 is variably subnetted, 3 subnets, 3 masks
C 114.18.126.52/30 is directly connected, Serial1/2
C 114.18.126.53/32 is directly connected, Serial1/2
S 114.18.0.0/16 [1/0] via 114.18.126.53
159.137.0.0/31 is subnetted, 1 subnets
S 159.137.136.250 [1/0] via 12.30.177.225
172.16.0.0/24 is subnetted, 1 subnets
R 172.16.60.0 [120/1] via 10.10.10.6, 00:00:08, Serial0/1.2
10.0.0.0/30 is subnetted, 1 subnets
C 10.10.10.4 is directly connected, Serial0/1.2
12.0.0.0/8 is variably subnetted, 2 subnets, 2 masks
R 12.0.0.0/8 [120/1] via 192.168.15.6, 00:00:00, FastEthernet0/0
S 12.127.16.68/32 [1/0] via 192.168.15.6
S 192.168.16.0/24 is directly connected, Serial0/1.2
S* 0.0.0.0/0 [1/0] via 192.168.15.6
MYOffice (connected to the frame and MPLS circuits):
S 192.168.62.0/24 [1/0] via 172.16.60.1
S 192.168.13.0/24 [1/0] via 12.112.191.93
C 192.168.14.0/24 is directly connected, GigabitEthernet0/0
S 192.168.15.0/24 [1/0] via 10.10.10.5
222.64.6.0/24 is variably subnetted, 2 subnets, 2 masks
C 222.64.6.16/30 is directly connected, Serial0/0/0:0
S 222.64.6.0/24 is directly connected, Serial0/0/0:0
172.16.0.0/24 is subnetted, 1 subnets
C 172.16.60.0 is directly connected, GigabitEthernet0/0
S 204.230.8.0/24 is directly connected, Serial0/0/0:0
S 198.132.49.0/24 is directly connected, Serial0/0/0:0
S 204.230.9.0/24 is directly connected, Serial0/0/0:0
S 192.168.202.0/24 [1/0] via 172.16.60.1
10.0.0.0/30 is subnetted, 2 subnets
S 10.10.10.0 [1/0] via 10.10.10.5
C 10.10.10.4 is directly connected, Serial0/1/0:0.1
S 199.42.137.0/24 is directly connected, Serial0/0/0:0
S 199.42.136.0/24 is directly connected, Serial0/0/0:0
S 192.168.17.0/24 [1/0] via 12.112.191.93
12.0.0.0/8 is variably subnetted, 9 subnets, 4 masks
C 12.126.225.193/32 is directly connected, Serial0/0/1:0
C 12.126.225.192/30 is directly connected, Serial0/0/1:0
B 12.38.168.0/24 [20/0] via 12.112.191.93, 1w5d
C 12.33.192.112/28 is directly connected, GigabitEthernet0/0
C 12.112.191.93/32 is directly connected, Serial0/1/1:0
C 12.112.191.92/30 is directly connected, Serial0/1/1:0
B 12.112.191.100/30 [20/0] via 12.112.191.93, 1w5d
B 12.112.153.8/30 [20/0] via 12.112.191.93, 1w2d
B 12.112.186.60/30 [20/0] via 12.112.191.93, 3d20h
S 192.168.85.0/24 [1/0] via 172.16.60.1
S 192.168.16.0/24 [1/0] via 12.112.191.93
S 192.168.18.0/24 [1/0] via 12.112.191.93
165.139.0.0/24 is subnetted, 1 subnets
S 165.139.145.0 is directly connected, Serial0/0/0:0
S* 0.0.0.0/0 is directly connected, Serial0/0/1:0
Office1 (connected to me via the MPLS circuit):
B 192.168.13.0/24 [20/0] via 12.112.186.61, 3d20h
S 192.168.14.0/24 [1/0] via 12.112.186.61
S 192.168.15.0/24 [1/0] via 12.112.186.61
B 192.168.17.0/24 [20/0] via 12.112.186.61, 3d20h
12.0.0.0/8 is variably subnetted, 6 subnets, 3 masks
B 12.38.168.0/24 [20/0] via 12.112.186.61, 3d20h
B 12.112.191.92/30 [20/0] via 12.112.186.61, 3d20h
B 12.112.191.100/30 [20/0] via 12.112.186.61, 3d20h
B 12.112.153.8/30 [20/0] via 12.112.186.61, 3d20h
C 12.112.186.60/30 is directly connected, Serial0/0/0:0
C 12.112.186.61/32 is directly connected, Serial0/0/0:0
C 192.168.16.0/24 is directly connected, GigabitEthernet0/0
S* 0.0.0.0/0 [1/0] via 12.112.186.61
one thing I noticed that was odd, is that the OFfice3 router said that the 192.168.16.0/24 was directly connected; I changed the ip route statement to point to the next-hop interface instead of the name of the interface, but still no joy. Unless I'm mistaken, I already have static routes for the MPLS offices pointing to the MyOffice router.
I think I need to redistribute the BGP routes into RIP, so any config examples would be helpful.
thanks!!