October 16th, 2008 in
IP and IOS Features | tags: ACL
Time based ACL Example :
Ever needed to create a time-based ACL?
The following example denies HTTP traffic on Monday through Friday between the hours of 8:00 am and 6:00 pm:
time-range no-http
periodic weekdays 8:00 to 18:00
!
ip access-list extended strict
deny tcp any any eq http time-range no-http
!
interface ethernet 0
ip access-group strict in