topclass8205
Programmer
hi everyone.
I have some problem about snmp agent.
When I click "table view", then mib browser keeps waiting for response pdu of last node.
" Query 1.3.6.4.1.1057.1.19..... "
But there was no problem in snmp walk.
I checked mib browser's table view using 'getnext' request.
So I thought that mib browser expect to receive something
..."this is end of the node".
How can i make last PDU?
this is my last PDU information.
==>SnmpCreatePdu (hSession, SNMP_PDU_RESPONSE, lReqId, 0, 0, hVbl1);
Is there some Error Codes or something for finishing getnext communication?
Any help is appreciated.
I have some problem about snmp agent.
When I click "table view", then mib browser keeps waiting for response pdu of last node.
" Query 1.3.6.4.1.1057.1.19..... "
But there was no problem in snmp walk.
I checked mib browser's table view using 'getnext' request.
So I thought that mib browser expect to receive something
..."this is end of the node".
How can i make last PDU?
this is my last PDU information.
==>SnmpCreatePdu (hSession, SNMP_PDU_RESPONSE, lReqId, 0, 0, hVbl1);
Is there some Error Codes or something for finishing getnext communication?
Any help is appreciated.