I have a T1 connection to an office building which hauls accounting information on a private network to a service provider. Multiple office networks in the building connect to our router and use it as their default gateway by using secondary addresses on the ethernet port. The remote site they need to reach is 10.x.x.x, so to get our stuff to work all we have to do is assign a gateway to the ethernet port from their subnet and put a route statement in like IP ROUTE 10.XXX.XXX.XXX 255.255.255.0 S0/0.1. (No routing protocols are in use, all routing is static)
Client addresses are
Client 1 gateway to private network 172.16.101.1
gateway to Internet 172.16.101.2
client 2 gateway to private network 172.16.102.1
gateway to Internet 172.16.102.254
And so on.... The problem is that each of these individual offices has a unique Internet service provider. Some have DSL, some have T1's etc... Our router is their default gateway and all I get is the address of their Internet router, I have no access to their routers and no way to implement configuration changes on them.
What I'd like to do is have all traffic bound for 10.XXX.XXX.XXX be routed thru S0/0.1 and all other traffic be routed to each offices individual gateway.
I have used Route-Map before, but with Route-map I can only figure out how to define a default gateway, not provide multiple routes. What am I missing?
THANKS!
Client addresses are
Client 1 gateway to private network 172.16.101.1
gateway to Internet 172.16.101.2
client 2 gateway to private network 172.16.102.1
gateway to Internet 172.16.102.254
And so on.... The problem is that each of these individual offices has a unique Internet service provider. Some have DSL, some have T1's etc... Our router is their default gateway and all I get is the address of their Internet router, I have no access to their routers and no way to implement configuration changes on them.
What I'd like to do is have all traffic bound for 10.XXX.XXX.XXX be routed thru S0/0.1 and all other traffic be routed to each offices individual gateway.
I have used Route-Map before, but with Route-map I can only figure out how to define a default gateway, not provide multiple routes. What am I missing?
THANKS!