IPWorks SNMP 2020 Python Edition

Questions / Feedback?

list_children Method

Lists the immediate children of the selected node.

Syntax

def list_children() -> None: ...

Remarks

The on_mib_node event fires once for every SubId of the selected node and provides all info related to that SubId.

For instance, the following code:

MibParser.LoadMib("RFC1155-SMI")
MibParser.SelectNode("internet")
MibParser.ListChildren() 
will generate the following output through the on_mib_node event:
  directory    1.3.6.1.1
  mgmt         1.3.6.1.2
  experimental 1.3.6.1.3
  private      1.3.6.1.4

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks SNMP 2020 Python Edition - Version 20.0 [Build 8202]