Junos OS

 View Only
last person joined: 16 hours ago 

Ask questions and share experiences about Junos OS.
  • 1.  JTIMON - Retreive OSPF telemetry data

    Posted 10-20-2024 11:53

    Hello, 

    Hello,

    I'm deploying JTIMON to retreive telemetric data. 

    The project used is: https://github.com/Juniper/jtimon

    I managed to retreive data for interfaces and BGP protocol, but not for OSPF.

    I tested using the path bellow, but no OSPF data sent:

    "path": "/network-instances/network-instance/protocols/protocol/ospf"

    Do you have any idea how to handle this for OSPF ?

    Thank you.



    ------------------------------
    NOC RINGOVER
    ------------------------------


  • 2.  RE: JTIMON - Retreive OSPF telemetry data

     
    Posted 10-20-2024 16:22

    Try

    /network-instances/network-instance/protocols/protocol/ospfv2

    Regards,



    ------------------------------
    Andy SharpAndy Sharp
    ------------------------------



  • 3.  RE: JTIMON - Retreive OSPF telemetry data

    Posted 10-21-2024 03:50

    Hello,

    I have already tested the path bellow and it worked for me.

    /network-instances/network-instance/protocols/protocol/ospfv2

    Thank you four your help.

    Kind Regards.



    ------------------------------
    NOC RINGOVER
    ------------------------------



  • 4.  RE: JTIMON - Retreive OSPF telemetry data

     
    Posted 10-21-2024 05:52

    Great to hear that you've used the correct path.

    Not sure if you are already aware of the yang model explorer, but this certainly helps to identify native and openconfig sensor paths.

    https://apps.juniper.net/ydm-explorer/

    Regards,