AMX NXA-ENET24 Switch User Manual


 
CLI (Command Line Interface)
173
NXA-ENET24 - Software Management Guide
IP Filter Commands
Device Designation Commands (Cont.)
Command Function
username (Cont.) :
username access-level password
guest 0 guest
Command Mode: Global Configuration
Command Usage: The encrypted password is required for compatibility with legacy
password settings (i.e., plain text or encrypted) when reading the configuration file dur-
ing system bootup or when downloading the configuration file from a TFTP server. There
is no need for you to manually configure encrypted passwords.
Example: This example shows how to set the access level and password for a user.
Console(config)#username bob access-level 15
Console(config)#username bob password 0 smith
Console(config)#
enable password
After initially
logging onto the
system, you should
set the Privileged
Exec password.
Remember to
record it in a safe
place.
This command
controls access to
the Privileged Exec
level from the
Normal Exec level.
Use the no form to
reset the default
password.
Syntax:
enable password [level level] {0 | 7} password
no enable password [level level]
level level - Level 15 for Privileged Exec.
Levels 0-14 are not used.
{0 | 7} - 0 means plain password, 7 means encrypted password.
password - password for this privilege level.
Maximum length: 8 characters plain text, 32 encrypted, case sensitive
Default Setting:
The default is level 15.
The default password is “super
Command Mode: Global Configuration
Command Usage: You cannot set a null password. You will have to enter a password to
change the command mode from Normal Exec to Privileged Exec with the enable com-
mand (page 4-19). The encrypted password is required for compatibility with legacy
password settings (i.e., plain text or encrypted) when reading the configuration file dur-
ing system bootup or when downloading the configuration file from a TFTP server. There
is no need for you to manually configure encrypted passwords.
Example:
Console(config)#enable password level 15 0 admin
Console(config)#
IP Filter Commands
Command Function
management
This command
specifies the client
IP addresses that
are allowed
management access
to the switch through
various protocols.
Use the no form to
restore the default
setting.
Syntax:
[no] management {all-client | http-client | snmp-client | telnet-client}
start-address [end-address]
all-client - Adds IP address(es) to the SNMP, web and Telnet groups.
http-client - Adds IP address(es) to the web group.
snmp-client - Adds IP address(es) to the SNMP group.
telnet-client - Adds IP address(es) to the Telnet group.
start-address - A single IP address, or the starting address of a range.
end-address - The end address of a range.
Default Setting: All addresses
Command Mode: Global Configuration