Hi All,

Using netsnmp-5.7.3 in a debian machine.
I am trying to run snmpget on the network's broadcast address so as to get
all
the snmp agents in my network. But i could not get the response of the snmp
agents at once. It gives the information of one snmp agent at a time

snmpget -v2c -c public <192.168.1.25> 1.3.6.1.2.1.1.1.0

Actually i have two snmp agents in my network.
But getting only one agent's info at a time

SNMPv2-MIB::sysDescr.0 = STRING: Linux Debian-64 bit

Running the above snmpget command after few seconds gives

SNMPv2-MIB::sysDescr.0 = STRING: Linux Ubuntu-32 bit

But what i expect is
snmpget -v2c -c public <192.168.1.25> 1.3.6.1.2.1.1.1.0 should give the
following output

SNMPv2-MIB::sysDescr.0 = STRING: Linux Debian-64 bit (192.168.1.10)
SNMPv2-MIB::sysDescr.0 = STRING: Linux Ubuntu-32 bit (192.168.1.15)

Why snmpget is not giving the output of all snmp agents at once?

Thanks
Guruprasad
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to