You have to ensure that your Cisco Router is only accessible via telnet and ssh from the following hosts and subnets:
10.10.2.103
10.10.0.0/24
Which of the following sets of commands will you use to accomplish the task?
access-list 10 permit host 10.10.2.103
access-list 10 permit 10.10.0.0 0.0.0.255
access-list 10 deny any
line vty 0 4
access-class 10 in
access-list 10 permit 10.10.2.103
access-group 10 in
access-class 10 out
access-list 11 permit host 10.10.0.0 255.255.255.0
access-list 12 deny any
access-group 10, 11, 12 in
Submit