-
1
- #1
As usual Avaya release new SNMP mib files without testing them first. I updated my AlarmTraq server with the new 8.1(43) mib files and restarted. I received an error: IPO-PROD-MIB.mib(line 1147) - "ipoProdUCModules" is an unknown identifier.
To fix this problem, edit the new IPO-PROD-MIB.mib file and insert a new line after line 144 with:
ipoProdUCModules OBJECT IDENTIFIER ::= { ipoProdMIB 8 }
The new file should now include the following section starting at line 135:
-- Product Groups
ipoProdControllers OBJECT IDENTIFIER ::= { ipoProdMIB 1 }
ipoProdExpModules OBJECT IDENTIFIER ::= { ipoProdMIB 2 }
ipoProdSlots OBJECT IDENTIFIER ::= { ipoProdMIB 3 }
ipoProdSlotModules OBJECT IDENTIFIER ::= { ipoProdMIB 4 }
ipoProdPorts OBJECT IDENTIFIER ::= { ipoProdMIB 5 }
ipoProdDongleModules OBJECT IDENTIFIER ::= { ipoProdMIB 6 }
ipoProdSubModules OBJECT IDENTIFIER ::= { ipoProdMIB 7 }
ipoProdUCModules OBJECT IDENTIFIER ::= { ipoProdMIB 8 }
I wish they would at least try the MIB files before they release them to the public.
To fix this problem, edit the new IPO-PROD-MIB.mib file and insert a new line after line 144 with:
ipoProdUCModules OBJECT IDENTIFIER ::= { ipoProdMIB 8 }
The new file should now include the following section starting at line 135:
-- Product Groups
ipoProdControllers OBJECT IDENTIFIER ::= { ipoProdMIB 1 }
ipoProdExpModules OBJECT IDENTIFIER ::= { ipoProdMIB 2 }
ipoProdSlots OBJECT IDENTIFIER ::= { ipoProdMIB 3 }
ipoProdSlotModules OBJECT IDENTIFIER ::= { ipoProdMIB 4 }
ipoProdPorts OBJECT IDENTIFIER ::= { ipoProdMIB 5 }
ipoProdDongleModules OBJECT IDENTIFIER ::= { ipoProdMIB 6 }
ipoProdSubModules OBJECT IDENTIFIER ::= { ipoProdMIB 7 }
ipoProdUCModules OBJECT IDENTIFIER ::= { ipoProdMIB 8 }
I wish they would at least try the MIB files before they release them to the public.