1 menu "net-snmp - Open source SNMP (Simple Network Management Protocol) implementation"
3 config BR2_COMPILE_NET_SNMP
6 depends BR2_PACKAGE_LIBNETSNMP || BR2_PACKAGE_SNMP_UTILS || BR2_PACKAGE_SNMPD || BR2_PACKAGE_SNMPD_STATIC
7 select BR2_PACKAGE_LIBELF
9 config BR2_PACKAGE_LIBNETSNMP
10 prompt "libnetsnmp - SNMP shared libraries"
12 default m if CONFIG_DEVEL
13 select BR2_COMPILE_NET_SNMP
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_SNMP_UTILS
27 prompt "snmp-utils - SNMP client utilities"
29 select BR2_COMPILE_NET_SNMP
30 select BR2_PACKAGE_LIBNETSNMP
31 default m if CONFIG_DEVEL
33 Simple Network Management Protocol (SNMP) is a widely used
34 protocol for monitoring the health and welfare of network
35 equipment (eg. routers), computer equipment and even devices
36 like UPSs. Net-SNMP is a suite of applications used to implement
37 SNMP v1, SNMP v2c and SNMP v3 using both IPv4 and IPv6.
39 http://www.net-snmp.org/
41 This package contains the SNMP client utilities.
44 config BR2_PACKAGE_SNMPD
45 prompt "snmpd - SNMP agent"
47 select BR2_COMPILE_NET_SNMP
48 select BR2_PACKAGE_LIBNETSNMP
49 default m if CONFIG_DEVEL
51 Simple Network Management Protocol (SNMP) is a widely used
52 protocol for monitoring the health and welfare of network
53 equipment (eg. routers), computer equipment and even devices
54 like UPSs. Net-SNMP is a suite of applications used to implement
55 SNMP v1, SNMP v2c and SNMP v3 using both IPv4 and IPv6.
57 http://www.net-snmp.org/
59 This package contains the SNMP agent, dynamically linked.
62 config BR2_PACKAGE_SNMPD_STATIC
63 prompt "snmpd-static - SNMP agent (static)"
65 select BR2_COMPILE_NET_SNMP
66 default m if CONFIG_DEVEL
68 Simple Network Management Protocol (SNMP) is a widely used
69 protocol for monitoring the health and welfare of network
70 equipment (eg. routers), computer equipment and even devices
71 like UPSs. Net-SNMP is a suite of applications used to implement
72 SNMP v1, SNMP v2c and SNMP v3 using both IPv4 and IPv6.
74 http://www.net-snmp.org/
76 This package contains the SNMP agent, statically linked.