BIG-IP Report
Problem this snippet solves:
Overview
This is a script which will generate a report of the BIG-IP LTM configuration on all your load balancers making it easy to find information and get a comprehensive overview of virtual servers and pools connected to them.
This information is used to relay information to NOC and developers to give them insight in where things are located and to be able to plan patching and deploys. I also use it myself as a quick way get information or gather data used as a foundation for RFC's, ie get a list of all external virtual servers without compression profiles.
The script has been running on 13 pairs of load balancers, indexing over 1200 virtual servers for several years now and the report is widely used across the company and by many companies and governments across the world.
It's easy to setup and use and only requires auditor (read-only) permissions on your devices.
Demo/Preview
Interactive demo
http://loadbalancing.se/bigipreportdemo/
Screen shots
The main report:
The device overview:
Certificate details:
How to use this snippet:
Installation instructions
BigipReport REST
This is the only branch we're updating since middle of 2020 and it supports 12.x and upwards (maybe even 11.6).
- Downloads:
https://loadbalancing.se/downloads/bigipreport-v5.7.13.zip - Documentation, installation instructions and troubleshooting: https://loadbalancing.se/bigipreport-rest/
Docker support
https://loadbalancing.se/2021/01/05/running-bigipreport-on-docker/
Kubernetes support
https://loadbalancing.se/2021/04/16/bigipreport-on-kubernetes/
BIG-IP Report (Legacy)
Older version of the report that only runs on Windows and is depending on a Powershell plugin originally written by Joe Pruitt (F5)
BIG-IP Report (only download this if you have v10 devices):
https://loadbalancing.se/downloads/bigipreport-5.4.0-beta.zip
iControl Snapin
https://loadbalancing.se/downloads/f5-icontrol.zip
Documentation and Installation Instructions
https://loadbalancing.se/bigip-report/
Upgrade instructions
Protect the report using APM and active directory
Written by DevCentral member Shann_P:
https://loadbalancing.se/2018/04/08/protecting-bigip-report-behind-an-apm-by-shannon-poole/
Got issues/problems/feedback?
Still have issues? Drop a comment below. We usually reply quite fast. Any bugs found, issues detected or ideas contributed makes the report better for everyone, so it's always appreciated.
---
Join us on Discord: https://discord.gg/7JJvPMYahA
Code :
BigIP Report
Tested this on version:
12, 13, 14, 15, 16
Small, but useful feature added by TimRiker where you can copy data group lists and download them as CSV:
https://loadbalancing.se/downloads/bigipreport-v5.7.3.zip
Or Dockerhub bigipreport/data-collector-k8s:v5.7.3 and bigipreport/frontend:v5.7.3.Tip:
Check the bigipreport.ps1 file for a "table" which indicates between which versions the configuration file needs to be updated.Kind regards,
PatrikHola, hope everyone has a nice winter/summer depending on where you're at.
Just wanted to remind you to pull new versions of the container once in while to keep up with the security updates. Just patched some vulnerabilities in nginx.
Kind regards,
PatrikYes, I meant the power shell script. What error do you get? Could you please paste it here?
Kind regards,
Patrik- Santhosh0991Nimbostratus
Collector script, -u mean is it XML or PS ?
when i run PS, it says unable to contact the server, but i have the connectivity to the deivce from the IIS server
Could you let me know should i do any changes ?
Hey Santosh!
Could you elaborate on what the problem is? Has the collector script finished without errors?
Kind regards
Patrik
- Santhosh0991Nimbostratus
Hello Patrcik,
I finished installing using IIS, however i am getting json file did not load error although i m using IIS 10.x, can you help ?
Updated webpack because of a vulnerability. Should make no difference since it's frontend and we do not have a "real" backend, but it also made performance enhancing fixes so here's v5.7.2.
https://loadbalancing.se/downloads/bigipreport-v5.7.2.zip
Kind regards,
PatrikThank you Patrik_Jonsson !
New version out that fixes syntax iRules syntax highlighting and revamps the direct hash links. There's also a lot of quality work in this one (kudos TimRiker !):
https://loadbalancing.se/downloads/bigipreport-v5.7.0.zipBig thanks to TimRiker for his relentless improvements and patience with unit tests and integration tests. This one was all him. 🙂
Also, I have created new docker builds with vulnerability fixes starting from v5.7.0 (base image has been updated) and updated some node dependencies for security reasons.
Hey Ben!
Thanks for reporting. From the looks of it I'd say this is not related to BigIPReport. Try to re-install Powershell?I can also highly recommend the Docker version of BigIPReport. Less OS related head aches. 🙂
Kind regards,
Patrik