11-08-2017 06:24 AM - edited 02-21-2020 06:40 AM
Hi Guys,
Can someone please explain to me what these commands mean on a Cisco ASA Firewall. Any help would be greatly appreciated.
access-list sfr_redirect extended deny ip host 192.1.1.20 host 44.11.15.66
access-list sfr_redirect extended deny ip any host 44.11.15.66
access-list sfr_redirect extended permit ip any any
Thanks,
Lake
11-08-2017 06:34 AM - edited 11-08-2017 06:35 AM
Well, the commands you posted are just a access-list that denies traffic from to 44.11.15.66 and allows everything else. The access-list by itself will have no impact on the config, for that it will have to be applied somewhere.
Judging by the name of the access-list I will presume it is being used to select the traffic being sent to the source fire module. If that is the case all traffic is sent to the sfr except traffic to 44.11.15.66.
11-08-2017 07:03 AM
Thank you very much.
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