1 menu "net-snmp - Open source SNMP (Simple Network Management Protocol) implementation"
3 config BR2_PACKAGE_NET_SNMP
6 depends BR2_PACKAGE_LIBNETSNMP
8 config BR2_PACKAGE_LIBNETSNMP
9 prompt "libnetsnmp - SNMP shared libraries"
11 default m if CONFIG_DEVEL
12 select BR2_PACKAGE_NET_SNMP
13 select BR2_PACKAGE_LIBELF
15 Simple Network Management Protocol (SNMP) is a widely used
16 protocol for monitoring the health and welfare of network
17 equipment (eg. routers), computer equipment and even devices
18 like UPSs. Net-SNMP is a suite of applications used to implement
19 SNMP v1, SNMP v2c and SNMP v3 using both IPv4 and IPv6.
21 http://www.net-snmp.org/
23 This package contains shared libraries, needed by other programs.
26 config BR2_PACKAGE_SNMPD
27 prompt "snmpd - SNMP agent"
29 select BR2_PACKAGE_LIBNETSNMP
30 default m if CONFIG_DEVEL
32 Simple Network Management Protocol (SNMP) is a widely used
33 protocol for monitoring the health and welfare of network
34 equipment (eg. routers), computer equipment and even devices
35 like UPSs. Net-SNMP is a suite of applications used to implement
36 SNMP v1, SNMP v2c and SNMP v3 using both IPv4 and IPv6.
38 http://www.net-snmp.org/
40 This package contains the SNMP agent.
43 config BR2_PACKAGE_SNMP_UTILS
44 prompt "snmp-utils - SNMP client utilities"
46 select BR2_PACKAGE_LIBNETSNMP
47 default m if CONFIG_DEVEL
49 Simple Network Management Protocol (SNMP) is a widely used
50 protocol for monitoring the health and welfare of network
51 equipment (eg. routers), computer equipment and even devices
52 like UPSs. Net-SNMP is a suite of applications used to implement
53 SNMP v1, SNMP v2c and SNMP v3 using both IPv4 and IPv6.
55 http://www.net-snmp.org/
57 This package contains the SNMP client utilities.