I created a simple SNMPv2 notification in my MIB listed below:
--
****************************************************************************************
-- QED Trap defintions
--
****************************************************************************************
qedFtpDownloadCompleteTrap NOTIFICATION-TYPE
OBJECTS { qedTansferStatus,
qedSrcFile,
qedDestFile,
qedFileServer
}
STATUS current
DESCRIPTION
"Event notifying the user of that FTP download is complete."
::= { qedTraps 1 }The attached file is the mib2c created source using the following command: "mib2c mib2c.notify.conf qedTraps" When I call this function from the Net SNMP Agent I receive the following error in my error log: snmpd: send_trap: Cannot send V1 PDU on V2 session snmpd: send_trap: Cannot send V1 PDU on V2 session snmpd: send_trap: Cannot send V1 PDU on V2 session snmpd: send_trap: Cannot send V1 PDU on V2 session snmpd: send_trap: Cannot send V1 PDU on V2 session snmpd: send_trap: Cannot send V1 PDU on V2 session snmpd: send_trap: Cannot send V1 PDU on V2 session snmpd: send_trap: Cannot send V1 PDU on V2 session snmpd: send_trap: Cannot send V1 PDU on V2 session Any information on how to fix this will greatly help me stay on schedule :~) Thanks! Rob Rose Email: [EMAIL PROTECTED]
qedTraps.c
Description: qedTraps.c
