6 login – CANOGA PERKINS CanogaOS Command Reference User Manual
Page 62

CanogaOS Command Line Reference
Proprietary & Confidential Canoga Pertkins Metro Ethernet Switches
Page 62 of 855
When specifies the HIDDEN password, the password will be encrypted in running configure. Reference
to service password-encryption for detail. System will not enable the encryption and the password will
not be encrypted by default.
Examples
The following example specifies the password to 123:
Switch(config-line)# line-password 123
The following example removes the password:
Switch(config-line)# no line-password
Related Commands
service password-encryption
4.6 login
Use this command to enable the password checking for login.
To disable the password checking, use the no form of this command.
Command Syntax
(no) login [local | authentication {default | list-name}]
local: using local user database to authenticate;
authentication : Apply the authentication list to a line or set of lines.
• If you specify default, use the default list created with the aaa authentication login
command.
• For list-name, specify the list created with the aaa authentication login command.
Command Mode
Line configuration
Usage
None
Examples
The following example enables the password checking for login.
Switch(config-line)# login
The following example disables the password checking for login.
Switch(config-line)# no login
Related Commands
line-password