Hello everyone,
I've created some custom events based on a link down trap. Examples 1 and 2
will create either event 0xfff00004 or 0xfff00005 when the model name begins
with SPEC, but there are no variables in the event. I'd like to see the
event variables from the original event (0x00220001) in either of the new
events (0xfff0004 or 0xfff0005).
Is there a different event procedure I should be using?
1) 0x00220001 P "CreateEventWithVariables( { C CURRENT_MODEL }, {
H 0xfff00004 } )"
0xfff00004 E 20 R CA.EventCondition, "(regexp({a 0x1006e}, {S \"^SPEC\"}))"
, "0xfff00005 -:-"
0xfff00005 E 20 A 3,0xfff00004,U
2) 0x00220001 P "CreateEvent( { C CURRENT_MODEL }, { H 0xfff00004
} )"
0xfff00004 E 20 R CA.EventCondition, "(regexp({a 0x1006e}, {S \"^SPEC\"}))"
, "0xfff00005 -:-"
0xfff00005 E 20 A 3,0xfff00004,U
Calvin
---
To unsubscribe from spectrum, send email to [email protected] with the body:
unsubscribe spectrum [email protected]