Configuring SNMP on Quagga
Tutorial aimed at enabling a basic configuration of SNMP services on the Quagga system.
Install and configure SNMP on Linux
Section titled “Install and configure SNMP on Linux”See our tutorial Configuring SNMP on Linux.
Quagga
Section titled “Quagga”Configure SNMP
Section titled “Configure SNMP”Logged in as root, edit the file /etc/quagga/bgpd.conf and add the following command at the end of the file:
agentx
Restart the zebra and bgpd services
Section titled “Restart the zebra and bgpd services”systemd systems
Section titled “systemd systems”To restart the services on a systemd system, use the commands below:
systemctl restart zebrasystemctl enable bgpdsystemv systems
Section titled “systemv systems”To restart the services on a systemd system, use the commands below:
service zebra restartservice bgpd restartMonitor Quagga with Monsta
Section titled “Monitor Quagga with Monsta”In Monsta, use the “BGP – BGP4” and “Linux” templates to monitor BGP and the Quagga server resources.