From: Joshua K. <fo...@tr...> - 2008-03-25 14:58:19
|
I have created a template for a DC Power plant made by Valere. I have walked the device and the OIDS would be classified as a BRANCH. But when I load the template I get this in hobbit. Missing repeater data for primary OID And when I tail the devmon.log it is showing: [08-03-25@10:50:28] No SNMP data found for sysCurrent3 on gsonc-spg-valere-2 [08-03-25@10:50:28] No SNMP data found for sysSerialNum3 on gsonc-spg-valere-2 [08-03-25@10:50:28] No SNMP data found for sysFWRev3 on gsonc-spg-valere-2 [08-03-25@10:50:28] No SNMP data found for sysCapacity3 on gsonc-spg-valere-2 [08-03-25@10:50:28] No SNMP data found for sysModelNum3 on gsonc-spg-valere-2 [08-03-25@10:50:28] No SNMP data found for sysPwrBay3 on gsonc-spg-valere-2 [08-03-25@10:50:28] No SNMP data found for sysModule3 on gsonc-spg-valere-2 [08-03-25@10:50:28] No SNMP data found for sysOperState3 on gsonc-spg-valere-2 But I can walk the device and get data from all the oids. Here is an example: sysPwrBay3 : .1.3.6.1.4.1.13858.2.1.6.1.1.1 : branch [root@gsonc-spg-ops-1 tmp]# snmpwalk -v 2c -c public gsonc-spg-valere-2 .1.3.6.1.4.1.13858.2.1.6.1.1.1 SNMPv2-SMI::enterprises.13858.2.1.6.1.1.1.1 = INTEGER: 1 SNMPv2-SMI::enterprises.13858.2.1.6.1.1.1.2 = INTEGER: 1 SNMPv2-SMI::enterprises.13858.2.1.6.1.1.1.3 = INTEGER: 1 SNMPv2-SMI::enterprises.13858.2.1.6.1.1.1.4 = INTEGER: 1 SNMPv2-SMI::enterprises.13858.2.1.6.1.1.1.5 = INTEGER: 1 SNMPv2-SMI::enterprises.13858.2.1.6.1.1.1.6 = INTEGER: 1 SNMPv2-SMI::enterprises.13858.2.1.6.1.1.1.7 = INTEGER: 1 SNMPv2-SMI::enterprises.13858.2.1.6.1.1.1.8 = INTEGER: 1 SNMPv2-SMI::enterprises.13858.2.1.6.1.1.1.9 = INTEGER: 1 SNMPv2-SMI::enterprises.13858.2.1.6.1.1.1.10 = INTEGER: 1 SNMPv2-SMI::enterprises.13858.2.1.6.1.1.1.11 = INTEGER: 1 SNMPv2-SMI::enterprises.13858.2.1.6.1.1.1.12 = INTEGER: 1 SNMPv2-SMI::enterprises.13858.2.1.6.1.1.1.13 = INTEGER: 1 SNMPv2-SMI::enterprises.13858.2.1.6.1.1.1.14 = INTEGER: 1 SNMPv2-SMI::enterprises.13858.2.1.6.1.1.1.15 = INTEGER: 1 SNMPv2-SMI::enterprises.13858.2.1.6.1.1.1.17 = INTEGER: 1 SNMPv2-SMI::enterprises.13858.2.1.6.1.1.1.18 = INTEGER: 1 SNMPv2-SMI::enterprises.13858.2.1.6.1.1.1.19 = INTEGER: 1 SNMPv2-SMI::enterprises.13858.2.1.6.1.1.1.21 = INTEGER: 1 So there is data there and it is repeating. Anyone have any clues... Thanks, Josh |