Allowing website access between certain times

Allowing website access between certain times
A. Filters using Time-Based ACLs
B. Other
C. Other
D. Other

cisco-exams

One thought on “Allowing website access between certain times

  1. (config)#time-range Test
    (config-time-range)# periodic weekdays 7:00 to 19:00
    (config)# ip access-list extended 101
    (config-ext-nacl)#permit tcp 10.1.1.0 0.0.0.255 172.16.1.0 0.0.0.255 eq telnet time-range Test

    This ACL permits Telnet traffic to and from !— the network for the specified time-range Test

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.