Difference between revisions of "CentOS 8.x Zabbix add network switches for SNMP based monitoring"

From Notes_Wiki
(Created page with "<yambe:breadcrumb self="Zabbix add network switches for SNMP based monitoring">CentOS 8.x Zabbix|Zabbix</yambe:breadcrumb> =CentOS 8.x Zabbix add network switches for SNMP bas...")
 
m
Line 1: Line 1:
<yambe:breadcrumb self="Zabbix add network switches for SNMP based monitoring">CentOS 8.x Zabbix|Zabbix</yambe:breadcrumb>
[[Main Page|Home]] > [[CentOS]] > [[CentOS 8.x]] > [[CentOS 8.x monitoring]] > [[CentOS 8.x Zabbix]] > [[CentOS 8.x Zabbix add network switches for SNMP based monitoring]]
=CentOS 8.x Zabbix add network switches for SNMP based monitoring=


To add network switches for SNMP based monitoring use following steps:
To add network switches for SNMP based monitoring use following steps:
Line 20: Line 19:




<yambe:breadcrumb self="Zabbix add network switches for SNMP based monitoring">CentOS 8.x Zabbix|Zabbix</yambe:breadcrumb>
 
[[Main Page|Home]] > [[CentOS]] > [[CentOS 8.x]] > [[CentOS 8.x monitoring]] > [[CentOS 8.x Zabbix]] > [[CentOS 8.x Zabbix add network switches for SNMP based monitoring]]

Revision as of 17:23, 15 May 2022

Home > CentOS > CentOS 8.x > CentOS 8.x monitoring > CentOS 8.x Zabbix > CentOS 8.x Zabbix add network switches for SNMP based monitoring

To add network switches for SNMP based monitoring use following steps:

  1. Configure SNMP community public for read-only access at devices
    config t
    snmp-server community public ro
    snmp-server server
  2. If we use any other community name instead of public then modify default community string for all devices in Zabbix
    For this go to Administration -> General and select Macros from drop down in top right corner
  3. Optionally create host group for network devices
  4. Add host to Zabbix with appropriate SNMP template. For example for Cisco try "Template Net Cisco IOS SNMPv2"
  5. To get the host interfaces discovered quickly go to Configuration -> Hosts and click on switch name. Then go to discovery. Select all rules and choose "Check now" to get interfaces discovered immediately.


Refer:


Home > CentOS > CentOS 8.x > CentOS 8.x monitoring > CentOS 8.x Zabbix > CentOS 8.x Zabbix add network switches for SNMP based monitoring