12-25-2021 08:35 AM
12-30-2021 01:29 PM
Hi,
You can configure an access profile (which IMO are easier to maintain/diagnose) to block those connection using a dynamic ACL like below:
Before:
ExtremeCore.3 # show ses
CLI
# Login Time User Type Auth Auth Location
================================================================================
*489 Thu Dec 30 18:20:13 2021 cthom .. ssh2 local dis 10.1.1.54
490 Thu Dec 30 18:21:03 2021 cthom .. xml local dis 10.1.1.54
Creating dynamic ACL:
create access-list blockhttps " source-address 10.1.1.0/24;" "
Applying ACL:
ExtremeCore.10 # configure web http access-profile add blockhttps first
Verify that is is blocking connections as expected:
* ExtremeCore.12 # show access-list counter process http
================================================================================
Access-list Permit Packets Deny Packets
================================================================================
blockhttps 0 8
================================================================================
Total Rules : 1
Thanks,
Chris Thompson
01-04-2022 11:31 AM
01-07-2022 10:44 AM