For more information regarding the security incident at F5, the actions we are taking to address it, and our ongoing efforts to protect our customers, click here.

Forum Discussion

Evergrim's avatar
Evergrim
Icon for Altocumulus rankAltocumulus
Jan 27, 2023

using grep to list all nodes with a specific intervall

Hi guys, I am trying to figure out how to display all nodes that have an interval not equal to "300". Example: list ltm node | grep -v "interval 300" -B 5 but this way it shows me all other lines...