The computers used by the network administrators for a school are on the 10.7.0.0/27 network. Which two commands are needed at a minimum to apply an ACL that will ensure that only devices that are used by the network administrators will be allowed Telnet access to the routers? (Choose two.)

The computers used by the network administrators for a school are on the 10.7.0.0/27 network. Which two commands are needed at a minimum to apply an ACL that will ensure that only devices that are used by the network administrators will be allowed Telnet access to the routers? (Choose two.)
access-list 5 deny any
ip access-group 5 in
access-list 5 permit 10.7.0.0 0.0.0.31

ip access-group 5 out
access-list standard VTY
permit 10.7.0.0 0.0.0.127
access-class 5 in

ooo