Forum Discussion

T_Rajneesh's avatar
T_Rajneesh
Icon for Nimbostratus rankNimbostratus
6 years ago

Pool members on different port can be mapped to same pool

Hi All,

 

I have a basic query. Can we add different pool members to same pool under particular VIP to serve incoming request. Is it standard way to do this way ? or is it possible to any other way ?

 

Example:

 

ltm pool pool_example {

  members {

    test1:9003 { <<<<<<<<<<<<<< port 9003

      address 10.3.138.30

      session monitor-enabled

      state up

    }

    test2:8003{ <<<<<<<<<<<<< port 8003

      address 10.3.138.28

      session monitor-enabled

      state up

    }

  }

  monitor tcp

}

 

 

Regards,

Rajneesh

1 Reply

No RepliesBe the first to reply