superduperlopez
Technical User
Hi, need some help with this please...
I have a router 2600 series which has 2 DSL lines out (2 Dialers) and 1 Fast Ethernet interface in with many sub-interfaces. The sub-interfaces represent the many companies that are inside this big building....
The second Dialer (Dialer2) is not being used at the moment so...
Ideally, what I would like to do is to to establish some Policy Based Routing so I can decide what company (sub-interface) goes out of what DSL line.....to achieve this I tried something like the following...
route-map OutDialer2 permit 10
match ip address X X X
set interface OutDialer2
interface fa0/0.161
ip policy route-map OutDialer2
But this does not seem to work. I wonder if it is because all the NATting that the router is doing....Does the traffic needs to come back in through the same Dialer that it went out?
Do I have to get rid of the default route 0.0.0.0 0.0.0.0 Dialer1???..... OR do I have to have two default routes one for Dialer1 and one for Dialer2 ????????
Would it be easier to apply some kind of load balancing over the two Dialers instead of using Policy Based Routing??
Any help will be very much appreciated
P.S.....I will put the configuration on the next post...
I have a router 2600 series which has 2 DSL lines out (2 Dialers) and 1 Fast Ethernet interface in with many sub-interfaces. The sub-interfaces represent the many companies that are inside this big building....
The second Dialer (Dialer2) is not being used at the moment so...
Ideally, what I would like to do is to to establish some Policy Based Routing so I can decide what company (sub-interface) goes out of what DSL line.....to achieve this I tried something like the following...
route-map OutDialer2 permit 10
match ip address X X X
set interface OutDialer2
interface fa0/0.161
ip policy route-map OutDialer2
But this does not seem to work. I wonder if it is because all the NATting that the router is doing....Does the traffic needs to come back in through the same Dialer that it went out?
Do I have to get rid of the default route 0.0.0.0 0.0.0.0 Dialer1???..... OR do I have to have two default routes one for Dialer1 and one for Dialer2 ????????
Would it be easier to apply some kind of load balancing over the two Dialers instead of using Policy Based Routing??
Any help will be very much appreciated
P.S.....I will put the configuration on the next post...