| Author |
snmp agent not responding
|
Shaik Muhammad
Ranch Hand
Joined: Jul 16, 2008
Posts: 36
|
|
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
|
 |
Carey Evans
Ranch Hand
Joined: May 27, 2008
Posts: 225
|
|
|
Try using something like Wireshark to trace the data you're sending over the network, and check whether it's a valid SNMP request.
|
 |
 |
|
|
subject: snmp agent not responding
|
|
|