cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
771
Views
4
Helpful
2
Replies

Bypass NAT traffic to SFR

Machi Ma
Level 1
Level 1

Hello,

I have created a NAT rule in ASA.  But is there anyway to bypass NAT traffic to SFR? 

as I keep to see some private LAN IP appear at security intelligence events logs.

Thanks!

2 Replies 2

Claudiu Cismaru
Cisco Employee
Cisco Employee

You can tune the traffic redirection ACL. Or create one, if you use the default.

Rahul Govindan
VIP Alumni
VIP Alumni

You probably have an ACL, class map and policy map redirecting traffic to the SFR. For example:

ciscoasa(config)# access-list sfr_redirect extended permit ip any any

ciscoasa(config)# class-map sfr
ciscoasa(config-cmap)# match access-list sfr_redirect

ciscoasa(config)# policy-map global_policy
ciscoasa(config-pmap)# class sfr
ciscoasa(config-pmap-c)# sfr fail-open

Just add a deny entry for the traffic that you don't want to send to the SFR above the permit ip any any line in the "sfr_redirect" ACL.

Review Cisco Networking for a $25 gift card