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.
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
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.
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
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:
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
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
While I am learning about SNMP, I 开发者_如何转开发have some questions on SNMP string operations:
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
I have an d-link dp-311p print server which provides the printer status(offline, paper out, etc) on it\'s interface.