NPM isn't recognizing ISDN/DS1 channels as interfaces. Maybe it's just not supported? I haven't touched NPM in a while... I've indexed all of the UnDPs (OIDs) that apply to each interface. What would be the best method in which to monitor these? Is there a way to integrate the table into the node's "List Resources" table as a proper interface?
Basically, the exact channel can be derived from combining the following OIDs (Tables):
1.3.6.1.4.1.177.11.2.2.1.1.1.1.[<interface index>] = Shelf
1.3.6.1.4.1.177.11.2.2.1.1.1.2.[<interface index>] = Slot
1.3.6.1.4.1.177.11.2.2.1.1.1.3.[<interface index>] = Port
1.3.6.1.4.1.177.11.2.2.1.1.1.4.[<interface index>] = Channel
All of the items (counter32) I can monitor use the following OID tables.
1.3.6.1.4.1.177.11.2.2.1.1.1.[<Header> 5-19].[<interface index>]
It all lines up as a table and I can use transforms to get the result I am looking for... but I can't help but feel there is a better way of going about this to get it recognized as an interface. My boss is a bit of a "make it look pretty or don't use it at all" kind of guy. I have the unlimited license, and we only monitor 70 or so devices. Also, I can't install any additional add-ons or what-nots. Government network... but there is Orion, NCM, NPM, IVIM, Packet Analysis Sensors, and NTA installed.