SNMP Device Emulation & Ruby with Brian Gugliemetti
One of problems with writing code that manages a group of devices is having a wide variety of devices to test against. Even if one has budget, space quickly becomes an issue. Spiceworks wrote a SNMP device emulator to use for both product support and regression testing. The emulator allows Spiceworks to use a single server to create multiple...
[read more]
SNMP Device Emulation & Ruby with Brian Gugliemetti
One of problems with writing code that manages a group of devices is having a wide variety of devices to test against. Even if one has budget, space quickly becomes an issue. Spiceworks wrote a SNMP device emulator to use for both product support and regression testing. The emulator allows Spiceworks to use a single server to create multiple virtual SNMP devices from user-submitted SNMP walks to resolve support issues. Learn how to use Ruby to dynamically manage multiple ethernet aliases and services on a single machine.