Forum Discussion

Pragnesh_Patel's avatar
Pragnesh_Patel
Icon for Nimbostratus rankNimbostratus
Feb 07, 2020

One VIP to multiple pools. Copy the packet to other pools

We are using F5 VIP to collect traps and syslog messages. There are two pools A and B containing syslog and trap collectors.

 

I want to send trap/syslog to both pools when it hits the single VIP. I know that clone pool will not work in this case because I may add more pools down the track.

 

I have seen ways to send traffic to multiple pools based on iRule but I want to traffic to be sent to both pools A and B all the times.

 

is it possible and supported?

 

I am using LTM version 13.1

 

Thanks

1 Reply

  • No. Suggest to configure High speed login and send traffic to two pool(via publishers)

    sys log-config publisher /Common/lp-cgnat {
        destinations {
            /Common/dest_log_remote1 { } 
            /Common/dest_log_remote2 { }
        }
    }

    F5 system sends the logs to both pool HSL members dest_log_remote1 and dest_log_remote2, simultaneously.

    Not tried this but you can check in labs.​