Hello. I have a problem.
I need configure SNMP Trap for reciving message from Linux server about failover status.
When I make new rule with react on any messages the rule is working,
but if i set field OID the rule doesn't working.
For example:
message contains OID 1.3.6.1.4.1.10812.1.0.8 that contains 1.3.6.1.4.1.10812.1.0.8
Other function is working without any problems.
Configuration filter
-
- Posts: 2832
- Joined: Tue May 16, 2006 4:41 am
- Contact:
Re: Configuration filter
What exactly does not work? What value do you retrieve using SNMP Get for such OID? I suppose, you should specify value of OID varable.Urmas wrote:For example:
message contains OID 1.3.6.1.4.1.10812.1.0.8 that contains 1.3.6.1.4.1.10812.1.0.8
Your rule should be like this:
Where variable_value is a result of SNMP Get for 1.3.6.1.4.1.10812.1.0.8 or part of result.message contains OID 1.3.6.1.4.1.10812.1.0.8 that contains variable_value
http://www.ks-soft.net/hostmon.eng/mfra ... m#snmptrap
Regards,
Max
Yes, i was did it, but i receive a error message Cannot retrieve data. Unknow variable(OID)
Configuration file for MIB Browser was loaded and other function (don't belong to trap) is working. SNMP-packets HostMonitor is receive, but can not display OID, may be that this field is empty.
I use VPN-product on PC with SNMP service and in distributive-kit was MIB-file, but to MIB Browser 1.03 this file was not loaded, until upgrade on v1.04.
I think that MIB-file was wrote incorrect. What you say about this?
Configuration file for MIB Browser was loaded and other function (don't belong to trap) is working. SNMP-packets HostMonitor is receive, but can not display OID, may be that this field is empty.
I use VPN-product on PC with SNMP service and in distributive-kit was MIB-file, but to MIB Browser 1.03 this file was not loaded, until upgrade on v1.04.
I think that MIB-file was wrote incorrect. What you say about this?
-
- Posts: 2832
- Joined: Tue May 16, 2006 4:41 am
- Contact:
Sorry, I was not able to find any info regarding 10812 vendor.Urmas wrote:I use VPN-product on PC with SNMP service and in distributive-kit was MIB-file, but to MIB Browser 1.03 this file was not loaded, until upgrade on v1.04.
Is this variable represents single-instance object? In this case add ".0" to the end of OID.It might help.
In such case you may find fresh version of .mib file on your product's support site, I suppose.Urmas wrote:I think that MIB-file was wrote incorrect.
Regards,
Max