Forum Discussion

Ofri_68726's avatar
Ofri_68726
Icon for Nimbostratus rankNimbostratus
Mar 18, 2009

How to get a config dump of a specific VIP?

 

Is it possible to get a config dump for a specific VIP, with all the info about the VIP, including the VIP's pools, irules, iprofile, etc. ?

 

 

  • Don_MacVittie_1's avatar
    Don_MacVittie_1
    Historic F5 Account
    Hi Ofri, there isn't a specific interface to do this, you could call the VIP routines to get the individual info and then call the routines for pool/poolmember to drill down. The other option is to download the config file with the System.SystemConfigSync.download_config() routine and find the Virtual in the config file. The config file is pretty straight-forward IRT Virtuals, so all of this info is available through this method.

     

    There is also a Java sample that does what you're asking here - http://devcentral.f5.com/Default.aspx?tabid=63&articleType=ArticleView&articleId=217

     

    Don.