D-Link DES-7200 Refrigerator User Manual


  Open as PDF
of 1968
 
DES-7200 Configuration Guide Chapter 1 SNMP
Configuration
The network device can actively send authentication and encryption messages
to the network management station.
1.4.2.3 Configuration Tips
Create MIB view and specify the included or excluded MIB objects.
Create SNMP group and configure the version to "v3"; specify the security level
of this group, and configure the read-write permission of the view corresponding
to this group.
Create user name and associate the corresponding SNMP group name in order
to further configure the user's permission to access MIB objects; meanwhile,
configure the version number to "v3" and the corresponding authentication
mode, authentication key, encryption algorithm and encryption key.
Configure the address of SNMP host, configure the version number to "3" and
configure the security level to be adopted.
1.4.2.4 Configuration Steps
Step 1: Configure MIB view and group.
! Create a MIB view of "view1" and include the MIB object of 1.3.6.1.2.1.1;
further create a MIB view of "view2" and include the MIB object of
1.3.6.1.2.1.1.4.0.
DES-7200(config)#snmp-server view view1 1.3.6.1.2.1.1 include
DES-7200(config)#snmp-server view view2 1.3.6.1.2.1.1.4.0 include
! Create a group named "g1" and select the version number of "v3"; configure
security level to "priv" to read "view1" and write "view2".
DES-7200(config)#snmp-server group g1 v3 priv read view1 write view2
Step 2: Configure SNMP user.
! Create a user named "user1", which belongs to group "g1"; select version
number of "v3" and configure authentication mode to "md5", authentication key
to "123", encryption mode to "DES56" and encryption key to "321".
DES-7200(config)#snmp-server user user1 g1 v3 auth md5 123 priv des56 321
Step 3: Configure the address of SNMP host.
! Configure the host address as 192.168.3.2 and select version number of "3";
configure security level to "priv" and associate the corresponding user name of
"user1".
DES-7200(config)#snmp-server host 192.168.3.2 traps version 3 priv user1
! Enable the Agent to actively send traps to NMS.
DES-7200(config)#snmp-server enable traps
1-19