How to extend snmpd under QNX4.0

How can one extend the QNX 4.0 snmpd with an own mib ?

Carlo

On Mon, 1 Dec 2003 21:13:58 +0100, Carlo Rafalski wrote:

How can one extend the QNX 4.0 snmpd with an own mib ?

Carlo

AFAIIK you can’t - using the tools supplied by QNX. You need 3rd party
software.

If you use C++ I recommend the snmp++/agent++ toolkit by Frank Fock
www.agentpp.com

We got this package to work on both QNX4 and QNX6 with only minor tweaks.
It isn’t free but it’s quite affordable and has good support.

If you are looking for a pure C solution then I’m sure there are plenty of
options out there but I can’t recommend one in particular.

PS I presume you mean QNX 4.25. QNX 4.0 is long gone.

Rob Rutherford

Roman. The best only for you!
“Robert Rutherford” <ruzz@NoSpamPlease.ruzz.com> ???/??? ? ???
???: news:h2kceixh7vos.13c2aiojmmgw9$.dlg@40tude.net

On Mon, 1 Dec 2003 21:13:58 +0100, Carlo Rafalski wrote:

How can one extend the QNX 4.0 snmpd with an own mib ?

Carlo

AFAIIK you can’t - using the tools supplied by QNX. You need 3rd party
software.

If you use C++ I recommend the snmp++/agent++ toolkit by Frank Fock
www.agentpp.com

We got this package to work on both QNX4 and QNX6 with only minor tweaks.
It isn’t free but it’s quite affordable and has good support.

If you are looking for a pure C solution then I’m sure there are plenty of
options out there but I can’t recommend one in particular.

PS I presume you mean QNX 4.25. QNX 4.0 is long gone.

Rob Rutherford

Sorry for this double-click :slight_smile:
I wrote my own snmpd under QNX4.25 some months ago. This was not trial
project :slight_smile:
First, you need tcp/ip v5.0
Also, it is good idea to look at snmpd source provided by QSSL. You will not
be able to compile it :slight_smile: because… it is not qnx-code :slight_smile:) but you can use
it as skeleton of your agent.
At last, if you want handle standart mib-tree you need sources of kvm_open,
kvm_nlist, kvm_read functions.
I have ported (with some help from friends :wink: these functions to qnx4. If
you want we can continue this dicussion by e-mail.
Regards!


Roman. The best only for you!
“Robert Rutherford” <ruzz@NoSpamPlease.ruzz.com> ???/??? ? ???
???: news:h2kceixh7vos.13c2aiojmmgw9$.dlg@40tude.net

On Mon, 1 Dec 2003 21:13:58 +0100, Carlo Rafalski wrote:

How can one extend the QNX 4.0 snmpd with an own mib ?

Carlo

AFAIIK you can’t - using the tools supplied by QNX. You need 3rd party
software.

If you use C++ I recommend the snmp++/agent++ toolkit by Frank Fock
www.agentpp.com

We got this package to work on both QNX4 and QNX6 with only minor tweaks.
It isn’t free but it’s quite affordable and has good support.

If you are looking for a pure C solution then I’m sure there are plenty of
options out there but I can’t recommend one in particular.

PS I presume you mean QNX 4.25. QNX 4.0 is long gone.

Rob Rutherford