Forum Discussion
using grep to list all nodes with a specific intervall
Evergrim This will show you all node names followed by lines that have the value not equal to 300 so you can then remove all the nodes that are not followed by a line with an interval value manually.
list ltm node | grep -E "node|interval " | grep -v "interval 300"
- CA_ValliJan 27, 2023MVP
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 🙂
- EvergrimJan 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
* 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