Re: Not matching on OIDs properly

2017-03-06 Thread Christopher Fredriksson
Strange with html links! Hope this new message works! :) traphandle .1.3.6.1.4.1.3000.1.1.1 /tmp/go respectively traphandle .1.3.6.1.4.1.3000* /tmp/go Den 2017-03-06 kl. 19:47, skrev Christopher Fredriksson: > > Hey all, > > Having trouble matching OIDs in Linux with snmptrapd. > > trapha

Re: snmpwalk not working with a community name with a backslash in it

2017-03-06 Thread christopher.wu
Apparently I do like to break the rules! :) Thank you so much for taking the time to do this testing. I use com2sec (and the other items) in the snmpd.conf file to declare my v2c community strings. It turns out that there's a discrepancy with how the backslash is handled in the code. One func

Not matching on OIDs properly

2017-03-06 Thread Christopher Fredriksson
Hey all, Having trouble matching OIDs in Linux with snmptrapd. traphandle .1.3.6.1 .4.1.3000.1.1.1 /tmp/go does not trigger.. however the following does; traphandle .1.3.6.1 .4.1.3000* /tmp/go Of course, I'm sending the full OID, but it do