[solved] Problem with Table with 2 indexes

Post general support questions here that do not specifically fall into the Linux or Windows categories.

Moderators: Developers, Moderators

Post Reply
tafinho
Posts: 3
Joined: Mon Sep 14, 2009 6:31 am

[solved] Problem with Table with 2 indexes

Post by tafinho »

Hi,

I just started creating some templates with regular single index tables, but I now need to have a more complex one, with 2 indexes.

The XML for the query is the following:

<query>
<name>Get list of TSP card</name>
<description>Queries Services</description>
<oid_index>1.3.6.1.4.1.6768.3.4.2.2.1.2</oid_index>
<oid_index_parse>OID/REGEXP:^.*\.([0-9]*\.[0-9]*)$</oid_index_parse>
<index_order>PID</index_order>
<index_order_type>alphabetic</index_order_type>
<index_title_format>|chosen_order_field|</index_title_format>
<fields>

<PID>
<name>PID</name>
<method>walk</method>
<source>value</source>
<direction>input</direction>
<oid>1.3.6.1.4.1.6768.3.4.2.2.1.4</oid>
</PID>
<pidContents>
<name>pid_Contents</name>
<method>walk</method>
<source>value</source>
<direction>input</direction>
<oid>1.3.6.1.4.1.6768.3.4.2.2.1.2</oid>
</pidContents>
<pidBwMeanUtilisation>
<name>pid_Bw_Mean_Utilisation</name>
<method>walk</method>
<source>value</source>
<direction>output</direction>
<oid>1.3.6.1.4.1.6768.3.4.2.3.1.1</oid>
</pidBwMeanUtilisation>
<pidBwMinUtilisation>
<name>pid_Bw_Min_Utilisation</name>
<method>walk</method>
<source>value</source>
<direction>output</direction>
<oid>1.3.6.1.4.1.6768.3.4.2.3.1.2</oid>
</pidBwMinUtilisation>
<pidBwMaxUtilisation>
<name>pid_Bw_Max_Utilisation</name>
<method>walk</method>
<source>value</source>
<direction>output</direction>
<oid>1.3.6.1.4.1.6768.3.4.2.3.1.3</oid>
</pidBwMaxUtilisation>
</fields>
</query>

Which results on the following data:

'2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.264' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.265' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.266' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.267' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.268' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.269' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.270' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.271' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.272' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.273' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.274' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.275' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.276' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.277' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.278' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.279' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.280' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.281' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.282' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.297' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.513' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.514' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.769' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.1026' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.1027' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.1028' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.1029' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.1030' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.1031' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.1032' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.1033' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.1034' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.1035' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.1036' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.1037' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.1038' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.1039' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.1040' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.1041' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.1042' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.1043' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.1044' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.1045' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.1046' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.1047' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.1048' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.1049' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.4097' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.4098' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.4100' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.4105' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.4106' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.4113' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.4114' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.4121' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.4122' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.4129' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.4130' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.4137' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.4138' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.4145' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.4146' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.4153' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.4154' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.4161' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.4162' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.4169' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.4170' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.4177' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.4178' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.4185' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.4186' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.4193' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.4194' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.4201' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.4202' value: '6'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.4209' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.4210' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.4217' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.4218' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.4225' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.4226' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.4233' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.4234' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.4241' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.4242' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.4249' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.4250' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.4257' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.4258' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.4265' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.4266' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.4273' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.4274' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.4281' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.4282' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.4297' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.4298' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.4555' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.8191' value: '1'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.0' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.1' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.16' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.17' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.18' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.20' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.32' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.81' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.82' value: '6'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.83' value: '6'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.257' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.258' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.259' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.260' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.261' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.262' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.263' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.264' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.265' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.266' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.267' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.268' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.269' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.270' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.271' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.272' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.273' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.274' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.275' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.276' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.277' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.278' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.280' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.281' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.282' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.297' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.515' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.516' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.769' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.1025' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.1026' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.1027' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.1028' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.1029' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.1030' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.1031' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.1032' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.1033' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.1034' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.1035' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.1036' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.1037' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.1038' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.1039' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.1040' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.1041' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.1042' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.1043' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.1044' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.1045' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.1046' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.1048' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.1049' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.1050' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.4609' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.4610' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.4612' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.4617' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.4618' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.4625' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.4626' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.4633' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.4634' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.4641' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.4642' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.4649' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.4650' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.4657' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.4658' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.4665' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.4666' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.4673' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.4674' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.4681' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.4682' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.4689' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.4690' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.4697' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.4698' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.4705' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.4706' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.4713' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.4714' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.4721' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.4722' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.4729' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.4730' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.4737' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.4738' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.4745' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.4746' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.4753' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.4754' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.4761' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.4762' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.4769' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.4770' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.4777' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.4778' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.4793' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.4794' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.4801' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.4802' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.4809' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.4810' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.8191' value: '1'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.0' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.1' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.16' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.17' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.18' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.20' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.81' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.82' value: '6'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.83' value: '6'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.257' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.258' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.259' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.260' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.261' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.262' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.263' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.264' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.265' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.267' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.268' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.269' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.270' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.271' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.272' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.273' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.274' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.275' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.276' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.277' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.278' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.279' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.280' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.281' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.282' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.297' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.769' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.1025' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.1026' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.1027' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.1028' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.1029' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.1030' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.1031' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.1032' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.1033' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.1035' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.1036' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.1037' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.1038' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.1039' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.1040' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.1041' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.1042' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.1043' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.1044' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.1045' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.1046' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.1047' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.1049' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.1050' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.4610' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.5121' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.5124' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.5129' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.5130' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.5137' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.5138' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.5145' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.5146' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.5153' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.5154' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.5161' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.5162' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.5169' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.5170' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.5177' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.5178' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.5185' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.5186' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.5201' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.5202' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.5209' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.5210' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.5217' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.5218' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.5225' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.5226' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.5233' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.5234' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.5241' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.5242' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.5249' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.5250' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.5257' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.5258' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.5265' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.5266' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.5273' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.5274' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.5281' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.5282' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.5289' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.5290' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.5297' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.5298' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.5305' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.5306' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.5313' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.5314' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.5321' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.5322' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.8191' value: '1'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.17.0' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.17.1' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.17.16' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.17.17' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.17.18' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.17.20' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.17.81' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.17.82' value: '6'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.17.83' value: '6'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.17.257' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.17.258' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.17.259' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.17.260' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.17.261' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.17.262' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.17.263' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.17.264' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.17.265' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.17.266' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.17.297' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.17.769' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.17.1025' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.17.1026' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.17.1027' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.17.1028' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.17.1029' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.17.1030' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.17.1031' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.17.1032' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.17.1033' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.17.1034' value: '2'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.17.5633' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.17.5634' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.17.5641' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.17.5642' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.17.5649' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.17.5650' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.17.5657' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.17.5658' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.17.5665' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.17.5666' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.17.5673' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.17.5674' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.17.5681' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.17.5682' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.17.5689' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.17.5690' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.17.5697' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.17.5698' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.17.5705' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.17.5706' value: '3'
+ Index found at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.17.8191' value: '1'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.0' results: '6.0'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.1' results: '6.1'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.16' results: '6.16'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.17' results: '6.17'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.18' results: '6.18'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.20' results: '6.20'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.81' results: '6.81'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.82' results: '6.82'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.83' results: '6.83'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.145' results: '6.145'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.257' results: '6.257'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.258' results: '6.258'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.259' results: '6.259'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.260' results: '6.260'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.261' results: '6.261'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.262' results: '6.262'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.263' results: '6.263'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.264' results: '6.264'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.265' results: '6.265'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.266' results: '6.266'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.267' results: '6.267'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.268' results: '6.268'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.269' results: '6.269'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.270' results: '6.270'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.271' results: '6.271'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.272' results: '6.272'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.273' results: '6.273'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.274' results: '6.274'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.275' results: '6.275'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.276' results: '6.276'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.277' results: '6.277'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.278' results: '6.278'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.279' results: '6.279'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.280' results: '6.280'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.281' results: '6.281'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.282' results: '6.282'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.297' results: '6.297'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.513' results: '6.513'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.514' results: '6.514'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.769' results: '6.769'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.1026' results: '6.1026'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.1027' results: '6.1027'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.1028' results: '6.1028'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.1029' results: '6.1029'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.1030' results: '6.1030'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.1031' results: '6.1031'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.1032' results: '6.1032'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.1033' results: '6.1033'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.1034' results: '6.1034'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.1035' results: '6.1035'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.1036' results: '6.1036'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.1037' results: '6.1037'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.1038' results: '6.1038'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.1039' results: '6.1039'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.1040' results: '6.1040'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.1041' results: '6.1041'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.1042' results: '6.1042'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.1043' results: '6.1043'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.1044' results: '6.1044'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.1045' results: '6.1045'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.1046' results: '6.1046'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.1047' results: '6.1047'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.1048' results: '6.1048'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.1049' results: '6.1049'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.4097' results: '6.4097'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.4098' results: '6.4098'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.4100' results: '6.4100'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.4105' results: '6.4105'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.4106' results: '6.4106'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.4113' results: '6.4113'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.4114' results: '6.4114'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.4121' results: '6.4121'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.4122' results: '6.4122'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.4129' results: '6.4129'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.4130' results: '6.4130'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.4137' results: '6.4137'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.4138' results: '6.4138'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.4145' results: '6.4145'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.4146' results: '6.4146'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.4153' results: '6.4153'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.4154' results: '6.4154'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.4161' results: '6.4161'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.4162' results: '6.4162'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.4169' results: '6.4169'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.4170' results: '6.4170'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.4177' results: '6.4177'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.4178' results: '6.4178'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.4185' results: '6.4185'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.4186' results: '6.4186'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.4193' results: '6.4193'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.4194' results: '6.4194'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.4201' results: '6.4201'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.4202' results: '6.4202'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.4209' results: '6.4209'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.4210' results: '6.4210'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.4217' results: '6.4217'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.4218' results: '6.4218'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.4225' results: '6.4225'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.4226' results: '6.4226'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.4233' results: '6.4233'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.4234' results: '6.4234'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.4241' results: '6.4241'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.4242' results: '6.4242'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.4249' results: '6.4249'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.4250' results: '6.4250'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.4257' results: '6.4257'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.4258' results: '6.4258'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.4265' results: '6.4265'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.4266' results: '6.4266'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.4273' results: '6.4273'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.4274' results: '6.4274'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.4281' results: '6.4281'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.4282' results: '6.4282'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.4297' results: '6.4297'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.4298' results: '6.4298'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.4555' results: '6.4555'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.6.8191' results: '6.8191'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.0' results: '10.0'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.1' results: '10.1'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.16' results: '10.16'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.17' results: '10.17'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.18' results: '10.18'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.20' results: '10.20'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.32' results: '10.32'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.81' results: '10.81'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.82' results: '10.82'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.83' results: '10.83'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.257' results: '10.257'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.258' results: '10.258'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.259' results: '10.259'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.260' results: '10.260'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.261' results: '10.261'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.262' results: '10.262'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.263' results: '10.263'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.264' results: '10.264'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.265' results: '10.265'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.266' results: '10.266'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.267' results: '10.267'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.268' results: '10.268'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.269' results: '10.269'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.270' results: '10.270'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.271' results: '10.271'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.272' results: '10.272'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.273' results: '10.273'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.274' results: '10.274'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.275' results: '10.275'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.276' results: '10.276'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.277' results: '10.277'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.278' results: '10.278'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.280' results: '10.280'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.281' results: '10.281'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.282' results: '10.282'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.297' results: '10.297'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.515' results: '10.515'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.516' results: '10.516'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.769' results: '10.769'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.1025' results: '10.1025'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.1026' results: '10.1026'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.1027' results: '10.1027'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.1028' results: '10.1028'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.1029' results: '10.1029'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.1030' results: '10.1030'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.1031' results: '10.1031'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.1032' results: '10.1032'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.1033' results: '10.1033'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.1034' results: '10.1034'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.1035' results: '10.1035'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.1036' results: '10.1036'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.1037' results: '10.1037'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.1038' results: '10.1038'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.1039' results: '10.1039'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.1040' results: '10.1040'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.1041' results: '10.1041'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.1042' results: '10.1042'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.1043' results: '10.1043'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.1044' results: '10.1044'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.1045' results: '10.1045'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.1046' results: '10.1046'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.1048' results: '10.1048'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.1049' results: '10.1049'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.1050' results: '10.1050'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.4609' results: '10.4609'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.4610' results: '10.4610'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.4612' results: '10.4612'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.4617' results: '10.4617'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.4618' results: '10.4618'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.4625' results: '10.4625'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.4626' results: '10.4626'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.4633' results: '10.4633'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.4634' results: '10.4634'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.4641' results: '10.4641'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.4642' results: '10.4642'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.4649' results: '10.4649'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.4650' results: '10.4650'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.4657' results: '10.4657'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.4658' results: '10.4658'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.4665' results: '10.4665'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.4666' results: '10.4666'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.4673' results: '10.4673'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.4674' results: '10.4674'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.4681' results: '10.4681'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.4682' results: '10.4682'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.4689' results: '10.4689'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.4690' results: '10.4690'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.4697' results: '10.4697'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.4698' results: '10.4698'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.4705' results: '10.4705'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.4706' results: '10.4706'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.4713' results: '10.4713'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.4714' results: '10.4714'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.4721' results: '10.4721'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.4722' results: '10.4722'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.4729' results: '10.4729'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.4730' results: '10.4730'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.4737' results: '10.4737'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.4738' results: '10.4738'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.4745' results: '10.4745'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.4746' results: '10.4746'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.4753' results: '10.4753'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.4754' results: '10.4754'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.4761' results: '10.4761'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.4762' results: '10.4762'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.4769' results: '10.4769'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.4770' results: '10.4770'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.4777' results: '10.4777'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.4778' results: '10.4778'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.4793' results: '10.4793'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.4794' results: '10.4794'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.4801' results: '10.4801'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.4802' results: '10.4802'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.4809' results: '10.4809'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.4810' results: '10.4810'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.10.8191' results: '10.8191'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.0' results: '13.0'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.1' results: '13.1'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.16' results: '13.16'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.17' results: '13.17'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.18' results: '13.18'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.20' results: '13.20'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.81' results: '13.81'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.82' results: '13.82'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.83' results: '13.83'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.257' results: '13.257'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.258' results: '13.258'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.259' results: '13.259'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.260' results: '13.260'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.261' results: '13.261'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.262' results: '13.262'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.263' results: '13.263'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.264' results: '13.264'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.265' results: '13.265'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.267' results: '13.267'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.268' results: '13.268'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.269' results: '13.269'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.270' results: '13.270'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.271' results: '13.271'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.272' results: '13.272'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.273' results: '13.273'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.274' results: '13.274'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.275' results: '13.275'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.276' results: '13.276'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.277' results: '13.277'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.278' results: '13.278'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.279' results: '13.279'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.280' results: '13.280'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.281' results: '13.281'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.282' results: '13.282'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.297' results: '13.297'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.769' results: '13.769'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.1025' results: '13.1025'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.1026' results: '13.1026'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.1027' results: '13.1027'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.1028' results: '13.1028'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.1029' results: '13.1029'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.1030' results: '13.1030'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.1031' results: '13.1031'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.1032' results: '13.1032'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.1033' results: '13.1033'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.1035' results: '13.1035'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.1036' results: '13.1036'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.1037' results: '13.1037'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.1038' results: '13.1038'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.1039' results: '13.1039'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.1040' results: '13.1040'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.1041' results: '13.1041'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.1042' results: '13.1042'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.1043' results: '13.1043'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.1044' results: '13.1044'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.1045' results: '13.1045'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.1046' results: '13.1046'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.1047' results: '13.1047'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.1049' results: '13.1049'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.1050' results: '13.1050'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.4610' results: '13.4610'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.5121' results: '13.5121'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.5124' results: '13.5124'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.5129' results: '13.5129'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.5130' results: '13.5130'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.5137' results: '13.5137'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.5138' results: '13.5138'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.5145' results: '13.5145'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.5146' results: '13.5146'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.5153' results: '13.5153'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.5154' results: '13.5154'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.5161' results: '13.5161'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.5162' results: '13.5162'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.5169' results: '13.5169'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.5170' results: '13.5170'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.5177' results: '13.5177'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.5178' results: '13.5178'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.5185' results: '13.5185'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.5186' results: '13.5186'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.5201' results: '13.5201'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.5202' results: '13.5202'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.5209' results: '13.5209'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.5210' results: '13.5210'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.5217' results: '13.5217'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.5218' results: '13.5218'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.5225' results: '13.5225'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.5226' results: '13.5226'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.5233' results: '13.5233'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.5234' results: '13.5234'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.5241' results: '13.5241'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.5242' results: '13.5242'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.5249' results: '13.5249'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.5250' results: '13.5250'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.5257' results: '13.5257'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.5258' results: '13.5258'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.5265' results: '13.5265'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.5266' results: '13.5266'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.5273' results: '13.5273'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.5274' results: '13.5274'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.5281' results: '13.5281'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.5282' results: '13.5282'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.5289' results: '13.5289'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.5290' results: '13.5290'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.5297' results: '13.5297'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.5298' results: '13.5298'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.5305' results: '13.5305'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.5306' results: '13.5306'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.5313' results: '13.5313'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.5314' results: '13.5314'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.5321' results: '13.5321'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.5322' results: '13.5322'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.13.8191' results: '13.8191'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.17.0' results: '17.0'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.17.1' results: '17.1'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.17.16' results: '17.16'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.17.17' results: '17.17'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.17.18' results: '17.18'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.17.20' results: '17.20'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.17.81' results: '17.81'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.17.82' results: '17.82'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.17.83' results: '17.83'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.17.257' results: '17.257'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.17.258' results: '17.258'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.17.259' results: '17.259'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.17.260' results: '17.260'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.17.261' results: '17.261'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.17.262' results: '17.262'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.17.263' results: '17.263'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.17.264' results: '17.264'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.17.265' results: '17.265'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.17.266' results: '17.266'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.17.297' results: '17.297'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.17.769' results: '17.769'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.17.1025' results: '17.1025'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.17.1026' results: '17.1026'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.17.1027' results: '17.1027'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.17.1028' results: '17.1028'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.17.1029' results: '17.1029'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.17.1030' results: '17.1030'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.17.1031' results: '17.1031'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.17.1032' results: '17.1032'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.17.1033' results: '17.1033'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.17.1034' results: '17.1034'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.17.5633' results: '17.5633'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.17.5634' results: '17.5634'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.17.5641' results: '17.5641'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.17.5642' results: '17.5642'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.17.5649' results: '17.5649'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.17.5650' results: '17.5650'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.17.5657' results: '17.5657'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.17.5658' results: '17.5658'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.17.5665' results: '17.5665'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.17.5666' results: '17.5666'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.17.5673' results: '17.5673'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.17.5674' results: '17.5674'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.17.5681' results: '17.5681'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.17.5682' results: '17.5682'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.17.5689' results: '17.5689'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.17.5690' results: '17.5690'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.17.5697' results: '17.5697'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.17.5698' results: '17.5698'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.17.5705' results: '17.5705'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.17.5706' results: '17.5706'
+ index_parse at OID: '1.3.6.1.4.1.6768.3.4.2.2.1.2.17.8191' results: '17.8191'
+ Located input field 'PID' [walk]


So it seems the parse is correctly made

Everything seems ok, but it seems that the rrd file is not created, not the index value appears on the device.


I've already followed the topic at http://forums.cacti.net/viewtopic.php?t ... e&start=15 but without any luck.

Any ideas?
User avatar
BSOD2600
Cacti Moderator
Posts: 12171
Joined: Sat May 08, 2004 12:44 pm
Location: USA

Post by BSOD2600 »

You're going to have to use some REGEX magic to properly split off the required index. http://docs.cacti.net/manual:087:3a_adv ... ta_queries and/or http://docs.cacti.net/howto:data_query_ ... _templates
tafinho
Posts: 3
Joined: Mon Sep 14, 2009 6:31 am

Post by tafinho »

BSOD2600 wrote:You're going to have to use some REGEX magic to properly split off the required index. http://docs.cacti.net/manual:087:3a_adv ... ta_queries and/or http://docs.cacti.net/howto:data_query_ ... _templates
Thanks.

After awhile, I started all over again, without trying to make magic, and simplified things.

I now works like a charm, but I had to use the OIDs as indexes. The goal was to use the indexes from another table.
Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest