eSNMP API Routines
esnmp_uncapabilities
esnmp_uncapabilities
Removes a subagent’s capabilities from the master agent’s
sysORTable
.
Format
void esnmp_uncapabilities ( OID *agent_cap_id ) ;
Arguments
agent_cap_id
A pointer to an object identifier that represents an authoritative agent capabilities
identifier. This value is used for the
sysORID
object in the
sysORTable
for the
managed node.
Description
This routine is called if a subagent alters its capabilities dynamically. When
a logical connection for a subagent is closed, the master agent automatically
removes the related entries in
sysORTable
.
eSNMP API Routines 5–13