Forum Discussion

Harishwar_Redd2's avatar
Harishwar_Redd2
Icon for Nimbostratus rankNimbostratus
Jul 31, 2019

how to add a multiple monitors through CLI for a pool in F5..

create ltm pool testpool {members add { x.x.x.x:80 { address x.x.x.x } } monitor gateway_icmp }

by this command i am able to add only one monitor i need to add one more monitor tcp. please help me.

  • Hi

     

    You need to use "and" So the command would be...

     

    create ltm pool testpool {members add { x.x.x.x:80 { address x.x.x.x } } monitor gateway_icmp and tcp}

  • Hi

     

    You need to use "and" So the command would be...

     

    create ltm pool testpool {members add { x.x.x.x:80 { address x.x.x.x } } monitor gateway_icmp and tcp}