Forum Discussion

ERLomboy_27803's avatar
ERLomboy_27803
Icon for Nimbostratus rankNimbostratus
Feb 05, 2016

Best option for Pool: Nodes with multiple ports or use a wildcard

Wanted to ask for feedback on a best option for my inquiry.

 

We have a VIP that will be use for monitoring different logs. Each log file will use a specific port.

 

What's the best approach here? should we just use a wildcard for the port or is it better to specify the port if there's like 6 ports in total..

 

so ltm pool pool_port_80 { members { 10.10.10.10:8081 { address 10.10.10.10 } 10.10.10.10:8082 { address 10.10.10.10 } 10.10.10.10:8083 { address 10.10.10.10 }

 

and so on...

 

1 Reply

  • Hamish's avatar
    Hamish
    Icon for Cirrocumulus rankCirrocumulus

    I'd probably use a wildcard, and an iRule utilising a lookup in a datagroup/class to filter

     

    YMMV.

     

    H