Forum Discussion

5 Replies

  • 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.