6 login, 7 privilege – CANOGA PERKINS 9175 Command Reference User Manual
Page 48
CanogaOS Command Reference
4-4
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
4.7 privilege
Use this command to assign default privilege level for line.
To return the privilege level to default value, use the no form of this command.
Command Syntax
privilege level level
no privilege level [level]
level : <1-15>, the privilege level, 1 for the lowest level and 15 for the highest.