mirror_frr/tests/topotests/ldp_snmp/r2/snmpd.conf
Donald Sharp afe11d5edf tests: snmp tests sometimes fail with Unable to bind
the snmp tests are using zebra.conf to setup the
address that they are binding to and immediately
after that they are starting snmpd.  If snmpd
starts up *before* zebra has installed the address
the bind on the address will fail.  Causing the entire
test to fail.  Modify the snmpd.conf for all our
snmp tests to bind to all addresses.  Things still
work and we no longer have an issue.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
2023-09-12 13:05:05 -04:00

19 lines
293 B
Plaintext

agentAddress udp:161
com2sec public 2.2.2.2 public
group public_group v1 public
group public_group v2c public
access public_group "" any noauth prefix all all none
view all included .1
iquerySecName frr
rouser frr
master agentx
agentXSocket /etc/frr/agentx
agentXPerms 777 755 root frr