Forum Discussion

superd_88943's avatar
superd_88943
Icon for Nimbostratus rankNimbostratus
Aug 31, 2016

LTM config export

Hi Folks, is there any way of exporting my LTM Vitrual server config, including pool members, load balancing algorithms etc. into a readable format i.e. HTML file?

 

v11.3 * Thanks,

 

Dave

 

6 Replies

  • I found the following article, but was hoping there might be something a little more straightforward, as we dont use icontrol.

     

    ...THIS LINKED CONTENT HAS BEEN DELETED...

     

  • Salim_83682's avatar
    Salim_83682
    Historic F5 Account

    You could try scf (single configuration file).

     tmsh save sys config file 

    This will be saved in /var/local/scf and allow you to text edit your configuration, you can then extract the ltm portion and play with it. You have the possibility to load/merge your new config on the same or another box.

  • you could also try:

     

    tmsh list ltm virtual

     

    tmsh list ltm pool

     

     

    or compact form:

     

    tmsh list ltm virtual one-line