IPWorks SNMP 2020 Node.js Edition

Questions / Feedback?

DiscoveryResponse Event

Fired when an SNMPv3 discovery response is received.

Syntax

snmptcpmgr.on('DiscoveryResponse', [callback])

Callback

The 'callback' is called when the 'DiscoveryResponse' event is emited.

function(e){ }

The argument 'e' has the following properties:

e.engineId (buffer)
e.engineBoots
e.engineTime
e.user
e.securityLevel
e.sourceAddress
e.sourcePort

Remarks

EngineId, EngineBoots, EngineTime, and User are the values received from SourceAddress and SourcePort.

The SecurityLevel parameter shows whether the request has been authenticated. If SecurityLevel is 0, the request has NOT been authenticated (i.e. the packet signature has not been verified). For an authenticated request, SecurityLevel is at least 1.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks SNMP 2020 Node.js Edition - Version 20.0 [Build 8202]