cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
461
Views
0
Helpful
1
Replies

Nexus 5596 Python Scripting/IP SLA

lucas.shelton1
Level 1
Level 1

I've seen a script floating around here that allows you to do something similar to IP SLA in the 5596.  Basically it pings an IP address and changes routes if that IP becomes unavailable.  I have a couple questions regarding this script.  First, do I need to modify the contents of the script or is the command that runs the script where you identify IP addresses to be pinged?  Instead of removing a route if the IP I am PINGing becomes unavailable I need to change the default route.  So I have a default route in the switch of 10.1.1.1, and if the IP I am PING'ing becomes unavailable I want the script to change the default route to 10.2.2.2.

 

1 Reply 1

lucas.shelton1
Level 1
Level 1

Does anybody have any experience doing this?