Functions - OIDIsLeaf


Returns a Boolean indicating if the OID is a leaf node (that is, represents a single value, and that value is retrievable).

Syntax

OIDIsLeaf(oid)

Parameters

oidAny object identifier

Example

This expression part evaluates to True for most SNMP-capable systems.

OIDIsLeaf(".1.3.6.2.2.1.1.1")