I have been reading the manual and the forum and I have not found answer to my interrogation.
I need to find a string into the comment of a route.
I have routes like comments like: comment="route to office - FailOver" or comment="route to office - Single"
I want to identify the route using the comment. I have tried
Code: Select all
/ip route get [find comment=(FailOver)]
Greetings