Skip to content
This repository has been archived by the owner on Mar 8, 2022. It is now read-only.

Implementing SNMP Trap-PDU #32

Open
piwi82 opened this issue Aug 14, 2015 · 1 comment
Open

Implementing SNMP Trap-PDU #32

piwi82 opened this issue Aug 14, 2015 · 1 comment
Milestone

Comments

@piwi82
Copy link

piwi82 commented Aug 14, 2015

First of all, thanks for the effort in implementing SNMP in JavaScript. I have done the same in PHP to get rid of the PHP snmp extension.

Could it be possible to implement all PDU types, especially Trap-PDU types, so that the server could handle alerts sent from devices (socket listening on udp/162).

0xa0 (160)  SNMP GetRequest-PDU
0xa1 (161)  SNMP GetNextRequest-PDU
0xa2 (162)  SNMP GetResponse-PDU
0xa3 (163)  SNMP SetRequest-PDU
0xa4 (164)  SNMPv1 Trap-PDU (replaced by 0xa7 in SNMPv2)
0xa5 (165)  SNMPv2 GetBulkRequest-PDU
0xa6 (166)  SNMPv2 InformRequest-PDU
0xa7 (167)  SNMPv2 SNMPv2-Trap-PDU
@calmh
Copy link
Owner

calmh commented Aug 15, 2015

Certainly it's possible. :) I don't currently have the time or inclination, but patches are always welcome.

@calmh calmh added this to the Unplanned milestone Aug 14, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants