Forum Discussion
epaalx
Cirrus
Jan 25, 2012Using bpsh to merge configuration
Hi F5'ers,
I've noticed that F5's solutions (eg. http://support.f5.com/kb/en-us/solutions/public/13000/100/sol13114.html) involving "bigpipe httpd include" involve bpsh.
My questio...
Jeffro21_47444
Nimbostratus
Feb 06, 2012Do you know what that API call would be?
- LiefZimmermanSep 26, 2023
Admin
Thanks michelangelodorado - I haven't heard that this got any love.
Pretty tidy little script. - Carl_BrothersFeb 05, 2025
Employee
Here is a similar result done in two commands from the bash shell that will scan all partitions and include results from iApps and FAST as well. This simply returns the virtual server name for every virtual that has a SIP profile associated with it to the terminal.
PROFILES=$(tmsh -c 'cd /; list ltm profile sip recursive one-line' | awk '{ print $4}' | tr '\n' '|' | sed '$s/.$/\n/') tmsh -c 'cd /; list ltm virtual recursive one-line' | grep -E "($PROFILES)" | awk '{print "/" $3}'
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects