Is it possible to have SNMP Agent without MIB’s support??
Posted
by Divya mohan Singh
on Stack Overflow
See other posts from Stack Overflow
or by Divya mohan Singh
Published on 2010-04-16T13:37:21Z
Indexed on
2010/04/20
5:13 UTC
Read the original article
Hit count: 217
hii, i am working on SNMP from last few days,i have develope a small application(SNMP Agent) which
* Run on 161 port.
* Have a tree structured OID support.
* Respond to all Get,GetNext,Set Pdu Request types.
* Tested with some SNMP Managers(free available) by get and set the values of the OID's.
BUT,now question is when i tried it with Cacti it will not respond anything,but detect windows snmp service..it just respond to the requests of the SNMP Managers.
So,Is it mandatory to provide mib with SNMP Agent??.
© Stack Overflow or respective owner