For more information regarding the security incident at F5, the actions we are taking to address it, and our ongoing efforts to protect our customers, click here.

Forum Discussion

SL's avatar
SL
Icon for Cirrus rankCirrus
Jul 20, 2018

Sending same requests to multiple endpoints

Hi All

I am trying to send same SNMP-Traps to more than one node.

I have enabled Clone Pool, I can see the pool counters increasing, however a TCPDump doesnt show any traffic and it is not being received by the Node configured in the Clone Pool.

Assistance as to what I might be missing.

This is my configuration currently

    ltm virtual /tsom/vs_is1 {
    clone-pools {
        /tsom/pool_is1_clone-dr {
            context serverside
        }
    }
    destination /tsom/10.10.10.103:162
    mask 255.255.255.255
    pool /tsom/pool_is1
    profiles {
        /Common/fastL4 { }
    }
    source 0.0.0.0/0
    source-address-translation {
        pool /tsom/snatpool_tsom
        type snat
    }
    translate-address enabled
    translate-port enabled
}
ltm pool /tsom/pool_is1 {
    load-balancing-mode ratio-member
    members {
        /tsom/10.10.10.143:162 {
            address 10.10.10.143
            priority-group 10
            ratio 1000
        }
        /tsom/10.10.10.29:162 {
            address 10.10.10.29
            priority-group 1
        }
    }
    min-active-members 1
    monitor /Common/gateway_icmp and /tsom/monitor_tsm-tcp-1834 
}

ltm pool /tsom/pool_tsom_is1_clone-dr {
    members {
        /tsom/10.10.10.29:162 {
            address 10.10.10.29
        }
    }
    monitor /Common/gateway_icmp and /tsom/monitor_tsm-tcp-1834 
}

ltm snatpool /tsom/snatpool_tsom {
    members {
        /tsom/10.10.10.250
    }
}
No RepliesBe the first to reply