Can some one help explain this syslog format (as it deviates from normal IOS syslog messages)
Dec 15 00:00:00.000: %IOSXE-3-PLATFORM: F0: cpp_cp: QFP:0.0 Thread: 139 TS:00000000000000000000 %IPSEC-3-RECVD_PKT_NOT_IPSEC: Rec'd packet not an IPSEC packet, dest_addr=10.10.10.10, src_addr=1.1.1.1. prot=47
Is there a place that defines the fields (E.G. Thread)?
Is there look-up tables for thread#'s (EG 139 is XXX)?
Yeah, that cpp_cp part up to the next % looks like it's specifying a thread from the switch. The rest of the message looks standard stuff, so I'm gonna wonder if you're able to go to the switch and get a display of the thread IDs and the processes they're associated with. I'd expect that thread 139 to be associated with the IPSEC daemon.