cmdref.net - Cheat Sheet and Example

cmdref.net is command references/cheat sheets/examples for system engineers.

User Tools

Site Tools


Sidebar








Cloud



Etc


Reference














.

Action disabled: source
hardware:bigip:pool.html



LTM Pool Operation Command in F5 BIG-IP

create pool

(tmos)# create / ltm pool POOL_192.168.1.77_http
(tmos)# modify / ltm pool POOL_192.168.1.77_http members add { 192.168.2.101:http }
(tmos)# modify / ltm pool POOL_192.168.1.77_http members add { 192.168.2.102:http }
(tmos)# create ltm pool MY_SER1 members add { 172.16.1.1:80 }
(tmos)# create ltm monitor http TEST_HTTP send GET/index.html interval 10 timeout 30
(tmos)# modify ltm pool MY_SER1  monitor TEST_HTTP
(tmos)# create ltm pool MY_SER2 members add { 172.16.1.2:443 }
(tmos)# modify ltm pool MY_SER2 monitor https_443
(tmos)# modify ltm pool MY_SER2  load-balancing-mode round-robin


Delete node from pool


Check pool




hardware/bigip/pool.html.txt ยท Last modified: 2018/12/02 by admin

Page Tools