cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
264
Views
2
Helpful
2
Replies

field msg in event_reqinfo missing

jlerest
Level 1
Level 1

Hi

I am trying to use some eem tcl scripts on 9500-24YA4C IOS XE Software, Version 17.12.04.

Scripts trigger syslog messages to email alert but when i read event_reqinfo in tcl, the "msg" filed is missing :

event_trigger_num 1 event_id 14 job_id 10 event_pub_sec 1743092359 event_pub_msec 384 event_pub_time 1743092359.384 event_type {41} event_type_string {syslog} event_severity {severity-normal} msg_count {1} priority {informational} sequence {002464} timestamp {Mar 27 17:19:19.384} facility {IOSXE_PEM} mnemonic {PEMOK} 

log on catalyst : Mar 27 17:19:19.384: %IOSXE_PEM-6-PEMOK: The Power Supply in Chassis 1 slot P0 is functioning properly

IOS cde "sh event manager detector syslog detailed" says that msg should be present :

sh event manager detector syslog detailed
No. Name Version Node Type
1 syslog 01.00 node0/0 RP

Tcl Configuration Syntax:
::cisco::eem::event_register_syslog
[tag <tag-val>]
[...deleted...]
[nice {0 | 1}]

Tcl event_reqinfo Array Names:
event_id
job_id
event_type
event_type_string
event_pub_time
event_pub_sec
event_pub_msec
event_trigger_num
event_severity
msg
priority
sequence
timestamp
facility
mnemonic


Is it a bug on 9500-24YA4C ?

Same problem if i try to catch %ETC-5-BUNDLE message.

 

On C9500-16X IOS XE Software, Version 17.03.04, it's OK :

event_trigger_num 1 event_id 20 job_id 25 event_pub_sec 1743097036 event_pub_msec 933 event_pub_time 1743097036.933 event_type {41} event_type_string {syslog} event_severity {severity-critical} msg_count {2} priority {alerts} msg {
Mar 27 18:37:16.931: %PLATFORM_FEP-1-FRU_PS_SIGNAL_FAULTY: Switch 1: signal on power supply A is faulty} sequence {} timestamp {Mar 27 18:37:16.931} facility {PLATFORM_FEP} mnemonic {FRU_PS_SIGNAL_FAULTY} 

 log on catalyst : Mar 27 18:37:16.931: %PLATFORM_FEP-1-FRU_PS_SIGNAL_FAULTY: Switch 1: signal on power supply A is faulty

Thanks.

2 Replies 2

bforonda
Level 1
Level 1

Did you ever find a solution for this? Having the same issue in 17.12.04

No, i will open a case