Forum Discussion

dnaveenkumar_36's avatar
dnaveenkumar_36
Icon for Nimbostratus rankNimbostratus
Jul 24, 2018
Solved

Syntax for creating pool with multiple monitors

ltm pool /Common/POOL_VS123 {

load-balancing-mode least-connections-member
members {
    /Common/C1WWW1234:443 {
        address 10.10.10.50%1
        monitor min 1 of { /Common/MONITOR_HTTPS_C1WWW1132 /Common/MONITOR_TCP_L4ONLY }
    }
    /Common/C1WWW1324:443 {
        address 10.10.10.51%1
        monitor min 1 of { /Common/MONITOR_HTTPS_C1WWW1152 /Common/MONITOR_TCP_L4ONLY }
    }
}
monitor /Common/MONITOR_TCP_L4ONLY 

I am trying to write a syntax but couldn't find a proper one. my syntax is as below. Is this the proper one

create ltm pool POOL_VS123 {members add {C1WWW1234:443{monitor MONITOR_HTTPS_C1WWW1132} C1WWW1324:443{monitor MONITOR_HTTPS_C1WWW1152}} monitor MONITOR_TCP_L4ONLY }
  • Command is correct, are you getting in issue in above command. F5 cli has very good option to get help from cli "pressing tab"...

     

    GUI is better option during confusion... My

     

1 Reply

  • Command is correct, are you getting in issue in above command. F5 cli has very good option to get help from cli "pressing tab"...

     

    GUI is better option during confusion... My