CLI Guide

Table Of Contents
Switch Management Commands 2220
Default Configuration
This command has no default configuration.
Command Mode
Global Configuration mode
User Guidelines
The location string may contain embedded blanks if enclosed in quotes. Any
printable character is allowed in the string.
Example
The following example sets the device location as “New_York”.
console(config)# snmp-server location New_York
snmp-server user
Use the snmp-server user command in Global Configuration mode to
configure a new SNMP Version 3 user. To delete a user, use the no form of this
command.
Syntax
snmp-server user username groupname [remote engineid-string] [ { auth-
md5 password | auth-sha password | auth-md5-key md5-key | auth-sha-key
sha-key } [priv-des password | priv-des-key des-key
no snmp-server user username
username — Specifies the name of the user on the host that connects to
the agent. (Range: 1-32 characters.)
groupname — Specifies the name of the group to which the user
belongs. (Range: 1-40 characters.)
engineid-string — Specifies the engine ID of the remote SNMP entity
to which the user belongs. The engine ID is a concatenated hexadecimal
string. Each byte in the hexadecimal character string is two hexadecimal
digits. The remote engine id designates the remote management
station, and should be defined to enable the device to receive
acknowledgments to “informs.” (Range: 5-32 characters.)