Mar 27, 2026 - For details about updated CVE-2025-53521 (BIG-IP APM vulnerability), refer to K000156741.

Forum Discussion

Mario_Almeida_5's avatar
Mario_Almeida_5
Icon for Nimbostratus rankNimbostratus
May 14, 2012

Log Tcp And Http Request Response Info Remotely -- not working

Hi All,

 

 

I used this iRule https://devcentral.f5.com/wiki/iRul...otely.ashx

 

But unable to get it working, no request are being logged. Other message from BigIP are logged.

 

 

 

Can someone tell me what else do I need to do.

 

 

 

syslog_server_pool is create with 1 member and it shows up.

 

 

 

//Mairo

 

 

 

 

 

 

5 Replies

  • hoolio's avatar
    hoolio
    Icon for Cirrostratus rankCirrostratus
    Hi Mario,

     

     

    Is the pool reachable via a TMM switch port (ie, not the mgmt port)? Do you see any packets being sent to the server? You can use tcpdump like this to check (where 1.1.1.1 is the syslog server):

     

     

    tcpdump -enni 0.0 -Xs0 host 1.1.1.1

     

     

    Aaron
  • Thanks Aaron.

     

     

    Working via TMM switch port. Any idea how to get it working via mgmt port?
  • John_Alam_45640's avatar
    John_Alam_45640
    Historic F5 Account
    If you are looking for a way to sniff the management port:

     

    tcpdump -enni eth0 -Xs0 host 1.1.1.1

     

     

    The pool members should not be reachable via management port.