net-snmp
How to send an snmp request to any computer on LAN?
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[详细]
2023-02-26 20:51 分类:问答How to find out the number of CPUs using SNMP
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)?[详细]
2023-02-24 09:34 分类:问答Is "sysServices" snmp-writable in netsnmp?
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?[详细]
2023-02-10 03:59 分类:问答Where is errindex set in netsnmp for a SNMP SET request that fails?
When is the errindex supposed开发者_Go百科 to be set to the appropriate value in the response PDU for an SNMP SET request that fails?[详细]
2023-02-09 20:23 分类:问答Re-read the configuration 'snmpd.conf' file? HOW?
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.[详细]
2023-02-09 04:26 分类:问答Defining Scalar Sequence of Dynamic Length in MIB
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[详细]
2023-02-05 19:02 分类:问答Calling a function in Perl with different properties
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[详细]
2023-02-05 17:22 分类:问答netsnmp_gethostbyname_v4 behavior
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.[详细]
2023-02-05 05:48 分类:问答Can't get Extended SNMP output in Perl
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[详细]
2023-01-31 01:54 分类:问答can't load OID after add MIBS into net-snmp
I add Oracle MIBs into net-snmp by: mibs +OR-mibin snmp.conf #MIBS=+OR-mib in shell #export MIBS #snmp restart[详细]
2023-01-22 11:26 分类:问答