![Cisco Small Business 300 1.1 Series Administration Manual Download Page 151](http://html.mh-extra.com/html/cisco/small-business-300-1-1-series/small-business-300-1-1-series_administration-manual_2609294151.webp)
Network Management Protocol (SNMP) Commands
78-20269-01 Command Line Interface Reference Guide
152
10
Command Mode
Global configuration
User Guidelines
If auth md5 or auth sha is specified, both authentication and privacy are enabled
for the user.
When you enter a show running-config command, you do not see a line for this
user. To see if this user has been added to the configuration, type the show snmp
user command.
An SNMP EngineID should be defined in order to add users to the device (in the
snmp-server engineID local or remote commands).
Changing or removing the value of snmpEngineID deletes the SNMPv3 users’
database.
The logical key of the command is Username.
Configuring a remote host is required in order to send informs to that host. A
configured remote host is also able to manage the device (besides getting the
informs)
To configure a remote user, specify the IP address for the remote SNMP agent of
the device where the user resides. Also, before you configure remote users for a
particular agent, configure the SNMP engine ID, using the snmp-server engineID
remote command. The remote agent's SNMP engine ID is needed when
computing the authentication and privacy digests from the password. If the
remote engine ID is not configured first, the configuration command fails.
Since the same group may be defined several times, each time with different
version or different access level (noauth, auth or auth & priv), when defining a user
it is not sufficient to specify the group name, rather you must specify group name,
version and access level for complete determination of how to handle packets
from this user.
Example
console(config)#
snmp-server user
tom acbd v1
console(config)#
snmp-server user
tom acbd v2c
console(config)#
snmp-server engineid
local
default
The engine-id must be unique within your administrative domain.
Do you wish to continue? [Y/N]