You can add this to your irule above to populate value_1:
when LB_SELECTED {
set value_1 [LB::server addr]
}
If you are using multiple ports with same addr and/or route domains, you can expand that to be:
set value_1 "[LB::server addr]%[LB::server route_domain]:[LB::server port]"
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…