Forum Discussion

dlyons_116139's avatar
dlyons_116139
Icon for Nimbostratus rankNimbostratus
Feb 15, 2015

Log Client IP:Port to VIP FriendlyName:Port instead of VIP IP:Port

Can someone help me figure out the syntax required to display the VIP friendly name when attempting to get client IP:Port and VIP IP:port where VIP:Port would become VIP FriendlyName:Port

 

please advise and thank you

 

2 Replies

  • here is the irule i am using now: when CLIENT_ACCEPTED { log local0. "Request for service at port [TCP::local_port] from [IP::client_addr] to vip [IP::local_addr]:[TCP::local_port]" }