aboutsummaryrefslogtreecommitdiff
path: root/net/net-snmp/files/snmpd.conf
Commit message (Collapse)AuthorAge
* net-snmp: avoid duplicate section namesStijn Tintel2017-09-29
| | | | | | | | | | | | | It seems that UCI can't handle duplicate section names in a single config file, even if they use different types. After the previous commit, running `uci export` results in the following error: uci: Parse error (section of different type overwrites prior section with same name) at line 17, byte 23 Append a 6 to the com2sec6 section names to solve this. Fixes: 0e1c8b4ccc2c ("net-snmp: snmpd: listen on IPv6 by default") Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* net-snmp: snmpd: listen on IPv6 by defaultStijn Tintel2017-09-29
| | | | | | Closes #4758. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* netsnmp: add global enabled config optionHans Dedecker2017-07-10
| | | | | | | | Add enabled config option in the global uci section; it allows to put into place the snmpd config but not yet start the netsnmp daemon. If config option is unset; netsnmp daemon will be started as before. Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
* net-snmp: add notification config optionsHans Dedecker2017-06-19
| | | | | | | | | | | | | | | | Add config support which allow snmpd to take a more active role by sending traps. Following config options are supported which map directly on snmpd directives: -trapcommunity -trapsink -trap2sink -informsink -authtrapenable -v1trapaddress -trapsess Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
* net-snmp: add inbound firewall rule supportHans Dedecker2017-05-24
| | | | | | | | | | | | Add UCI section general which holds the uci parameter network defining on which interface(s) the snmp agent is reachable for inbound snmp requests in case the firewall zone does not allow INPUT traffic by default. For the different zones to which the different interfaces belong firewall procd input rules are created making the snmp agent reachable on udp port 161. Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
* net-snmp: add engineID config optionsStijn Tintel2017-02-14
| | | | | | | | | | According to the snmpd.conf man page, the engineID of an snmp agent should be consistent through time. However, it seems that the engineID changes every reboot. Add options to configure how the engineID is generated. The default setting generates it based on the MAC address of the eth0 interface. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* net-snmp: enable AgentX supportStijn Tintel2017-01-05
| | | | Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* net-snmp: import from oldpackages, add myself as maintainer, add license ↵Jo-Philipp Wich2014-07-02
information, update to v5.4.4, refresh patches Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>