Free LPI 702-100 Actual Exam Questions - Question 15 Discussion

Question No. 15
What file contains values for MIBs which are set during system startup? (Specify the full name of the
file, including path.)
702-100 practice exam questions
US
SI
Saad I.
2026-02-20

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.

0
SI
Saad I.
2026-02-11

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.

0
SI
Saad I.
2026-02-09

Check /var/lib/snmp/snmpd.conf.static, it’s where persistent MIB values are loaded.

0
SI
Saad I.
2026-01-27

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.

0
SI
Saad I.
2026-01-25

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.

0
AG
Arjun G.
2026-01-20

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.

0
AG
Arjun G.
2026-01-19

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.

0
NQ
Naveed Q.
2026-01-15

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.

0