I want to build an application using snmp for searching my LAN and exploring the devices which have shared some res开发者_高级运维ources. I need some assistance to start with it, I have trying to do t
Is there a way to get the number of CPUs using SNMP in linux + net-snmp package (with the default net-snmp package mibs 开发者_运维问答installed)?
The man page on snmpd.conf says that sysLocation/Contact/Name are snmp-writable, whereas sysDes开发者_开发知识库c/ObjectID are not snmp-writable. How about sysServices?
When is the errindex supposed开发者_Go百科 to be set to the appropriate value in the response PDU for an SNMP SET request that fails?
Well, a year back I developed an agent module for net-snmp to monitor disk usage/statistics.开发者_如何学Go It was locally installed on a system in LAN.
I\'m trying to figure out a way to define a dynamic length sequence of scalars (in this case IpAddress) in a MIB file. I\'m fairly certain that just using SYNTAX SEQUENCE OF IpAddress will not work, a
I have written a Perl script that would start a SNMP session and extracting the data/counters and it\'s value to a csv file. There are 7 perl scripts; different properties/definition/variables on the
res = netsnmp_gethostbyname_v4(\'0.0.0.0\', pdu_in_addr_t);开发者_StackOverflow社区 res = ??? Thank you!According to the source code of netsnmp_gethostbyname_v4(), that function returns an integer.
I have written a Perl script to put back some SNMP values, which works fine. I have now written a script on the remote server and used the extend function in SNMP to put the value from the script into
I add Oracle MIBs into net-snmp by: mibs +OR-mibin snmp.conf #MIBS=+OR-mib in shell #export MIBS #snmp restart