I am trying to give a snmp query - snmp get request to an agent at port 161. I have encoded the snmp get request using BER using my owm implementation. I encoded the request into octet
string "00110000001011000000001000000001000000000000010000000111011100000111001001101
001011101100110000101110100011001011010000000011110000000100000000100000001000
000100000000100000000000000100000000100000000001100000001001100110000000100010
000011000001101001010110000011000000001000001000000000111111111111111111111111
110000001100101000111100000000001000000100000011100000011000000100000000000000
10100000000". I used getBytes() method to convert this into byte array. When i created a datagram packet and sent it to an agent using datagram socket, am not getting any response. pl help