I have SNMPINDEX_A, I need SNMPVALUE_C.
SNMPVALUE_B is used as the Index for the next lookup SNMPINDEX_B
So SNMPVALUE_B, needs to be used as SNMPINDEX_B. How do I do that?
OID lookups example:
1.3.6.1.1.{$SNMPINDEX_A} >>>> RESULT {$SNMPVALUE_B}
1.3.6.2.2.{$SNMPINDEX_B} >>>> RESULT {$SNMPVALUE_C}
This is being done inside an LLD, there are hundreds of these to lookup.
SNMPVALUE_B is used as the Index for the next lookup SNMPINDEX_B
So SNMPVALUE_B, needs to be used as SNMPINDEX_B. How do I do that?
OID lookups example:
1.3.6.1.1.{$SNMPINDEX_A} >>>> RESULT {$SNMPVALUE_B}
1.3.6.2.2.{$SNMPINDEX_B} >>>> RESULT {$SNMPVALUE_C}
This is being done inside an LLD, there are hundreds of these to lookup.
Comment