Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Version 8.1(43) SNMP MIB file needs editing 1

Status
Not open for further replies.

phoneTSAR

Technical User
Dec 1, 2008
46
US
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.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top