Forum Discussion

DEW09_151752's avatar
DEW09_151752
Icon for Nimbostratus rankNimbostratus
Apr 23, 2014

Documenting the F5 LTM config

Would anyone know a good method for producing decent network / config documentation from F5 LTMs? Specifically looking for something that could pull relevant config details to show which virtual servers are on each F5, which VLANs they belong to, which partitions and route domains they belong to, etc. If there’s nothing on the LTM itself that would do this, would anyone know of a decent utility for extracting that kind of info in a relatively presentable format?

 

thanks in advance!

 

1 Reply

  • Hmmm. There is no such utility I'm afraid, however, you could use iControl to build something yourself perhaps?

     

    I've been using Python to pull simple details like uptime, device time, timezone, TMOS version, boot location, hostname and the like. I'm no developer but it wasn't too hard. (You can see what it looks like here: https://github.com/jedelman8/cpal - look in the vendor folder but note it returns the data to the main function rather than just printing it - easily modified).

     

    Doing the kind of thing you're looking for will be somewhat harder but you could start small list the APs, RDs and VSs and build upon it slowly I'm sure.