Forum Discussion
Bastien_8356
Apr 12, 2011Nimbostratus
How to add members in a pool with connection limit ?
Hi,
I'm trying to add members to my pool in command-line because in the GUI it's one by one...
So I tried :
[root@F5-DB:Offline] config b pool db_pool {member 10.10.1.1...
Haluk_Yildirim_
Apr 12, 2011Nimbostratus
Hello:
The way I handle b commands is to reverse engineer from the configuration.
b pool POOL-WRR list
pool POOL-WRR {
monitor all MON-TCP-80
members {
192.168.15.100:http {
limit 200
}
192.168.15.110:http {
limit 300
}
}
}
To add a member with the connection limit, I use the following command (pretty much read it from the top)
b pool POOL-WRR members 192.168.15.120:http limit 200 add
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