menuconfig NET_SNMP bool "Net-SNMP " config NET_SNMP_LITTLE_ENDIAN bool default n depends on NET_SNMP prompt "little endian target" config NET_SNMP_MINI_AGENT bool default y depends on NET_SNMP prompt "minimal agent" config NET_SNMP_AGENT bool default n depends on NET_SNMP prompt "agent (snmpd)" config NET_SNMP_APPLICATIONS bool default n depends on NET_SNMP prompt "apps (snmpget, ...)" config NET_SNMP_SCRIPTS bool default n depends on NET_SNMP prompt "scripts (mib2c, ...)" config NET_SNMP_MIBS bool default n depends on NET_SNMP prompt "mib files" config NET_SNMP_MIB_LOADING bool default n depends on NET_SNMP prompt "include code that parses and manipulates mib files" config NET_SNMP_SNMPV1 bool default n depends on NET_SNMP prompt "support for SNMPv1" config NET_SNMP_SNMPV2C bool default n depends on NET_SNMP prompt "support for SNMPv2c" config NET_SNMP_DES bool default n depends on NET_SNMP prompt "DES encryption" config NET_SNMP_MD5 bool default n depends on NET_SNMP prompt "MD5 authentication" config NET_SNMP_SNMPTRAPD bool default n depends on NET_SNMP prompt "agentx subagent code in snmptrapd" config NET_SNMP_IPV6 bool default n depends on NET_SNMP prompt "support for IPv6" config NET_SNMP_LOCAL_SMUX bool default n depends on NET_SNMP prompt "restrict SMUX connections to localhost (by default)" config NET_SNMP_DEBUGGING bool default n depends on NET_SNMP prompt "debugging" config NET_SNMP_DEVELOPER bool default n depends on NET_SNMP prompt "super-duper-extra-compile-warnings using gcc" config NET_SNMP_DEFAULT_VERSION prompt "default SNMP version: 1, 2 (for SNMPv2c), or 3" string default "3" depends on NET_SNMP config NET_SNMP_LOGFILE prompt "logfile location" string default "/var/log/snmpd.log" depends on NET_SNMP config NET_SNMP_PERSISTENT_DIR prompt "persistent data storage directory" string default "/var/net-snmp" depends on NET_SNMP config NET_SNMP_MIB_MODULES prompt "additional mib modules" string default "" depends on NET_SNMP config NET_SNMP_DEFAULT_MIBS prompt "default mib id's to read" string default "" depends on NET_SNMP config NET_SNMP_MIB_INSTALL_DIR prompt "directory to install mib files" string default "/usr/share/snmp/mibs" depends on NET_SNMP