Free LPI 702-100 Actual Exam Questions - Question 15 Discussion
file, including path.)

I think the key part here is "set during system startup" and "values for MIBs." The /etc/snmp/snmpd.conf usually has the daemon config but doesn’t store MIB values that persist. The file under /var/lib/snmp/snmpd.conf.static fits better since it holds the saved MIB values that get loaded when the SNMP daemon starts. So the full path /var/lib/snmp/snmpd.conf.static makes sense as the answer because it's designed for storing those persistent values, not just runtime configs.
Could also rule out /etc/snmp/snmpd.conf because it mainly configures the daemon, not the MIB values saved across restarts. The static file under /var/lib/snmp sounds more fitting for values set during startup.
Check /var/lib/snmp/snmpd.conf.static, it’s where persistent MIB values are loaded.
I’d pick /var/lib/snmp/snmpd.conf.static for this one. From what I know, that file usually stores persistent MIB values that get loaded during startup, unlike /etc/snmp/snmpd.conf which mainly configures the daemon’s behavior. The question says “set during system startup,” so it feels more like a file that holds saved runtime data rather than just config directives. The path also aligns with net-snmp’s typical setup for storing persistent data.
I think /etc/snmp/snmpd.conf makes the most sense since it’s the daemon’s main config file. Other files like snmp.conf tend to be for client settings, not what the daemon uses at startup.
I agree with /etc/snmp/snmpd.conf because that’s the main config file for the SNMP daemon, and it’s where you typically define MIB values applied when the agent starts. The other files, like snmp.conf, usually handle client settings or environment variables, so they’re less likely to be the right choice. The question specifically asks for startup values, which matches what snmpd.conf is for.
I’d go with /etc/snmp/snmpd.conf as well. It’s the typical config file where you set MIB values for the SNMP daemon when it starts. The other files usually handle different parts like client config or modules, so this one fits best for startup parameters.
I think it’s /etc/snmp/snmpd.conf. Other options don’t usually contain startup MIB values, so looks like a trap to pick something else.