D-Link DES-7200 Refrigerator User Manual


  Open as PDF
of 1968
 
DES-7200 Configuration Guide Chapter 1 SNMP
Configuration
! Create an ACL named "a1" to permit the IP address of 192.168.3.2/24.
DES-7200(config)#ip access-list standard a1
DES-7200(config-std-nacl)#permit host 192.168.3.2
DES-7200(config-std-nacl)#exit
Step 2: Configure authentication name and access permission.
! Configure Community of "user1", associate read and write permission for MIB
view of "v1", and associate the ACL of "a1".
DES-7200(config)#snmp-server community user1 view v1 rw a1
Step 3: Configure the Agent to actively send messages to NMS.
! Configure the address of SNMP host to 192.168.3.2, message format to
Version 2c and authentication name to "user1".
DES-7200(config)#snmp-server host 192.168.3.2 traps version 2c user1
! Enable the Agent to actively send traps.
DES-7200(config)#snmp-server enable traps
Step 4: Configure parameters of SNMP proxy.
! Configure system location.
DES-7200(config)#snmp-server location fuzhou
! Configure system contact.
DES-7200(config)#snmp-server contact DES-7200.com.cn
! Configure system ID.
DES-7200(config)#snmp-server chassis-id 1234567890
Step 5: Configure the IP address of Agent.
! Configure the IP address of interface VLAN 1 as 192.168.3.1/24.
DES-7200(config)#interface vlan 1
DES-7200(config-if-VLAN 1)#ip address 192.168.3.1 255.255.255.0
DES-7200(config-if-VLAN 1)#exit
1.4.1.5 Verification
Step 1: Display configurations of the device.
DES-7200#show running-config
!
ip access-list standard a1
10 permit host 192.168.3.2
!
interface VLAN 1
no ip proxy-arp
ip address 192.168.3.1 255.255.255.0
1-16