User`s manual

127
DWS-1008 User’s Manual
D-Link Systems, Inc.
Conguring SNMP
The security option species the security level, and is applicable only when the SNMP
version is usm:
unsecured - Message exchanges are not authenticated, nor are they
encrypted. This is the default.
authenticated - Message exchanges are authenticated, but are not encrypted.
encrypted - Message exchanges are authenticated and encrypted.
The retries and timeout options are applicable only when the SNMP version is v2c or usm
and the notication type is inform. The retries option species the number of times the MSS
SNMP engine will resend a notication that has not been acknowledged by the target. You
can specify from 0 to 3 retries. The default is 0. The timeout option species the number
of seconds MSS waits for acknowledgement of a notication. You can specify from 1 to 5
seconds. The default is 2.
Command Examples
The following command congures a notication target for acknowledged
notications:
DWS-1008 set snmp notify target 1 10.10.40.9 usm inform user securesnmpmgr1
snmp-engine-id ip
success: change accepted.
This command congures target 1 at IP address 10.10.40.9. The target’s SNMP engine ID
is based on its address. The MSS SNMP engine will send notications based on the default
prole, and will require the target to acknowledge receiving them.
The following command congures a notication target for unacknowledged notications:
DWS-1008 set snmp notify target 2 10.10.40.10 v1 trap
success: change accepted.
Enabling the SNMP Service
To enable the MSS SNMP service, use the following command:
set ip snmp server {enable | disable}
The following command enables the SNMP service:
DWS-1008 set ip snmp server enable
success: change accepted.