snmpget returns “No Such Object available on this agent at this OID”

前端 未结 1 1820
不知归路
不知归路 2021-01-05 11:06

I am trying to configure SNMP agent as per the below link.

http://www.net-snmp.org/tutorial/tutorial-5/toolkit/mib_module/

  1. I have placed .c and .h file
相关标签:
1条回答
  • 2021-01-05 11:27

    The steps you followed seems to be correct. To confirm if the nstAgentModuleObject is correctly registered, start the snmpd with logs using the following command: snmpd -f -Lo0-6d -DnstAgentModuleObject

    Also make sure you place the MIB file in the correct directory (from where the snmpd searches for MIB)

    0 讨论(0)
提交回复
热议问题