Functions - OIDIsBranch


Returns a Boolean indicating if the OID is a branch node (that is, has children nodes, which can be either further branch nodes or value nodes).

Syntax

OIDIsBranch(source)

Parameters

sourceAny object identifier.

Example

This expression part evaluates to True for any SNMP-capable device produced by Cisco systems.

OIDIsBranch(".1.3.6.1.4.1.9")