11/25/2010 9:31 AM
post75961
|
Hey Garry,
It's software, so anything is possible :-) Unfortunately, without
spending some time, I don't know off hand what it would take to do
what's described.
Cheers!
/P
On 10-11-25 05:22 AM, Garry Bleasdale wrote:
>
> Hi,
>
> A customer has a question regarding our SNMP:
>
> Our products offer SNMP Agents. We generate our SNMP tables from an XML
> file so the SNMP code does not need to be recompiled for each product.
> The Trek SNMP library supplies us with basic MIB2 support and allows us
> to hook in a subtree for our own use (in the enterprise specific are of
> OID space).
>
> Is this kind of thing possible with QNX's SNMP Agent?
>
> Thanks,
>
> Garry
>
>
>
> _______________________________________________
>
> General
> http://community.qnx.com/sf/go/post75943
>
|
|
|
11/25/2010 5:11 PM
post76070
|
When they are saying they don't need to recompile their code for each
product are they referring to dynamically extending the agent?
The base SNMP agent which is supplied with 6.5 is not dynamically
extensible and does not have a toolkit which can generate skeleton code
for extending the MIB support of the agent. The only way to extend this
agent is to modify the agent code.
There is a SNMP agent in the foundry "net-snmp" which I believe does
have some of this capability. I think it offers both static and dynamic
extensibility via a toolkit, but I have not used it, so I am can't say
from experience how extensive the support is. In this case the toolkit
would generate skeleton code which can be filled in with the code to set
or get the MIB database entry data you are interested in.
There are also 3rd parties such as NuDesign and SNMP Research which
offer much more feature rich packages.
Thanks
Dave
> -----Original Message-----
> From: Garry Bleasdale [mailto:community-noreply@qnx.com]
> Sent: November 25, 2010 5:22 AM
> To: general-networking
> Subject: SNMP Question
>
>
> Hi,
>
> A customer has a question regarding our SNMP:
>
> Our products offer SNMP Agents. We generate our SNMP tables from an
XML
> file so the SNMP code does not need to be recompiled for each product.
> The Trek SNMP library supplies us with basic MIB2 support and allows
us
> to hook in a subtree for our own use (in the enterprise specific are
of
> OID space).
>
> Is this kind of thing possible with QNX's SNMP Agent?
>
> Thanks,
>
> Garry
>
>
>
> _______________________________________________
>
> General
> http://community.qnx.com/sf/go/post75943
|
|
|