Password Command on CISCO Router/Switch
Command Password Use Sets the password for virtual terminal login. Syntax Router(config-line)#password <password> Example In this example a password is set for vty 0 4 login on R2. R2#conf t Enter…
Command Password Use Sets the password for virtual terminal login. Syntax Router(config-line)#password <password> Example In this example a password is set for vty 0 4 login on R2. R2#conf t Enter…
Command Lockable Use Enables console session locking. Syntax Router(config-line)#lockable Usage Before using the Lock command, you must first enable it by typing lockable under the console or VTY linesType LockYou will be prompted to set…
Command Length Use Sets the amount of lines outputted at once in a console session. Setting the line to 0 will mean that commands will print all of the output…
Command Exec-Timeout Use Sets the timeout period for virtual terminal session inactivity. Syntax Router(config-line)#exec-timeout <minutes> <seconds> <minutes> 0-35791<seconds> 0-2147483 Example In this example an exec-timeout is set for console 0. R2#conf t…