Poseidon1003
Programmer
Hi,
I just took over SNMPv2 agent that should be upgraded to V3 by this month. Following is some more details about current v2c agent:
- working on RedHat enterprise Linux 6
- Built in C++
- supports SNMPv2c with trap
- supports more than 200 proprietary MIBs
- All codes were created by previous programmer without using any open source.
- Parsing every SNMP packet and calling appropriate handlers depends on OID. (like general agent)
I started to learn net-SNMP and how to use it to support V3, but still have had no idea. Is it a idiot question asking the easiest and the fastest way to build v3 with existing v2c agent? Welcome any comments.
I just took over SNMPv2 agent that should be upgraded to V3 by this month. Following is some more details about current v2c agent:
- working on RedHat enterprise Linux 6
- Built in C++
- supports SNMPv2c with trap
- supports more than 200 proprietary MIBs
- All codes were created by previous programmer without using any open source.
- Parsing every SNMP packet and calling appropriate handlers depends on OID. (like general agent)
I started to learn net-SNMP and how to use it to support V3, but still have had no idea. Is it a idiot question asking the easiest and the fastest way to build v3 with existing v2c agent? Welcome any comments.