Forum Discussion

Ken_Holt_223605's avatar
Ken_Holt_223605
Icon for Nimbostratus rankNimbostratus
Mar 03, 2016

Error message errdefs_msgno="01480010:6:"] Got a message(74) for a non existent flow

I have been trying to figure out what this message is referring to but I was unable to find the answer in a search. This started toward the end of January and seemingly without a change to the F5. The error has since been increasing in frequency as well.

 

6 Replies

  • I also noticed this one errdefs_msgno="01480010:6:"] Got a message(43) for a non existent flow. Starting less than a week ago.
  • Can you generate a qkview and upload it to iHealth? That might be the quickest way to troubleshoot it.
  • errdefs_msgno="01480010:6:"] Got a message(43) for a non existent flow

     

    i understand it is informational log level message. it is harmless. anyway, if you doubt, you can open a support case to confirm.

     

  • Kevin_K_51432's avatar
    Kevin_K_51432
    Historic F5 Account

    Recently had to filter some messages from tmm (for starting tcpdump). Here's what worked for me. This was from "creating a log filter" in the tmos implementations" manual. In the UI:

    System --> Logs --> Configuration --> Log Filters
    Create a filter. Informational, tmm, message ID <8 digits>, publisher "None".
    

    The config:

    sys log-config filter myfilter {
       app-service none
       description none
       level debug
       message-id 013e0001
       publisher none
       source all
       }
    

    https://support.f5.com/kb/en-us/products/big-ip_ltm/manuals/product/tmos-implementations-11-4-0/23.html

    Regarding the log reason; the message seems to indicate LTM is received traffic that it isn't configured to process. I'd investigate the source of that as well.

    Kevin