cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1065
Views
0
Helpful
3
Replies

Cisco 1841 load balancing on two WAN LINK

nhanguyen2909
Level 1
Level 1

Dear All,

 

My customer's network was designed as follow diagram:

 

itprovn.com

Hardware:

       - Cisco 1841 running version 12.4(20)T6

       - Cisco ASA 5510 running version 7.25K8

 

Current:

       1) All mobile client access VPN via LEASE LINE LINK. They access normally, but my customer want to reserve this link for email only

       2) My customer subscribe new link (ADSL) with high speed/performance for VPN and web access.

 

Next:

        1) I'd like to filter traffic from LAN to WAN via port/protocol.

            - LINK 1 (Lease line link): user  can access email

            - Link 2 (ADSL): user only access VPN and WEB

        2) I configured PBR on cisco 1841 with route-map like below:

           access-list 101 permit tcp any any eq 25

           access-list 101 permit tcp any any eq 110

           access-list 102 permit tcp any any eq 1723

           access-list 102 permit tcp any any eq www

<!------config on interface 1 - LEASE LINE LINK ---!>

           match ip address 101

             set ip next-hop 1.1.10.10

<!------config on interface 2 - ADSL LINK ---!>

           match ip address 102

             set ip next-hop 2.2.10.10

 

==> It does not work.

 

So kindly help me find-out solution for this case.

 

Thank you very much!

3 Replies 3

Hello

Where are you applying this policy route-map?

Can you also post output of
debug ip policy

res

Paul


Please rate and mark as an accepted solution if you have found any of the information provided useful.
This then could assist others on these forums to find a valuable answer and broadens the community’s global network.

Kind Regards
Paul

Hi Mr. Paul,

As my post above, i applied route-map on cisco 1841 "I configured PBR on cisco 1841 with route-map like below:"

When i had processed "debug ip policy" on 1841, i showed nothing.

 

What should i do now?

 

Thanks you very much.

nhanguyen2909
Level 1
Level 1

Any help??