18
README
18
README
@@ -8,7 +8,7 @@ AUTHOR
|
|||||||
SNMP::Info is maintained by team of Open Source authors headed by Eric
|
SNMP::Info is maintained by team of Open Source authors headed by Eric
|
||||||
Miller, Bill Fenner, Max Baker, Jeroen van Ingen and Oliver Gorwits.
|
Miller, Bill Fenner, Max Baker, Jeroen van Ingen and Oliver Gorwits.
|
||||||
|
|
||||||
Please visit http://sourceforge.net/projects/snmp-info/ for most
|
Please visit https://github.com/netdisco/snmp-info for the most
|
||||||
up-to-date list of developers.
|
up-to-date list of developers.
|
||||||
|
|
||||||
SNMP::Info was originally created at UCSC for the Netdisco project
|
SNMP::Info was originally created at UCSC for the Netdisco project
|
||||||
@@ -165,8 +165,8 @@ DESIGN GOALS
|
|||||||
See the section EXTENDING SNMP::INFO for more details.
|
See the section EXTENDING SNMP::INFO for more details.
|
||||||
|
|
||||||
When you make a new subclass for a device, please be sure to send it
|
When you make a new subclass for a device, please be sure to send it
|
||||||
back to the developers (via Source Forge or the mailing list) for
|
back to the developers (via a github pull request or the mailing list)
|
||||||
inclusion in the next version.
|
for inclusion in the next version.
|
||||||
|
|
||||||
SUBCLASSES
|
SUBCLASSES
|
||||||
These are the subclasses that implement MIBs and support devices:
|
These are the subclasses that implement MIBs and support devices:
|
||||||
@@ -1693,7 +1693,7 @@ EXTENDING SNMP::INFO
|
|||||||
to verify the implementation.
|
to verify the implementation.
|
||||||
|
|
||||||
Gathering MIB data for SNMP::Info Developers
|
Gathering MIB data for SNMP::Info Developers
|
||||||
The preference is to open a feature request in the SourceForge project.
|
The preference is to open a pull request in the github project.
|
||||||
This allows all developers to have visibility into the request. Please
|
This allows all developers to have visibility into the request. Please
|
||||||
include pointers to the applicable platform MIBs. For development we
|
include pointers to the applicable platform MIBs. For development we
|
||||||
will need an `snmpwalk' of the device. There is a tool now included in
|
will need an `snmpwalk' of the device. There is a tool now included in
|
||||||
@@ -1712,10 +1712,9 @@ EXTENDING SNMP::INFO
|
|||||||
This will print to the file every MIB entry with data in a format that
|
This will print to the file every MIB entry with data in a format that
|
||||||
the developers can use to emulate read operations without needing access
|
the developers can use to emulate read operations without needing access
|
||||||
to the device. Preference would be to mask any sensitive data in the
|
to the device. Preference would be to mask any sensitive data in the
|
||||||
output, zip the file, and upload as an attachment to the Sourceforge
|
output, zip the file, and attach it to the github pull request. However,
|
||||||
tracker. However, if you do not feel comfortable uploading the output to
|
if you do not feel comfortable uploading the output to the tracker you
|
||||||
the tracker you could e-mail it to the developer that has claimed the
|
could e-mail it to the developer that has claimed the ticket.
|
||||||
ticket.
|
|
||||||
|
|
||||||
Data Structures required in new Subclass
|
Data Structures required in new Subclass
|
||||||
A class inheriting this class must implement these data structures :
|
A class inheriting this class must implement these data structures :
|
||||||
@@ -1860,9 +1859,6 @@ EXTENDING SNMP::INFO
|
|||||||
1; # don't forget this line
|
1; # don't forget this line
|
||||||
----------------------- snip --------------------------------
|
----------------------- snip --------------------------------
|
||||||
|
|
||||||
Be sure and send the debugged version to
|
|
||||||
snmp-info-users@lists.sourceforge.net to be included in the next version
|
|
||||||
of SNMP::Info.
|
|
||||||
|
|
||||||
SNMP::INFO INTERNALS
|
SNMP::INFO INTERNALS
|
||||||
Object Namespace
|
Object Namespace
|
||||||
|
|||||||
Reference in New Issue
Block a user