Sample

The main objective of this challenge is to set some of the Console and VTY session details. A sample configuration is:
test# config t
Enter configuration commands, one per line.  End with CNTL/Z.
test(config)# line console 0
test(config-line)# password test
test(config-line)# login
test(config-line)# timeout login response 10
test(config-line)# exec-timeout 11
test(config-line)# exit
test(config)# line vty 0 4
test(config-line)# password test
test(config-line)# timeout login response 10
test(config-line)# exec-timeout 11
test(config-line)# login
test(config-line)# exit

Hint

Remember in this challenge if it asks for, for example 20 VTY sessions (zero to 19 is 20 sessions), you must enter:

test(config)# line vty 0 19