I've setup a router of mine to send traps on a few things, one of them being BGP. I'd like to get emails when I have a BGP peer go down so I went into Trap viewer and setup a rule based on the following but I dont get any emails. I'm sure our email system works as I get them with syslogs and other polling info I have. Anybody know what I'm missing?
Here is the Trap I want to get an email for:
Trap Type: BGP4-MIB:bgpTraps.0.1
Trap Details:
snmpTrapEnterprise = BGP4-MIB:bgpTraps
experimental.1057.1.0 = 10.148.50.13
sysUpTime = 147 days 17 hours 45 minutes 0.15 second
snmpTrapOID = BGP4-MIB:bgpTraps.0.1
bgpPeerState.10.148.31.38 = established(6)
bgpPeerLastError.10.148.31.38 =
Here is how I setup my Alert:
General tab: Rule is enabled, source address is *.
DNS Hostname tab: DNS hostname pattern is *.
Trap Details tab: Trap details pattern is *BGP4-MIB*.
Community String tab: Regular Expression not checked, Community String Pattern is *.
Conditions tab: BGP4-MIB:bgpTraps.0.1 contains *established*
Time of Day tab: all are checked
Trigger Threshold tab: "Define a Trigger..." is not checked.
Aler Actions tab: I have it send email to me. The setup here is exactly the same as I have other email alerts setup with the difference in the message body.
Any help would be appreciated.