Mar 27, 2026 - For details about updated CVE-2025-53521 (BIG-IP APM vulnerability), refer to K000156741.

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...