Using basic ACL, filter the packet whose source IP address is 10.1.1.1 during the time range 8:00 - 18:00 every day. The host connects port GigabitEthernet1/0/50 of the switch.
Define time range from 8:00 to 18:00
[sw5500]time-range 3Comm 8:00 to 18:00 daily
Define the ACL for packet whitch source IP is 10.1.1.1
a. Enter the number basic ACL, number as 2000
b. Define the rules for packet which source IP is 10.1.1.1
[sw5500-acl-basic-2000]rule 1 deny source 10.1.1.1 0 time-range 3comm
Activete the ACL 2000
[sw5500-GigabitEthernet1/0/50]packet-filter inbound ip-group 2000
— David Gonzalez 2021/03/29 10:34