04-08-2014 01:19 AM - edited 03-04-2019 10:44 PM
Dear All,
My customer's network was designed as follow diagram:
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!
04-08-2014 02:57 AM
Hello
Where are you applying this policy route-map?
Can you also post output of
debug ip policy
res
Paul
04-08-2014 07:56 AM
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.
04-12-2014 03:43 AM
Any help??
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide