Forum Discussion
Evergrim
Jan 27, 2023Altocumulus
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...
CA_Valli
MVP
There's a problem with this .. default "interval" is 3600 and won't be displayed by this command so you will have nodes followed by nothing that might actually have 3600 interval 🙂
Evergrim
Jan 30, 2023Altocumulus
that is correct.
I took this command, it worked best for my purpose:
list ltm node all-properties fqdn-templates | grep -E "node|interval" | grep -v "interval 300"
Thanks everyone for the help!
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects