TAP Series Switch Command Line Reference
Use this command to enable console password checking, you can choose local password
checking.
Use the no form of this command to disable console password checking.
Command Syntax
login ( local |)
no login ( local |)
Command Mode
Line-CON
Default
no password checking
Usage
Use this command to enable console password checking, you can choose local password
checking.
Use the no form of this command to disable console password checking.
Examples
The following example shows how to set console local password checking enable:
Switch# configure terminal
Switch(config)# line console 0
Switch(config-line)# login local
The following example shows how to set console local password checking disable:
Switch# configure terminal
Switch(config)# line console 0
Switch(config-line)# no login local