Forum Discussion
Amine_Kadimi
Aug 18, 2023MVP
tmsh list ltm virtual one-line | grep "pool SNAT_POOL_NAME"
Remark: SNAT_POOL_NAME should not have the same name as an existing LTM pool (and this is a best practice btw)
- Khaled_HAAug 20, 2023Altocumulus
Hi Amine,
Actually I was using this command, the problem is that it is giving me the whole configuration, while I just need the virtual server name.
So, is there any way to get only the virtual server name ?
Thanks!