I have cases where interfaces use profiles and all the traffic uses different profiles based on the networkquality.
So I have an OID with two indexes, there is first an interfaceIndex and second a profileIndex:
Code: Select all
OID: .1.3.6.1.4.1.4491.2.1.28.1.20.1.4.14000096.0
OID: .1.3.6.1.4.1.4491.2.1.28.1.20.1.4.14000096.1
OID: .1.3.6.1.4.1.4491.2.1.28.1.20.1.4.14000096.2
OID: .1.3.6.1.4.1.4491.2.1.28.1.20.1.4.14000096.3
OID: .1.3.6.1.4.1.4491.2.1.28.1.20.1.4.14000112.0
OID: .1.3.6.1.4.1.4491.2.1.28.1.20.1.4.14000112.1
OID: .1.3.6.1.4.1.4491.2.1.28.1.20.1.4.14000112.2
OID: .1.3.6.1.4.1.4491.2.1.28.1.20.1.4.14000112.3
Can it be done with "Get SNMP Data (Indexed)"?
Thank you all for any hint.