Hi all, 

 

I'm using Net-snmp 5.5. When I install snmpd service mode (Net-SNMP Agent
service), run netsnmpwalk:

 

 

C:\>netsnmpwalk -v 2c -c public 192.168.98.193 1.3.6.1.2.1.4.20.1.1

IP-MIB::ipAdEntAddr.0.0.0.0 = IpAddress: 84.73.84.89

IP-MIB::ipAdEntAddr.10.11.12.193 = IpAddress: 10.11.12.193

IP-MIB::ipAdEntAddr.127.0.0.1 = IpAddress: 127.11.12.193

IP-MIB::ipAdEntAddr.192.168.98.193 = IpAddress: 192.168.98.193

 

It show wrong IP (84.73.84.89), it must be 0.0.0.0

 

 

I stop net-snmp service, and run snmpd by command line: 

c:\usr\bin>snmpd.exe -a

 

and run netsnmpwalk:

 

C:\>netsnmpwalk -v 2c -c public 192.168.98.193 1.3.6.1.2.1.4.20.1.1

IP-MIB::ipAdEntAddr.0.0.0.0 = IpAddress: 0.0.0.0

IP-MIB::ipAdEntAddr.10.11.12.193 = IpAddress: 10.11.12.193

IP-MIB::ipAdEntAddr.127.0.0.1 = IpAddress: 127.0.0.1

IP-MIB::ipAdEntAddr.192.168.98.193 = IpAddress: 192.168.98.193

 

Now it shows correct IP address. 

 

How can I make the net-snmp service show correct IP address (0.0.0.0) ?

 

 

Thanks, 

Duy

 

 

------------------------------------------------------------------------------

_______________________________________________
Net-snmp-coders mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to