snmp
Delphi: Get MAC of Router
I am using Delphi and I want to determinate the physical MAC address of a network device in my network, in this ca开发者_Python百科se the Router itself.[详细]
2023-02-02 01:53 分类:问答C# Snmp Trap Sender
I want to develop a snmp trap sender program.Previously i devel开发者_高级运维oped a windows service project.I want to that trap is sent a report to me about this service.Is that possible and which wa[详细]
2023-02-02 00:07 分类:问答Writing my own MIB - any references of how to do so?
Mapping some OIDs to system commands is actually all I need However, I could not find yet a resource which explain how to compose such thing.[详细]
2023-02-01 04:50 分类:问答Python subprocess Popen
Why its not working? :| import subprocess p = subprocess.Popen([r\"snmpget\",\"-v\",\"1\",\"-c\",\"public\",\"-Oqv\",\"\",\"-Ln\",\"192.168.1.1 1.3.6.1.2.1.2.2.1.10.7\"],stdout=subprocess.PIPE).commu[详细]
2023-01-31 14:05 分类:问答SNMP trap not recognized by Manager
I\'m attempting to create a sample application utilizing Microsoft\'s WinSNMP library to create an example of a trap. See the code sample below:[详细]
2023-01-31 09:28 分类:问答Python OpenWRT crontab
Im trying to run python script on OpenWrt box: #!/root/system/usr/bin/python import subprocess p = subprocess.Popen([r\"snmpget\",\"-v\",\"1\",\"-c\",\"public\",\"-Oqv\",\"-Ln\", \"192.168.1.1\",\"1[详细]
2023-01-31 07:25 分类:问答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 分类:问答snmp string limitations?
While I am learning about SNMP, I 开发者_如何转开发have some questions on SNMP string operations:[详细]
2023-01-31 01:45 分类:问答Best way of adding SNMP support to your own application on Debian
I am working on Debian and I have this server we want to monitor. The application is ours and there are around a hundred real-time counters we want to export for monitoring purposes, graphs and alarms[详细]
2023-01-30 08:59 分类:问答Query printer status on my d-link print server
I have an d-link dp-311p print server which provides the printer status(offline, paper out, etc) on it\'s interface.[详细]
2023-01-30 07:50 分类:问答