I'm running into a problem trying to extract input values from the OID of an Indexed SNMP Query that uses oid_index_parse to extract the indexes from the OID's themselves. I've attached a copy of my cacti query output, a snmpwalk of the oid_index OID and my SNMP Index Query XML file.
The problem seems to be that the input field "nodeIpAddr", with an OID/REGEXP for it's source, seems to be screwed up and incorrect indexes are being applied to it. Other input fields that use "value" as a source work just fine. It seems odd in the output that it finds a correct value even though it reports an index of "1", but then the next query shows empty for index 1.
Code: Select all
**** QUICK OVERVIEW OF SNMP INDEXED QUERY XML - FULL FILE ATTACHED BELOW ****
<interface>
<name>F5 BIG-IP ltmNodeAddrStat</name>
<index_order_type>numeric</index_order_type>
<oid_index>.1.3.6.1.4.1.3375.2.2.4.2.3.1.1</oid_index>
<oid_index_parse>OID/REGEXP:.*\.3375\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.(.*)$</oid_index_parse>
<oid_num_indexes>.1.3.6.1.4.1.3375.2.2.4.2.2.0</oid_num_indexes>
<index_order>nodeIndex</index_order>
<index_order_type>numeric</index_order_type>
<fields>
<nodeIndex>
<name>Index</name>
<method>walk</method>
<source>index</source>
<direction>input</direction>
<oid>.1.3.6.1.4.1.3375.2.2.4.2.3.1.1</oid>
</nodeIndex>
<nodeIpAddr>
<name>Node IP Address</name>
<method>walk</method>
<source>OID/REGEXP:.*\.([0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3})$</source>
<direction>input</direction>
<oid>.1.3.6.1.4.1.3375.2.2.4.2.3.1.2</oid>
</nodeIpAddr>
....
Code: Select all
**** CACTI QUERY DEBUG OUTPUT ****
+ Running data query [13].
+ Found type = '3' [snmp query].
+ Found data query XML file at '/dealnews/virthost/cactilocal.dealnews/resource/snmp_queries/bigip_ltm_nodes.xml'
+ XML file parsed ok.
+ Executing SNMP walk for list of indexes @ '.1.3.6.1.4.1.3375.2.2.4.2.3.1.1'
+ Located input field 'nodeIndex' [walk]
+ Executing SNMP walk for data @ '.1.3.6.1.4.1.3375.2.2.4.2.3.1.1'
+ Located input field 'nodeIpAddr' [walk]
+ Executing SNMP walk for data @ '.1.3.6.1.4.1.3375.2.2.4.2.3.1.2'
+ Found item [nodeIpAddr='10.1.1.2'] index: 1 [from regexp oid parse]
+ Found item [nodeIpAddr='"'] index: 1 [from regexp oid parse]
+ Found item [nodeIpAddr='10.1.1.3'] index: 1 [from regexp oid parse]
+ Found item [nodeIpAddr='"'] index: 1 [from regexp oid parse]
+ Found item [nodeIpAddr='10.1.1.4'] index: 1 [from regexp oid parse]
+ Found item [nodeIpAddr='"'] index: 1 [from regexp oid parse]
+ Found item [nodeIpAddr='10.1.1.10'] index: 1 [from regexp oid parse]
+ Found item [nodeIpAddr='"'] index: 1 [from regexp oid parse]
+ Found item [nodeIpAddr='10.1.1.11'] index: 1 [from regexp oid parse]
+ Found item [nodeIpAddr='"'] index: 1 [from regexp oid parse]
+ Found item [nodeIpAddr='10.1.1.12'] index: 1 [from regexp oid parse]
+ Found item [nodeIpAddr='"'] index: 1 [from regexp oid parse]
+ Found item [nodeIpAddr='10.1.1.13'] index: 1 [from regexp oid parse]
+ Found item [nodeIpAddr='"'] index: 1 [from regexp oid parse]
+ Found item [nodeIpAddr='10.1.1.14'] index: 1 [from regexp oid parse]
+ Found item [nodeIpAddr='"'] index: 1 [from regexp oid parse]
+ Found item [nodeIpAddr='10.1.1.15'] index: 1 [from regexp oid parse]
+ Found item [nodeIpAddr='"'] index: 1 [from regexp oid parse]
+ Found item [nodeIpAddr='10.1.1.16'] index: 1 [from regexp oid parse]
+ Found item [nodeIpAddr='"'] index: 1 [from regexp oid parse]
+ Found item [nodeIpAddr='10.1.1.17'] index: 1 [from regexp oid parse]
+ Found item [nodeIpAddr='"'] index: 1 [from regexp oid parse]
+ Found item [nodeIpAddr='10.1.1.27'] index: 1 [from regexp oid parse]
+ Found item [nodeIpAddr='"'] index: 1 [from regexp oid parse]
+ Found item [nodeIpAddr='10.1.1.28'] index: 1 [from regexp oid parse]
+ Found item [nodeIpAddr='"'] index: 1 [from regexp oid parse]
+ Found item [nodeIpAddr='10.1.1.29'] index: 1 [from regexp oid parse]
+ Found item [nodeIpAddr='"'] index: 1 [from regexp oid parse]
+ Located input field 'ltmNodeAddrScreenName' [walk]
+ Executing SNMP walk for data @ '.1.3.6.1.4.1.3375.2.2.4.1.2.1.12'
+ Found item [ltmNodeAddrScreenName='nscache'] index: 1.4.10.1.1.2 [from value]
+ Found item [ltmNodeAddrScreenName='ns1'] index: 1.4.10.1.1.3 [from value]
+ Found item [ltmNodeAddrScreenName='ns2'] index: 1.4.10.1.1.4 [from value]
+ Found item [ltmNodeAddrScreenName='app1'] index: 1.4.10.1.1.10 [from value]
+ Found item [ltmNodeAddrScreenName='web1'] index: 1.4.10.1.1.11 [from value]
+ Found item [ltmNodeAddrScreenName='web2'] index: 1.4.10.1.1.12 [from value]
+ Found item [ltmNodeAddrScreenName='web3'] index: 1.4.10.1.1.13 [from value]
+ Found item [ltmNodeAddrScreenName='web4'] index: 1.4.10.1.1.14 [from value]
+ Found item [ltmNodeAddrScreenName='web5'] index: 1.4.10.1.1.15 [from value]
+ Found item [ltmNodeAddrScreenName='web6'] index: 1.4.10.1.1.16 [from value]
+ Found item [ltmNodeAddrScreenName='vendor_ftp'] index: 1.4.10.1.1.17 [from value]
+ Found item [ltmNodeAddrScreenName='web7'] index: 1.4.10.1.1.27 [from value]
+ Found item [ltmNodeAddrScreenName='web8'] index: 1.4.10.1.1.28 [from value]
+ Found item [ltmNodeAddrScreenName='web9'] index: 1.4.10.1.1.29 [from value]
+ Found data query XML file at '/dealnews/virthost/cactilocal.dealnews/resource/snmp_queries/bigip_ltm_nodes.xml'
+ Found data query XML file at '/dealnews/virthost/cactilocal.dealnews/resource/snmp_queries/bigip_ltm_nodes.xml'
+ Found data query XML file at '/dealnews/virthost/cactilocal.dealnews/resource/snmp_queries/bigip_ltm_nodes.xml'
Code: Select all
**** SNMPWALK OF oid_index OID ****
.1.3.6.1.4.1.3375.2.2.4.2.3.1.1.1.4.10.1.1.2 = INTEGER: ipv4(1)
.1.3.6.1.4.1.3375.2.2.4.2.3.1.1.1.4.10.1.1.3 = INTEGER: ipv4(1)
.1.3.6.1.4.1.3375.2.2.4.2.3.1.1.1.4.10.1.1.4 = INTEGER: ipv4(1)
.1.3.6.1.4.1.3375.2.2.4.2.3.1.1.1.4.10.1.1.10 = INTEGER: ipv4(1)
.1.3.6.1.4.1.3375.2.2.4.2.3.1.1.1.4.10.1.1.11 = INTEGER: ipv4(1)
.1.3.6.1.4.1.3375.2.2.4.2.3.1.1.1.4.10.1.1.12 = INTEGER: ipv4(1)
.1.3.6.1.4.1.3375.2.2.4.2.3.1.1.1.4.10.1.1.13 = INTEGER: ipv4(1)
.1.3.6.1.4.1.3375.2.2.4.2.3.1.1.1.4.10.1.1.14 = INTEGER: ipv4(1)
.1.3.6.1.4.1.3375.2.2.4.2.3.1.1.1.4.10.1.1.15 = INTEGER: ipv4(1)
.1.3.6.1.4.1.3375.2.2.4.2.3.1.1.1.4.10.1.1.16 = INTEGER: ipv4(1)
.1.3.6.1.4.1.3375.2.2.4.2.3.1.1.1.4.10.1.1.17 = INTEGER: ipv4(1)
.1.3.6.1.4.1.3375.2.2.4.2.3.1.1.1.4.10.1.1.27 = INTEGER: ipv4(1)
.1.3.6.1.4.1.3375.2.2.4.2.3.1.1.1.4.10.1.1.28 = INTEGER: ipv4(1)
.1.3.6.1.4.1.3375.2.2.4.2.3.1.1.1.4.10.1.1.29 = INTEGER: ipv4(1)
Code: Select all
**** FULL SNMPWALK OF STAT TABLE ****
.1.3.6.1.4.1.3375.2.2.4.1.1.0 = INTEGER: 14
.1.3.6.1.4.1.3375.2.2.4.1.2.1.1.1.4.10.1.1.2 = INTEGER: ipv4(1)
.1.3.6.1.4.1.3375.2.2.4.1.2.1.1.1.4.10.1.1.3 = INTEGER: ipv4(1)
.1.3.6.1.4.1.3375.2.2.4.1.2.1.1.1.4.10.1.1.4 = INTEGER: ipv4(1)
.1.3.6.1.4.1.3375.2.2.4.1.2.1.1.1.4.10.1.1.10 = INTEGER: ipv4(1)
.1.3.6.1.4.1.3375.2.2.4.1.2.1.1.1.4.10.1.1.11 = INTEGER: ipv4(1)
.1.3.6.1.4.1.3375.2.2.4.1.2.1.1.1.4.10.1.1.12 = INTEGER: ipv4(1)
.1.3.6.1.4.1.3375.2.2.4.1.2.1.1.1.4.10.1.1.13 = INTEGER: ipv4(1)
.1.3.6.1.4.1.3375.2.2.4.1.2.1.1.1.4.10.1.1.14 = INTEGER: ipv4(1)
.1.3.6.1.4.1.3375.2.2.4.1.2.1.1.1.4.10.1.1.15 = INTEGER: ipv4(1)
.1.3.6.1.4.1.3375.2.2.4.1.2.1.1.1.4.10.1.1.16 = INTEGER: ipv4(1)
.1.3.6.1.4.1.3375.2.2.4.1.2.1.1.1.4.10.1.1.17 = INTEGER: ipv4(1)
.1.3.6.1.4.1.3375.2.2.4.1.2.1.1.1.4.10.1.1.27 = INTEGER: ipv4(1)
.1.3.6.1.4.1.3375.2.2.4.1.2.1.1.1.4.10.1.1.28 = INTEGER: ipv4(1)
.1.3.6.1.4.1.3375.2.2.4.1.2.1.1.1.4.10.1.1.29 = INTEGER: ipv4(1)
.1.3.6.1.4.1.3375.2.2.4.1.2.1.2.1.4.10.1.1.2 = Hex-STRING: 0A 01 01 02
.1.3.6.1.4.1.3375.2.2.4.1.2.1.2.1.4.10.1.1.3 = Hex-STRING: 0A 01 01 03
.1.3.6.1.4.1.3375.2.2.4.1.2.1.2.1.4.10.1.1.4 = Hex-STRING: 0A 01 01 04
.1.3.6.1.4.1.3375.2.2.4.1.2.1.2.1.4.10.1.1.10 = Hex-STRING: 0A 01 01 0A
.1.3.6.1.4.1.3375.2.2.4.1.2.1.2.1.4.10.1.1.11 = Hex-STRING: 0A 01 01 0B
.1.3.6.1.4.1.3375.2.2.4.1.2.1.2.1.4.10.1.1.12 = Hex-STRING: 0A 01 01 0C
.1.3.6.1.4.1.3375.2.2.4.1.2.1.2.1.4.10.1.1.13 = Hex-STRING: 0A 01 01 0D
.1.3.6.1.4.1.3375.2.2.4.1.2.1.2.1.4.10.1.1.14 = Hex-STRING: 0A 01 01 0E
.1.3.6.1.4.1.3375.2.2.4.1.2.1.2.1.4.10.1.1.15 = Hex-STRING: 0A 01 01 0F
.1.3.6.1.4.1.3375.2.2.4.1.2.1.2.1.4.10.1.1.16 = Hex-STRING: 0A 01 01 10
.1.3.6.1.4.1.3375.2.2.4.1.2.1.2.1.4.10.1.1.17 = Hex-STRING: 0A 01 01 11
.1.3.6.1.4.1.3375.2.2.4.1.2.1.2.1.4.10.1.1.27 = Hex-STRING: 0A 01 01 1B
.1.3.6.1.4.1.3375.2.2.4.1.2.1.2.1.4.10.1.1.28 = Hex-STRING: 0A 01 01 1C
.1.3.6.1.4.1.3375.2.2.4.1.2.1.2.1.4.10.1.1.29 = Hex-STRING: 0A 01 01 1D
.1.3.6.1.4.1.3375.2.2.4.1.2.1.3.1.4.10.1.1.2 = INTEGER: 0
.1.3.6.1.4.1.3375.2.2.4.1.2.1.3.1.4.10.1.1.3 = INTEGER: 0
.1.3.6.1.4.1.3375.2.2.4.1.2.1.3.1.4.10.1.1.4 = INTEGER: 0
.1.3.6.1.4.1.3375.2.2.4.1.2.1.3.1.4.10.1.1.10 = INTEGER: 0
.1.3.6.1.4.1.3375.2.2.4.1.2.1.3.1.4.10.1.1.11 = INTEGER: 0
.1.3.6.1.4.1.3375.2.2.4.1.2.1.3.1.4.10.1.1.12 = INTEGER: 0
.1.3.6.1.4.1.3375.2.2.4.1.2.1.3.1.4.10.1.1.13 = INTEGER: 0
.1.3.6.1.4.1.3375.2.2.4.1.2.1.3.1.4.10.1.1.14 = INTEGER: 0
.1.3.6.1.4.1.3375.2.2.4.1.2.1.3.1.4.10.1.1.15 = INTEGER: 0
.1.3.6.1.4.1.3375.2.2.4.1.2.1.3.1.4.10.1.1.16 = INTEGER: 0
.1.3.6.1.4.1.3375.2.2.4.1.2.1.3.1.4.10.1.1.17 = INTEGER: 0
.1.3.6.1.4.1.3375.2.2.4.1.2.1.3.1.4.10.1.1.27 = INTEGER: 0
.1.3.6.1.4.1.3375.2.2.4.1.2.1.3.1.4.10.1.1.28 = INTEGER: 0
.1.3.6.1.4.1.3375.2.2.4.1.2.1.3.1.4.10.1.1.29 = INTEGER: 0
.1.3.6.1.4.1.3375.2.2.4.1.2.1.4.1.4.10.1.1.2 = INTEGER: 1
.1.3.6.1.4.1.3375.2.2.4.1.2.1.4.1.4.10.1.1.3 = INTEGER: 1
.1.3.6.1.4.1.3375.2.2.4.1.2.1.4.1.4.10.1.1.4 = INTEGER: 1
.1.3.6.1.4.1.3375.2.2.4.1.2.1.4.1.4.10.1.1.10 = INTEGER: 1
.1.3.6.1.4.1.3375.2.2.4.1.2.1.4.1.4.10.1.1.11 = INTEGER: 1
.1.3.6.1.4.1.3375.2.2.4.1.2.1.4.1.4.10.1.1.12 = INTEGER: 1
.1.3.6.1.4.1.3375.2.2.4.1.2.1.4.1.4.10.1.1.13 = INTEGER: 1
.1.3.6.1.4.1.3375.2.2.4.1.2.1.4.1.4.10.1.1.14 = INTEGER: 1
.1.3.6.1.4.1.3375.2.2.4.1.2.1.4.1.4.10.1.1.15 = INTEGER: 1
.1.3.6.1.4.1.3375.2.2.4.1.2.1.4.1.4.10.1.1.16 = INTEGER: 1
.1.3.6.1.4.1.3375.2.2.4.1.2.1.4.1.4.10.1.1.17 = INTEGER: 1
.1.3.6.1.4.1.3375.2.2.4.1.2.1.4.1.4.10.1.1.27 = INTEGER: 1
.1.3.6.1.4.1.3375.2.2.4.1.2.1.4.1.4.10.1.1.28 = INTEGER: 1
.1.3.6.1.4.1.3375.2.2.4.1.2.1.4.1.4.10.1.1.29 = INTEGER: 1
.1.3.6.1.4.1.3375.2.2.4.1.2.1.5.1.4.10.1.1.2 = INTEGER: 1
.1.3.6.1.4.1.3375.2.2.4.1.2.1.5.1.4.10.1.1.3 = INTEGER: 1
.1.3.6.1.4.1.3375.2.2.4.1.2.1.5.1.4.10.1.1.4 = INTEGER: 1
.1.3.6.1.4.1.3375.2.2.4.1.2.1.5.1.4.10.1.1.10 = INTEGER: 1
.1.3.6.1.4.1.3375.2.2.4.1.2.1.5.1.4.10.1.1.11 = INTEGER: 1
.1.3.6.1.4.1.3375.2.2.4.1.2.1.5.1.4.10.1.1.12 = INTEGER: 1
.1.3.6.1.4.1.3375.2.2.4.1.2.1.5.1.4.10.1.1.13 = INTEGER: 1
.1.3.6.1.4.1.3375.2.2.4.1.2.1.5.1.4.10.1.1.14 = INTEGER: 1
.1.3.6.1.4.1.3375.2.2.4.1.2.1.5.1.4.10.1.1.15 = INTEGER: 1
.1.3.6.1.4.1.3375.2.2.4.1.2.1.5.1.4.10.1.1.16 = INTEGER: 1
.1.3.6.1.4.1.3375.2.2.4.1.2.1.5.1.4.10.1.1.17 = INTEGER: 1
.1.3.6.1.4.1.3375.2.2.4.1.2.1.5.1.4.10.1.1.27 = INTEGER: 1
.1.3.6.1.4.1.3375.2.2.4.1.2.1.5.1.4.10.1.1.28 = INTEGER: 1
.1.3.6.1.4.1.3375.2.2.4.1.2.1.5.1.4.10.1.1.29 = INTEGER: 1
.1.3.6.1.4.1.3375.2.2.4.1.2.1.6.1.4.10.1.1.2 = INTEGER: up(2)
.1.3.6.1.4.1.3375.2.2.4.1.2.1.6.1.4.10.1.1.3 = INTEGER: down(6)
.1.3.6.1.4.1.3375.2.2.4.1.2.1.6.1.4.10.1.1.4 = INTEGER: down(6)
.1.3.6.1.4.1.3375.2.2.4.1.2.1.6.1.4.10.1.1.10 = INTEGER: up(2)
.1.3.6.1.4.1.3375.2.2.4.1.2.1.6.1.4.10.1.1.11 = INTEGER: down(6)
.1.3.6.1.4.1.3375.2.2.4.1.2.1.6.1.4.10.1.1.12 = INTEGER: down(6)
.1.3.6.1.4.1.3375.2.2.4.1.2.1.6.1.4.10.1.1.13 = INTEGER: up(2)
.1.3.6.1.4.1.3375.2.2.4.1.2.1.6.1.4.10.1.1.14 = INTEGER: up(2)
.1.3.6.1.4.1.3375.2.2.4.1.2.1.6.1.4.10.1.1.15 = INTEGER: down(6)
.1.3.6.1.4.1.3375.2.2.4.1.2.1.6.1.4.10.1.1.16 = INTEGER: down(6)
.1.3.6.1.4.1.3375.2.2.4.1.2.1.6.1.4.10.1.1.17 = INTEGER: up(2)
.1.3.6.1.4.1.3375.2.2.4.1.2.1.6.1.4.10.1.1.27 = INTEGER: down(6)
.1.3.6.1.4.1.3375.2.2.4.1.2.1.6.1.4.10.1.1.28 = INTEGER: down(6)
.1.3.6.1.4.1.3375.2.2.4.1.2.1.6.1.4.10.1.1.29 = INTEGER: down(6)
.1.3.6.1.4.1.3375.2.2.4.1.2.1.7.1.4.10.1.1.2 = INTEGER: up(2)
.1.3.6.1.4.1.3375.2.2.4.1.2.1.7.1.4.10.1.1.3 = INTEGER: down(6)
.1.3.6.1.4.1.3375.2.2.4.1.2.1.7.1.4.10.1.1.4 = INTEGER: down(6)
.1.3.6.1.4.1.3375.2.2.4.1.2.1.7.1.4.10.1.1.10 = INTEGER: up(2)
.1.3.6.1.4.1.3375.2.2.4.1.2.1.7.1.4.10.1.1.11 = INTEGER: down(6)
.1.3.6.1.4.1.3375.2.2.4.1.2.1.7.1.4.10.1.1.12 = INTEGER: down(6)
.1.3.6.1.4.1.3375.2.2.4.1.2.1.7.1.4.10.1.1.13 = INTEGER: up(2)
.1.3.6.1.4.1.3375.2.2.4.1.2.1.7.1.4.10.1.1.14 = INTEGER: up(2)
.1.3.6.1.4.1.3375.2.2.4.1.2.1.7.1.4.10.1.1.15 = INTEGER: down(6)
.1.3.6.1.4.1.3375.2.2.4.1.2.1.7.1.4.10.1.1.16 = INTEGER: down(6)
.1.3.6.1.4.1.3375.2.2.4.1.2.1.7.1.4.10.1.1.17 = INTEGER: up(2)
.1.3.6.1.4.1.3375.2.2.4.1.2.1.7.1.4.10.1.1.27 = INTEGER: down(6)
.1.3.6.1.4.1.3375.2.2.4.1.2.1.7.1.4.10.1.1.28 = INTEGER: down(6)
.1.3.6.1.4.1.3375.2.2.4.1.2.1.7.1.4.10.1.1.29 = INTEGER: down(6)
.1.3.6.1.4.1.3375.2.2.4.1.2.1.8.1.4.10.1.1.2 = STRING:
.1.3.6.1.4.1.3375.2.2.4.1.2.1.8.1.4.10.1.1.3 = STRING:
.1.3.6.1.4.1.3375.2.2.4.1.2.1.8.1.4.10.1.1.4 = STRING:
.1.3.6.1.4.1.3375.2.2.4.1.2.1.8.1.4.10.1.1.10 = STRING:
.1.3.6.1.4.1.3375.2.2.4.1.2.1.8.1.4.10.1.1.11 = STRING:
.1.3.6.1.4.1.3375.2.2.4.1.2.1.8.1.4.10.1.1.12 = STRING:
.1.3.6.1.4.1.3375.2.2.4.1.2.1.8.1.4.10.1.1.13 = STRING:
.1.3.6.1.4.1.3375.2.2.4.1.2.1.8.1.4.10.1.1.14 = STRING:
.1.3.6.1.4.1.3375.2.2.4.1.2.1.8.1.4.10.1.1.15 = STRING:
.1.3.6.1.4.1.3375.2.2.4.1.2.1.8.1.4.10.1.1.16 = STRING:
.1.3.6.1.4.1.3375.2.2.4.1.2.1.8.1.4.10.1.1.17 = STRING:
.1.3.6.1.4.1.3375.2.2.4.1.2.1.8.1.4.10.1.1.27 = STRING:
.1.3.6.1.4.1.3375.2.2.4.1.2.1.8.1.4.10.1.1.28 = STRING:
.1.3.6.1.4.1.3375.2.2.4.1.2.1.8.1.4.10.1.1.29 = STRING:
.1.3.6.1.4.1.3375.2.2.4.1.2.1.9.1.4.10.1.1.2 = INTEGER: true(1)
.1.3.6.1.4.1.3375.2.2.4.1.2.1.9.1.4.10.1.1.3 = INTEGER: true(1)
.1.3.6.1.4.1.3375.2.2.4.1.2.1.9.1.4.10.1.1.4 = INTEGER: true(1)
.1.3.6.1.4.1.3375.2.2.4.1.2.1.9.1.4.10.1.1.10 = INTEGER: true(1)
.1.3.6.1.4.1.3375.2.2.4.1.2.1.9.1.4.10.1.1.11 = INTEGER: true(1)
.1.3.6.1.4.1.3375.2.2.4.1.2.1.9.1.4.10.1.1.12 = INTEGER: true(1)
.1.3.6.1.4.1.3375.2.2.4.1.2.1.9.1.4.10.1.1.13 = INTEGER: true(1)
.1.3.6.1.4.1.3375.2.2.4.1.2.1.9.1.4.10.1.1.14 = INTEGER: true(1)
.1.3.6.1.4.1.3375.2.2.4.1.2.1.9.1.4.10.1.1.15 = INTEGER: true(1)
.1.3.6.1.4.1.3375.2.2.4.1.2.1.9.1.4.10.1.1.16 = INTEGER: true(1)
.1.3.6.1.4.1.3375.2.2.4.1.2.1.9.1.4.10.1.1.17 = INTEGER: true(1)
.1.3.6.1.4.1.3375.2.2.4.1.2.1.9.1.4.10.1.1.27 = INTEGER: true(1)
.1.3.6.1.4.1.3375.2.2.4.1.2.1.9.1.4.10.1.1.28 = INTEGER: true(1)
.1.3.6.1.4.1.3375.2.2.4.1.2.1.9.1.4.10.1.1.29 = INTEGER: true(1)
.1.3.6.1.4.1.3375.2.2.4.1.2.1.10.1.4.10.1.1.2 = INTEGER: enabled(1)
.1.3.6.1.4.1.3375.2.2.4.1.2.1.10.1.4.10.1.1.3 = INTEGER: enabled(1)
.1.3.6.1.4.1.3375.2.2.4.1.2.1.10.1.4.10.1.1.4 = INTEGER: enabled(1)
.1.3.6.1.4.1.3375.2.2.4.1.2.1.10.1.4.10.1.1.10 = INTEGER: enabled(1)
.1.3.6.1.4.1.3375.2.2.4.1.2.1.10.1.4.10.1.1.11 = INTEGER: enabled(1)
.1.3.6.1.4.1.3375.2.2.4.1.2.1.10.1.4.10.1.1.12 = INTEGER: enabled(1)
.1.3.6.1.4.1.3375.2.2.4.1.2.1.10.1.4.10.1.1.13 = INTEGER: enabled(1)
.1.3.6.1.4.1.3375.2.2.4.1.2.1.10.1.4.10.1.1.14 = INTEGER: enabled(1)
.1.3.6.1.4.1.3375.2.2.4.1.2.1.10.1.4.10.1.1.15 = INTEGER: enabled(1)
.1.3.6.1.4.1.3375.2.2.4.1.2.1.10.1.4.10.1.1.16 = INTEGER: enabled(1)
.1.3.6.1.4.1.3375.2.2.4.1.2.1.10.1.4.10.1.1.17 = INTEGER: enabled(1)
.1.3.6.1.4.1.3375.2.2.4.1.2.1.10.1.4.10.1.1.27 = INTEGER: enabled(1)
.1.3.6.1.4.1.3375.2.2.4.1.2.1.10.1.4.10.1.1.28 = INTEGER: enabled(1)
.1.3.6.1.4.1.3375.2.2.4.1.2.1.10.1.4.10.1.1.29 = INTEGER: enabled(1)
.1.3.6.1.4.1.3375.2.2.4.1.2.1.11.1.4.10.1.1.2 = INTEGER: 1
.1.3.6.1.4.1.3375.2.2.4.1.2.1.11.1.4.10.1.1.3 = INTEGER: 1
.1.3.6.1.4.1.3375.2.2.4.1.2.1.11.1.4.10.1.1.4 = INTEGER: 1
.1.3.6.1.4.1.3375.2.2.4.1.2.1.11.1.4.10.1.1.10 = INTEGER: 1
.1.3.6.1.4.1.3375.2.2.4.1.2.1.11.1.4.10.1.1.11 = INTEGER: 2
.1.3.6.1.4.1.3375.2.2.4.1.2.1.11.1.4.10.1.1.12 = INTEGER: 2
.1.3.6.1.4.1.3375.2.2.4.1.2.1.11.1.4.10.1.1.13 = INTEGER: 17
.1.3.6.1.4.1.3375.2.2.4.1.2.1.11.1.4.10.1.1.14 = INTEGER: 17
.1.3.6.1.4.1.3375.2.2.4.1.2.1.11.1.4.10.1.1.15 = INTEGER: 17
.1.3.6.1.4.1.3375.2.2.4.1.2.1.11.1.4.10.1.1.16 = INTEGER: 17
.1.3.6.1.4.1.3375.2.2.4.1.2.1.11.1.4.10.1.1.17 = INTEGER: 1
.1.3.6.1.4.1.3375.2.2.4.1.2.1.11.1.4.10.1.1.27 = INTEGER: 17
.1.3.6.1.4.1.3375.2.2.4.1.2.1.11.1.4.10.1.1.28 = INTEGER: 17
.1.3.6.1.4.1.3375.2.2.4.1.2.1.11.1.4.10.1.1.29 = INTEGER: 17
.1.3.6.1.4.1.3375.2.2.4.1.2.1.12.1.4.10.1.1.2 = STRING: nscache
.1.3.6.1.4.1.3375.2.2.4.1.2.1.12.1.4.10.1.1.3 = STRING: ns1
.1.3.6.1.4.1.3375.2.2.4.1.2.1.12.1.4.10.1.1.4 = STRING: ns2
.1.3.6.1.4.1.3375.2.2.4.1.2.1.12.1.4.10.1.1.10 = STRING: app1
.1.3.6.1.4.1.3375.2.2.4.1.2.1.12.1.4.10.1.1.11 = STRING: web1
.1.3.6.1.4.1.3375.2.2.4.1.2.1.12.1.4.10.1.1.12 = STRING: web2
.1.3.6.1.4.1.3375.2.2.4.1.2.1.12.1.4.10.1.1.13 = STRING: web3
.1.3.6.1.4.1.3375.2.2.4.1.2.1.12.1.4.10.1.1.14 = STRING: web4
.1.3.6.1.4.1.3375.2.2.4.1.2.1.12.1.4.10.1.1.15 = STRING: web5
.1.3.6.1.4.1.3375.2.2.4.1.2.1.12.1.4.10.1.1.16 = STRING: web6
.1.3.6.1.4.1.3375.2.2.4.1.2.1.12.1.4.10.1.1.17 = STRING: vendor_ftp
.1.3.6.1.4.1.3375.2.2.4.1.2.1.12.1.4.10.1.1.27 = STRING: web7
.1.3.6.1.4.1.3375.2.2.4.1.2.1.12.1.4.10.1.1.28 = STRING: web8
.1.3.6.1.4.1.3375.2.2.4.1.2.1.12.1.4.10.1.1.29 = STRING: web9
.1.3.6.1.4.1.3375.2.2.4.1.2.1.13.1.4.10.1.1.2 = INTEGER: green(1)
.1.3.6.1.4.1.3375.2.2.4.1.2.1.13.1.4.10.1.1.3 = INTEGER: red(3)
.1.3.6.1.4.1.3375.2.2.4.1.2.1.13.1.4.10.1.1.4 = INTEGER: red(3)
.1.3.6.1.4.1.3375.2.2.4.1.2.1.13.1.4.10.1.1.10 = INTEGER: green(1)
.1.3.6.1.4.1.3375.2.2.4.1.2.1.13.1.4.10.1.1.11 = INTEGER: red(3)
.1.3.6.1.4.1.3375.2.2.4.1.2.1.13.1.4.10.1.1.12 = INTEGER: red(3)
.1.3.6.1.4.1.3375.2.2.4.1.2.1.13.1.4.10.1.1.13 = INTEGER: green(1)
.1.3.6.1.4.1.3375.2.2.4.1.2.1.13.1.4.10.1.1.14 = INTEGER: green(1)
.1.3.6.1.4.1.3375.2.2.4.1.2.1.13.1.4.10.1.1.15 = INTEGER: red(3)
.1.3.6.1.4.1.3375.2.2.4.1.2.1.13.1.4.10.1.1.16 = INTEGER: red(3)
.1.3.6.1.4.1.3375.2.2.4.1.2.1.13.1.4.10.1.1.17 = INTEGER: green(1)
.1.3.6.1.4.1.3375.2.2.4.1.2.1.13.1.4.10.1.1.27 = INTEGER: red(3)
.1.3.6.1.4.1.3375.2.2.4.1.2.1.13.1.4.10.1.1.28 = INTEGER: red(3)
.1.3.6.1.4.1.3375.2.2.4.1.2.1.13.1.4.10.1.1.29 = INTEGER: red(3)
.1.3.6.1.4.1.3375.2.2.4.1.2.1.14.1.4.10.1.1.2 = INTEGER: enabled(1)
.1.3.6.1.4.1.3375.2.2.4.1.2.1.14.1.4.10.1.1.3 = INTEGER: enabled(1)
.1.3.6.1.4.1.3375.2.2.4.1.2.1.14.1.4.10.1.1.4 = INTEGER: enabled(1)
.1.3.6.1.4.1.3375.2.2.4.1.2.1.14.1.4.10.1.1.10 = INTEGER: enabled(1)
.1.3.6.1.4.1.3375.2.2.4.1.2.1.14.1.4.10.1.1.11 = INTEGER: enabled(1)
.1.3.6.1.4.1.3375.2.2.4.1.2.1.14.1.4.10.1.1.12 = INTEGER: enabled(1)
.1.3.6.1.4.1.3375.2.2.4.1.2.1.14.1.4.10.1.1.13 = INTEGER: enabled(1)
.1.3.6.1.4.1.3375.2.2.4.1.2.1.14.1.4.10.1.1.14 = INTEGER: enabled(1)
.1.3.6.1.4.1.3375.2.2.4.1.2.1.14.1.4.10.1.1.15 = INTEGER: enabled(1)
.1.3.6.1.4.1.3375.2.2.4.1.2.1.14.1.4.10.1.1.16 = INTEGER: enabled(1)
.1.3.6.1.4.1.3375.2.2.4.1.2.1.14.1.4.10.1.1.17 = INTEGER: enabled(1)
.1.3.6.1.4.1.3375.2.2.4.1.2.1.14.1.4.10.1.1.27 = INTEGER: enabled(1)
.1.3.6.1.4.1.3375.2.2.4.1.2.1.14.1.4.10.1.1.28 = INTEGER: enabled(1)
.1.3.6.1.4.1.3375.2.2.4.1.2.1.14.1.4.10.1.1.29 = INTEGER: enabled(1)
.1.3.6.1.4.1.3375.2.2.4.1.2.1.15.1.4.10.1.1.2 = INTEGER: 0
.1.3.6.1.4.1.3375.2.2.4.1.2.1.15.1.4.10.1.1.3 = INTEGER: 0
.1.3.6.1.4.1.3375.2.2.4.1.2.1.15.1.4.10.1.1.4 = INTEGER: 0
.1.3.6.1.4.1.3375.2.2.4.1.2.1.15.1.4.10.1.1.10 = INTEGER: 0
.1.3.6.1.4.1.3375.2.2.4.1.2.1.15.1.4.10.1.1.11 = INTEGER: 0
.1.3.6.1.4.1.3375.2.2.4.1.2.1.15.1.4.10.1.1.12 = INTEGER: 0
.1.3.6.1.4.1.3375.2.2.4.1.2.1.15.1.4.10.1.1.13 = INTEGER: 0
.1.3.6.1.4.1.3375.2.2.4.1.2.1.15.1.4.10.1.1.14 = INTEGER: 0
.1.3.6.1.4.1.3375.2.2.4.1.2.1.15.1.4.10.1.1.15 = INTEGER: 0
.1.3.6.1.4.1.3375.2.2.4.1.2.1.15.1.4.10.1.1.16 = INTEGER: 0
.1.3.6.1.4.1.3375.2.2.4.1.2.1.15.1.4.10.1.1.17 = INTEGER: 0
.1.3.6.1.4.1.3375.2.2.4.1.2.1.15.1.4.10.1.1.27 = INTEGER: 0
.1.3.6.1.4.1.3375.2.2.4.1.2.1.15.1.4.10.1.1.28 = INTEGER: 0
.1.3.6.1.4.1.3375.2.2.4.1.2.1.15.1.4.10.1.1.29 = INTEGER: 0
.1.3.6.1.4.1.3375.2.2.4.1.2.1.16.1.4.10.1.1.2 = STRING: Node address is available
.1.3.6.1.4.1.3375.2.2.4.1.2.1.16.1.4.10.1.1.3 = STRING: Node address has been marked down by a monitor
.1.3.6.1.4.1.3375.2.2.4.1.2.1.16.1.4.10.1.1.4 = STRING: Node address has been marked down by a monitor
.1.3.6.1.4.1.3375.2.2.4.1.2.1.16.1.4.10.1.1.10 = STRING: Node address is available
.1.3.6.1.4.1.3375.2.2.4.1.2.1.16.1.4.10.1.1.11 = STRING: Node address has been marked down by a monitor
.1.3.6.1.4.1.3375.2.2.4.1.2.1.16.1.4.10.1.1.12 = STRING: Node address has been marked down by a monitor
.1.3.6.1.4.1.3375.2.2.4.1.2.1.16.1.4.10.1.1.13 = STRING: Node address is available
.1.3.6.1.4.1.3375.2.2.4.1.2.1.16.1.4.10.1.1.14 = STRING: Node address is available
.1.3.6.1.4.1.3375.2.2.4.1.2.1.16.1.4.10.1.1.15 = STRING: Node address has been marked down by a monitor
.1.3.6.1.4.1.3375.2.2.4.1.2.1.16.1.4.10.1.1.16 = STRING: Node address has been marked down by a monitor
.1.3.6.1.4.1.3375.2.2.4.1.2.1.16.1.4.10.1.1.17 = STRING: Node address is available
.1.3.6.1.4.1.3375.2.2.4.1.2.1.16.1.4.10.1.1.27 = STRING: Node address has been marked down by a monitor
.1.3.6.1.4.1.3375.2.2.4.1.2.1.16.1.4.10.1.1.28 = STRING: Node address has been marked down by a monitor
.1.3.6.1.4.1.3375.2.2.4.1.2.1.16.1.4.10.1.1.29 = STRING: Node address has been marked down by a monitor