IPWorks SNMP 2020 Python Edition

Questions / Feedback?

list_traps Method

Lists all the traps defined in the loaded modules.

Syntax

def list_traps() -> None: ...

Remarks

The on_trap_node 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 on_trap_node 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 Python Edition - Version 20.0 [Build 8202]