QuestionQ11
Infrastructure Security
Refer to the exhibit. Which configuration enables the operations Level 1 team of 10 engineers to log in to router R3 over HTTP using network credentials, with at least three engineers logged in simultaneously?
- A R3(config)#ip http authentication enableR3(config)#no access-list 20 permit 172.16.10.48 0.0.0.15R3(config)#access-list 20 permit 172.16.10.48 0.0.0.7
- B R3(config)#ip http max-connections 3R3(config)#ip http accounting commands 3 default
- C R3(config)#ip http authentication aaaR3(config)#ip http max-connections 3
- D R3(config)#ip http authentication aaaR3(config)#no access-list 20 permit 172.16.10.48 0.0.0.15R3(config)#access-list 20 permit 172.16.10.48 0.0.0.7
Community Discussion