cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1313
Views
0
Helpful
1
Replies

EEM script to generate dummy syslog logs.

KumarMH06540
Level 1
Level 1

Hi,

 

Need help with EEM script for cisco routers and switches to generate dummy syslog log and sent it periodically to IBM Qradar sys log server.

 

Due to no activity from the switches and routers, the syslog server is considering the routers and switches as down. so need to send dummy logs periodically.

 

Please suggest/guide on the same.

1 Accepted Solution

Accepted Solutions

Hello,

 

the below EEM script would generate a SYSLOG entry once a day:

 

event manager applet DUMMY_SYSLOG
event timer cron cron-entry "0 0 * * *" maxrun 9999999
action 1.0 cli command "enable"
action 2.0 cli command "send log TEST"

View solution in original post

1 Reply 1

Hello,

 

the below EEM script would generate a SYSLOG entry once a day:

 

event manager applet DUMMY_SYSLOG
event timer cron cron-entry "0 0 * * *" maxrun 9999999
action 1.0 cli command "enable"
action 2.0 cli command "send log TEST"

Review Cisco Networking for a $25 gift card