Forum Discussion
LTM request logging
yes, I think you would rather using tcpdump for just check packet
and you have to configure ssl certtificate on virtual server if you want to remain log
and then configure below irule
when HTTP_REQUEST {
set vip [IP::local_addr] set uri [HTTP::uri]
log local0.info "Client [IP::client_addr]:[TCP::client_port] connected to VS ($vip)for URI $uri"
}
Hi Aj2 ,
In addition to what neeeewbie has suggested, I would also recommend you to take captures on the backend servers. So you can verify the packets on the server side also during issue period.
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com