cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1525
Views
0
Helpful
3
Replies

HOW TO CONFIGURE EEM NEXUS 3000 FOR WATCHDOG

Hi:

Please your help. I need configure EEM to get that every 10 minutes my nexus 3000 send a msg syslog with response of command "show environment"

It is possible???

If no, which is the alternative???

 

Tanks for your help.

 

3 Replies 3

sclake
Cisco Employee
Cisco Employee

Hi.

New to EEM and also have the same issue.  I don't see any timer option under the event configuration of the applet I need to create....

c1.t32(config-applet)# event ?
  cli             Create a cli event specification
  counter         Create a counter event
  fanabsent       Create fanabsent event specification
  fanbad          Create fanbad event specification
  memory          Create memory thresholds event specification
  oir             Create Online-Insertion-Removal event specification
  policy-default  Use the event in the system policy being overridden
  snmp            Create a 'snmp' event specification.
  storm-control   Create a storm control event specification
  syslog          Create a syslog event specification
  sysmgr          System manager related events
  temperature     Create temperature event specification
  track           Create a 'track' event specification

c1.t32(config-applet)# event 

This is where we would configure a chron-type event, right?

Thanks,

Scott.

 

Joe Clarke
Cisco Employee
Cisco Employee

This is not possible on NX-OS.  You can, however, use the scheduler feature on NX-OS to schedule commands.  See http://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexus3000/sw/system_mgmt/503_U3_1/b_Cisco_n3k_System_Mgmt_Config_503_U3_1/b_Cisco_n3k_System_Mgmt_Config_503_U3_1_chapter_010011.html for more details.

amitku6
Cisco Employee
Cisco Employee

event manager applet watchdog_eem
  event timer watchdog time 600 name watchdog
  action 1.1 syslog priority critical msg Syslog message for 10 minute watchdog
  action 1.1 cli show environment
  exit

Review Cisco Networking for a $25 gift card