Configure console login password on Cisco switch
Cisco devices allow password protection of console access. This recipe describes configuring the use of a password to protect the console of a Cisco switch.
To set the console password to keepout, enter the following commands from global configuration mode:
line console 0
password keepout
login
The login statement enables logins from the console.










Sachin Sutey said on January 27, 2010
Its realy great solution
Manuel said on May 28, 2010
Thanks for your help!