Skip to content

Configuring SNMP on Quagga

Tutorial aimed at enabling a basic configuration of SNMP services on the Quagga system.

See our tutorial Configuring SNMP on Linux.

Logged in as root, edit the file /etc/quagga/bgpd.conf and add the following command at the end of the file:

agentx

To restart the services on a systemd system, use the commands below:

Terminal window
systemctl restart zebra
systemctl enable bgpd

To restart the services on a systemd system, use the commands below:

Terminal window
service zebra restart
service bgpd restart

In Monsta, use the “BGP – BGP4” and “Linux” templates to monitor BGP and the Quagga server resources.