01-21-2020 09:50 AM
01-21-2020 10:10 AM - edited 01-21-2020 10:12 AM
is there a specific reason for that you want to turn off the sfr inspection on the interface? I am not aware if you can do on the interface however there is another way you can do with access-list.
class-map SFR-CLASS
match access-list SFR
!
policy-map global_policy
class inspection_default
class SFR-CLASS
sfr fail-open!
access-list SFR extended deny 192.168.10.0 255.255.255.0 (let say,this is the interface you want to exempt from inspection)
access-list SFR extended permit ip any any
01-21-2020 10:10 AM - edited 01-21-2020 10:12 AM
is there a specific reason for that you want to turn off the sfr inspection on the interface? I am not aware if you can do on the interface however there is another way you can do with access-list.
class-map SFR-CLASS
match access-list SFR
!
policy-map global_policy
class inspection_default
class SFR-CLASS
sfr fail-open!
access-list SFR extended deny 192.168.10.0 255.255.255.0 (let say,this is the interface you want to exempt from inspection)
access-list SFR extended permit ip any any
01-21-2020 10:23 AM
01-21-2020 10:46 AM - edited 01-21-2020 10:48 AM
oh i see make sense. have to check the logs on the firepower if its blocking the traffic. what are the intrusion policyyou using in your network. ideally you must use as Balanced Security and Connectivity. you can use the access-list as i have mentioned earlier. or the other way is in firepower console ( are you using FMC or ASDM to manage your box) in both case go into access control policy and the address you think are creating problem. create a new acl in fmc/asdm of firepower and put them as Trust. prior to make them trust make sure they are define in discovery policy.
having said that you have two option either do as access-list on the ASA code (as mentioned previous) or do it in Firepower setting (FMC or ASDM Firepower GUI).
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