IP*Works! S/SNMP V9 - Online Help
IP*Works! S/SNMP V9
Questions / Feedback?

ListTraps Method

Lists all the traps defined in the loaded modules.

Syntax

[VB.NET]
Public Sub ListTraps()
[C#]
public void ListTraps();

Remarks

The TrapNode event fires once for every trap and provides all info related to it.

For instance, the following code:


MibParser.LoadMib("mib_ii.mib")
MibParser.ListTraps() 
will generate the following output through the TrapNode event:
  coldStart             0 snmp
  warmStart             1 snmp
  linkDown              2 snmp
  linkUp                3 snmp
  authenticationFailure 4 snmp

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 9.0.6240.0