Forum Discussion
Pavel_70943
Apr 06, 2012Nimbostratus
List all virtual servers
What is the syntax change on v11 with network partitions to list all virtual servers? In v10 with all virtual servers in /Common partition we had a .tcl script to control irules in virtuals, it doesn'...
Pavel_70943
Apr 11, 2012Nimbostratus
With help from support got this one working:
proc script::run {} {
puts "test"
foreach {vir} [tmsh::get_config /ltm virtual /partition_name/*] {
puts [tmsh::get_name $vir]
}
}
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