Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: nsp: juniper

RPM MIB

 

 

nsp juniper RSS feed   Index | Next | Previous | View Threaded


sshankar_ks at yahoo

Mar 21, 2012, 2:21 AM

Post #1 of 5 (567 views)
Permalink
RPM MIB

Hi, Has anyone implemented RPM in juniper M/MX or J series routers ? I'm trying to find a way to pollthe RPM probe results via SNMP. The problem is that, the MIBs are proprietyto Juniper and the snmp mibwalk results doesn't correlate probe-name if you have multiple probes.

tested in junos 9.3R4. Any help is appreciated.

Thanks
_______________________________________________
juniper-nsp mailing list juniper-nsp [at] puck
https://puck.nether.net/mailman/listinfo/juniper-nsp


nick.kritsky at gmail

Mar 21, 2012, 7:22 AM

Post #2 of 5 (516 views)
Permalink
Re: RPM MIB [In reply to]

Here is piece of perl script from my Cacti server that polls RPM data:
my $jnxRpmResCalcAverage = '.1.3.6.1.4.1.2636.3.50.1.3.1.5';
my $jnxRpmResCalcPkToPk = '.1.3.6.1.4.1.2636.3.50.1.3.1.6';

This should give you an idea. Probe name is most probably encoded in OID.

Nick

On Wed, Mar 21, 2012 at 1:21 PM, Shiva S Narayana <sshankar_ks [at] yahoo>wrote:

> Hi, Has anyone implemented RPM in juniper M/MX or J series routers ? I'm
> trying to find a way to pollthe RPM probe results via SNMP. The problem is
> that, the MIBs are proprietyto Juniper and the snmp mibwalk results doesn't
> correlate probe-name if you have multiple probes.
>
> tested in junos 9.3R4. Any help is appreciated.
>
> Thanks
> _______________________________________________
> juniper-nsp mailing list juniper-nsp [at] puck
> https://puck.nether.net/mailman/listinfo/juniper-nsp
>
_______________________________________________
juniper-nsp mailing list juniper-nsp [at] puck
https://puck.nether.net/mailman/listinfo/juniper-nsp


sshankar_ks at yahoo

Mar 21, 2012, 7:40 AM

Post #3 of 5 (518 views)
Permalink
Re: RPM MIB [In reply to]

Thanks Nick, But the main problem is how to decode the probe name and each test under the problem, as they are encoded..any ideas?

Cheers


________________________________
From: Nick Kritsky <nick.kritsky [at] gmail>
To: Shiva S Narayana <sshankar_ks [at] yahoo>
Cc: jpuck <juniper-nsp [at] puck>
Sent: Wednesday, March 21, 2012 2:22 PM
Subject: Re: [j-nsp] RPM MIB


Here is piece of perl script from my Cacti server that polls RPM data:
my $jnxRpmResCalcAverage = '.1.3.6.1.4.1.2636.3.50.1.3.1.5';
my $jnxRpmResCalcPkToPk = '.1.3.6.1.4.1.2636.3.50.1.3.1.6';

This should give you an idea. Probe name is most probably encoded in OID.

Nick

On Wed, Mar 21, 2012 at 1:21 PM, Shiva S Narayana <sshankar_ks [at] yahoo> wrote:

Hi, Has anyone implemented RPM in juniper M/MX or J series routers ? I'm trying to find a way to pollthe RPM probe results via SNMP. The problem is that, the MIBs are proprietyto Juniper and the snmp mibwalk results doesn't correlate probe-name if you have multiple probes.
>
>tested in junos 9.3R4. Any help is appreciated.
>
>Thanks
>_______________________________________________
>juniper-nsp mailing list juniper-nsp [at] puck
>https://puck.nether.net/mailman/listinfo/juniper-nsp
>
_______________________________________________
juniper-nsp mailing list juniper-nsp [at] puck
https://puck.nether.net/mailman/listinfo/juniper-nsp


sshankar_ks at yahoo

Mar 21, 2012, 7:53 AM

Post #4 of 5 (517 views)
Permalink
Re: RPM MIB [In reply to]

I meant:

"how to decode the probe name and each test under the probe, as they are encoded"

There must be a easy and scalable way to correlate the o/p for each probe and subsequent test..

Cheers



________________________________
From: Shiva S Narayana <sshankar_ks [at] yahoo>
To: Nick Kritsky <nick.kritsky [at] gmail>
Cc: jpuck <juniper-nsp [at] puck>
Sent: Wednesday, March 21, 2012 2:40 PM
Subject: Re: [j-nsp] RPM MIB

Thanks Nick, But the main problem is how to decode the probe name and each test under the problem, as they are encoded..any ideas?

Cheers


________________________________
From: Nick Kritsky <nick.kritsky [at] gmail>
To: Shiva S Narayana <sshankar_ks [at] yahoo>
Cc: jpuck <juniper-nsp [at] puck>
Sent: Wednesday, March 21, 2012 2:22 PM
Subject: Re: [j-nsp] RPM MIB


Here is piece of perl script from my Cacti server that polls RPM data:
my $jnxRpmResCalcAverage = '.1.3.6.1.4.1.2636.3.50.1.3.1.5';
my $jnxRpmResCalcPkToPk = '.1.3.6.1.4.1.2636.3.50.1.3.1.6';

This should give you an idea. Probe name is most probably encoded in OID.

Nick

On Wed, Mar 21, 2012 at 1:21 PM, Shiva S Narayana <sshankar_ks [at] yahoo> wrote:

Hi, Has anyone implemented RPM in juniper M/MX or J series routers ? I'm trying to find a way to pollthe RPM probe results via SNMP. The problem is that, the MIBs are proprietyto Juniper and the snmp mibwalk results doesn't correlate probe-name if you have multiple probes.
>
>tested in junos 9.3R4. Any help is appreciated.
>
>Thanks
>_______________________________________________
>juniper-nsp mailing list juniper-nsp [at] puck
>https://puck.nether.net/mailman/listinfo/juniper-nsp
>
_______________________________________________
juniper-nsp mailing list juniper-nsp [at] puck
https://puck.nether.net/mailman/listinfo/juniper-nsp
_______________________________________________
juniper-nsp mailing list juniper-nsp [at] puck
https://puck.nether.net/mailman/listinfo/juniper-nsp


nitzan.tzelniker at gmail

Mar 21, 2012, 11:33 AM

Post #5 of 5 (516 views)
Permalink
Re: RPM MIB [In reply to]

try the script i send to the cacti forums
http://forums.cacti.net/about32000.html

Nitzan

On Wed, Mar 21, 2012 at 16:53, Shiva S Narayana <sshankar_ks [at] yahoo>wrote:

> I meant:
>
> "how to decode the probe name and each test under the probe, as they are
> encoded"
>
> There must be a easy and scalable way to correlate the o/p for each probe
> and subsequent test..
>
> Cheers
>
>
>
> ________________________________
> From: Shiva S Narayana <sshankar_ks [at] yahoo>
> To: Nick Kritsky <nick.kritsky [at] gmail>
> Cc: jpuck <juniper-nsp [at] puck>
> Sent: Wednesday, March 21, 2012 2:40 PM
> Subject: Re: [j-nsp] RPM MIB
>
> Thanks Nick, But the main problem is how to decode the probe name and each
> test under the problem, as they are encoded..any ideas?
>
> Cheers
>
>
> ________________________________
> From: Nick Kritsky <nick.kritsky [at] gmail>
> To: Shiva S Narayana <sshankar_ks [at] yahoo>
> Cc: jpuck <juniper-nsp [at] puck>
> Sent: Wednesday, March 21, 2012 2:22 PM
> Subject: Re: [j-nsp] RPM MIB
>
>
> Here is piece of perl script from my Cacti server that polls RPM data:
> my $jnxRpmResCalcAverage = '.1.3.6.1.4.1.2636.3.50.1.3.1.5';
> my $jnxRpmResCalcPkToPk = '.1.3.6.1.4.1.2636.3.50.1.3.1.6';
>
> This should give you an idea. Probe name is most probably encoded in OID.
>
> Nick
>
> On Wed, Mar 21, 2012 at 1:21 PM, Shiva S Narayana <sshankar_ks [at] yahoo>
> wrote:
>
> Hi, Has anyone implemented RPM in juniper M/MX or J series routers ? I'm
> trying to find a way to pollthe RPM probe results via SNMP. The problem is
> that, the MIBs are proprietyto Juniper and the snmp mibwalk results doesn't
> correlate probe-name if you have multiple probes.
> >
> >tested in junos 9.3R4. Any help is appreciated.
> >
> >Thanks
> >_______________________________________________
> >juniper-nsp mailing list juniper-nsp [at] puck
> >https://puck.nether.net/mailman/listinfo/juniper-nsp
> >
> _______________________________________________
> juniper-nsp mailing list juniper-nsp [at] puck
> https://puck.nether.net/mailman/listinfo/juniper-nsp
> _______________________________________________
> juniper-nsp mailing list juniper-nsp [at] puck
> https://puck.nether.net/mailman/listinfo/juniper-nsp
>
_______________________________________________
juniper-nsp mailing list juniper-nsp [at] puck
https://puck.nether.net/mailman/listinfo/juniper-nsp

nsp juniper RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.