cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1288
Views
0
Helpful
2
Replies

IP SLA ping track with "negative trigger"?

Frameschubser
Level 1
Level 1

Hello!

As far as i understood the IP SLA can ping an interface of a specific router automatically. Then the track in a route-map, e.g. "set ip next-hop verify-availability 3.3.3.3 track 10" take care and if the IP SLA says "status up", then "next-hop" is executed.

If this is correct, me need a negativ version of that. E.g. if the IP SLA says "status down" then the track trigger the "next-hop". If "status up", then no "next-hop" should be triggered and the next match in the route-map should be processed.

Is this possible and if yes - how?

1 Accepted Solution

Accepted Solutions

cadet alain
VIP Alumni
VIP Alumni

Hi,

Yes it is possible using the boolean list feature of the track object.

http://www.ocsic.co.uk/enhanced-object-tracking-with-tracked-list-and-boolean-expression/

Regards

Alain

Don't forget to rate helpful posts.

Don't forget to rate helpful posts.

View solution in original post

2 Replies 2

cadet alain
VIP Alumni
VIP Alumni

Hi,

Yes it is possible using the boolean list feature of the track object.

http://www.ocsic.co.uk/enhanced-object-tracking-with-tracked-list-and-boolean-expression/

Regards

Alain

Don't forget to rate helpful posts.

Don't forget to rate helpful posts.

Thank you very much