Functions - OIDIsLeaf |
|
|
Returns a Boolean indicating if the OID is a leaf node (that is, represents a single value, and that value is retrievable). SyntaxOIDIsLeaf(oid) ParametersoidAny object identifier ExampleThis expression part evaluates to True for most SNMP-capable systems. OIDIsLeaf(".1.3.6.2.2.1.1.1") |