TWSD-1271 - APV MIB file structure error
Review Request #1232 — Created Dec. 15, 2025 and submitted
| Information | |
|---|---|
| shuinvy | |
| APV10 | |
| rel_apv_10_7 | |
| TWSD-1271 | |
| Reviewers | |
| austin, kevin.poh, mingji, peteryeh, weikai | |
Fix structure issue of MIB files
The ticket link:
https://arraynetworks.atlassian.net/browse/TWSD-1271There are two issues in the MIB structure:
1. Duplicate index
2. Undefined symbol(items)To resolve the issue,
I changed the name of the index, and modified the text where it used(Replace the index to new one).
Such asnodeIndextonodeStatsIndex
Others like:servicetapIndexunder theTapEntryblock, maybe is copied from other place but it doesn't change the name then cause duplicate.Besides,
there is nopolicyBytesDenymaybe there is typo or the name is changed.
so I use exist symble, such aspolicyToBytesDeny,policyToPacketsDenyinstead.I have test it by the commad:
snmptranslate -m +/ca/etc/mibs/CA-SNMP-MIB.txt -Tp .1.3.6.1.4.1.7564 | head -50
and
snmptranslate -m /ca/etc/mibs/CA-SNMP-MIB.txt -IR -On beijingArrayNetworksYou can see attachment for example.
I also remove some useless spaces in the end of the line.
