Compaq TCP/IP Services for OpenVMS Programming And Reference Manual page 66

Tcp/ip services for openvms
Table of Contents

Advertisement

eSNMP API Routines
esnmp_register2
Field Name
range_upper_bound
options
state
reserved
Description
The initialization routine (
esnmp_register2
subtree structure corresponding to each MIB subtree that it will be handling. At
any time, MIB subtrees can be unregistered by calling
then can be reregistered by calling
5–8 eSNMP API Routines
Description
An integer value that, with a nonzero range_subid
field, specifies a range instead of one of the MIB
subtree's OID subidentifiers. The range_upper_bound
field provides the upper bound of the range and the
range_subid field provides the lower bound of the
range, which is the MIB subtree's OID subidentifier.
An integer value that, when set to
ESNMP_REG_OPT_CLUSTER, indicates that the
registration is valid clusterwide. When the value is set
to zero, it indicates that the registration is valid for the
local node.
One of the following integer values that provides
the caller with asynchronous updates of the state of
registration of this MIB subtree. After the return of
the
esnmp_poll
parameter.
ESNMP_REG_STATE_
PENDING
ESNMP_REG_STATE_SENT
ESNMP_REG_STATE_DONE
ESNMP_REG_STATE_
REGDUP
ESNMP_REG_STATE_
REGNOCLU
ESNMP_REG_STATE_REJ
This field is reserved for exclusive use by the eSNMP
library. The caller should not modify it.
) must be called prior to calling the
esnmp_init
routine. The
esnmp_register2
esnmp_register2
routine, the caller can inspect this
The registration is
currently held locally
while waiting for
connection to the
master agent.
The registration was
sent to the master
agent.
The registration
was successfully
acknowledged by
the master agent.
The registration was
rejected by the master
agent because it was a
duplicate.
The master agent does
not support cluster
registrations.
The master agent
rejected the
registration for other
reasons.
function must be called for each
esnmp_unregister2
.
and

Advertisement

Table of Contents
loading

Table of Contents