Forum Discussion
swjo_264656
Cirrostratus
Aug 25, 2018Add pool member state diable using bigpipe command v9.3.1
Hi guys.
recently I have a customer using v9.3.1 and I have to add pool member.
I tried to install 9.3.1 on bigip 1600 but I failed all.
So I test on 9.4.8 on bigip 1600
using bel...
jaikumar_f5
Noctilucent
Aug 27, 2018Here's few b commands I had saved once,
b pool list --> tmsh list /ltm pool
b pool mypool member 192.168.0.1:80 add --> tmsh modify /ltm pool mypool members add { 192.168.0.1:80 }
b pool mypool member 10.10.10.10:80 down --> (10.2.4) tmsh modify ltm pool mypool members modify { 10.10.10.10:80 { state down } } | (v11.x) tmsh modify ltm pool mypool members modify { 10.10.10.10:80 { state user-down } }
b pool show --> tmsh show /ltm pool members
When I used 9.x, i used to follow the below method, single quotes, give your inputs and run it, it will get appended.
b pool pool_name'{
monitor all pool_dummy
members
10.10.10.10:80 { session user disabled }
}'
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