A network administrator needs to configure a standard ACL so that only the workstation of the administrator with the IP address 10.1.1.10 can access the virtual terminal of the main router. Which two configuration commands can achieve the task? (Choose two.)
- R1(config)# access-list 10 permit host 10.1.1.10
- R1(config)# access-list 10 permit 10.1.1.10 255.255.255.0
- R1(config)# access-list 10 permit 10.1.1.10 255.255.255.255
- R1(config)# access-list 10 permit 10.1.1.10 0.0.0.0
- R1(config)# access-list 10 permit 10.1.1.10 0.0.0.255
Explanation: To permit or deny one specific IPv4 address, either the wildcard mask 0.0.0.0 (used after the IP address) or the wildcard mask keyword host (used before the IP address) can be used.
Exam with this question: 5.5.4 Module Quiz - ACLs for IPv4 Configuration
Please login or Register to submit your answer