4fe1bdcf87
Add a sonic-config-engine to help generate config file based on minigraph and other data on runtime. Modify fpm, teamd, lldp, snmp, and platform-monitor docker to use sonic-config-engine to generate config in docker upon load.
12 lines
383 B
Plaintext
12 lines
383 B
Plaintext
# This file controls the activity of snmpd
|
|
|
|
# Don't load any MIBs by default.
|
|
# You might comment this lines once you have the MIBs downloaded.
|
|
export MIBS=
|
|
|
|
# snmpd control (yes means start daemon).
|
|
SNMPDRUN=yes
|
|
|
|
# snmpd options (use syslog, close stdin/out/err).
|
|
SNMPDOPTS='-LS4d -Lf /dev/null -u snmp -g snmp -I -smux,mteTrigger,mteTriggerConf,ifTable,ifXTable -p /run/snmpd.pid'
|