To configure a Cisco router with full administrative privileges, a network administrator entered the following commands:
R1(config)# username admin privilege 0 secret cisco123
R1(config)# no ip http server
R1(config)# ip http secure-server
R1(config)# ip http authentication local
R1(config)# access-list 10 permit 192.168.1.0 0.0.0.255
R1(config)# ip http access-class ipv4 10
What configuration error did the administrator make?
- The http authentication should be remote.
- The http secure server should have been removed as well as the http server.
- The level for full privileges is entered incorrectly.
- There is no error, the configuration will work as required.
Explanation: To access all WebUI features, users must have a privilege level of 15. IOS defines two privilege levels by default: 0 (user mode) and 15 (privileged mode). Users with privilege 15 can use the CLI configuration mode, install software, erase configurations, and reload the router.
Related exam: 15.8.2 Module Quiz Answers – CCNA 200-301 Exam v1.1 Supplemental Module
