zabbix 3.2 监控华为s2700交换机
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了zabbix 3.2 监控华为s2700交换机相关的知识,希望对你有一定的参考价值。
开启SNMP
snmp-agent
snmp-agent community read [email protected] //设置团体名为[email protected]
snmp-agent sys-info version all
snmp-agent target-host inform address udp-domain 10.16.3.252 udp-port 161 params securityname [email protected] v2c
snmp-agent trap enable
1. 注释:
2. udp-domain 10.16.3.252 //zabbix服务器ip地址
3. udp-port 161 //监听端口
4. snmp-agent community read [email protected] //社团名称public
5. snmp-agent trap enable //开启snmp
以上是关于zabbix 3.2 监控华为s2700交换机的主要内容,如果未能解决你的问题,请参考以下文章