extend an SNMP agent with private entry (may I extend the QN

Hi,

I need an SNMP agent, which serve private OID’s - e.g. mystatus1 (type
integer)
e.g.
I use (as sender) the SNMPGET command with private OID -
iso.org.dod.internet.private.enterprises.mycompany.mystatus1.0
But QNX snmpd daemon can’t serve this private “mystatus1” OID and receive to
sender nothing.
(But I extend the MIB table to mystatus1 entry)

What is the easiest way to implement/extend this ?

  1. may I extend the QNX snmpd daemon ? - how?
  2. need I implement “my” code (which serve the private OID) into agent ?
    (how? how can I keep the source? )
  3. need develope whole snmp agent using the snmp_api functions ?
    (uff !!!)

Thanks in advance !
Daniel

Daniel Koci - software engineer

daniel.koci@frequentis.sk

In article <8m6eeq$l4$1@inn.qnx.com>, "Daniel says…

Hi,

I need an SNMP agent, which serve private OID’s - e.g. mystatus1 (type
integer)
e.g.
I use (as sender) the SNMPGET command with private OID -
iso.org.dod.internet.private.enterprises.mycompany.mystatus1.0
But QNX snmpd daemon can’t serve this private “mystatus1” OID and receive to
sender nothing.
(But I extend the MIB table to mystatus1 entry)

What is the easiest way to implement/extend this ?

Forget the outdated stuff from QSSL …

  1. may I extend the QNX snmpd daemon ? - how?
  2. need I implement “my” code (which serve the private OID) into agent ?
    (how? how can I keep the source? )

http://ucd-snmp.ucdavis.edu/ #Distribution and Downloading

… hope it is portable to QNX4.

Regards

Armin

Armin Steinhoff wrote in message <8m6uc4$ema@drn.newsguy.com>…

In article <8m6eeq$l4$> 1@inn.qnx.com> >, "Daniel says…

::: (deleted)

Forget the outdated stuff from QSSL …

  1. may I extend the QNX snmpd daemon ? - how?
  2. need I implement “my” code (which serve the private OID) into agent ?
    (how? how can I keep the source? )

http://ucd-snmp.ucdavis.edu/ > #Distribution and Downloading

… hope it is portable to QNX4.
It is. Took some tweaking but we’re running the ucd-snmp agent

with quite a number of private OID’s added to it.

Regards

Armin

Regards

Frits

In article <8m98i1$gqn@nntpb.cb.lucent.com>, "Frits says…

Armin Steinhoff wrote in message <8m6uc4$> ema@drn.newsguy.com> >…
In article <8m6eeq$l4$> 1@inn.qnx.com> >, "Daniel says…


::: (deleted)

Forget the outdated stuff from QSSL …

  1. may I extend the QNX snmpd daemon ? - how?
  2. need I implement “my” code (which serve the private OID) into agent ?
    (how? how can I keep the source? )

http://ucd-snmp.ucdavis.edu/ > #Distribution and Downloading

… hope it is portable to QNX4.
It is. Took some tweaking but we’re running the ucd-snmp agent
with quite a number of private OID’s added to it.

Thanks … good to know.

Armin

Thank you !

Daniel

Forget the outdated stuff from QSSL …

  1. may I extend the QNX snmpd daemon ? - how?
  2. need I implement “my” code (which serve the private OID) into agent ?
    (how? how can I keep the source? )

http://ucd-snmp.ucdavis.edu/ > #Distribution and Downloading

… hope it is portable to QNX4.
It is. Took some tweaking but we’re running the ucd-snmp agent
with quite a number of private OID’s added to it.


Regards

Armin


Regards

Frits

Hi Frits,

I had questions to QNX 4.25 newsgroup with SNMP agent and you have answered
me.
I’m happy for this information, because I have compiled the ucd-snmp agent 2
weeks, but
unsuccesfully.

  1. I have installed ucd-snmp-agent V 4.1.2.
  2. I have configured config.h
  3. make… but unsuccesfully !

I try change some defines in code… and change some lines…

Could you advise me, where I made mistakes ?
May I send to you a config file, may be its a little mistake in config
file…?
Or can you send me information, which version you compiled ?
(or install source)
Or can you send me the source, which have you succesfully compiled?
(I will be very happy if you send a source code and config file!)

Thansk for your help.

Daniel.

daniel.koci@frequentis.sk