If I have something like this
Code: Select all
<ifIndex>
<name>Index</name>
<method>walk</method>
<source>value</source>
<direction>input</direction>
<oid>.1.3.6.1.2.1.2.2.1.1</oid>
</ifIndex>
...
<etherStatsIndex>
<name>Index</name>
<method>walk</method>
<source>value</source>
<direction>output</direction>
<oid>.1.3.6.1.2.1.16.1.1.1.1</oid>
</etherStatsIndex>
...
Code: Select all
<oid_index>.1.3.6.1.2.1.2.2.1.1</oid_index>
Code: Select all
<oid_index>.1.3.6.1.2.1.16.1.1.1.1</oid_index>
And the <oid_num_indexes> should be
Code: Select all
<oid_num_indexes>.1.3.6.1.2.1.2.1.0</oid_num_indexes>