Service Flow OID's | docsis.org

You are here

Service Flow OID's

3 posts / 0 new
Last post
mrdengue
Service Flow OID's

Hi there!,

Great site you got here, first post ever.

I'm trying to find Standard OID's to obtain Service Flows for several devices (Arris, Motorola, S-A). After reading rfc4323, and checking mibDepot.com I thought I had the answer with the OID table 1.3.6.1.2.1.127, but it didnt work on Arris or S-A, so my guess is that this isnt an Standard OID or maybe is a CMTS OID, am I right? is there a Standard OID that i can use to get ALL Service Flow Table from a CM (primary and secondary)?

I have no issues getting the primary one, using 1.3.6.1.2.1.10.127.7.1.2.2.6, but I cant the the others (call signaling and call in course, for example)

Thanks in advance,
Jorge

kwesibrunee
Your on the right track

Your on the right track except that 1.3.6.1.2.1.10.127.7.1.2.2.6 is part of a table if you walk the table instead by snmpwalking 1.3.6.1.2.1.10.127.7.1.2.2.6 you will get the list of all of the Service Flows on a modem

When I walk it on an Arris modem I get a list like this

iso.3.6.1.2.1.10.127.7.1.2.2.6.2.759.1 = Gauge32: 512000
iso.3.6.1.2.1.10.127.7.1.2.2.6.2.760.1 = Gauge32: 5200000
iso.3.6.1.2.1.10.127.7.1.2.2.6.2.2677.1 = Gauge32: 512000
iso.3.6.1.2.1.10.127.7.1.2.2.6.2.3202.1 = Gauge32: 512000

The 759, 760 and 2677 and 3202 parts of the oid are the id of the particular service flows

to find out which are primary you need to contrast those findings with walking oid 1.3.6.1.2.1.10.127.7.1.3.1.8

walking that oid on the same modem yields
iso.3.6.1.2.1.10.127.7.1.3.1.8.2.759 = INTEGER: 1
iso.3.6.1.2.1.10.127.7.1.3.1.8.2.760 = INTEGER: 1
iso.3.6.1.2.1.10.127.7.1.3.1.8.2.2677 = INTEGER: 2
iso.3.6.1.2.1.10.127.7.1.3.1.8.2.3202 = INTEGER: 2
so the SF's with ids 759 and 760 are primary and 2677 and 3202 are secondary.

The cisco doc here has a pretty good break down of the oids in question.

mrdengue
Thanks!

Thanks a lot...Im trying what you say and reading that Cisco Link

Log in or register to post comments