######## F5 Notes ######## :Author: Dimitry Dukhovny .. contents:: Creating a simple pool in TMSH ============================== Given two machines with web services... **server01** IP: 192.168.100.1 Port: 443 **server02** IP: 192.168.100.2 Port: 443 .. code-block:: ruby :linenos: ltm pool myPoolName01 { description "Example pool with this as a comment." members { server01:443 { address 192.168.100.1 session monitor-enabled } server02:443 { address 192.168.100.2 session monitor-enabled } } monitor tcp_half_open }