2005-11-05 04:16:36 +02:00
|
|
|
menu "net-snmp.......................... Open source SNMP (Simple Network Management Protocol) implementation"
|
2005-05-24 03:22:23 +03:00
|
|
|
|
2005-10-20 12:05:51 +03:00
|
|
|
config BR2_COMPILE_NET_SNMP
|
2005-11-07 20:26:35 +02:00
|
|
|
tristate
|
2005-05-24 03:22:23 +03:00
|
|
|
default n
|
2005-11-05 04:16:36 +02:00
|
|
|
depends BR2_PACKAGE_LIBNETSNMP || BR2_PACKAGE_SNMPD_STATIC
|
2005-05-24 03:22:23 +03:00
|
|
|
|
|
|
|
config BR2_PACKAGE_LIBNETSNMP
|
2005-11-05 04:16:36 +02:00
|
|
|
prompt "libnetsnmp........................ SNMP shared libraries"
|
2005-05-24 03:22:23 +03:00
|
|
|
tristate
|
|
|
|
default m if CONFIG_DEVEL
|
2005-10-20 12:05:51 +03:00
|
|
|
select BR2_COMPILE_NET_SNMP
|
2005-11-05 04:16:36 +02:00
|
|
|
select BR2_PACKAGE_LIBELF
|
2005-05-20 19:32:01 +03:00
|
|
|
help
|
|
|
|
Simple Network Management Protocol (SNMP) is a widely used
|
|
|
|
protocol for monitoring the health and welfare of network
|
|
|
|
equipment (eg. routers), computer equipment and even devices
|
|
|
|
like UPSs. Net-SNMP is a suite of applications used to implement
|
|
|
|
SNMP v1, SNMP v2c and SNMP v3 using both IPv4 and IPv6.
|
|
|
|
|
|
|
|
http://www.net-snmp.org/
|
|
|
|
|
2005-05-24 03:22:23 +03:00
|
|
|
This package contains shared libraries, needed by other programs.
|
2005-05-20 19:32:01 +03:00
|
|
|
|
2005-10-20 12:05:51 +03:00
|
|
|
config BR2_PACKAGE_SNMP_UTILS
|
2005-11-05 04:16:36 +02:00
|
|
|
prompt "snmp-utils...................... SNMP client utilities"
|
2005-10-20 12:05:51 +03:00
|
|
|
tristate
|
|
|
|
default m if CONFIG_DEVEL
|
2005-11-05 04:16:36 +02:00
|
|
|
depends BR2_PACKAGE_LIBNETSNMP
|
2005-10-20 12:05:51 +03:00
|
|
|
help
|
|
|
|
Simple Network Management Protocol (SNMP) is a widely used
|
|
|
|
protocol for monitoring the health and welfare of network
|
|
|
|
equipment (eg. routers), computer equipment and even devices
|
|
|
|
like UPSs. Net-SNMP is a suite of applications used to implement
|
|
|
|
SNMP v1, SNMP v2c and SNMP v3 using both IPv4 and IPv6.
|
|
|
|
|
|
|
|
http://www.net-snmp.org/
|
|
|
|
|
|
|
|
This package contains the SNMP client utilities.
|
|
|
|
|
2005-05-20 19:32:01 +03:00
|
|
|
config BR2_PACKAGE_SNMPD
|
2005-11-05 04:16:36 +02:00
|
|
|
prompt "snmpd............................. SNMP agent"
|
2005-05-24 03:22:23 +03:00
|
|
|
tristate
|
2005-11-05 04:16:36 +02:00
|
|
|
default m if CONFIG_DEVEL
|
2005-10-20 12:05:51 +03:00
|
|
|
select BR2_COMPILE_NET_SNMP
|
2005-05-30 08:56:37 +03:00
|
|
|
select BR2_PACKAGE_LIBNETSNMP
|
|
|
|
help
|
|
|
|
Simple Network Management Protocol (SNMP) is a widely used
|
|
|
|
protocol for monitoring the health and welfare of network
|
|
|
|
equipment (eg. routers), computer equipment and even devices
|
|
|
|
like UPSs. Net-SNMP is a suite of applications used to implement
|
|
|
|
SNMP v1, SNMP v2c and SNMP v3 using both IPv4 and IPv6.
|
|
|
|
|
|
|
|
http://www.net-snmp.org/
|
|
|
|
|
2005-10-20 12:05:51 +03:00
|
|
|
This package contains the SNMP agent, dynamically linked.
|
2005-05-20 19:32:01 +03:00
|
|
|
|
2005-10-20 12:05:51 +03:00
|
|
|
config BR2_PACKAGE_SNMPD_STATIC
|
2005-11-05 04:16:36 +02:00
|
|
|
prompt "snmpd-static...................... SNMP agent (statically linked)"
|
2005-05-24 03:22:23 +03:00
|
|
|
tristate
|
|
|
|
default m if CONFIG_DEVEL
|
2005-11-05 04:16:36 +02:00
|
|
|
select BR2_COMPILE_NET_SNMP
|
|
|
|
select BR2_PACKAGE_LIBELF
|
2005-05-30 08:56:37 +03:00
|
|
|
help
|
|
|
|
Simple Network Management Protocol (SNMP) is a widely used
|
|
|
|
protocol for monitoring the health and welfare of network
|
|
|
|
equipment (eg. routers), computer equipment and even devices
|
|
|
|
like UPSs. Net-SNMP is a suite of applications used to implement
|
|
|
|
SNMP v1, SNMP v2c and SNMP v3 using both IPv4 and IPv6.
|
|
|
|
|
|
|
|
http://www.net-snmp.org/
|
|
|
|
|
2005-10-20 12:05:51 +03:00
|
|
|
This package contains the SNMP agent, statically linked.
|
2005-05-20 19:32:01 +03:00
|
|
|
|
2005-05-24 03:22:23 +03:00
|
|
|
endmenu
|