package netsnmp

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

netsnmp-v0.16.0.tar.gz
sha256=ebb8a7aa4af5fdc5cc8d9d0f0640041154ea766037d9c32562705ebbbd331774

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