Forum Discussion
MSK_222682
Feb 24, 2016Nimbostratus
Script to export list of Virtual Servers attached with HTTP profiles
Hi,
I'm been asked to update all the virtual servers having http profile with logging iRule. Now, in my environment I have thousands of virtuals servers in each BIG IP of APAC/ EMEA / US and the...
arpydays
Feb 24, 2016Nimbostratus
you could try this, it limits the scope to specifically VSs with 'http' profile name otherwise you may get hits for VSs with http in the VS name or rule name etc..
tmsh -q -c "list ltm virtual recursive profiles {http} " | awk 'BEGIN {RS="\n}"} !/\ none/ {print}'| grep ^ltm | 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