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). SyntaxOIDIsBranch(source) ParameterssourceAny object identifier. ExampleThis expression part evaluates to True for any SNMP-capable device produced by Cisco systems. OIDIsBranch(".1.3.6.1.4.1.9") |