Forum Discussion
Seckin_149390
Nimbostratus
May 26, 2014Virtual Server Search Using Profile on it
Hi,
I have 50 virtual servers on the system and i am using web acceleration profile some of them (virtual servers).
I want to learn that which virtual server uses web acceleration profile a...
nitass
Employee
May 26, 2014just an example. it may not be the best way to do it anyway.
there are 3 virtual servers
[root@ve11a:Active:In Sync] config tmsh list ltm virtual
ltm virtual bar {
destination 172.28.24.10:443
ip-protocol tcp
mask 255.255.255.255
pool foo
profiles {
clientssl {
context clientside
}
http { }
tcp { }
}
rules {
qux
}
source 0.0.0.0/0
source-address-translation {
type automap
}
vs-index 32
}
ltm virtual bar3868 {
destination 172.28.24.10:3868
ip-protocol tcp
mask 255.255.255.255
pool foo3868
profiles {
diameter { }
tcp { }
}
source 0.0.0.0/0
source-address-translation {
type automap
}
vs-index 20
}
ltm virtual fwd {
destination any:0
ip-forward
mask any
profiles {
fastL4 { }
}
source 0.0.0.0/0
source-address-translation {
type automap
}
translate-address disabled
translate-port disabled
vlans {
internal
}
vlans-enabled
vs-index 3
}
filter virtual server which has http profile
[root@ve11a:Active:In Sync] config tmsh list ltm virtual all one-line | grep http | awk '{ print $3 }'
bar
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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