Posted by: Pdfprep
Post Date: April 17, 2021
Refer to the exhibit.
interface Ethernet0/0
ip address 10.1.1.1 255.255.255.0
ip access-group 101 in
!
time-range Office-hour
periodic weekdays 08:00 to 17:00
!
access-list 101 permit tcp 10.0.0.0 0.0.0.0 172.16.1.0 0.0.0.255 eq ssh time-range Office-hour
An IT staff member comes into the office during normal office hours and cannot access devices through SSH.
Which action should be taken to resolve this issue?
A . Modify the access list to use the correct IP address.
B . Configure the correct time range.
C . Modify the access list to correct the subnet mask
D . Configure the access list in the outbound direction.
Answer: A
Explanation:
To ACL should be permit tcp 101 10.1.1.1 0.0.0.0
Leave a Reply