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
Jan 27, 2023MVP
should be pretty easy, try this
tmsh list ltm node all all-properties one-line | grep -v "interval 300" | grep "ltm node" --color
[edit] you could also possibly copy ^this output^ into notepad++ and bulk edit all lines to " tmsh modify ltm node X fqdn { interval 300 } "
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