Hi,
Yes it was a copy and paste issue, see below:
MITEL-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY,
OBJECT-IDENTITY,
OBJECT-TYPE,
enterprises,
Integer32 FROM SNMPv2-SMI
TEXTUAL-CONVENTION FROM SNMPv2-TC
MODULE-COMPLIANCE,
OBJECT-GROUP FROM SNMPv2-CONF
ifIndex FROM IF-MIB;
The MITEL-MIB imports fine, its only when I try and inport the following MIB do i see the error:
MITEL-IperaVoiceLAN-MIB DEFINITIONS ::= BEGIN
IMPORTS
OBJECT-TYPE
FROM RFC-1212
TRAP-TYPE
FROM RFC-1215
DisplayString, sysName
FROM RFC1213-MIB
mitelAppCallServer, mitelConfCompliances,
mitelConfAgents,
mitelGrpIpera3000, mitelIdCsIpera3000
FROM MITEL-MIB;
mitelAppCsIpera3000 OBJECT IDENTIFIER ::= {mitelAppCallServer 2} -- "1" being used for sx2000 as mitelAppCs2000
-- MODULE-IDENTITY
-- LAST-UPDATED "20140227000000Z"
-- ORGANIZATION "MITEL Corporation"
-- CONTACT-INFO "MITEL Corporation
They are both in the same folder.
Regards
Gavin
Add comment