Forum Discussion
Ajay_102032
May 16, 2016Cirrus
How to get the pool member IP in GTM with Cli
As per "https://support.f5.com/kb/en-us/solutions/public/12000/300/sol12373"
command "tmsh show gtm wideip detail" not provides pool member IP of an wide-ip.
we have Version 11.5 on GTM. ...
Aaron_Booker
Employee
Pool member IP addresses do not appear in the BIG-IP GTM 11.x output for this command. They were shown in v10.x and do appear once again in 12.x. SOL12373 has been updated (not published yet as of May 2016) with this information.
(1) To view the pool member IP addresses in v11.x you can display a server object's (shown in the wideip output) summary using the following syntax:tmsh show gtm server detail
or...
(2) Use this one-liner which shows the wideip and then pulls the server names from the output to use them as arguments for the show server command:
tmsh show gtm wideip detail;tmsh show gtm wideip detail | grep Member | awk '{print $5}' | cut -d':' -f2 | xargs tmsh show gtm server detail
Ahmed_Mostafa_2
Mar 25, 2017Nimbostratus
sorry Back Slash not appear from comments and Back Slash between WideIp and Destination as the following: WideIp(Back Slash)|Destination
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