BigIP Report Old
Problem this snippet solves:
This codeshare has been deprecated due to a hosting platform corruption. I have moved code and conversation to a new record (on the same original URL) https://devcentral.f5.com/s/articles/bigip-report
can be Overview
This is a script which will generate a report of the BigIP 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 our 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 guest permissions on your devices.
Demo/Preview
Please note that it takes time to make these so sometimes they're a bit outdated and they only cover one HA pair. However, they still serve the purpose of showing what you can expect from the report.
Interactive demo
http://loadbalancing.se/bigipreportdemo/
Screen shots
The main report:
The device overview:
Certificate details:
How to use this snippet:
This codeshare has been deprecated due to a hosting platform corruption. I have moved code and conversation to a new record (on the same original URL) https://devcentral.f5.com/s/articles/bigip-report
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).
Download: https://loadbalancing.se/downloads/bigipreport-v5.5.4.zip
Documentation, installation instructions and troubleshooting: https://loadbalancing.se/bigipreport-rest/
Docker support
This will be the recommended way of running bigipreport in the near future. It's still undergoing testing but it's looking really good so far.
https://loadbalancing.se/2021/01/05/running-bigipreport-on-docker/
BigipReport (Legacy)
Older version of the report that only runs on Windows and is depending on a Powershell plugin originally written by Joe Pruitt (F5).
BigipReport (Stable):
https://loadbalancing.se/downloads/bigipreport-5.3.1.zip
BigipReport (BETA): 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.
---
Also trying out a Discord channel now. You're welcome to hang out with us there:
Code :
85931,86647,90730
Tested this on version:
13.0
974 Comments
New version out
https://loadbalancing.se/downloads/bigipreport-v5.5.0.zip
Sync status and non primary node active indications in device status (Closes #38) (#39) * Release 5.5.0 - Brotli, CIDR masks, IPv6, cluster sync, active secondaries Co-authored-by: Patrik Jonsson <patrik.jonsson@gmail.com>Thanks to Tim for the great work.
Yet another version released. The script now has the ability to check if the devices in the report has valid support contracts by reaching out to F5. Don't forget to update the configuration file!
Big thanks to Tim for testing!
We're still unable to update the links in the article body above so here's the link:
https://loadbalancing.se/downloads/bigipreport-v5.5.1.zip
Kind regards,
Patrik
Update to the support entitlement checks. Instead of running every time the report is updated they now run once per day. If you're running v5.5.1 please do update to this version as we don't want F5 to start blocking these API calls using ASM or something...
https://loadbalancing.se/downloads/bigipreport-v5.5.2.zip
Kind regards,
Patrik
Looks like it could be an old config file, have you updated to the config file version that came with the script?
While you're at it, please note that we have released a few versions since then.
Sadly I've lost access to the code share page due to some bug. They're working at it but while they do you might want to download this version instead.
If you keep running into trouble you can join us here:
https://discord.gg/eY2UyDqs
Easier to have a chat.
Here's a new release with support for storing credentials in environment variables. This was needed in order to run the report in a secure way using Kubernetes.
An article documenting how to get started with Kubernetes can be found here:
https://loadbalancing.se/2021/04/16/bigipreport-on-kubernetes/
The new release can be found here:
https://loadbalancing.se/downloads/bigipreport-v5.5.3.zip
If you run into issues, join us on Discord:
I still do not have access to updating the article but is working on it.
Found a bug in v5.5.3 where the script was not using the XML config file credentials even though they were set.
Fixed and a new release here:
https://loadbalancing.se/downloads/bigipreport-v5.5.4.zip
Working on refactoring the script to shave off a few seconds and make the code more manageable. This is one of my first bigger projects and there's plenty of stuff to improve. Would like to replace it with NodeJS but that ain't gonna happen anytime soon so refactoring will have to do for now.
Join us on Discord if you run into trouble or just want to say hi:
https://discord.gg/eY2UyDqs
Kind regards,
Patrik
- Lucern
Nimbostratus
Guys,
I'm running Powershell 7.1.3 and trying to use Report version 5.5.4 and get the following error:
ParentContainsErrorRecordException: C:\Program Files\f5 networks\bigipreport-v5.5.4.ps1:619
Line |
619 | if ($null -eq $Global:Bigipreportconfig.Settings.UseBrotli) {
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| The property 'UseBrotli' cannot be found on this object. Verify that the property exists.
Should I maybe try Powershell 6.x ?
Thanks!
Hola
This is very very likely due to you using an old config file in combination with a case of silly config sanity checks.
Adding a bug at GitHub for it. Until it's resolved, please try to migrate to the new configuration file that the script came with.
Kind regards,
Patrik
- TimRiker
Cirrocumulus
You need to have UseBrotli in your xml file. See the included example. It needs to be present. It can be either true or false.
https://github.com/net-utilities/BigIPReport/search?q=usebrotli
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)