|
From: Buchan M. <bg...@st...> - 2011-12-12 08:11:18
|
On Thursday, 8 December 2011 18:56:41 Thomas Kähn wrote: > Hi, > > is it possible to use a repeater table when there is no primary column? There is no real specefic requirement for a 'primary' OID besides uniqueness. > E.g. I want to monitor the PPP sessions on individual interfaces > on a Juniper E320 BRAS system. > > However there is no ifName or ifIndex column in this table. Instead the > the last three numbers in the returned OID is the interface name: > > $ snmpwalk e320bras 1.3.6.1.4.1.4874.2.2.20.1.8.8 > SNMPv2-SMI::enterprises.4874.2.2.20.1.8.8.1.2.3.1.0.1 = Gauge32: 4928 > SNMPv2-SMI::enterprises.4874.2.2.20.1.8.8.1.2.3.1.0.2 = Gauge32: 3232 > [...] ----- > > | interface name I don't forsee any problems. Regards, Buchan |