Which commands should be applied to ALWAYS block the outbound web traffic on Saturdays and Sunday between 1:00 to 23:59 (choose one)

Which commands should be applied to ALWAYS block the outbound web traffic on Saturdays and Sunday between 1:00 to 23:59 (choose one)
A. time-range WEEKENDSA.
Absolute Saturday Sunday 01:00 to 11:59
access-list 101 permit tcp any any eq 80 time-range WEEKENDS
access-list 101 permit tcp any any eq 443 time-range WEEKENDS
B. time-range WEEKENDSAbsolute Saturday Sunday 01:00 to 11:59
access-list 101 permit udp any any eq 80 time-range WEEKENDS
access-list 101 permit tcp any any eq 443 time-range WEEKENDS
C. time-range WEEKENDSC.
Periodic Saturday Sunday 01:00 to 23:59
access-list 101 permit tcp any any eq 80 time-range WEEKENDS
access-list 101 permit tcp any any eq 443 time-range WEEKENDS
D. time-range WEEKENDSD.
Periodic Saturday Sunday 01:00 to 23:59
access-list 101 permit udp any any eq 80 time-range WEEKENDS
access-list 101 permit tcp any any eq 443 time-range WEEKENDS

cisco-exams

2 thoughts on “Which commands should be applied to ALWAYS block the outbound web traffic on Saturdays and Sunday between 1:00 to 23:59 (choose one)

  1. WEEKENDSC and not WEEKENDS
    WEEKENDSD and not WEEKENDS

    The good answer is the C not the D
    because of web traffic: http TCP 80 and https tcp 443

Leave a Reply

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


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