dgarros / juniper-ex-vcp-to-mib

This script will gather several information about VCP links and populate Juniper Mibs entries with them.
1 stars 0 forks source link

Collectd unable to identify interface names #1

Open bilco105 opened 10 years ago

bilco105 commented 10 years ago

JnxUtilCounter64Entry is defined as the following:

JnxUtilCounter64Entry ::=
        SEQUENCE {
            jnxUtilCounter64Name    DisplayString,
            jnxUtilCounter64Value   Counter64,
            jnxUtilCounter64Time    DateAndTime
        }

Because the slax script only populates the counter and datetime, certain SNMP walking softwares (such as collectd) are unable to correctly identify the name of the interface it's recording data for.

Can the script be updated to also populate the jnxUtilCounter64Name to make it comply with the SNMP definition in the mib file?

dgarros commented 10 years ago

Hi Sorry I missed this question, just got it I'll do some research but I think it's not possible ... If you have some insight about how to do that, please let me know