which configuration can you apply to a device so that it always blocks the outbound web traffic on Saturdays and Sunday between the hours of 1:00 AM and 11:59 PM?
A.
time-range SATSUN absoute Staturday Sunday 1:00 to 23:59 access-list 102 permit tcp any any eq 80 time-range SATSUN access-list 102 permit tcp any any eq 443 time-range SATSUN interface Vlan 303 ip address 10.9.5.3 255.255.255.0 ip access-group 102 in
B.
time-range SATSUN periodic Staturday Sunday 1:00 to 23:59 access-list 102 permit tcp any any eq 80 time-range SATSUN access-list 102 permit tcp any any eq 443 time-range SATSUN interface Vlan 303 ip address 10.9.5.3 255.255.255.0 ip access-group 102 in
C.
time-range SATSUN periodic Staturday Sunday 1:00 to 11:59 access-list 102 permit tcp any any eq 80 time-range SATSUN access-list 102 permit tcp any any eq 443 time-range SATSUN interface Vlan 303 ip address 10.9.5.3 255.255.255.0 ip access-group 102 in
D.
time-range SATSUN absoute Staturday Sunday 1:00 to 11:59 access-list 102 permit tcp any any eq 80 time-range SATSUN access-list 102 permit tcp any any eq 443 time-range SATSUN interface Vlan 303 ip address 10.9.5.3 255.255.255.0 ip access-group 102 in
It must be in not out. Since the vlan is the local LAN (IP 10.9.5.3 - private IP) it must block the traffic coming from the LAN hosts to the internet.
upvoted 1 times
...
...
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
abrahamtas
5 years, 1 month agoPhonnv
5 years, 6 months agodiegonamaste
4 years, 10 months ago