I have setup a custom device template for an ACE 4719 load balancer. When I manually poll with SNMP items such as "VIP Connection Count" or "Rserver Connection Count", I get back the values and an associated index:
root@SCC-NETOPS-01:~# snmpwalk -v2c -c $CS 10.10.1.26 .1.3.6.1.4.1.9.9.161.1.4.2.1.6
SNMPv2-SMI::enterprises.9.9.161.1.4.2.1.6.1.141 = Gauge32: 0
SNMPv2-SMI::enterprises.9.9.161.1.4.2.1.6.1.142 = Gauge32: 29
SNMPv2-SMI::enterprises.9.9.161.1.4.2.1.6.1.143 = Gauge32: 2
SNMPv2-SMI::enterprises.9.9.161.1.4.2.1.6.1.144 = Gauge32: 0
SNMPv2-SMI::enterprises.9.9.161.1.4.2.1.6.1.147 = Gauge32: 17
SNMPv2-SMI::enterprises.9.9.161.1.4.2.1.6.1.152 = Gauge32: 0
SNMPv2-SMI::enterprises.9.9.161.1.4.2.1.6.1.155 = Gauge32: 2
SNMPv2-SMI::enterprises.9.9.161.1.4.2.1.6.1.158 = Gauge32: 1
SNMPv2-SMI::enterprises.9.9.161.1.4.2.1.6.1.161 = Gauge32: 0
SNMPv2-SMI::enterprises.9.9.161.1.4.2.1.6.1.162 = Gauge32: 0
SNMPv2-SMI::enterprises.9.9.161.1.4.2.1.6.1.167 = Gauge32: 35
SNMPv2-SMI::enterprises.9.9.161.1.4.2.1.6.1.168 = Gauge32: 0
SNMPv2-SMI::enterprises.9.9.161.1.4.2.1.6.1.169 = Gauge32: 0
SNMPv2-SMI::enterprises.9.9.161.1.4.2.1.6.1.171 = Gauge32: 5
SNMPv2-SMI::enterprises.9.9.161.1.4.2.1.6.1.172 = Gauge32: 4
SNMPv2-SMI::enterprises.9.9.161.1.4.2.1.6.1.173 = Gauge32: 0
SNMPv2-SMI::enterprises.9.9.161.1.4.2.1.6.1.175 = Gauge32: 1
SNMPv2-SMI::enterprises.9.9.161.1.4.2.1.6.1.176 = Gauge32: 0
SNMPv2-SMI::enterprises.9.9.161.1.4.2.1.6.1.177 = Gauge32: 0
SNMPv2-SMI::enterprises.9.9.161.1.4.2.1.6.1.179 = Gauge32: 183
root@SCC-NETOPS-01:~#
As you can see, there's an index attached to every OID, like .1.141, and .1.142, and .1.143, etc...
I can see that index name if I poll it:
root@SCC-NETOPS-01:~# snmpwalk -v2c -c $CS 10.10.1.26 .1.3.6.1.4.1.9.9.161.1.4.2.1.2.1
SNMPv2-SMI::enterprises.9.9.161.1.4.2.1.2.1.141 = STRING: "xload_web_vip_class"
SNMPv2-SMI::enterprises.9.9.161.1.4.2.1.2.1.142 = STRING: "xload_ssl_vip_class"
SNMPv2-SMI::enterprises.9.9.161.1.4.2.1.2.1.143 = STRING: "xload_msink_vip_class"
SNMPv2-SMI::enterprises.9.9.161.1.4.2.1.2.1.144 = STRING: "lbtest_vip_class"
SNMPv2-SMI::enterprises.9.9.161.1.4.2.1.2.1.147 = STRING: "usps_old-srv_class_vip"
SNMPv2-SMI::enterprises.9.9.161.1.4.2.1.2.1.152 = STRING: "ps-stage01_8080_class_vip"
SNMPv2-SMI::enterprises.9.9.161.1.4.2.1.2.1.155 = STRING: "ps-stage01_ssl_class_vip"
SNMPv2-SMI::enterprises.9.9.161.1.4.2.1.2.1.158 = STRING: "ps-stage01_srv_class_vip"
SNMPv2-SMI::enterprises.9.9.161.1.4.2.1.2.1.161 = STRING: "usreport-srv_class_vip"
SNMPv2-SMI::enterprises.9.9.161.1.4.2.1.2.1.162 = STRING: "usreport-srv-ssl_class_vip"
SNMPv2-SMI::enterprises.9.9.161.1.4.2.1.2.1.167 = STRING: "eu-ps_srv_class_vip"
SNMPv2-SMI::enterprises.9.9.161.1.4.2.1.2.1.168 = STRING: "eu-ps_ssl_class_vip"
SNMPv2-SMI::enterprises.9.9.161.1.4.2.1.2.1.169 = STRING: "eu-ps_8080_class_vip"
SNMPv2-SMI::enterprises.9.9.161.1.4.2.1.2.1.171 = STRING: "pm_apac-srv_class_vip"
SNMPv2-SMI::enterprises.9.9.161.1.4.2.1.2.1.172 = STRING: "pm_apac-ssl_class_vip"
SNMPv2-SMI::enterprises.9.9.161.1.4.2.1.2.1.173 = STRING: "pm_apac-8080_class_vip"
SNMPv2-SMI::enterprises.9.9.161.1.4.2.1.2.1.175 = STRING: "sa_pm-srv_class_vip"
SNMPv2-SMI::enterprises.9.9.161.1.4.2.1.2.1.176 = STRING: "sa_pm-ssl_class_vip"
SNMPv2-SMI::enterprises.9.9.161.1.4.2.1.2.1.177 = STRING: "sa_pm-8080_class_vip"
SNMPv2-SMI::enterprises.9.9.161.1.4.2.1.2.1.179 = STRING: "us-ps_vip_class"
root@SCC-NETOPS-01:~#
When I look at the results in OpManager I see results listed by those index numbers, not by the actual name they relate to. See attached pic.
How do I have OpManager correlate the indexes to names?