I am developing a C# (targeting full framework 4) windows app.I need that app to write to a few simple counters and more importantly raise (or should that be fire) a few SNMP traps when significant ap
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?
Trying to find a sample at http://sharpsnmplib.codeplex.com/documentation on how to compile a MIB but the reference section is sparse. Does anyone have a simple piece of code (just 开发者_运维技巧a co
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 multiple routers across different locations that use a proprietary GRE VPN connection. What I would like to do is use the SNMP ability of these proprietary routers in conjunction with a DD WRT on ea
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 Want to fetch system resources of a computer like System uptime,Free HDD space,CPU usage etc in the Network Using SNMP protocol on Android开发者_如何学运维 Emulator through Code.How to achieved it ?
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.
Is anybody aware of (windows) utility which can send SNMP traps to IPv6 addresses? I\'ve tried trapgen but it seems it\'s not able to work with IPv6 addresses.