IPWorks SNMP 2020 macOS Edition

Questions / Feedback?

ListTraps Method

Lists all the traps defined in the loaded modules.

Syntax

public func listTraps() throws -> Void

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 macOS Edition - Version 20.0 [Build 8202]