Set up the SNMP service

59.8.3.13 SNMP MIB structure

Below is provided the Etere.MIB file containing all the information about the structure of Etere SNMP messages:

       ETERE-MIB DEFINITIONS ::= BEGIN
        IMPORTS
                enterprises
                        FROM RFC1155-SMI
                OBJECT-TYPE
                        FROM RFC-1212
                DisplayString
                        FROM RFC-1213;
        etere           OBJECT IDENTIFIER ::= { enterprises 12667 }
        TrapMessage     OBJECT IDENTIFIER ::= { etere 2 }
        -- etere MIB

  Company OBJECT-TYPE
            SYNTAX  DisplayString
            ACCESS  read-only
            STATUS  mandatory
            DESCRIPTION
                    "System that sent the message. Fixed value: Etere"
            ::= { TrapMessage 1 }
 

AgentDescription OBJECT-TYPE
            SYNTAX  DisplayString
            ACCESS  read-only
            STATUS  mandatory
            DESCRIPTION
                    "Service that sent the message. Fixed value: Etere trap sender"
            ::= { TrapMessage 2 }

  Uid OBJECT-TYPE
            SYNTAX  DisplayString
            ACCESS  read-only
            STATUS  mandatory
            DESCRIPTION
                    "Unique number automatically generated for each message"
            ::= { TrapMessage 3 }

  Owner OBJECT-TYPE
            SYNTAX  DisplayString
            ACCESS  read-only
            STATUS  mandatory
            DESCRIPTION
                    "Etere application to which the message is related"
            ::= { TrapMessage 4 }
 

Description OBJECT-TYPE
            SYNTAX  DisplayString
            ACCESS  read-only
            STATUS  mandatory
            DESCRIPTION
                    "Brief text detailing the message body"
            ::= { TrapMessage 5 }
 

Cod_error OBJECT-TYPE
            SYNTAX  INTEGER  (0..65535)
            ACCESS  read-only
            STATUS  mandatory
            DESCRIPTION
                    "Identification code of the message"
            ::= { TrapMessage 6 }
 

Severity OBJECT-TYPE
            SYNTAX  INTEGER (0..65535)
            ACCESS  read-only
            STATUS  mandatory
            DESCRIPTION
                    "Gravity of message. Possible values: 0=info, 1=warning, 2=error"
            ::= { TrapMessage 7 }

  EtereUser OBJECT-TYPE
            SYNTAX  INTEGER  (0..65535)
            ACCESS  read-only
            STATUS  mandatory
            DESCRIPTION
                    "Code of the station's channel to which the message is related"
            ::= { TrapMessage 8 }

  LoginName OBJECT-TYPE
            SYNTAX  DisplayString
            ACCESS  read-only
            STATUS  mandatory
            DESCRIPTION
                    "User logged in the computer that sent the message"
            ::= { TrapMessage 9 }
        SendTime OBJECT-TYPE
            SYNTAX  DisplayString
            ACCESS  read-only
            STATUS  mandatory
            DESCRIPTION
                    "Date and time at which the message was sent"
            ::= { TrapMessage 10 }

  PcName OBJECT-TYPE
            SYNTAX  DisplayString
            ACCESS  read-only
            STATUS  mandatory
            DESCRIPTION
                    "Name of the computer from which the message was sent"
            ::= { TrapMessage 11 }
 

Installation OBJECT-TYPE
            SYNTAX  DisplayString
            ACCESS  read-only
            STATUS  mandatory
            DESCRIPTION
                    "Code of the Etere site from which the message comes"
            ::= { TrapMessage 12 }
 

Reserved OBJECT-TYPE
            SYNTAX  DisplayString
            ACCESS  read-only
            STATUS  mandatory
            DESCRIPTION
                    "Carrier for eventually sent reserved information"
            ::= { TrapMessage 13 }
       END