I would like to receive SNMP traps and parse them with Snimpy's MIB manager.
Do you have an idea how it could be added?
I would guess something like a trap_receiver(port) on the manager, which would listen on the port and give you a manager-like way to navigate the traps, to see if they are active, to suppress them, to count how many were received. Some filtering would also be useful to support larger amounts of traps.
I can have a try at it if you would be interested in such a feature.
I would like to receive SNMP traps and parse them with Snimpy's MIB manager.
Do you have an idea how it could be added?
I would guess something like a trap_receiver(port) on the manager, which would listen on the port and give you a manager-like way to navigate the traps, to see if they are active, to suppress them, to count how many were received. Some filtering would also be useful to support larger amounts of traps.
I can have a try at it if you would be interested in such a feature.