cisco route-map policy - TechRepublic
Question
June 20, 2008 at 02:34 AM
youssef_bensouda

cisco route-map policy

by youssef_bensouda . Updated 17 years, 5 months ago

we have a cisco router with 2 outside interface for the WAN
and 1 interface for the LAN

the 1st is a T1 connected to our ISP -WAN1-
the 2 is a ADSL also connected to ISP -WAN2-

i try to redirect all our web traffic that come frome LAN to pass through the ADSL -WAN2-
and any other protocols (ftp,dns,…) to pass through the T1 interface -WAN1-

so i have made a ACL and a policy map:

ACL —
access-list 145 permit tcp host LAN IP @ any eq www

ROUTE-MAP —
route-map policyweb permit 110
match ip address 145
set default interface ATM0/1/0.1 Dialer0

and in the LAN interface i apply the policy in the LAN interface

ip policy route-map policyweb

the probleme is that nothing happen all web traffic pass through the T1 interface
and i think that with this policy it must pass through the ADSL interface -WAN2-

So please any idea of the probleme

This discussion is locked

All Comments