Re: [j-nsp] Junos Telemetry Interface

2020-04-22 Thread Jeffrey Haas via juniper-nsp
--- Begin Message --- Note that I'm not speaking for my employer's implementation here. I don't know enough of the code in question to give a deep dive answer into the issue from top of my head. That said, I've spent a number of years working on data aggregation tools in a prior life.

Re: [j-nsp] Junos Telemetry Interface

2020-04-22 Thread Martin Tonusoo
Hi Aaron, > I tried decimals and zero to see what would happen, seems that 1 is the lowest. Looks like it is possible to configure 0 as a reporting-rate using ephemeral database, but then the device simply does not send any telemetry data. I also did some further testing with Grafana and it

Re: [j-nsp] Junos Telemetry Interface

2020-04-20 Thread Aaron Gould
Here's my lab MX960 Mine is currently set at 1 second set services analytics export-profile my-exprt-prfl reporting-rate 1 I tried decimals and zero to see what would happen, seems that 1 is the lowest. {master}[edit] agould@lab-960# set services analytics export-profile my-exprt-prfl

Re: [j-nsp] Junos Telemetry Interface

2020-04-20 Thread Martin Tonusoo
Hi Dario, > So I can get the correct values in Grafana in bps, what reporting-rate do you have configured on the Juniper? I configured 1 second interval, but I noticed that at least vMX sent data with 2 and occasionally 3 second intervals. I guess this is because according to

Re: [j-nsp] Junos Telemetry Interface

2020-04-14 Thread Colton Conor
it running on MX960’s. >>>>>> >>>>>> >>>>>> >>>>>> I understand the grpc/openconfig method requires you to download some >>>>>> code/software to the network device. >>>>>> >>>>>> >>>>&g

Re: [j-nsp] Junos Telemetry Interface

2020-04-14 Thread Dario Amaya
On Tue, Apr 14, 2020 at 2:01 PM Martin Tonusoo wrote: > > Hi Dario, > > > This looks really useful, thanks for sharing. Just checking, do I only need > > this script, InfluxDB and Grafana to get traffic graphs? > > That's correct. Thanks - it's working nicely. So I can get the correct values in

Re: [j-nsp] Junos Telemetry Interface

2020-04-14 Thread Martin Tonusoo
Hi Dario, > This looks really useful, thanks for sharing. Just checking, do I only need this script, InfluxDB and Grafana to get traffic graphs? That's correct. WBR, Martin ___ juniper-nsp mailing list juniper-nsp@puck.nether.net

Re: [j-nsp] Junos Telemetry Interface

2020-04-14 Thread Dario Amaya
On Mon, Apr 13, 2020 at 4:46 AM Aaron Gould wrote: > > You’re welcome Colton. I understand there are 2 different ways to do > telemetry on Juniper. One called Native and the other called > gRPC/openconfig. I’ve done the Native form. I think the native form is a > configured form where by

Re: [j-nsp] Junos Telemetry Interface

2020-04-14 Thread Dario Amaya
On Tue, Apr 14, 2020 at 12:13 AM Martin Tonusoo wrote: > > Telegraf has a built-in input plugin for Juniper Openconfig, so it takes > > like 5 minutes to enable. > > there also seems to be a patch for native sensors: > https://github.com/influxdata/telegraf/pull/6365. Unfortunately, it's not >

Re: [j-nsp] Junos Telemetry Interface

2020-04-14 Thread Roger Wiklund
> known Cronograf, which I actually use and like), InfluxDB (TSDB), fluentd, >>>>> and other components. I must credit Dave, my coworker and resident Linux >>>>> genius in assisting my with the server side collector setup. Some >>>>> helpful/relate

Re: [j-nsp] Junos Telemetry Interface

2020-04-13 Thread Martin Tonusoo
Hi, > Telegraf has a built-in input plugin for Juniper Openconfig, so it takes > like 5 minutes to enable. there also seems to be a patch for native sensors: https://github.com/influxdata/telegraf/pull/6365. Unfortunately, it's not yet merged. In addition, in order to better understand how the

Re: [j-nsp] Junos Telemetry Interface

2020-04-13 Thread Colton Conor
p. Some >>>> helpful/related links below…. >>>> >>>> >>>> >>>> >>>> >>>> https://puck.nether.net/pipermail/juniper-nsp/2018-October/036602.html >>>> >>>> >>>> >>>> &g

Re: [j-nsp] Junos Telemetry Interface

2020-04-13 Thread Roger Wiklund
ttps://openeye.blog/2017/06/26/using-opennti-as-a-collector-for-streaming-telemetry-from-juniper-devices-part-1/ >>> >>> >>> >>> >>> >>> >>> https://www.juniper.net/documentation/en_US/junos/topics/concept/junos-telemetry-interface-oveview.

Re: [j-nsp] Junos Telemetry Interface

2020-04-13 Thread Colton Conor
; >> >> >> https://www.juniper.net/documentation/en_US/junos/topics/concept/junos-telemetry-interface-oveview.html >> >> look under “telemetry sensors and data models” >> >> >> >> >> >> >> https://community.grafana.com/t/h

Re: [j-nsp] Junos Telemetry Interface

2020-04-13 Thread Roger Wiklund
cs sensor my-sensor-21 export-name my-exprt-prfl > set services analytics sensor my-sensor-21 resource > /junos/system/linecard/services/inline-jflow/ > set services analytics sensor my-sensor-13 server-name my-grafana-srvr > set services analytics sensor my-sensor-13 export-name my-exprt

Re: [j-nsp] Junos Telemetry Interface

2020-04-12 Thread Aaron Gould
2020 3:25 PM To: Juniper List Subject: [j-nsp] Junos Telemetry Interface Instead of monitoring Juniper equipment by SNMP with 5 minute polling we would like to use streaming telemetry to monitor the devices in real-time. This requires the Junos Telemetry Interface. Looking in the Juniper Feature Ex

Re: [j-nsp] Junos Telemetry Interface

2020-04-11 Thread Colton Conor
niper-nsp [mailto:juniper-nsp-boun...@puck.nether.net] On Behalf > Of > Colton Conor > Sent: Thursday, April 9, 2020 3:25 PM > To: Juniper List > Subject: [j-nsp] Junos Telemetry Interface > > Instead of monitoring Juniper equipment by SNMP with 5 minute polling we > would

Re: [j-nsp] Junos Telemetry Interface

2020-04-10 Thread Aaron Gould
Subject: [j-nsp] Junos Telemetry Interface Instead of monitoring Juniper equipment by SNMP with 5 minute polling we would like to use streaming telemetry to monitor the devices in real-time. This requires the Junos Telemetry Interface. Looking in the Juniper Feature Explorer, Junos Telemetry Interface

[j-nsp] Junos Telemetry Interface

2020-04-09 Thread Colton Conor
Instead of monitoring Juniper equipment by SNMP with 5 minute polling we would like to use streaming telemetry to monitor the devices in real-time. This requires the Junos Telemetry Interface. Looking in the Juniper Feature Explorer, Junos Telemetry Interface is not a feature, but rater a whole

Re: [j-nsp] Junos Telemetry Interface (JTI)

2019-10-16 Thread Aaron Gould
es.burn...@geant.org Subject: Re: [j-nsp] Junos Telemetry Interface (JTI) Guys, I wanted to follow up and see how things are going with JTI? Also, it has been brought to my attention that OpenNMS supports JTI. I was not aware of that, so I figured I would share with others: https://docs

Re: [j-nsp] Junos Telemetry Interface (JTI)

2018-11-12 Thread Colton Conor
;> > >> > >> -Original Message- > >> From: Aaron Gould [mailto:aar...@gvtc.com] > >> Sent: 11 October 2018 13:59 > >> To: juniper-nsp@puck.nether.net > >> Cc: James Burnett ; Niall Donaghy > >> ; 'Colton Conor' > >>

Re: [j-nsp] Junos Telemetry Interface (JTI)

2018-10-11 Thread Aaron1
experiences as you kick the tyres and - >> hopefully - incorporate this into your NMS/procedures. :) >> >> Many thanks, >> Niall >> >> >> -Original Message- >> From: Aaron Gould [mailto:aar...@gvtc.com] >> Sent: 11 October 201

Re: [j-nsp] Junos Telemetry Interface (JTI)

2018-10-11 Thread Tom Beecher
t; Sent: 11 October 2018 13:59 > To: juniper-nsp@puck.nether.net > Cc: James Burnett ; Niall Donaghy > ; 'Colton Conor' > Subject: RE: [j-nsp] Junos Telemetry Interface (JTI) > > Wanted to circle back with y'all... I finally got this working...thanks to > techmocha10 (see below) and my linu

Re: [j-nsp] Junos Telemetry Interface (JTI)

2018-10-11 Thread Niall Donaghy
- From: Aaron Gould [mailto:aar...@gvtc.com] Sent: 11 October 2018 13:59 To: juniper-nsp@puck.nether.net Cc: James Burnett ; Niall Donaghy ; 'Colton Conor' Subject: RE: [j-nsp] Junos Telemetry Interface (JTI) Wanted to circle back with y'all... I finally got this working...thanks to techmocha10 (see

Re: [j-nsp] Junos Telemetry Interface (JTI)

2018-10-11 Thread Aaron Gould
Wanted to circle back with y'all... I finally got this working...thanks to techmocha10 (see below) and my linux coworker genius (Dave), I'll just copy/paste a post I just made... https://forums.juniper.net/t5/vMX/Telemetry-data-is-not-streaming-from-Juniper-vMX-17-4R1-16/m-p/375996#M923 I

Re: [j-nsp] Junos Telemetry Interface (JTI)

2018-09-28 Thread Colton Conor
Aaron, Yes, OpenNTI includes Grafana. https://techmocha.blog/2017/06/26/using-opennti-as-a-collector-for-streaming-telemetry-from-juniper-devices-part-1/ Doesn't Grafana require alot of work to get all the sensors setup though? AKA its not as simple as an SMNP walk with established NMS software

Re: [j-nsp] Junos Telemetry Interface (JTI)

2018-09-28 Thread Aaron1
I think Grafana is also capable of receiving this Telemetry info Maybe someone else can share how to make that work I’m also wanting to use JTI in ACX, And wondering if that capability is coming soon https://grafana.com/ https://github.com/brunorijsman/juniper-grafana Aaron > On Sep 28,

Re: [j-nsp] Junos Telemetry Interface (JTI)

2018-09-28 Thread Colton Conor
Dave, Yep, it looks like the video is mentioning SevOne that's them thanks https://www.sevone.com/streamingdatacollectors On Fri, Sep 28, 2018 at 8:34 AM Dave Bell wrote: > Sounds like SevOne to me (https://www.sevone.com/) > > On Fri, 28 Sep 2018 at 14:08, Colton Conor wrote: > >> Are

Re: [j-nsp] Junos Telemetry Interface (JTI)

2018-09-28 Thread Dave Bell
Sounds like SevOne to me (https://www.sevone.com/) On Fri, 28 Sep 2018 at 14:08, Colton Conor wrote: > Are there any third party network monitoring systems capable of interacting > with Junos Telemetry Interface (JTI)? Many of the third party systems are > SNMP and ICMP based, but we are

[j-nsp] Junos Telemetry Interface (JTI)

2018-09-28 Thread Colton Conor
Are there any third party network monitoring systems capable of interacting with Junos Telemetry Interface (JTI)? Many of the third party systems are SNMP and ICMP based, but we are looking for more real-time metrics. We could set the SNMP polling to intervals of less than a minute, but I assume