KONTRON-ROOT-MIB DEFINITIONS ::= BEGIN
--
-- This MIB defines the entry OID for KONTRON products
--

IMPORTS
    MODULE-IDENTITY,enterprises  FROM SNMPv2-SMI
;

kontron MODULE-IDENTITY
    LAST-UPDATED "201712010000Z"
    ORGANIZATION "kontron Inc."
    CONTACT-INFO
        "email: support@kontron.com"
    DESCRIPTION
        "The root MIB module for Kontron products"

    REVISION    "201511170000Z"
    DESCRIPTION
        "Creation of the KONTRON-ROOT-MIB"
    REVISION    "201712010000Z"
    DESCRIPTION
        "Renamed the chassis MIB to KontronSrvChassis to provide a more generic
         description of a server chassis"

    ::= { enterprises 15000 }

kontronSystem   OBJECT IDENTIFIER ::= { kontron 20 }

--
-- All Kontron specific product MIB start under kontronSystem
--
kontronSrvChassis   OBJECT IDENTIFIER ::= { kontronSystem 1 }

END
