Developer

last person joined: 6 days ago 

Expand all | Collapse all

Change Default route if Bad latency/Packet Loss

This thread has been viewed 1 times
  • 1.  Change Default route if Bad latency/Packet Loss

    Posted Apr 12, 2020 01:27 AM

    How to change the default route using python if latency>x value Packet loss>Y Value.



  • 2.  RE: Change Default route if Bad latency/Packet Loss

    MVP GURU
    Posted Apr 12, 2020 02:37 AM

    Hi,

     

    What product ? ArubaCX ? ArubaSW ? Mobility Controller ?



  • 3.  RE: Change Default route if Bad latency/Packet Loss

    Posted Apr 12, 2020 02:44 AM

    Aruba OS switch



  • 4.  RE: Change Default route if Bad latency/Packet Loss

    MVP GURU
    Posted Apr 12, 2020 04:23 AM

    the script python check the bad latency or packet loss ?

     

    You need to write code for change static route (there is no module for ArubaSW on python with static route for the moment)



  • 5.  RE: Change Default route if Bad latency/Packet Loss

    EMPLOYEE
    Posted Apr 12, 2020 06:53 AM

    Hi,

     

    As alagoutte stated, there's no native solution to do to job you want on AOS-Switch.

    You should set up IP SLA tests, and, with a script, check regularly if it triggers a specified value.

    If so, your script change the route.

    Maybe this could be part of a more global streaming telemetry strategy.

     

    With CX, you would have been able to do that using 2 solutions :

    - Network Analytics Engine, with a dedicated agent

    - Notifications and websockets.

     

    The first solution would have been very good because, as it is directly embedded into your switch, you don't need a remote solution.