Forum Discussion

khansafdarali1_'s avatar
khansafdarali1_
Icon for Nimbostratus rankNimbostratus
Oct 11, 2016
Solved

What is the command in tmsh to find out all the pools that are associated to monitor "tcp"?

What is the command in tmsh to find out all the pools that are associated to monitor "tcp"?  
  • Hannes_Rapp_162's avatar
    Oct 11, 2016
    1. (tmos)
      run util bash
      Go to Bash shell
    2. (bash)
      tmsh list ltm pool one-line | grep 'monitor tcp ' | awk '{ print $3 }'
      Print out names of all LTM pools associated with the 'tcp' health-check monitor