| 1 | config FWRT_COMPILE_NET_SNMP
|
|---|
| 2 | bool
|
|---|
| 3 | default n
|
|---|
| 4 |
|
|---|
| 5 | config FWRT_DUMMY_NET_SNMP
|
|---|
| 6 | bool
|
|---|
| 7 | prompt "net-snmp.......................... SNMP Server and Client packages"
|
|---|
| 8 |
|
|---|
| 9 | config FWRT_PACKAGE_LIBNETSNMP
|
|---|
| 10 | prompt "libnetsnmp...................... SNMP shared libraries"
|
|---|
| 11 | tristate
|
|---|
| 12 | default n
|
|---|
| 13 | depends FWRT_DUMMY_NET_SNMP
|
|---|
| 14 | select FWRT_COMPILE_NET_SNMP
|
|---|
| 15 | select FWRT_PACKAGE_LIBELF
|
|---|
| 16 | help
|
|---|
| 17 | Simple Network Management Protocol (SNMP) is a widely used
|
|---|
| 18 | protocol for monitoring the health and welfare of network
|
|---|
| 19 | equipment (eg. routers), computer equipment and even devices
|
|---|
| 20 | like UPSs. Net-SNMP is a suite of applications used to implement
|
|---|
| 21 | SNMP v1, SNMP v2c and SNMP v3 using both IPv4 and IPv6.
|
|---|
| 22 |
|
|---|
| 23 | http://www.net-snmp.org/
|
|---|
| 24 |
|
|---|
| 25 | This package contains shared libraries, needed by other programs.
|
|---|
| 26 |
|
|---|
| 27 | config FWRT_PACKAGE_SNMP_UTILS
|
|---|
| 28 | prompt "snmp-utils...................... SNMP client utilities"
|
|---|
| 29 | tristate
|
|---|
| 30 | default n
|
|---|
| 31 | depends FWRT_DUMMY_NET_SNMP
|
|---|
| 32 | select FWRT_PACKAGE_LIBNETSNMP
|
|---|
| 33 | help
|
|---|
| 34 | Simple Network Management Protocol (SNMP) is a widely used
|
|---|
| 35 | protocol for monitoring the health and welfare of network
|
|---|
| 36 | equipment (eg. routers), computer equipment and even devices
|
|---|
| 37 | like UPSs. Net-SNMP is a suite of applications used to implement
|
|---|
| 38 | SNMP v1, SNMP v2c and SNMP v3 using both IPv4 and IPv6.
|
|---|
| 39 |
|
|---|
| 40 | http://www.net-snmp.org/
|
|---|
| 41 |
|
|---|
| 42 | This package contains the SNMP client utilities.
|
|---|
| 43 |
|
|---|
| 44 | config FWRT_PACKAGE_SNMPD
|
|---|
| 45 | prompt "snmpd........................... SNMP agent"
|
|---|
| 46 | tristate
|
|---|
| 47 | default n
|
|---|
| 48 | depends FWRT_DUMMY_NET_SNMP
|
|---|
| 49 | select FWRT_PACKAGE_LIBNETSNMP
|
|---|
| 50 | help
|
|---|
| 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.
|
|---|
| 56 |
|
|---|
| 57 | http://www.net-snmp.org/
|
|---|
| 58 |
|
|---|
| 59 | This package contains the SNMP agent, dynamically linked.
|
|---|
| 60 |
|
|---|