|
Overview |
|
|
|
Group |
|
|
|
Quick Info
Windows NT
| Yes
| Win95
| No
| Win32s
| No
| Import Library
| user-defined
| Header File
| -
| Unicode
| No
| Platform Notes
| None
|
|
|
SnmpExtensionTrap
The extensible agent calls the SnmpExtensionTrap function in the extension agent DLL to retrieve traps generated by the
extension agent.
BOOL SnmpExtensionTrap(
AsnObjectIdentifier *enterprise,
| // Generating enterprise
| AsnInteger *genericTrap,
| // Generating trap type
| AsnInteger *specificTrap,
| // Enterprise specific type
| AsnTimeticks *timeStamp,
| // Time stamp
| RFC1157VarBindList *variableBindings
| // Variable bindings
| );
|
|
Parameters
enterprise
[out] Points to an object identifier that indicates the originating object
generating the trap. The extensible agent does not free the memory for this
variable.
genericTrap
[out] Points to an indication of the generic trap. This parameter can be one
of the following values:
Value
| Meaning
| SNMP_GENERICTRAP_COLDSTART
| The agent is initializing protocol entities on the managed mode. It may alter
objects in its view.
| SNMP_GENERICTRAP_WARMSTART
| The agent is re-initializing itself but will not alter objects within its view.
| SNMP_GENERICTRAP_LINKDOWN
| An attached interface has changed from the up state to the down state. The first variable identifies the interface.
| SNMP_GENERICTRAP_LINKUP
| An attached interface has changed from the down state to the up state. The first variable identifies the interface.
| SNMP_GENERICTRAP_AUTHFAILURE
| An SNMP entity has sent an SNMP message, but has falsely claimed to belong to
a known community.
| SNMP_GENERICTRAP_EGPNEIGHLOSS
| An EGP peer has changed to the down state. The first variable identifies the IP address of the EGP peer.
| SNMP_GENERICTRAP_ENTERSPECIFIC
| Signals an extraordinary event that is identified in the specific-trap parameter.
|
specificTrap
[out] Points to an indication of the specific trap generated.
timeStamp
[out] Points to a variable to receive the time stamp.
[out] Points to the variable bindings list. The memory for the list will be
allocated by the extension agent. The extensible agent will free the memory with
a call to the SnmpUtilVarBindListFree function.
Return Values
If the SnmpExtensionTrap function returns a trap in its parameters, the return value is TRUE.
Otherwise, the extensible agent repeatedly calls the function until it returns a value
of FALSE.
Remarks
The extensible agent repeatedly calls the SnmpExtensionTrap function once the hPollForTrapEvent event handle of the SnmpExtensionInit function has been set to the signaled state. Each successful call returns
data from a single trap. It returns FALSE to indicate that its parameters do not
represent valid trap data and to stop the extensible agent's repeated calls.
The extension agent must not free the memory for the variableBindings parameter. The extensible agent automatically performs this action. Use the SnmpUtilMemAlloc function to allocate memory for each RFC1157VarBind structure.
It is important to note that earlier documentation stated that the extension
agent should dynamically allocate memory for the enterprise object identifier
because the extensible agent would attempt to release the memory after sending a
trap. The extensible agent will not release the memory associated with the
enterprise object identifier. The recommendation is that you return a pointer to a
static AsnObjectIdentifier structure instead.
See Also
SetEvent, SnmpUtilMemAlloc, SnmpUtilVarBindListFree, RFC1157VarBindList, SnmpExtensionInit
| Last news from Greatis Software |
 |
|
Nostalgia .Net |
|
.Net is powerful, but not all-powerful, so sometimes we need to use Win32 API for our .Net applications. It's simple enough with Platform Invoke if you have Win32 skill, but we do not always have time to dig the ancient documentation, declare the special types that are compatible with Win32, find the values of the Win32's constants and so on. Nostalgia .Net offers several simple-to-use classes, and components that will allow you to forget about the headache of Win32 and just use the power of Win32 in your application the same way as you use the native. Net classes. More » |
| Recommended software for developers |
 |
|
Ultimate Pack |
|
Component pack for Delphi and C++ Builder that contains runtime form designer, runtime object inspector, print suite and much more for the very special price. More » |
 |
|
Form Designer .Net |
|
Unique runtime form design solution that allows to edit any form in .Net WinForms application at runtime with full source codes for only 300 euro! More » |
 |
|
Print Suite .Net |
|
Print Suite .Net is a set of components for easy printing texts, images and grids from your WinForms applications. Full C# source codes are available More » |
 |
|
Gradient Controls .Net |
|
Gradient Controls .Net offers controls with gradient background feature. Labels, panels and so on... Full C# source codes are available More » |
 |
|
Greatis iGrid |
|
iGrid plots drawing grid right over your desktop, so you can use it everywhere, with any drawing application without any special plugins for different graphic editors. More » |
All the contacts and projectsDmitry Vasiliev (just.dmitry)
Related LinksSoftware for Visual Studio .NET developers Software for Delphi and C++ Builder developers Software for Visual Basic 6 developers Delphi Tips&Tricks MegaDetailed.NET More Online Helps Win32 Programmer's Reference Win32 Multimedia Programmer's Reference OLE Programmer's Reference Microsoft Windows Pen API Programmer's Reference Microsoft Windows Sockets 2 Reference Microsoft Windows Telephony API (TAPI) Programmer's Reference Unix Manual Pages
|