Wired Intelligent Edge

 View Only
  • 1.  Default routes question

    Posted Jul 11, 2023 10:44 AM

    I have a default route to destination with AD equal 1. Also, i have another default route to a different destination with AD=10. In cisco we create IP SLA and we track reachability to trigger failover. How can we establish that using 8360 AOS-CX?

    This is what configured using Cisco:

    ip sla 1
     icmp-echo 8.8.4.4
    ip sla schedule 1 life forever start-time now

    track 1 ip sla 1 reachability

    ip route 0.0.0.0 0.0.0.0 192.168.252.4 track 1
    ip route 0.0.0.0 0.0.0.0 192.168.253.4 10



  • 2.  RE: Default routes question

    Posted Jul 14, 2023 04:30 AM

    Hi,

    You can do this and much more with Aruba NAE scripts. Check this example - https://community.arubanetworks.com/discussion/nqa-on-aos-cx-ip-sla-plus-nae-script-is-the-answer



    ------------------------------
    Ivan Bondar
    ------------------------------



  • 3.  RE: Default routes question

    Posted Jul 15, 2023 12:36 PM

    Thanks Ivan for your reply! I will use your advise!

    Thanks,

    Ali