Hi Shaffi,

The features from 'F' versions are merged in 16.1R1 onwards. So better
upgrade to 15.1F6 e.g. for testing telemetry interface.

Ivan,

On Tue, Apr 11, 2017 at 4:38 PM, <[email protected]> wrote:

> Actually, not sure your release supports it. Indeed Junos Telemetry
> Interface was introduced in Junos OS Release 15.1F3. not sure R branch
> supports it
>
>
> -----Message d'origine-----
> De : Shaffi Khan [mailto:[email protected]]
> Envoyé : mardi 11 avril 2017 17:27
> À : ROY David DTSI/DERS; [email protected]
> Objet : RE: [j-nsp] JunOS Telemetry
>
> Yes, I did try "restart SDN-Telemetry immediately", but there was no
> effect.
>
> Unfortunately  I'm not able to try a different version at this point in
> time.
>
> -----Original Message-----
> From: [email protected] [mailto:[email protected]]
> Sent: 11 April 2017 3:41 PM
> To: Shaffi Khan <[email protected]>; [email protected]
> Subject: RE: [j-nsp] JunOS Telemetry
>
> Strange. It works for me. Maybe a bug or a limitation with your version ?
>
> Did you try to force SDN-telemetry restart ?
>
> -----Message d'origine-----
> De : Shaffi Khan [mailto:[email protected]] Envoyé : mardi 11 avril
> 2017 15:57 À : ROY David DTSI/DERS; [email protected] Objet :
> RE: [j-nsp] JunOS Telemetry
>
> Hmm, I'm not seeing any sensors there
>
> start shell pfe network fpc2
>
>
> RMPC platform (1200Mhz QorIQ P2020 processor, 3584MB memory, 512KB flash)
>
> NGMPC2(MX-testlab-re0 vty)# show agent sensors
>          ID  Name
>  ----------  --------------------------------
>
> Total number of SENSOR = 0
>
>
> I've just seen this on the documentation page:  "Junos Telemetry Interface
> was introduced in Junos OS Release 15.1F3 on MX Series routers"
> https://www.juniper.net/documentation/en_US/junos/
> topics/task/configuration/junos-telemetry-interface-configuring.html
>
> I wonder if it is because I'm running 15.1R4?  It's odd that the telemetry
> commands are available though....
>
> -----Original Message-----
> From: [email protected] [mailto:[email protected]]
> Sent: 11 April 2017 2:37 PM
> To: Shaffi Khan <[email protected]>; [email protected]
> Subject: RE: [j-nsp] JunOS Telemetry
>
> Ok.
>
> Could you check at PFE level if sensors are well instanced ?
>
> start shell pfe network fpcX
> show agent sensors
>
> ex.
> show agent sensors
>
>  Jvision ID  Name
>  ----------  --------------------------------
>    13222432  sensor-13             5000(300)
>    13222433  sensor-12             5000(4902)
>    13222434  sensor-11             5000(1348)
>    13222439  sensor-14             5000(843)
>    13222443  sensor-18             0(0)
>    13222464  sensor-23             5000(300)
>    13222465  sensor-22             5000(4001)
>    13222466  sensor-21             5000(1348)
>    13222471  sensor-24             5000(843)
>    13222475  sensor-28             0(0)
>   129585707  __default_fabric_sensor__  5000(3972)
>
> Total number of jvision SENSORs = 11
>
>
> -----Message d'origine-----
> De : Shaffi Khan [mailto:[email protected]] Envoyé : mardi 11 avril
> 2017 15:35 À : ROY David DTSI/DERS; [email protected] Objet :
> RE: [j-nsp] JunOS Telemetry
>
> Hi David
>
> It seems to be running:
>
> show system processes extensive | match agentd
> 20980 root        1  20    0   717M  5584K select  0   0:05   0.00% agentd
> 20997 root        1  24    0   720M  4468K select  3   0:00   0.00%
> stats-agentd
>
> Polling is a large number because the value is measured in nano seconds:
>
> {master}[edit services analytics sensor test-sensor] testlab@MXtestlab#
> set polling-interval ?
> Possible completions:
>   <polling-interval>   Define sensor polling interval in nano secs
> (nanoseconds)
>
>
> So I'm polling every 0.1 seconds.
>
> Simarly, reporting-rate under export-profile is measured in milliseconds,
> so I'm reporting every second.
>
>
>
> -----Original Message-----
> From: [email protected] [mailto:[email protected]]
> Sent: 11 April 2017 2:24 PM
> To: Shaffi Khan <[email protected]>; [email protected]
> Subject: RE: [j-nsp] JunOS Telemetry
>
> Hello
>
> Does agent is running ?
>
> show system processes extensive | match agentd
> 26812 root          3  20    0   735M 13136K nanslp  1   0:15   0.00%
> agentd
>
> You could try to restart process :
>
> restart SDN-Telemetry immediately
>
> I see your polling interval is very high David
>
>
> -----Message d'origine-----
> De : juniper-nsp [mailto:[email protected]] De la part
> de Shaffi Khan Envoyé : mardi 11 avril 2017 15:05 À :
> [email protected] Objet : [j-nsp] JunOS Telemetry
>
> I've just started investigating using the Juniper telemetry interface for
> analytics on MX routers, but I'm having some problems getting it running.
>
> I'm using the Juniper Open NTI collector, which is up and running (default
> config, no changes made whatsoever), however it never receives any data, as
> confirmed by a tcpdump on the box.
>
> My setup is thus:
>
> testlab@MXtestlab # run show version
> Hostname: MXtestlab
> Model: mx240
> Junos: 15.1R4-S2.1
>
> sensor test-sensor {
>     server-name open-nti;
>     export-name test-telemetry;
>     polling-interval 100000000;
>     resource /junos/system/linecard/interface/;
> }
> streaming-server open-nti {
>     remote-address 10.100.0.127;
>     remote-port 50000;
> }
> export-profile test-telemetry {
>     local-address 10.100.0.96;
>     local-port 30010;
>     reporting-rate 1000;
>     format gpb;
>     transport udp;
> }
>
> The problem I see is that "show agent sensors" never reports a sensor:
> testlab@MXtestlab# run show agent sensors
>
> {master}[edit services analytics]
>
> I've read over the Juniper docs and can't see anything obvious that I'm
> missing, however I'm sure it is something simple.
>
> If anyone has any idea's I'd love to hear them!
>
> TIA
>
> _______________________________________________
> juniper-nsp mailing list [email protected]
> https://puck.nether.net/mailman/listinfo/juniper-nsp
>
> ____________________________________________________________
> _____________________________________________________________
>
> Ce message et ses pieces jointes peuvent contenir des informations
> confidentielles ou privilegiees et ne doivent donc pas etre diffuses,
> exploites ou copies sans autorisation. Si vous avez recu ce message par
> erreur, veuillez le signaler a l'expediteur et le detruire ainsi que les
> pieces jointes. Les messages electroniques etant susceptibles d'alteration,
> Orange decline toute responsabilite si ce message a ete altere, deforme ou
> falsifie. Merci.
>
> This message and its attachments may contain confidential or privileged
> information that may be protected by law; they should not be distributed,
> used or copied without authorisation.
> If you have received this email in error, please notify the sender and
> delete this message and its attachments.
> As emails may be altered, Orange is not liable for messages that have been
> modified, changed or falsified.
> Thank you.
>
>
> ____________________________________________________________
> _____________________________________________________________
>
> Ce message et ses pieces jointes peuvent contenir des informations
> confidentielles ou privilegiees et ne doivent donc pas etre diffuses,
> exploites ou copies sans autorisation. Si vous avez recu ce message par
> erreur, veuillez le signaler a l'expediteur et le detruire ainsi que les
> pieces jointes. Les messages electroniques etant susceptibles d'alteration,
> Orange decline toute responsabilite si ce message a ete altere, deforme ou
> falsifie. Merci.
>
> This message and its attachments may contain confidential or privileged
> information that may be protected by law; they should not be distributed,
> used or copied without authorisation.
> If you have received this email in error, please notify the sender and
> delete this message and its attachments.
> As emails may be altered, Orange is not liable for messages that have been
> modified, changed or falsified.
> Thank you.
>
>
> ____________________________________________________________
> _____________________________________________________________
>
> Ce message et ses pieces jointes peuvent contenir des informations
> confidentielles ou privilegiees et ne doivent donc pas etre diffuses,
> exploites ou copies sans autorisation. Si vous avez recu ce message par
> erreur, veuillez le signaler a l'expediteur et le detruire ainsi que les
> pieces jointes. Les messages electroniques etant susceptibles d'alteration,
> Orange decline toute responsabilite si ce message a ete altere, deforme ou
> falsifie. Merci.
>
> This message and its attachments may contain confidential or privileged
> information that may be protected by law; they should not be distributed,
> used or copied without authorisation.
> If you have received this email in error, please notify the sender and
> delete this message and its attachments.
> As emails may be altered, Orange is not liable for messages that have been
> modified, changed or falsified.
> Thank you.
>
>
> ____________________________________________________________
> _____________________________________________________________
>
> Ce message et ses pieces jointes peuvent contenir des informations
> confidentielles ou privilegiees et ne doivent donc
> pas etre diffuses, exploites ou copies sans autorisation. Si vous avez
> recu ce message par erreur, veuillez le signaler
> a l'expediteur et le detruire ainsi que les pieces jointes. Les messages
> electroniques etant susceptibles d'alteration,
> Orange decline toute responsabilite si ce message a ete altere, deforme ou
> falsifie. Merci.
>
> This message and its attachments may contain confidential or privileged
> information that may be protected by law;
> they should not be distributed, used or copied without authorisation.
> If you have received this email in error, please notify the sender and
> delete this message and its attachments.
> As emails may be altered, Orange is not liable for messages that have been
> modified, changed or falsified.
> Thank you.
>
> _______________________________________________
> juniper-nsp mailing list [email protected]
> https://puck.nether.net/mailman/listinfo/juniper-nsp
>



-- 
Best Regards!

Ivan Ivanov
_______________________________________________
juniper-nsp mailing list [email protected]
https://puck.nether.net/mailman/listinfo/juniper-nsp

Reply via email to