141
By default, the Security Level is noAuthNoPriv. There is no need to configure
this in SNMP v1 Mode and SNMP v2c Mode.
read-view
——
Select the View to be the Read View. The management access
is restricted to read-only, and changes cannot be made to the assigned SNMP
View.
write-view
——
Select the View to be the Write View. The management access
is writing only and changes can be made to the assigned SNMP View. The View
defined both as the Read View and the Write View can be read and modified.
notify-view
——
Select the View to be the Notify View. The management
station can receive notification messages of the assigned SNMP view
generated by the switch's SNMP agent.
Command Mode
Global Configuration mode
Example
Add a group, and configure the name as group 1, the Security Model as SNMP
v3, the security level as authNoPriv, the management access to the assigned
View viewDefault as read-write, besides the notification messages sent by View
viewDefault can be received by Management station:
TL-SL2428(config)# snmp-server group
group1
smode
v3
slev
authNoPriv
read
viewDefault
write
viewDefault
notify
viewDefault
Delete group 1:
TL-SL2428(config)# no snmp-server group
group1
smode
v3
slev
authNoPriv
snmp-server user
Description
The
snmp-server user
command is used to add User. To delete the
corresponding User, please use
no snmp-server user
command. The User in
an SNMP Group can manage the switch via the management station software.
The User and its Group have the same security level and access right.
Syntax
snmp-server user
name
{ local | remote }
group-name
[
smode
{ v1 | v2c | v3 }]
[
slev
{ noAuthNoPriv | authNoPriv | authPriv }] [
cmode
{ none | MD5 | SHA }]
[
cpwd
confirm-pwd
] [
emode
{ none | DES }] [
epwd
encrypt-pwd
]
no snmp-server user
name