09-13-2019 04:46 AM - edited 02-21-2020 09:29 AM
Looking to do PBR on the ASA for Tunnel interface, is this possible?
It has been super long time since I have done this because I try to avoid it at all costs. I cant recall when I make a PBR ACL that uses a source Subnet to a destination subnet on ports 80/443, what happens to the traffic not from that subnet? I ask because I am tying the ACL to the inside interface and do not want other traffic to get blocked. Do i need to add a permit any after the matching the ACL in the route-map?
09-13-2019 06:44 AM - edited 09-13-2019 06:44 AM
here is the referene guide :
https://community.cisco.com/t5/networking-documents/how-to-configure-pbr/ta-p/3122774
good example :
https://www.networkstraining.com/cisco-asa-policy-based-routing-pbr/
make sure you have verion 9.4.x above.
10-01-2019 05:27 PM
10-01-2019 07:14 PM
"Would the second statement have an acl that is "access-list PBR_ACL_2 extended permit ip any any" so it would process my more defined network first and send it out ISP1 and then take anything after that matching any any and send it out ISP2?"
This is correct, alternatively you could simply have your default route through ISP2 that way you only need one entry in the route map used for PBR.
route WAN_ISP2 0.0.0.0 0.0.0.0 55.55.55.2
!
route-map PBR permit 2
match ip address PBR_ACL1
set ip next-hop 50.50.50.2
10-07-2019 11:38 AM
Something is wrong that I cannot see or notice. I am seeing the entries in the xlate table but no internet is getting out.
ICMP shows this:
Stevens-MacBook-Pro:~ stevenwiliams$ traceroute 4.2.2.2
traceroute to 4.2.2.2 (4.2.2.2), 64 hops max, 52 byte packets
1 10.20.42.3 (10.20.42.3) 0.625 ms 0.325 ms 0.266 ms
2 10.53.100.9 (10.53.100.9) 0.722 ms
10.53.100.13 (10.53.100.13) 0.873 ms 0.915 ms
3 * * *
4 * * 192.133.72.1 (192.133.72.1) 1.747 ms !N
5 192.133.72.1 (192.133.72.1) 1.721 ms !N * *
6 192.133.72.1 (192.133.72.1) 1.931 ms !N * 2.042 ms !N
Stevens-MacBook-Pro:~ stevenwiliams$
10-07-2019 11:38 AM
Something is wrong that I cannot see or notice. I am seeing the entries in the xlate table but no internet is getting out.
ICMP shows this:
Stevens-MacBook-Pro:~ stevenwiliams$ traceroute 4.2.2.2
traceroute to 4.2.2.2 (4.2.2.2), 64 hops max, 52 byte packets
1 10.20.42.3 (10.20.42.3) 0.625 ms 0.325 ms 0.266 ms
2 10.53.100.9 (10.53.100.9) 0.722 ms
10.53.100.13 (10.53.100.13) 0.873 ms 0.915 ms
3 * * *
4 * * 192.133.72.1 (192.133.72.1) 1.747 ms !N
5 192.133.72.1 (192.133.72.1) 1.721 ms !N * *
6 192.133.72.1 (192.133.72.1) 1.931 ms !N * 2.042 ms !N
Stevens-MacBook-Pro:~ stevenwiliams$
10-07-2019 01:13 PM
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