I wrote some SNMP modules while working at
Motorola.
The modules let you send in raw network data and it would
translate it into an SNMP message object, along with a decent
API for accessing the data. It was extendable enough to
support any SNMP message format, including the volatile SNMP 3 standard.
(Sorry I had to rewrite the wheel, but I couldn't find an SNMP
package that let another do the network connection management-- we needed
a program that select()ed on multiple connections, some of which were
SNMP and others using other protocols).
The downside is that I didn't think of submitting the module
to CPAN, to technically it's still Motorola property and I
you probably couldn't get your hands on it unless you worked for them.
Of course, you're probably only interested in that module if
you wanted to mix SNMP with other protocols at the same time.
It sounds like some of the other CPAN modules would suit you
better. If you're still interested, let me know and I'll see
what I can get my hands on...
-Ted
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.