I'm trying to find out more information on a specific oid that I've been
given for signal to noise.
The OID is .1.3.6.1.2.1.10.127.1.1.4.1 and a -OS indicates its from
SNMPv2-SMI mib. Now I need to find out the type of measurement, the
intervals. Basically anything about what these values return so that I
can insure that I'm treating the data properly.
Anyone have any ideas on where I could find that data? This oid is used
to measure the s/n ratio for cable interfaces off of cisco routers.
SNMPv2-SMI is a dead end as far as I can tell, but then again I don't
understand mibs at all.
I'd appreciate any help.
Thanks,
Brian Seppanen
se...@chartermi.net
If you have sufficient mibs installed, you will get
$ snmptranslate -Td -OS -mALL .1.3.6.1.2.1.10.127.1.1.4.1
.1.3.6.1.2.1.10.127.1.1.4.1
docsIfSignalQualityEntry OBJECT-TYPE
-- FROM DOCS-IF-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { ifIndex }
DESCRIPTION "At the CM, describes the PHY characteristics of a
downstream channel. At the CMTS, describes the PHY signal
quality of an upstream channel.
An entry in this table exists for each ifEntry with an
ifType of docsCableUpstream(129) for Cable Modem Termination
Systems and docsCableDownstream(128) for Cable Modems."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) docsIfMib(127) docsIfMibObjects(1) docsIfBaseObjects(1) docsIfSignalQualityTable(4) 1 }
Check out RFC 2669 and 2670 for the DOCS mib files.
/Niels