ListTraps Method

Lists all the traps defined in the loaded modules.

Object Oriented Interface

public function doListTraps();

Procedural Interface

ipworkssnmp_mibbrowser_do_listtraps($res);

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) 2022 /n software inc. - All rights reserved.
IPWorks SNMP 2020 PHP Edition - Version 20.0 [Build 8202]