OTP-REG(7) MIB OTP-REG(7)
OTP-REG DEFINITIONS ::= BEGIN
IMPORTS
    MODULE-IDENTITY, enterprises
        FROM SNMPv2-SMI
    ;
otpRegModule MODULE-IDENTITY
    LAST-UPDATED "200305090900Z"
    ORGANIZATION "Ericsson"
    CONTACT-INFO
       "Contact:  Erlang Support see license agreement for Erlang/OTP."
    DESCRIPTION
       "The root MIB module for OTP."
    REVISION     "200305090900Z"
    DESCRIPTION
        "Changed CONTACT-INFO as it was outdated, made it more generic
	to avoid such changes in the future."
    REVISION     "199902020900Z"
    DESCRIPTION
       "Cleaned up OBJECT IDENTIFIER registration.  Changed the name
       of the MODULE-IDENTITY of this module to non-conflicting name
       otpRegModule."
    REVISION     "199712010900Z"
    DESCRIPTION
       "The initial revision of MIB module OTP-REG."
    ::= { otpModules 1 }
ericsson       OBJECT IDENTIFIER ::= {enterprises 193}
otp            OBJECT IDENTIFIER ::= {ericsson 19}
otpReg	       OBJECT IDENTIFIER ::= {otp 1}
otpModules     OBJECT IDENTIFIER ::= {otpReg 1}
otpGeneric     OBJECT IDENTIFIER ::= {otp 2}
otpApplications
               OBJECT IDENTIFIER ::= {otp 3}
otpCaps	       OBJECT IDENTIFIER ::= {otp 4}
otpReqs	       OBJECT IDENTIFIER ::= {otp 5}
otpExpr        OBJECT IDENTIFIER ::= {otp 6}
ssl            OBJECT IDENTIFIER ::= {otp 10}
END
SNMP Erlang/OTP