SNMP: Except some OID's
SNMP: Except some OID's
Hi,
its able to except some OID's ?
There are only a option with "message contains OID" but i need "except message with OID's"..
its able to except some OID's ?
There are only a option with "message contains OID" but i need "except message with OID's"..
May be SNMP Trap Watcher?
Do you use IP-Tools software? There is IP-Tools dedicated forum:
http://www.ks-soft.net/cgi-bin/phpBB/viewforum.php?f=2
Anyway, my answer can be applied for SNMP Trap Watcher utility as well.
This option was designed in order to check value of the counter. You cannot check value of the counter that does not exist, so "except" option is not available
Regards
Alex
Do you use IP-Tools software? There is IP-Tools dedicated forum:
http://www.ks-soft.net/cgi-bin/phpBB/viewforum.php?f=2
Anyway, my answer can be applied for SNMP Trap Watcher utility as well.
This option was designed in order to check value of the counter. You cannot check value of the counter that does not exist, so "except" option is not available
Regards
Alex
ya i mean the trap watcher (it called trap listener).
i monitore a Component who send some messages via snmp and HM receive and replace all incomming snmp traps but i don't need all traps or want to disable some traps in HM. (or hm should ignore some OID's).
i can enable the method "reply contain oid" but i want to use "ignore trap with follow oid"
for example:
accept follow ID : 1.3.6.1.2.1.1.*.*
ignore follow ID : 1.3.6.1.2.2.2.*.*
i monitore a Component who send some messages via snmp and HM receive and replace all incomming snmp traps but i don't need all traps or want to disable some traps in HM. (or hm should ignore some OID's).
i can enable the method "reply contain oid" but i want to use "ignore trap with follow oid"
for example:
accept follow ID : 1.3.6.1.2.1.1.*.*
ignore follow ID : 1.3.6.1.2.2.2.*.*
Heini_net,
I've yet to play around with SNMP trap method (Alex, it's on my list
).
But couldn't you accomplish this by setting an Alert action to ignore certain OID's, or alternatively, only respond to certain ones? You might need to tune your reply in order for this to work, but it is possible isn't it?
I've yet to play around with SNMP trap method (Alex, it's on my list

But couldn't you accomplish this by setting an Alert action to ignore certain OID's, or alternatively, only respond to certain ones? You might need to tune your reply in order for this to work, but it is possible isn't it?
If you are using HostMonitor (not IP-Tools) then you may try Optional status processing
http://www.ks-soft.net/hostmon.eng/mfra ... processing
E.g. you may mark "Use Normal status" option and provide expression like not ('1.3.6.1.2.2.2' in '%TrapAllValues%')
Regards
Alex
http://www.ks-soft.net/hostmon.eng/mfra ... processing
E.g. you may mark "Use Normal status" option and provide expression like not ('1.3.6.1.2.2.2' in '%TrapAllValues%')
Regards
Alex