package netsnmp

  1. Overview
  2. Docs
An interface to the Net-SNMP client library

Install

dune-project
 Dependency

Authors

Maintainers

Sources

netsnmp-v0.15.0.tar.gz
sha256=4c9b6bae3b61d85d92f80fb5c0fe3fd6db498512eeaa3d332eed284f4693d269

doc/netsnmp.async/Netsnmp_async/Raw/Session/index.html

Module Raw.SessionSource

include module type of struct include Netsnmp_raw.Session end
Sourceval session_id : t -> int

Supported SNMP versions

Supported SNMP authentication protocols for V3

Sourceval snmp_sess_open : version:Snmp_version.t -> retries:int -> timeout:int -> peername:string -> localname:string -> local_port:int -> community:string -> securityName:string -> securityAuthProto:Snmp_sec_auth_proto.t -> securityAuthPassword:string -> unit -> t Async.Deferred.t
Sourceval snmp_sess_close : t -> unit Async.Deferred.t