Re: [Snmptt-users] Getting help to create custom snmptt.conf
Brought to you by:
alex_b
|
From: Alex B. <al...@us...> - 2008-03-11 23:55:51
|
Raphaël 'SurcouF' Bordet wrote: > I'm getting the same file when converting ASC-SNMP-MIB-EXT to snmptt > configuration file. There's one and only one NOTIFICATION-TYPE OID in > this MIB. > > According to your snmpttunknown.log file, you've got NOTIFICATION-TYPE > or TRAP-TYPE OID that defined in another MIB than ASC-SNMP-MIB-EXT. > > Look for another MIB that define 1.3.6.1.4.1.4063.2.1.2 OIDs. I also got a definition for ...4063.2.1.1.1 but by using --format_desc=10 on the snmpttconvertmib command line it was able to create a more useful FORMAT line: FORMAT RecorderID: $1 Hostname Module: $2 Type: $3 Code: $4 Number: $5 Opened: $6 Updated: $7 Closed: $8 Text: $9 Close Comment: $10. It's still the wrong OID, but once you find the correct MIB file you may have to use the --format_desc=10. 10 is the number of lines in the description file that have variables. Using 99 should also work. Alex |