Multiple Event SNMP Triggers in a script.
Re:Multiple Event SNMP Triggers in a script.
You're hitting CSCsr44967 which won't be fixed until the next 12.4T release. I'll see if I can get this pushed into a 12.4(20)T throttle build.
Re:Multiple Event SNMP Triggers in a script.
Try this as a workaround::cisco::eem::event_register_snmp tag 1 oid 1.3.6.1.4.1.9.9.42.1.5.2.1.27.12 get_type exact entry_op ge entry_val 2 poll_interval 10::cisco::eem::event_register_snmp tag 2 oid 1.3.6.1.4.1.9.9.42.1.5.2.1.26.12 get_type exact entry_op ge entry_val 2 poll_interval 10::cisco::eem::trigger {::cisco::eem::correlate event 1 or event 2::cisco::eem::attribute tag 1 occurs 1::cisco::eem::attribute tag 2 occurs 1 } occurs 1 Note: there is a single space before the '}' character.
Re:Multiple Event SNMP Triggers in a script.
It has loaded after putting the config back into multi-line format, and adding the space before the "}" as suggested. Thanks.