Hi, new to this forum. Can somebody tell me what condition(s) I should add to my Trap Rule(s) so I can get alerted and email on any Sev. 0 - 3 on my Cisco devices?
Hi,
Could you post examples of SNMP Traps you received in Orion from these Cisco devices?
SNMP Traps do not have any severity defined like you would have in Syslog messages. However, it could be defined in the Trap details field.
Thanks in advance for sharing one or more examples.
Yann
Yann,
Thanks for replying back. So currently I'm sending all my syslog (0-6) as SNMP traps with this command:
snmp-server enable traps syslog
and as a result I get traps like these:
So how do I make a custom alert that notify me by email if I a Severity level less that or equal to 3: "clogHistSeverity.33614 = 5"
as well as if a fan or power supply dies?
"clogHistSeverity.33614 = 5"
Is the 33614 number a variable or does it remain the same all the time?
33614 is a variable
Why not just use Orion's syslog server? It's definitely a whole lot easier to setup for what you're trying to do.
How do I do that? Please give me an example how to make an alert to get email or pages on Sev 0 - 3 issues from my switches.
Well the 1st step is to configure the Cisco switches to send syslog by entering the "logging" command in config mode of your Cisco devices followed by the IP address of your Orion server. I.E.
switch(config)#logging 127.0.0.1