Forum Discussion

tushar2k_312391's avatar
tushar2k_312391
Icon for Nimbostratus rankNimbostratus
Mar 09, 2018

Need command to check full Virtual server configuration in LTM

Is there any command to check full LB configuration(Virtual Server, Pool, Monitor) on LTM CLI in one command.

 

10 Replies

  • Hi,

     

    In TMSH:

     

    Show complete LTM configuration: 'list ltm'

     

    Show virtual-server configuration: 'list ltm virtual [virtual-server name]'

     

    Show pool configuration: 'list ltm pool [pool name]'

     

    Show monitor configuration: 'list monitor [monitor name]'

     

     

    You can use TAB to auto-complete the commands.

     

    Check the correct partition before using these commands.

     

    Regards,

     

    Martijn

     

    • tushar2k_312391's avatar
      tushar2k_312391
      Icon for Nimbostratus rankNimbostratus

      Thanks Martijn. But these are separate commands to view Virtual server, pool and monitor. I need only one command to view all these at a time for single virtual server.

       

    • Martijn_144688's avatar
      Martijn_144688
      Icon for Cirrostratus rankCirrostratus

      Hi,

       

      Basically you want the graphical output of a virtual server configured with an iApp from one CLI commando? I am not sure that is possible.

       

      A monitor is tied to a node. That node is tied to a pool which also has a monitor. The pool is tied to a virtual-server. All seperate configuration items.

       

      Did some testing in my lab, but could not find one single command that shows the complete virtual-server configurarion with pool, nodes and monitors.

       

      Regards, Martijn

       

    • tushar2k_312391's avatar
      tushar2k_312391
      Icon for Nimbostratus rankNimbostratus

      In Cisco there is a hidden command "Show run filter intxx ". Which displays full LB setup for one virtual server

       

  • Hi,

     

    In TMSH:

     

    Show complete LTM configuration: 'list ltm'

     

    Show virtual-server configuration: 'list ltm virtual [virtual-server name]'

     

    Show pool configuration: 'list ltm pool [pool name]'

     

    Show monitor configuration: 'list monitor [monitor name]'

     

     

    You can use TAB to auto-complete the commands.

     

    Check the correct partition before using these commands.

     

    Regards,

     

    Martijn

     

    • tushar2k_312391's avatar
      tushar2k_312391
      Icon for Nimbostratus rankNimbostratus

      Thanks Martijn. But these are separate commands to view Virtual server, pool and monitor. I need only one command to view all these at a time for single virtual server.

       

    • Martijn_van_de1's avatar
      Martijn_van_de1
      Icon for Cirrus rankCirrus

      Hi,

       

      Basically you want the graphical output of a virtual server configured with an iApp from one CLI commando? I am not sure that is possible.

       

      A monitor is tied to a node. That node is tied to a pool which also has a monitor. The pool is tied to a virtual-server. All seperate configuration items.

       

      Did some testing in my lab, but could not find one single command that shows the complete virtual-server configurarion with pool, nodes and monitors.

       

      Regards, Martijn

       

    • tushar2k_312391's avatar
      tushar2k_312391
      Icon for Nimbostratus rankNimbostratus

      In Cisco there is a hidden command "Show run filter intxx ". Which displays full LB setup for one virtual server