SNMP - anyone?

Hi:

We have a client who is very interrested in snmp for RTP.

Can anyone comment on the ease of adding to objects to the v2 release.Some
parts appear to be missing (smic) in the 6.1 release.

Also has anyone attempted to port NET-SNMP to RTP?
Can you give me an idea of a ports potiential complexity?

Andy.

“Andy” <andy@symmetry.com.au> wrote in message
news:9m27in$ki4$1@inn.qnx.com

Hi:

We have a client who is very interrested in snmp for RTP.

Can anyone comment on the ease of adding to objects to the v2
release.Some
parts appear to be missing (smic) in the 6.1 release.

Also has anyone attempted to port NET-SNMP to RTP?

I ported it and created a custom agent.

Can you give me an idea of a ports potiential complexity?

The doc is overwhelming, the only problem with NET-SNMP is
that is has code to support a huge number of standard MIBS.
This part of the code doesn’t quite compile on QNX6. Hence
the package must be configure to a minimum with the proper
option.

I’d be happy to send you instruction how to build it. With
this info you should be up an running in a few hours.

  • Mario

Andy.
\

Could you post the instructions here? I have a need for it as well – time
saving tips would be greatly appreciated…

tia

Issam

“Mario Charest” <mcharest@remzinformatic.com> wrote in message
news:9mavn8$t3i$1@inn.qnx.com

“Andy” <> andy@symmetry.com.au> > wrote in message
news:9m27in$ki4$> 1@inn.qnx.com> …
Hi:

We have a client who is very interrested in snmp for RTP.

Can anyone comment on the ease of adding to objects to the v2
release.Some
parts appear to be missing (smic) in the 6.1 release.

Also has anyone attempted to port NET-SNMP to RTP?

I ported it and created a custom agent.

Can you give me an idea of a ports potiential complexity?


The doc is overwhelming, the only problem with NET-SNMP is
that is has code to support a huge number of standard MIBS.
This part of the code doesn’t quite compile on QNX6. Hence
the package must be configure to a minimum with the proper
option.

I’d be happy to send you instruction how to build it. With
this info you should be up an running in a few hours.

  • Mario

Andy.


\

Give me a day or two (I have to dig it up) and
badly need sleep for the moment :wink:

“Issam Haddad” <ihaddad@asurent.com> wrote in message
news:9md72s$95l$1@inn.qnx.com

Could you post the instructions here? I have a need for it as well –
time
saving tips would be greatly appreciated…

tia

Issam

“Mario Charest” <> mcharest@remzinformatic.com> > wrote in message
news:9mavn8$t3i$> 1@inn.qnx.com> …

“Andy” <> andy@symmetry.com.au> > wrote in message
news:9m27in$ki4$> 1@inn.qnx.com> …
Hi:

We have a client who is very interrested in snmp for RTP.

Can anyone comment on the ease of adding to objects to the v2
release.Some
parts appear to be missing (smic) in the 6.1 release.

Also has anyone attempted to port NET-SNMP to RTP?

I ported it and created a custom agent.

Can you give me an idea of a ports potiential complexity?


The doc is overwhelming, the only problem with NET-SNMP is
that is has code to support a huge number of standard MIBS.
This part of the code doesn’t quite compile on QNX6. Hence
the package must be configure to a minimum with the proper
option.

I’d be happy to send you instruction how to build it. With
this info you should be up an running in a few hours.

  • Mario

Andy.




\

Take your time… get some sleep…

ve me a day or two (I have to dig it up) and

badly need sleep for the moment > :wink:

“Issam Haddad” <> ihaddad@asurent.com> > wrote in message
news:9md72s$95l$> 1@inn.qnx.com> …
Could you post the instructions here? I have a need for it as well –
time
saving tips would be greatly appreciated…

tia

Issam

“Mario Charest” <> mcharest@remzinformatic.com> > wrote in message
news:9mavn8$t3i$> 1@inn.qnx.com> …

“Andy” <> andy@symmetry.com.au> > wrote in message
news:9m27in$ki4$> 1@inn.qnx.com> …
Hi:

We have a client who is very interrested in snmp for RTP.

Can anyone comment on the ease of adding to objects to the v2
release.Some
parts appear to be missing (smic) in the 6.1 release.

Also has anyone attempted to port NET-SNMP to RTP?

I ported it and created a custom agent.

Can you give me an idea of a ports potiential complexity?


The doc is overwhelming, the only problem with NET-SNMP is
that is has code to support a huge number of standard MIBS.
This part of the code doesn’t quite compile on QNX6. Hence
the package must be configure to a minimum with the proper
option.

I’d be happy to send you instruction how to build it. With
this info you should be up an running in a few hours.

  • Mario

Andy.






\

Install the package then run configure"

…/configure --enable-mini-agent --cache-file=/dev/shmem/cache --disable-shar
ed

Then once configure ran :

edit config.h to add HAVE_GETHOSTBYNAME (it’s undef)

That will give you basic package.





“Issam Haddad” <ihaddad@asurent.com> wrote in message
news:9mfv8t$1na$1@inn.qnx.com

Take your time… get some sleep…

ve me a day or two (I have to dig it up) and
badly need sleep for the moment > :wink:

“Issam Haddad” <> ihaddad@asurent.com> > wrote in message
news:9md72s$95l$> 1@inn.qnx.com> …
Could you post the instructions here? I have a need for it as well –
time
saving tips would be greatly appreciated…

tia

Issam

“Mario Charest” <> mcharest@remzinformatic.com> > wrote in message
news:9mavn8$t3i$> 1@inn.qnx.com> …

“Andy” <> andy@symmetry.com.au> > wrote in message
news:9m27in$ki4$> 1@inn.qnx.com> …
Hi:

We have a client who is very interrested in snmp for RTP.

Can anyone comment on the ease of adding to objects to the v2
release.Some
parts appear to be missing (smic) in the 6.1 release.

Also has anyone attempted to port NET-SNMP to RTP?

I ported it and created a custom agent.

Can you give me an idea of a ports potiential complexity?


The doc is overwhelming, the only problem with NET-SNMP is
that is has code to support a huge number of standard MIBS.
This part of the code doesn’t quite compile on QNX6. Hence
the package must be configure to a minimum with the proper
option.

I’d be happy to send you instruction how to build it. With
this info you should be up an running in a few hours.

  • Mario

Andy.








\

Thanks…

“Mario Charest” <mcharest@remzinformatic.com> wrote in message
news:9mmgrg$5ck$1@inn.qnx.com

Install the package then run configure"


…/configure --enable-mini-agent --cache-file=/dev/shmem/cache --disable-shar
ed

Then once configure ran :

edit config.h to add HAVE_GETHOSTBYNAME (it’s undef)

That will give you basic package.





“Issam Haddad” <> ihaddad@asurent.com> > wrote in message
news:9mfv8t$1na$> 1@inn.qnx.com> …
Take your time… get some sleep…

ve me a day or two (I have to dig it up) and
badly need sleep for the moment > :wink:

“Issam Haddad” <> ihaddad@asurent.com> > wrote in message
news:9md72s$95l$> 1@inn.qnx.com> …
Could you post the instructions here? I have a need for it as
well –
time
saving tips would be greatly appreciated…

tia

Issam

“Mario Charest” <> mcharest@remzinformatic.com> > wrote in message
news:9mavn8$t3i$> 1@inn.qnx.com> …

“Andy” <> andy@symmetry.com.au> > wrote in message
news:9m27in$ki4$> 1@inn.qnx.com> …
Hi:

We have a client who is very interrested in snmp for RTP.

Can anyone comment on the ease of adding to objects to the v2
release.Some
parts appear to be missing (smic) in the 6.1 release.

Also has anyone attempted to port NET-SNMP to RTP?

I ported it and created a custom agent.

Can you give me an idea of a ports potiential complexity?


The doc is overwhelming, the only problem with NET-SNMP is
that is has code to support a huge number of standard MIBS.
This part of the code doesn’t quite compile on QNX6. Hence
the package must be configure to a minimum with the proper
option.

I’d be happy to send you instruction how to build it. With
this info you should be up an running in a few hours.

  • Mario

Andy.










\

Were these tips ever published anywhere, as I would also find them very
helpful for some of the work I am attempting to do with QNX

Thanks in Advance,
Booch

“Issam Haddad” <ihaddad@asurent.com> wrote in message
news:9mfv8t$1na$1@inn.qnx.com

Take your time… get some sleep…

ve me a day or two (I have to dig it up) and
badly need sleep for the moment > :wink:

“Issam Haddad” <> ihaddad@asurent.com> > wrote in message
news:9md72s$95l$> 1@inn.qnx.com> …
Could you post the instructions here? I have a need for it as well –
time
saving tips would be greatly appreciated…

tia

Issam

“Mario Charest” <> mcharest@remzinformatic.com> > wrote in message
news:9mavn8$t3i$> 1@inn.qnx.com> …

“Andy” <> andy@symmetry.com.au> > wrote in message
news:9m27in$ki4$> 1@inn.qnx.com> …
Hi:

We have a client who is very interrested in snmp for RTP.

Can anyone comment on the ease of adding to objects to the v2
release.Some
parts appear to be missing (smic) in the 6.1 release.

Also has anyone attempted to port NET-SNMP to RTP?

I ported it and created a custom agent.

Can you give me an idea of a ports potiential complexity?


The doc is overwhelming, the only problem with NET-SNMP is
that is has code to support a huge number of standard MIBS.
This part of the code doesn’t quite compile on QNX6. Hence
the package must be configure to a minimum with the proper
option.

I’d be happy to send you instruction how to build it. With
this info you should be up an running in a few hours.

  • Mario

Andy.








\

Here it is …
“Mario Charest” <mcharest@remzinformatic.com> wrote in message
news:9mmgrg$5ck$1@inn.qnx.com

Install the package then run configure"


…/configure --enable-mini-agent --cache-file=/dev/shmem/cache --disable-shar
ed

Then once configure ran :

edit config.h to add HAVE_GETHOSTBYNAME (it’s undef)

That will give you basic package.





“Issam Haddad” <> ihaddad@asurent.com> > wrote in message
news:9mfv8t$1na$> 1@inn.qnx.com> …
Take your time… get some sleep…

ve me a day or two (I have to dig it up) and
badly need sleep for the moment > :wink:

“Issam Haddad” <> ihaddad@asurent.com> > wrote in message
news:9md72s$95l$> 1@inn.qnx.com> …
Could you post the instructions here? I have a need for it as
well –
time
saving tips would be greatly appreciated…

tia

Issam

“Mario Charest” <> mcharest@remzinformatic.com> > wrote in message
news:9mavn8$t3i$> 1@inn.qnx.com> …

“Andy” <> andy@symmetry.com.au> > wrote in message
news:9m27in$ki4$> 1@inn.qnx.com> …
Hi:

We have a client who is very interrested in snmp for RTP.

Can anyone comment on the ease of adding to objects to the v2
release.Some
parts appear to be missing (smic) in the 6.1 release.

Also has anyone attempted to port NET-SNMP to RTP?

I ported it and created a custom agent.

Can you give me an idea of a ports potiential complexity?


The doc is overwhelming, the only problem with NET-SNMP is
that is has code to support a huge number of standard MIBS.
This part of the code doesn’t quite compile on QNX6. Hence
the package must be configure to a minimum with the proper
option.

I’d be happy to send you instruction how to build it. With
this info you should be up an running in a few hours.

  • Mario

Andy.










\

“Greg Buccini” <booch@monk.org> wrote in message
news:9pde5k$8v1$1@inn.qnx.com

Were these tips ever published anywhere, as I would also find them very
helpful for some of the work I am attempting to do with QNX

Publish no, this is specific to net-snmp though.

By the way, QNX has announced its own SNMP package.

Thanks in Advance,
Booch

“Issam Haddad” <> ihaddad@asurent.com> > wrote in message
news:9mfv8t$1na$> 1@inn.qnx.com> …
Take your time… get some sleep…

ve me a day or two (I have to dig it up) and
badly need sleep for the moment > :wink:

“Issam Haddad” <> ihaddad@asurent.com> > wrote in message
news:9md72s$95l$> 1@inn.qnx.com> …
Could you post the instructions here? I have a need for it as
well –
time
saving tips would be greatly appreciated…

tia

Issam

“Mario Charest” <> mcharest@remzinformatic.com> > wrote in message
news:9mavn8$t3i$> 1@inn.qnx.com> …

“Andy” <> andy@symmetry.com.au> > wrote in message
news:9m27in$ki4$> 1@inn.qnx.com> …
Hi:

We have a client who is very interrested in snmp for RTP.

Can anyone comment on the ease of adding to objects to the v2
release.Some
parts appear to be missing (smic) in the 6.1 release.

Also has anyone attempted to port NET-SNMP to RTP?

I ported it and created a custom agent.

Can you give me an idea of a ports potiential complexity?


The doc is overwhelming, the only problem with NET-SNMP is
that is has code to support a huge number of standard MIBS.
This part of the code doesn’t quite compile on QNX6. Hence
the package must be configure to a minimum with the proper
option.

I’d be happy to send you instruction how to build it. With
this info you should be up an running in a few hours.

  • Mario

Andy.










\

Mario Charest wrote:

“Greg Buccini” <> booch@monk.org> > wrote in message
news:9pde5k$8v1$> 1@inn.qnx.com> …
Were these tips ever published anywhere, as I would also find them very
helpful for some of the work I am attempting to do with QNX

Publish no, this is specific to net-snmp though.

By the way, QNX has announced its own SNMP package.

ghm… could you point out some URL ? I didn’t succeed.


BR, Andrej

“Andrej Timchenko” <andrej.timchenko@nokia.com> wrote in message
news:3BD014F4.4E925F9C@nokia.com

Mario Charest wrote:

“Greg Buccini” <> booch@monk.org> > wrote in message
news:9pde5k$8v1$> 1@inn.qnx.com> …
Were these tips ever published anywhere, as I would also find them
very
helpful for some of the work I am attempting to do with QNX

Publish no, this is specific to net-snmp though.

By the way, QNX has announced its own SNMP package.

ghm… could you point out some URL ? I didn’t succeed.

http://www.qnx.com/networking/index.html

Look for the string Emanate. If seen a page with more details, but
I can’t find it at this time.



BR, Andrej

Mario Charest wrote:

“Andrej Timchenko” <> andrej.timchenko@nokia.com> > wrote in message
news:> 3BD014F4.4E925F9C@nokia.com> …
Mario Charest wrote:

By the way, QNX has announced its own SNMP package.

ghm… could you point out some URL ? I didn’t succeed.

http://www.qnx.com/networking/index.html

Look for the string Emanate. If seen a page with more details, but
I can’t find it at this time.

It was in one of their press releases. Just type “emanate”
into the “search” box at QNX. This gets lots of hits, like:

http://www.qnx.com/news/pr/sep05_01-snmp.html

We’ve heard something like US$40,000 plus US$25 per box.

Tom Evans
InitialSurnameAt
tennyson.com.au