ELTEX-MES-MIB-2 DEFINITIONS ::= BEGIN

IMPORTS
    MODULE-IDENTITY, OBJECT-TYPE    FROM SNMPv2-SMI
    DisplayString                   FROM SNMPv2-TC
    eltMesMng                       FROM ELTEX-MES;

elt-mes-mib-2 MODULE-IDENTITY
        LAST-UPDATED "202006110000Z"
        ORGANIZATION "Eltex Enterprise Co, Ltd."
        CONTACT-INFO
                "eltex-co.ru"
        DESCRIPTION
                "This MIB module contains MIB-2
                 definitions for Eltex Enterprise."
        ::= { eltMesMng 1 }
          
eltMesIfMIB         OBJECT IDENTIFIER ::= { elt-mes-mib-2 31 }
eltMesSystem        OBJECT IDENTIFIER ::= { elt-mes-mib-2 32 }
    
eltSysDescr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..255))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION "A textual description of the entity. This value
                 include the custom description of the system.
                 It is mandatory that this only contain printable
                 ASCII characters."
    ::= { eltMesSystem 1 }
    
END
