Automation

 View Only
last person joined: 10 days ago 

Ask questions and share experiences about Apstra, Paragon, and all things network automation.
  • 1.  Question on Paragon Automation Alerts

     
    Posted 09-09-2024 05:34
      |   view attached

    Hi.

    How do I go about learning about the meaning of various alerts displayed on the Observability ->Events page? Any pointers to documentation will be appreciated.

    For example: The "Increasing bad-route-discard drop count ..."  alert. Please see attached image.

    Thanks,

    Deepak



  • 2.  RE: Question on Paragon Automation Alerts
    Best Answer

     
    Posted 09-12-2024 04:02

    Hi, 

    Probably the easiest approach is to look at the rule and see how that performs.

    For example, the message that you are seeing is in relation to the check-pfe-discards rule.  Found here: https://github.com/Juniper/healthbot-rules/blob/v3.1.0/juniper_official/Linecard/check-pfe-discards.rule

    In the case of your alert, you can see from the rule, that it is triggered based on the data-error-discard increasing at least by the value of drop-threshold, at a frequency of 75sec.  The default value for drop-threshold is 1.

    The data is retrieved from the device via the RPC get-pfe-traffic-statistics

    Regards,



    ------------------------------
    Andy Sharp
    ------------------------------



  • 3.  RE: Question on Paragon Automation Alerts

     
    Posted 09-15-2024 02:37

    Thanks Andy!