Question:
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-class 5 in
- access-list 5 deny any
- access-list standard VTY
- permit 10.7.0.0 0.0.0.127
- access-list 5 permit 10.7.0.0 0.0.0.31
- ip access-group 5 out
- ip access-group 5 in
Explanation: Numbered and named access lists can be used on vty lines to control remote access. The first ACL command, access-list 5 permit 10.7.0.0 0.0.0.31, allows traffic that originates from any device on the 10.7.0.0/27 network. The second ACL command, access-class 5 in, applies the access list to a vty line.
Exam with this question: CCNA 2 (v5.0.3 + v6.0) Final Exam Answers
Exam with this question: CCNA 3 v7 Module 5 Quiz - ACLs for IPv4 Configuration
Please login or Register to submit your answer