18544530d3
This is a follow-up of sonic-snmpagent PR 92 Now that licensing issues have been solved FRR is distributed with SNMP support compiled-in. This PR adds the last bits of configuration to get the frr-snmp debian packages added to the docker container and the config bits to enable the snmp module in FRR This PR brings the functionality of being able to poll bgpd for routes and peer status. Signed-off-by: Michel Moriniaux <m.moriniaux@criteo.com>
8 lines
437 B
Plaintext
8 lines
437 B
Plaintext
# This line allows the FRR docker to speak with the snmp container
|
|
# Make sure this line matches the one in the snmp docker
|
|
# snmp:/etc/snmp/snmpd.conf
|
|
# To verify this works you need to have a valid bgp daemon running and configured
|
|
# Check that a snmpwalk to 1.3.6.1.2.1.15 gives an output
|
|
# Further verification: 1.3.6.1.2.1.15.2.0 = INTEGER: 65000 the returned value should be the confiugred ASN
|
|
agentXSocket tcp:localhost:3161
|