This article addresses syslog messages related to PPE (Packet Processing Engine) traps observed during IPFIX flow record export, specifically when the system fails to retrieve the correct Protocol Next Hop (PNH) for IPv6 flows. The issue is linked to the absence of the ipv6-extended-attrib knob in the configuration.
ipv6-extended-attrib
These logs have been observed across multiple FPCs ---
listmgr_event_handler
xss_event_handler
ppe_error_interrupt
This reinitialization is expected and ensures accurate flow export and suppression of the related syslog messages.
Jul 30 12:30:01.012 fpc5 listmgr_event_handler(856): EA[1:0].llm ILLEGAL_ADD_ERR. Jul 30 12:30:01.012 fpc5 listmgr_event_handler(866): EA[1:0].llm ILLEGAL_XTXN. Jul 30 12:30:01.012 fpc5 xss_event_handler(1109): EA[1:0]_PPE 48.xss[0] ADDR Error. Jul 30 12:30:01.012 fpc5 ppe_error_interrupt(5486): EA[1:0]_PPE 48 Errors sync xtxn error Jul 30 12:30:01.012 fpc5 xss_event_handler(1109): EA[1:0]_PPE 49.xss[0] ADDR Error. Jul 30 12:30:01.012 fpc5 ppe_error_interrupt(5486): EA[1:0]_PPE 49 Errors sync xtxn error Jul 30 12:30:02.044 fpc5 listmgr_event_handler(856): EA[1:0].llm ILLEGAL_ADD_ERR. Jul 30 12:30:02.044 fpc5 listmgr_event_handler(866): EA[1:0].llm ILLEGAL_XTXN. Jul 30 12:30:02.045 fpc5 xss_event_handler(1109): EA[1:0]_PPE 48.xss[0] ADDR Error. Jul 30 12:30:02.045 fpc5 ppe_error_interrupt(5486): EA[1:0]_PPE 48 Errors sync xtxn error Jul 30 12:30:02.045 fpc5 xss_event_handler(1109): EA[1:0]_PPE 49.xss[0] ADDR Error. Jul 30 12:30:02.045 fpc5 ppe_error_interrupt(5486): EA[1:0]_PPE 49 Errors sync xtxn error
Action Required:Please enable the ipv6-extended-attrib knob to resolve this issue.
Expected Behaviour After Enabling:
This configuration change will allow the system to correctly interpret extended IPv6 attributes and avoid PPE trap-related syslog messages.
From RSI, we see the following is the config from FPC5 & FPC6 -
sampling-instance ipfix_instance;
For FPC7, we see the following config :
inline-services {
flex-flow-sizing;
use-extended-flow-memory;
flow-table-size {
ipv6-extended-attrib;
}