Update README.md

Clarify that this agent is meant to run with Net SNMPd.
This commit is contained in:
Pim van Pelt
2023-08-26 11:58:36 +02:00
committed by GitHub
parent aa38c5503f
commit c6dbce8f90

View File

@ -88,8 +88,12 @@ the `ifName`. However, if the config file is read, it will change the behavior a
## SNMPd config ## SNMPd config
First, configure the snmpd to accept agentx connections by adding (at least) the following This agent is meant to run alongside the snmpd shipped in Debian (Bullseye or Bookworm), called
to `snmpd.conf`: [Net SNMP](http://net-snmp.sourceforge.net/). The same snmpd is available in Ubuntu (Focal, Jammy) as well,
which should work.
After installing the snmpd (`apt install snmpd`), configure it to accept agentx connections by adding (at least)
the following to `snmpd.conf`:
``` ```
master agentx master agentx
agentXSocket tcp:localhost:705,unix:/var/agentx-dataplane/master agentXSocket tcp:localhost:705,unix:/var/agentx-dataplane/master