I. Getting the OID of a H3C switch
To obtain the OID of the H3C switch, you must ensure that the switch is managed, that is, the 161 (SNMP) port of the switch is turned on. If Port 161 is not turned on, add the following configuration on the switch:
Snmp-agent Community Read WHMP
Snmp-agent Sys-info Version All
Snmp-agent target-host Trap Address udp-domain 10.9.52.42 udp-port 161 param securityname Network
Where 10.9.52.42 is the SNMP server address
1. Open Getif, fill in the IP and SNMP community name, click Start.
When "SysInfo variables OK" is displayed, it indicates that the OID of the switch can be obtained correctly.
2. The SNMP oid of the switch can be viewed through mbrowser.
3. Verify that the OID is correct on the SNMP server.
4. The OID parameters of the port are as follows:
The interface receives the number of bytes |
Ifinoctets |
1.3.6.1.2.1.2.2.1.10.X |
| The number of bytes sent by the interface |
Ifoutoctets |
1.3.6.1.2.1.2.2.1.16.X |
x is the int value for the switch port, which is found in the Interfaces tab.
5. Modify the H3C template according to each monitored OID, and then import the modified template into the Zabbix
Two. Monitor H3C port traffic using Zabbix
1. Add a Host
2. Link the newly added template
3. Modify Item Monitoring Item
Modify units to bps, change the use custom multiplier to 8, change store value to Delta (speed per second)
4. Monitor the flow graph.
This article is from "My In Lushan" blog, please be sure to keep this source http://147546.blog.51cto.com/137546/1683359
Zabbix Monitoring H3C switch Port traffic