AgentX is a protocol for distributed SNMP agents, see https://www.ietf.org/rfc/rfc2741.txt
as mentioned in http://joyent.github.io/node-snmpjs/#whats-not-included, AgentX is currently not supported.
By supporting AgentX, some other Issues (such as GetBulk, SNMPv3 missing) could be worked around by using net-snmp as a master agent and using snmpjs as subagent to provide custom MIBs via AgentX to the net-snmp master agent.
side note:
If someone could roughly sketch an architectural picture for adding AgentX to snmpjs and if complexity is within limits, we could evaluate adding AgentX support to snmpjs
AgentX is a protocol for distributed SNMP agents, see https://www.ietf.org/rfc/rfc2741.txt
as mentioned in http://joyent.github.io/node-snmpjs/#whats-not-included, AgentX is currently not supported.
By supporting AgentX, some other Issues (such as GetBulk, SNMPv3 missing) could be worked around by using net-snmp as a master agent and using snmpjs as subagent to provide custom MIBs via AgentX to the net-snmp master agent.
side note:
If someone could roughly sketch an architectural picture for adding AgentX to snmpjs and if complexity is within limits, we could evaluate adding AgentX support to snmpjs