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
|