CCNP 350-401 ENCOR Question 641 DISCUSSION
« Back to Main MenuRefer to the exhibit. Which configuration enables password checking on the console line, using only a password?
router#sh run I b line con
line con 0
password cisco
stopbits 1
line aux 0
stopbits 1
line vty 0 4
!
end
router#sh run | i username|aaa
no aaa new-model
username user password 0 user
router#
A.
router(config)# line con 0
router(config-line)# login local
B.
router(config)# line vty 0 4
router(config-line)# login
C.
router(config)# line con 0
router(config-line)# login
D.
router(config)# line con 0
router(config-line)# exec-timeout 0 0
Refer to the exhibit. Which configuration enables password checking on the console line, using only a password?
router#sh run I b line con
line con 0
password cisco
stopbits 1
line aux 0
stopbits 1
line vty 0 4
!
end
router#sh run | i username|aaa
no aaa new-model
username user password 0 user
router#
A.
router(config)# line con 0
router(config-line)# login local
B.
router(config)# line vty 0 4
router(config-line)# login
C.
router(config)# line con 0
router(config-line)# login
D.
router(config)# line con 0
router(config-line)# exec-timeout 0 0
Correct Answer: C