Forum Discussion
rcwizard_324111
Jun 23, 2017Nimbostratus
What tmsh command do I use to view pool members and their addresses
I have been using
tmsh list ltm pool
and using grep, awk, and sed but it is more tedious than I would like. Is there a more specific command?
If there is no command, is there a reference pla...
Amit_371770
Sep 15, 2018Altostratus
That was awesome. I just modified a bit to show the port no also for being more precise result.
basically we can dig this script as below steps. 1. tmsh show ltm pool pool_name 2. tmsh show ltm pool pool_name members 3. tmsh show ltm pool pool_name members field-fmt 4. tmsh show ltm pool pool_name members field-fmt|grep "ltm\ pool|addr|monitor-status"
run each commands one after another and you will understand the complete scenario.
- Amit_371770Sep 27, 2018Altostratus
I want to know the pool member priority how can I get it ?
- arpydaysSep 27, 2018Nimbostratus
try this
list ltm pool members | grep '^ltm\|:\|priority'
- Amit_371770Sep 27, 2018Altostratus
Thanks a lot.
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