summaryrefslogtreecommitdiff
path: root/scripts/snmp
AgeCommit message (Collapse)Author
2011-10-07snmp: remove unused enterprise-mib hookStephen 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-08Test for ipv6 blacklist when configuring SNMPStephen 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-07Fix SNMP ifAlias for more than 10 devicesStephen Hemminger
Bug 6853 Handle OID format when ifIndex is 10 or greater. Needed to fix regex parsing. Also allow symbolic OID.
2011-03-02Fix script to handle more than 10 interfacesStephen Hemminger
Bug 6861 Fix submitted by devolish <ole.myhre@dataoppdrag.no>
2011-02-18Use standard mechanism to start/stop snmpStephen 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-12Change mode on all executable scriptsStephen Hemminger
The executable bit should be set on scripts. This only impacts the repository, during build install fixes it.
2010-11-03Fix to show ifAlias of loopbackStephen Hemminger
Need to handle get next of base OID
2010-10-29Add net-snmp ifAlias hookStephen Hemminger
New script to produce ifAlias information from sysfs.
2010-10-09Check if SNMP is running before startingStephen Hemminger
The SNMPD restart has 2 or 3 seconds of sleep that is unnecessary if SNMPD isn't running.
2010-09-02Remove ifDescr overrideStephen Hemminger
Net-snmp now generates ifDescr itself, so don't need all the parsing and override stuff
2010-08-23Generate interface descriptionStephen Hemminger
This adds ifDescr value for interface based on PCI information.
2010-05-14Fix syntax of default listen addressStephen Hemminger
Despite documentation, udp6: is not a valid listen address, need to use udp6:161
2010-05-14Change SNMP community handlingStephen Hemminger
Allow combination of IPv4 and IPv6 address in community setting. Use script to generate necessary community values in snmpd.conf
2010-05-12Allow configuring/restricting SNMP listen addressStephen Hemminger
Add: service snmp listen-address AAAA [port NNN]
2010-05-12Better version of SNMP IPv6 supportStephen Hemminger
Need to use different syntax for community values on IPv6 versus IPv4
2010-03-24run snmpd as user snmpAn-Cheng Huang
2010-01-18Fix snmp trap-sourceStephen Hemminger
Incorrect config level in script.
2010-01-18Fix typo in community for trap-targetStephen Hemminger
2010-01-07Add support trap source addressStephen Hemminger
Bug 458 Add service snmp trap-source <address> wrapper for /etc/snmp/snmp.conf
2010-01-07Add support for trap community and portStephen Hemminger
Bug 3756 Allow setting trap communities and port values.
2010-01-06Updates to SNMP link state trapStephen Hemminger
Bug 3811, 3806 Poll more frequently for link state traps and include more information.
2010-01-05Change '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-05SNMP: Merge common code for rand hex numberStephen Hemminger
2010-01-05Cleanup SNMP config file generationStephen Hemminger
Create to temporary file first, then move.
2009-12-22Read Vyatta version from fileStephen Hemminger
Part of ehancement requested in Bug 3869 Include Vyatta version in system description.
2009-12-22Remove old init codeStephen Hemminger
The code to init_snmp was no-op and no longer called.
2009-04-22Allow for enterprise MIBJustin Fletcher
2008-11-21Convert to Vyatta::Config hierarchyStephen Hemminger
2008-11-04bug 3791: set sysObjectID and sysDescrRobert Bays
2008-10-27Fix Bug 3840 System error reported on initial SNMP commit with trap targetMohit Mehta
redirect error to /dev/null
2008-10-11- redo internal snmpv3 user creation for linkUpDownNotificationsMohit Mehta
2008-05-15Fix Bug 3094 SMUX port is open to outside connectionsMohit 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-30Modifications to send link up/down traps to configured trap-targetMohit Mehta
2008-04-21Modifications for enabling net-snmp's interaction with quagga for bgp, ospf ↵Mohit Mehta
and rip mib traversals
2008-03-21Fix Bug 3027 Unable to configure SNMP community client addressMohit Mehta
- added the following commands: - set protocols snmp community <txt> client <IPv4> - set protocols snmp community <txt> network <IPv4net>
2008-03-10Update to GPLv2Stephen Hemminger
Replace references to VPL 1.0 with GPLv2
2008-03-03Fix 2880 SNMP configuration file issuesStig Thormodsrud
- Add sysServices 14 - Removed deprecated modules
2007-11-02Verify that a community has been defined before firing up snmpd.Stig Thormodsrud
2007-11-01Disable rlsnmpstats until we get iptables added.Stig Thormodsrud
2007-10-31Fix snmp such that it can be configured by non-root user.Stig Thormodsrud