I am planning to develop a feature of generating snmp traps and to send them.
And also I want to receive them which I sent.
For that I need to create MIB file as well.
I know that snmp traps can be received based on MIB file.
I got lot of content on web but got confused where to start of developing.
Could you please help me out...
1) How to generate and send SNMP traps?
2) How to create MIB file ?
3) How to receive snmp traps generated?
Requirement: If I set snmp receiver's(some linux host) IP at snmp sender(NAS box)...snmp receiver should receive the traps from sender?
Note: Mostly I want to use python and C language to fulfill it.
Thanks in advance, NagaPavan