1328
Command Reference for IE200 Series Industrial Managed PoE+ Switches
C613-50066-01 REV A
AlliedWare Plus™ Operating System - Version 5.4.5I-0.x
SNMP C
OMMANDS
SNMP
-
SERVER
USER
•
User passwords are entered using plaintext without the
encrypted
parameter and are encrypted according to the authentication and privacy
protocols selected.
•
User passwords are viewed as encrypted passwords in running and startup
configs shown from
show running-config
and
show startup-config
commands respectively. Copy and paste encrypted passwords from
running-configs or startup-configs to avoid entry errors.
Examples
To add SNMP user
authuser
as a member of group
usergroup
, with
authentication protocol
md5
, authentication password
Authpass
, privacy
protocol
des
and privacy password
Privpass
, use the following commands
awplus#
configure terminal
awplus(config)#
snmp-server user authuser usergroup auth md5
Authpass priv des Privpass
Validate the user is assigned to the group using the
show snmp-server user
command:
To enter existing SNMP user
authuser
with existing passwords as a member of
group
newusergroup
with authentication protocol
md5
plus the encrypted
authentication password 0x1c74b9c22118291b0ce0cd883f8dab6b74, privacy
protocol
des
plus the encrypted privacy password
0x0e0133db5453ebd03822b004eeacb6608f, use the following commands
awplus#
configure terminal
awplus(config)#
snmp-server user authuser newusergroup
encrypted auth md5 0x1c74b9c22118291b0ce0cd883f8dab6b74 priv
des 0x0e0133db5453ebd03822b004eeacb6608f
NOTE
:
Copy and paste the encrypted passwords from the
running-config
or the
startup-config
displayed, using the
show running-config
and
show startup- config
commands respectively, into the command line to avoid key stroke errors issuing this
command.
Validate the user has been moved from the first group using the
show
snmp-server user
command:
To delete SNMP user
authuser
, use the following commands:
awplus#
configure terminal
awplus(config)#
no snmp-server user authuser
awplus#show snmp-server user
Name Group name Auth Privacy
------- ------------- ------- ----------
authuser usergroup md5 des
awplus#show snmp-server user
Name Group name Auth Privacy
------- ------------- ------- ----------
authuser newusergroup md5 des