Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-10-07 | snmp: remove unused enterprise-mib hook | Stephen Hemminger | |
Bug 7533 Remove unimplemented hook for enterprise MIB. Several years ago developer added hook to SNMP config but it was never completed or released. | |||
2011-03-08 | Test for ipv6 blacklist when configuring SNMP | Stephen Hemminger | |
Bug 6432 Since IPv6 can be disabled several ways and the config may not match the system, use socket to test if IPv6 is disabled. | |||
2011-03-07 | Fix SNMP ifAlias for more than 10 devices | Stephen Hemminger | |
Bug 6853 Handle OID format when ifIndex is 10 or greater. Needed to fix regex parsing. Also allow symbolic OID. | |||
2011-03-02 | Fix script to handle more than 10 interfaces | Stephen Hemminger | |
Bug 6861 Fix submitted by devolish <ole.myhre@dataoppdrag.no> | |||
2011-02-18 | Use standard mechanism to start/stop snmp | Stephen Hemminger | |
The net-snmp has snmpd.init script which is installed in standard place. Invoke it with standard mechanism to avoid any security or other problems. Also allows debugging snmpd by changing /etc/default/snmp. | |||
2010-11-12 | Change mode on all executable scripts | Stephen Hemminger | |
The executable bit should be set on scripts. This only impacts the repository, during build install fixes it. | |||
2010-11-03 | Fix to show ifAlias of loopback | Stephen Hemminger | |
Need to handle get next of base OID | |||
2010-10-29 | Add net-snmp ifAlias hook | Stephen Hemminger | |
New script to produce ifAlias information from sysfs. | |||
2010-10-09 | Check if SNMP is running before starting | Stephen Hemminger | |
The SNMPD restart has 2 or 3 seconds of sleep that is unnecessary if SNMPD isn't running. | |||
2010-09-02 | Remove ifDescr override | Stephen Hemminger | |
Net-snmp now generates ifDescr itself, so don't need all the parsing and override stuff | |||
2010-08-23 | Generate interface description | Stephen Hemminger | |
This adds ifDescr value for interface based on PCI information. | |||
2010-05-14 | Fix syntax of default listen address | Stephen Hemminger | |
Despite documentation, udp6: is not a valid listen address, need to use udp6:161 | |||
2010-05-14 | Change SNMP community handling | Stephen Hemminger | |
Allow combination of IPv4 and IPv6 address in community setting. Use script to generate necessary community values in snmpd.conf | |||
2010-05-12 | Allow configuring/restricting SNMP listen address | Stephen Hemminger | |
Add: service snmp listen-address AAAA [port NNN] | |||
2010-05-12 | Better version of SNMP IPv6 support | Stephen Hemminger | |
Need to use different syntax for community values on IPv6 versus IPv4 | |||
2010-03-24 | run snmpd as user snmp | An-Cheng Huang | |
2010-01-18 | Fix snmp trap-source | Stephen Hemminger | |
Incorrect config level in script. | |||
2010-01-18 | Fix typo in community for trap-target | Stephen Hemminger | |
2010-01-07 | Add support trap source address | Stephen Hemminger | |
Bug 458 Add service snmp trap-source <address> wrapper for /etc/snmp/snmp.conf | |||
2010-01-07 | Add support for trap community and port | Stephen Hemminger | |
Bug 3756 Allow setting trap communities and port values. | |||
2010-01-06 | Updates to SNMP link state trap | Stephen Hemminger | |
Bug 3811, 3806 Poll more frequently for link state traps and include more information. | |||
2010-01-05 | Change 'protocols snmp' to 'service snmp' | Stephen Hemminger | |
Bug 212 The entries in config under protocols were all routing protocols except SNMP which was an unfortunate original design choice. Config script does migration. | |||
2010-01-05 | SNMP: Merge common code for rand hex number | Stephen Hemminger | |
2010-01-05 | Cleanup SNMP config file generation | Stephen Hemminger | |
Create to temporary file first, then move. | |||
2009-12-22 | Read Vyatta version from file | Stephen Hemminger | |
Part of ehancement requested in Bug 3869 Include Vyatta version in system description. | |||
2009-12-22 | Remove old init code | Stephen Hemminger | |
The code to init_snmp was no-op and no longer called. | |||
2009-04-22 | Allow for enterprise MIB | Justin Fletcher | |
2008-11-21 | Convert to Vyatta::Config hierarchy | Stephen Hemminger | |
2008-11-04 | bug 3791: set sysObjectID and sysDescr | Robert Bays | |
2008-10-27 | Fix Bug 3840 System error reported on initial SNMP commit with trap target | Mohit Mehta | |
redirect error to /dev/null | |||
2008-10-11 | - redo internal snmpv3 user creation for linkUpDownNotifications | Mohit Mehta | |
2008-05-15 | Fix Bug 3094 SMUX port is open to outside connections | Mohit Mehta | |
- writing 'smuxsocket localhost' in snmpd.conf to make the agent bind to 127.0.0.1 - this prevents smux port to be open to outside connections | |||
2008-04-30 | Modifications to send link up/down traps to configured trap-target | Mohit Mehta | |
2008-04-21 | Modifications for enabling net-snmp's interaction with quagga for bgp, ospf ↵ | Mohit Mehta | |
and rip mib traversals | |||
2008-03-21 | Fix Bug 3027 Unable to configure SNMP community client address | Mohit Mehta | |
- added the following commands: - set protocols snmp community <txt> client <IPv4> - set protocols snmp community <txt> network <IPv4net> | |||
2008-03-10 | Update to GPLv2 | Stephen Hemminger | |
Replace references to VPL 1.0 with GPLv2 | |||
2008-03-03 | Fix 2880 SNMP configuration file issues | Stig Thormodsrud | |
- Add sysServices 14 - Removed deprecated modules | |||
2007-11-02 | Verify that a community has been defined before firing up snmpd. | Stig Thormodsrud | |
2007-11-01 | Disable rlsnmpstats until we get iptables added. | Stig Thormodsrud | |
2007-10-31 | Fix snmp such that it can be configured by non-root user. | Stig Thormodsrud | |