Forum Discussion

keenon_49862's avatar
keenon_49862
Icon for Nimbostratus rankNimbostratus
Nov 20, 2014

export F5 ltm virtual servers and pool members to excel or csv

I have been hunting for something to help with doing this as I'm not a great with programming. Is there any scripts or api that can be easily used to gain this info?

 

  • you can use the tmsh script

    e.g. to export the whole LTM configuration you can use

    tmsh list ltm 
    

    if you need only virtual servers, you can type

    tmsh list ltm virtual
    

    Gabriel