Allied Telesis AlliedWare Plus Operating System Version 5.4.4C (x310-26FT,x310-26FP,x310-50FT,x310-50FP) User Manual
Page 1810
![background image](/manuals/427254/1810/background.png)
SNMP Commands
Software Reference for x310 Series Switches
68.28
AlliedWare Plus
TM
Operating System - Version 5.4.4C
C613-50046-01 REV A
■
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
Validate the user is assigned to the group using the following 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
Validate the user has been moved from the first group using the following command:
To delete SNMP user authuser, use the following commands:
Related Commands
show snmp-server user
snmp-server view
awplus#
configure terminal
awplus(config)#
snmp-server user authuser usergroup auth md5
Authpass priv des Privpass
awplus#show snmp-server user
Name Group name Auth Privacy
------- ------------- ------- ----------
authuser usergroup md5 des
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.
awplus#show snmp-server user
Name Group name Auth Privacy
------- ------------- ------- ----------
authuser newusergroup md5 des
awplus#
configure terminal
awplus(config)#
no snmp-server user authuser