Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |