Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
configuration:mib [2017/09/15 14:20]
fachet
configuration:mib [2022/03/16 13:31] (current)
fachet
Line 1: Line 1:
 ====== Management Information Base (MIB) ====== ====== Management Information Base (MIB) ======
-<code c mib.txt> +<code c VENDOR-MIB.txt>
 -- **************************************************************************** -- ****************************************************************************
 -- NetModule AG VENDOR MIB -- NetModule AG VENDOR MIB
 -- --
 -- --
--- (c) COPYRIGHT ​2017 by NetModule AG, Switzerland+-- (c) COPYRIGHT ​2022 by NetModule AG, Switzerland
 -- All rights reserved. -- All rights reserved.
 -- --
Line 20: Line 19:
 IMPORTS IMPORTS
        ​MODULE-IDENTITY,​ OBJECT-TYPE,​ NOTIFICATION-TYPE,​        ​MODULE-IDENTITY,​ OBJECT-TYPE,​ NOTIFICATION-TYPE,​
-       ​Integer32, ​Counter32, Gauge32, +       ​Integer32,​ Counter64, ​enterprises ​       ​FROM SNMPv2-SMI
-       Counter64, ​TimeTicks ​                    FROM SNMPv2-SMI+
        ​TEXTUAL-CONVENTION,​ DisplayString,​        ​TEXTUAL-CONVENTION,​ DisplayString,​
-       PhysAddress,​ TruthValue, RowStatus, ​DateAndTime+       ​DateAndTime ​                             FROM SNMPv2-TC 
-       ​TimeStamp,​ AutonomousType,​ TestAndIncr ​  FROM SNMPv2-TC +       ​MODULE-COMPLIANCE,​ OBJECT-GROUP, 
-       ​MODULE-COMPLIANCE,​ OBJECT-GROUP ​         FROM SNMPv2-CONF +       NOTIFICATION-GROUP ​                      FROM SNMPv2-CONF 
-       snmpTraps ​                               ​FROM SNMPv2-MIB +       ​URLString ​                               FROM NETWORK-SERVICES-MIB;​
-       ​URLString ​                               FROM NETWORK-SERVICES-MIB +
-       ​enterprises ​                             FROM SNMPv2-SMI;+
  
 -- **************************************************************************** -- ****************************************************************************
Line 35: Line 31:
  
 nb MODULE-IDENTITY nb MODULE-IDENTITY
-        LAST-UPDATED "201701131200Z"+        LAST-UPDATED "202103031200Z"
         ORGANIZATION "​NetModule AG"         ORGANIZATION "​NetModule AG"
         CONTACT-INFO         CONTACT-INFO
Line 42: Line 38:
             "MIB module which defines the NB router specific entities"​             "MIB module which defines the NB router specific entities"​
  
-        REVISION "201701131200Z"+        REVISION "202103031200Z"
         DESCRIPTION         DESCRIPTION
-             "​MIB for software release 4.0"+             "​MIB for software release 4.5" 
 + 
 +        REVISION "​202001130900Z"​ 
 +        DESCRIPTION 
 +             "​MIB for software release 4.4" 
 + 
 +        REVISION "​201910151045Z"​ 
 +        DESCRIPTION 
 +             "​MIB for software release 4.4" 
 + 
 +        REVISION "​201908051530Z"​ 
 +        DESCRIPTION 
 +             "​MIB for software release 4.3" 
 + 
 +        REVISION "​201908041530Z"​ 
 +        DESCRIPTION 
 +             "​MIB for software release 4.2" 
 + 
 +        REVISION "​201806261330Z"​ 
 +        DESCRIPTION 
 +             "​MIB for software release 4.1"
  
         REVISION "​201610181200Z"​         REVISION "​201610181200Z"​
Line 78: Line 94:
 netmodule OBJECT IDENTIFIER ::= { enterprises 31496 } netmodule OBJECT IDENTIFIER ::= { enterprises 31496 }
  
 +-- ****************************************************************************
 +-- compliances and conformance
 +-- ****************************************************************************
 +
 +nbConformance OBJECT IDENTIFIER ::= { nb 2 }
 +nbCompliances OBJECT IDENTIFIER ::= { nbConformance 1 }
 +nbGroups ​     OBJECT IDENTIFIER ::= { nbConformance 2 }
 +
 +nbCompliance MODULE-COMPLIANCE
 +    STATUS ​ current
 +    DESCRIPTION
 +            "The compliance statement for the nb MIB."
 +      MODULE ​ -- this module
 +          MANDATORY-GROUPS { nbAdminGroup,​
 +                             ​nbWwanGroup,​
 +                             ​nbGnssGroup,​
 +                             ​nbWlanGroup,​
 +                             ​nbWlanStationGroup,​
 +                             ​nbWanGroup,​
 +                             ​nbDioGroup,​
 +                             ​nbSerialGroup,​
 +                             ​nbEventGroup }
 +
 +    ::= { nbCompliances 1 }
  
 -- **************************************************************************** -- ****************************************************************************
Line 83: Line 123:
 -- **************************************************************************** -- ****************************************************************************
  
-system ​       OBJECT IDENTIFIER ​::= { nb   1 } +-- ::= { nb   1 } this OID is obsolete 
-products ​     OBJECT IDENTIFIER ​::= { nb  10 }+-- ::= { nb  10 } this OID is obsolete
 admin         ​OBJECT IDENTIFIER ::= { nb  40 } admin         ​OBJECT IDENTIFIER ::= { nb  40 }
 dio           ​OBJECT IDENTIFIER ::= { nb  53 } dio           ​OBJECT IDENTIFIER ::= { nb  53 }
Line 90: Line 130:
 traps         ​OBJECT IDENTIFIER ::= { nb 100 } traps         ​OBJECT IDENTIFIER ::= { nb 100 }
  
 +-- ****************************************************************************
 +-- Textual-Conventions
 -- **************************************************************************** -- ****************************************************************************
  
-nb1600 ​       OBJECT IDENTIFIER ​::= { products 46 +FloatSyntax ​::= TEXTUAL-CONVENTION 
-nb2700 ​       OBJECT IDENTIFIER ​::= { products 47 +    DISPLAY-HINT "​d-1"​ 
-nb3700 ​       ​OBJECT ​IDENTIFIER ​::= { products 48 +    STATUS ​      ​current 
-nb2710 ​       ​OBJECT ​IDENTIFIER ​::= { products 51 +    DESCRIPTION ​ "Fixed point, one decimal"​ 
-nb3710 ​       ​OBJECT ​IDENTIFIER ​::= { products 52 +    SYNTAX ​      ​Integer32 
-nb3720 ​       ​OBJECT ​IDENTIFIER ​::= { products 53 + 
-nb2800 ​       ​OBJECT ​IDENTIFIER ​::= { products 54 +-- **************************************************************************** 
-nb3701 ​       ​OBJECT ​IDENTIFIER ​::= { products 55 +-- nb groups 
-nb3711 ​       ​OBJECT ​IDENTIFIER ​::= { products 56 +-- **************************************************************************** 
-nb3800 ​       OBJECT IDENTIFIER ​::= { products 57 }+ 
 +nbAdminGroup OBJECT-GROUP 
 +    OBJECTS ​swVersion,​ 
 +              kernelVersion,​ 
 +              serialNumber,​ 
 +              configDesc,​ 
 +              configHash,​ 
 +              softwareHash,​ 
 +              systemStatus,​ 
 +              systemError,​ 
 +              systemDate,​ 
 +              deviceRestart,​ 
 +              updateOperation,​ 
 +              switchOperation,​ 
 +              softwareActivationDate,​ 
 +              configActivationDate,​ 
 +              softwareActivatedDate,​ 
 +              configUpdate,​ 
 +              configUpdateStatus,​ 
 +              configUpdateError,​ 
 +              configUpdated,​ 
 +              configUpdateMode,​ 
 +              softwareUpdate,​ 
 +              softwareUpdateStatus,​ 
 +              softwareUpdateError,​ 
 +              softwareUpdated,​ 
 +              altConfigDesc,​ 
 +              altConfigHash,​ 
 +              altConfigUpdated,​ 
 +              altSoftwareVersion,​ 
 +              altSoftwareHash,​ 
 +              altSoftwareUpdated,​ 
 +              syslogUpload,​ 
 +              syslogUploadStatus,​ 
 +              configUpload,​ 
 +              configUploadStatus,​ 
 +              systemTemperature,​ 
 +              systemStatisticsReset ​
 +    ​STATUS ​ current 
 +    DESCRIPTION 
 +            "A group of system objects for basic adminstration."​ 
 +    ​::= { nbGroups 1 
 + 
 +nbWwanGroup ​OBJECT-GROUP 
 +    OBJECTS { wwanModemName,​ 
 +              wwanModemType,​ 
 +              wwanServiceType,​ 
 +              wwanRegistrationState,​ 
 +              wwanSignalStrength,​ 
 +              wwanNetworkName,​ 
 +              wwanLocalAreaIdentification,​ 
 +              wwanLocalAreaCode,​ 
 +              wwanCellId,​ 
 +              wwanTemperature,​ 
 +              wwanIccid,​ 
 +              wwanRSRP, 
 +              wwanRSRQ, 
 +              wwanSINR, 
 +              wwanRSCP, 
 +              wwanECIO, 
 +              wwanSignalLevel,​ 
 +              wwanSignalQuality } 
 +    STATUS ​ current 
 +    DESCRIPTION 
 +            "A group of WWAN objects for WWAN statistics."​ 
 +    ​::= { nbGroups 2 
 + 
 +    nbGnssGroup ​OBJECT-GROUP 
 +    OBJECTS { gnssName, 
 +              gnssSystem,​ 
 +              gnssLat, 
 +              gnssLon, 
 +              gnssAlt, 
 +              gnssNumSat,​ 
 +              gnssNumSatUsed,​ 
 +              gnssHorizontalSpeed,​ 
 +              gnssVerticalSpeed,​ 
 +              gnssTrackAngle } 
 +    STATUS ​ current 
 +    DESCRIPTION 
 +            "A group of GNSS objects for GNSS statistics."​ 
 +    ​::= { nbGroups 3 
 + 
 +    nbWlanGroup ​OBJECT-GROUP 
 +    OBJECTS { wlanModuleName,​ 
 +              wlanModuleType,​ 
 +              wlanNumClients,​ 
 +              wlanModuleChannel,​ 
 +              wlanModuleFrequency,​ 
 +              wlanSignalStrength } 
 +    STATUS ​ current 
 +    DESCRIPTION 
 +            "A group of WLAN objects for WLAN statistics."​ 
 +    ​::= { nbGroups 4 
 + 
 +    nbWlanStationGroup ​OBJECT-GROUP 
 +    OBJECTS { wlanStationInterface,​ 
 +              wlanStationMac,​ 
 +              wlanStationSignalStrength,​ 
 +              wlanStationBitrate,​ 
 +              wlanStationRxBytes,​ 
 +              wlanStationTxBytes,​ 
 +              wlanStationInactive } 
 +    STATUS ​ current 
 +    DESCRIPTION 
 +            "A group of WLAN station objects for WLAN stations statistics."​ 
 +    ​::= { nbGroups 5 
 + 
 +    nbWanGroup ​OBJECT-GROUP 
 +    OBJECTS { nbHotLink,​ 
 +              wanLinkName,​ 
 +              wanLinkState,​ 
 +              wanLinkSince,​ 
 +              wanLinkType,​ 
 +              wanLinkInterface,​ 
 +              wanLinkAddress,​ 
 +              wanLinkGateway,​ 
 +              wanLinkNetmask,​ 
 +              wanDialAttempts,​ 
 +              wanDialSuccess,​ 
 +              wanDialFailures,​ 
 +              wanDataDownloaded,​ 
 +              wanDataUploaded,​ 
 +              wanDownloadRate,​ 
 +              wanUploadRate,​ 
 +              wanDataDownloadedRoaming,​ 
 +              wanDataUploadedRoaming } 
 +    STATUS ​ current 
 +    DESCRIPTION 
 +            "A group of WAN objects for WAN statistics."​ 
 +    ​::= { nbGroups 6 
 + 
 +    nbDioGroup ​OBJECT-GROUP 
 +    OBJECTS { dioStatusIn1,​ 
 +              dioStatusIn2,​ 
 +              dioStatusOut1,​ 
 +              dioStatusOut2,​ 
 +              dioSetOUT1,​ 
 +              dioSetOUT2 } 
 +    STATUS ​ current 
 +    DESCRIPTION 
 +            "A group of DIO objects for DIO statistics and management."​ 
 +    ​::= { nbGroups 7 
 + 
 +    nbSerialGroup ​OBJECT-GROUP 
 +    OBJECTS { serialName,​ 
 +              serialState,​ 
 +              serialRxBytes,​ 
 +              serialTxBytes,​ 
 +              serialFrameErrors,​ 
 +              serialOverrunErrors,​ 
 +              serialParityErrors,​ 
 +              serialBrkErrors,​ 
 +              serialBufferOverrunErrors } 
 +    STATUS ​ current 
 +    DESCRIPTION 
 +            "A group of serial objects for serial statistics."​ 
 +    ​::= { nbGroups 8 
 + 
 +    nbEventGroup NOTIFICATION-GROUP 
 +    NOTIFICATIONS { sdk-trap, 
 +              wan-up, 
 +              wan-down, 
 +              dio-in1-on,​ 
 +              dio-in1-off,​ 
 +              dio-in2-on,​ 
 +              dio-in2-off,​ 
 +              dio-out1-on,​ 
 +              dio-out1-off,​ 
 +              dio-out2-on,​ 
 +              dio-out2-off,​ 
 +              gps-up, 
 +              gps-down, 
 +              openvpn-up,​ 
 +              openvpn-down,​ 
 +              ipsec-up, 
 +              ipsec-down,​ 
 +              pptp-up, 
 +              pptp-down,​ 
 +              dialin-up,​ 
 +              dialin-down,​ 
 +              mobileip-up,​ 
 +              mobileip-down,​ 
 +              gre-up, 
 +              gre-down, 
 +              l2tp-up, 
 +              l2tp-down,​ 
 +              system-login-failed,​ 
 +              system-login-succeeded,​ 
 +              system-logout,​ 
 +              system-rebooting,​ 
 +              system-startup,​ 
 +              test, 
 +              sdk-startup,​ 
 +              system-time-updated,​ 
 +              system-poweroff,​ 
 +              system-error,​ 
 +              system-no-error,​ 
 +              sms-sent, 
 +              sms-notsent,​ 
 +              sms-received,​ 
 +              sms-report-received,​ 
 +              call-incoming,​ 
 +              call-outgoing,​ 
 +              ddns-update-succeeded,​ 
 +              ddns-update-failed,​ 
 +              usb-storage-added,​ 
 +              usb-storage-removed,​ 
 +              usb-eth-added,​ 
 +              usb-eth-removed,​ 
 +              usb-serial-added,​ 
 +              usb-serial-removed,​ 
 +              redundancy-master,​ 
 +              redundancy-backup } 
 +    STATUS ​ current 
 +    DESCRIPTION 
 +            "A group of event notification objects for event statistics."​ 
 +    ​::= { nbGroups 9 }
  
 -- **************************************************************************** -- ****************************************************************************
--- NBAdminTable+-- nbAdminTable
 -- **************************************************************************** -- ****************************************************************************
  
Line 232: Line 491:
         "The date and time when the alternative configuration shall be activated"​         "The date and time when the alternative configuration shall be activated"​
     ::= { admin 14 }     ::= { admin 14 }
 +
 +softwareActivatedDate OBJECT-TYPE
 +    SYNTAX ​     DateAndTime
 +    MAX-ACCESS ​ read-write
 +    STATUS ​ current
 +    DESCRIPTION
 +        "The Date and Time when the current running software was booted the first time"
 +    ::= { admin 15 }
  
 -- Configuration Update -- -- Configuration Update --
Line 430: Line 697:
         "The status of the last config upload cycle"         "The status of the last config upload cycle"
     ::= { admin 43 }     ::= { admin 43 }
 +
 +-- Further System Paramters --
 +
 +systemTemperature OBJECT-TYPE
 +    SYNTAX ​     FloatSyntax
 +    UNITS       "​Celsius"​
 +    MAX-ACCESS ​ read-only
 +    STATUS ​     current
 +    DESCRIPTION
 +        "The current temperature of the System"​
 +    ::= { admin 50 }
 +
 +systemStatisticsReset OBJECT-TYPE
 +    SYNTAX ​     DisplayString
 +    MAX-ACCESS ​ read-write
 +    STATUS ​     current
 +    DESCRIPTION
 +        "Reset statistics for the given wanlink"​
 +    ::= { admin 60 }
  
 -- **************************************************************************** -- ****************************************************************************
--- NBWwanTable+-- nbWwanTable
 -- **************************************************************************** -- ****************************************************************************
  
Line 462: Line 748:
     wwanCellId DisplayString,​     wwanCellId DisplayString,​
     wwanTemperature DisplayString,​     wwanTemperature DisplayString,​
-    wwanIccid DisplayString+    wwanIccid ​DisplayString,​ 
 +    wwanRSRP DisplayString,​ 
 +    wwanRSRQ DisplayString,​ 
 +    wwanSINR DisplayString,​ 
 +    wwanRSCP DisplayString,​ 
 +    wwanECIO DisplayString,​ 
 +    wwanSignalLevel Integer32,​ 
 +    wwanSignalQuality ​DisplayString
 } }
  
Line 560: Line 853:
         "The Integrated Circuit Card Identifier (ICCID) of the SIM connected to the WWAN modem"         "The Integrated Circuit Card Identifier (ICCID) of the SIM connected to the WWAN modem"
     ::= { nbWwanEntry 12 }     ::= { nbWwanEntry 12 }
 +
 +wwanRSRP OBJECT-TYPE
 +    SYNTAX ​     DisplayString
 +    UNITS       "​dBm"​
 +    MAX-ACCESS ​ read-only
 +    STATUS ​     current
 +    DESCRIPTION "The current Reference Signal Received Power (LTE) of the WWAN modem"
 +    ::= { nbWwanEntry 13 }
 +
 +wwanRSRQ ​ OBJECT-TYPE
 +    SYNTAX ​     DisplayString
 +    UNITS       "​dB"​
 +    MAX-ACCESS ​ read-only
 +    STATUS ​     current
 +    DESCRIPTION "The current Reference Signal Received Quality (LTE) of the WWAN modem"
 +    ::= { nbWwanEntry 14 }
 +
 +wwanSINR ​ OBJECT-TYPE
 +    SYNTAX ​     DisplayString
 +    UNITS       "​dB"​
 +    MAX-ACCESS ​ read-only
 +    STATUS ​     current
 +    DESCRIPTION "The current Signal to interference plus noise ratio (LTE) of the WWAN modem"
 +    ::= { nbWwanEntry 15 }
 +
 +wwanRSCP ​ OBJECT-TYPE
 +    SYNTAX ​     DisplayString
 +    UNITS       "​dBm"​
 +    MAX-ACCESS ​ read-only
 +    STATUS ​     current
 +    DESCRIPTION "The current Received Signal Code Power (UMTS) of the WWAN modem"
 +    ::= { nbWwanEntry 16 }
 +
 +wwanECIO ​ OBJECT-TYPE
 +    SYNTAX ​     DisplayString
 +    UNITS       "​dB"​
 +    MAX-ACCESS ​ read-only
 +    STATUS ​     current
 +    DESCRIPTION "The current ratio of Received power of the carrier to the all over Noise (UMTS) of the WWAN modem"
 +    ::= { nbWwanEntry 17 }
 +
 +wwanSignalLevel ​ OBJECT-TYPE
 +    SYNTAX ​     Integer32
 +    MAX-ACCESS ​ read-only
 +    STATUS ​     current
 +    DESCRIPTION "The current signal level of the WWAN modem"
 +    ::= { nbWwanEntry 18 }
 +
 +wwanSignalQuality ​ OBJECT-TYPE
 +    SYNTAX ​     DisplayString
 +    MAX-ACCESS ​ read-only
 +    STATUS ​     current
 +    DESCRIPTION "The current signal quality of the WWAN modem"
 +    ::= { nbWwanEntry 19 }
  
 -- **************************************************************************** -- ****************************************************************************
--- NBGnssTable+-- nbGnssTable
 -- **************************************************************************** -- ****************************************************************************
  
Line 686: Line 1033:
  
 -- **************************************************************************** -- ****************************************************************************
--- NBWlanTable+-- nbWlanTable
 -- **************************************************************************** -- ****************************************************************************
  
Line 775: Line 1122:
  
 -- **************************************************************************** -- ****************************************************************************
--- NBWlanStationTable+-- nbWlanStationTable
 -- **************************************************************************** -- ****************************************************************************
  
Line 877: Line 1224:
  
 -- **************************************************************************** -- ****************************************************************************
--- NBWanTable+-- nbWanTable
 -- **************************************************************************** -- ****************************************************************************
  
Line 916: Line 1263:
     wanDialSuccess Integer32,     wanDialSuccess Integer32,
     wanDialFailures Integer32,     wanDialFailures Integer32,
-    wanDataDownloaded ​Integer32+    wanDataDownloaded ​Counter64
-    wanDataUploaded ​Integer32,+    wanDataUploaded ​Counter64,
     wanDownloadRate Integer32,     wanDownloadRate Integer32,
     wanUploadRate Integer32,     wanUploadRate Integer32,
-    wanDataDownloadedRoaming ​Integer32+    wanDataDownloadedRoaming ​Counter64
-    wanDataUploadedRoaming ​Integer32+    wanDataUploadedRoaming ​Counter64
 } }
  
Line 1023: Line 1370:
  
 wanDataDownloaded OBJECT-TYPE wanDataDownloaded OBJECT-TYPE
-    SYNTAX ​     ​Integer32+    SYNTAX ​     ​Counter64 
 +    UNITS       "​bytes"​
     MAX-ACCESS ​ read-only     MAX-ACCESS ​ read-only
     STATUS ​     current     STATUS ​     current
Line 1032: Line 1380:
  
 wanDataUploaded OBJECT-TYPE wanDataUploaded OBJECT-TYPE
-    SYNTAX ​     ​Integer32+    SYNTAX ​     ​Counter64 
 +    UNITS       "​bytes"​
     MAX-ACCESS ​ read-only     MAX-ACCESS ​ read-only
     STATUS ​     current     STATUS ​     current
Line 1058: Line 1407:
  
 wanDataDownloadedRoaming OBJECT-TYPE wanDataDownloadedRoaming OBJECT-TYPE
-    SYNTAX ​     ​Integer32+    SYNTAX ​     ​Counter64 
 +    UNITS       "​bytes"​
     MAX-ACCESS ​ read-only     MAX-ACCESS ​ read-only
     STATUS ​     current     STATUS ​     current
Line 1066: Line 1416:
  
 wanDataUploadedRoaming OBJECT-TYPE wanDataUploadedRoaming OBJECT-TYPE
-    SYNTAX ​     ​Integer32+    SYNTAX ​     ​Counter64 
 +    UNITS       "​bytes"​
     MAX-ACCESS ​ read-only     MAX-ACCESS ​ read-only
     STATUS ​     current     STATUS ​     current
Line 1074: Line 1425:
  
 -- **************************************************************************** -- ****************************************************************************
--- NBDioTable+-- nbDioTable
 -- **************************************************************************** -- ****************************************************************************
  
Line 1143: Line 1494:
     ::= { dio 11 }     ::= { dio 11 }
  
 +
 +-- ****************************************************************************
 +-- nbSerialTable
 +-- ****************************************************************************
 +
 +nbSerialTable OBJECT-TYPE
 +    SYNTAX ​     SEQUENCE OF NBSerialEntry
 +    MAX-ACCESS ​ not-accessible
 +    STATUS ​     current
 +    DESCRIPTION
 +        "The table describing any serial ports and their current statistics"​
 +    ::= { nb 54 }
 +
 +nbSerialEntry OBJECT-TYPE
 +    SYNTAX ​     NBSerialEntry
 +    MAX-ACCESS ​ not-accessible
 +    STATUS ​     current
 +    DESCRIPTION
 +        "An entry describing a serial port and its current statistics"​
 +    INDEX       { serialIndex }
 +    ::= { nbSerialTable 1 }
 +
 +NBSerialEntry ::= SEQUENCE {
 +    serialIndex Integer32,
 +    serialName DisplayString,​
 +    serialState Integer32,
 +    serialRxBytes Integer32,
 +    serialTxBytes Integer32,
 +    serialFrameErrors Integer32,
 +    serialOverrunErrors Integer32,
 +    serialParityErrors Integer32,
 +    serialBrkErrors Integer32,
 +    serialBufferOverrunErrors Integer32
 +}
 +
 +serialIndex OBJECT-TYPE
 +    SYNTAX ​     Integer32(0..254)
 +    MAX-ACCESS ​ not-accessible
 +    STATUS ​     current
 +    DESCRIPTION
 +        "​Serial port index"
 +    ::= { nbSerialEntry 1 }
 +
 +serialName OBJECT-TYPE
 +    SYNTAX ​     DisplayString
 +    MAX-ACCESS ​ read-only
 +    STATUS ​     current
 +    DESCRIPTION
 +        "​Serial port name"
 +    ::= { nbSerialEntry 2 }
 +
 +serialState OBJECT-TYPE
 +    SYNTAX ​     Integer32
 +    MAX-ACCESS ​ read-only
 +    STATUS ​     current
 +    DESCRIPTION
 +        "The current state of the serial port"
 +    ::= { nbSerialEntry 3 }
 +
 +serialRxBytes OBJECT-TYPE
 +    SYNTAX ​     Integer32
 +    MAX-ACCESS ​ read-only
 +    STATUS ​     current
 +    DESCRIPTION
 +        "The number of bytes received on the serial port"
 +    ::= { nbSerialEntry 4 }
 +
 +serialTxBytes OBJECT-TYPE
 +    SYNTAX ​     Integer32
 +    MAX-ACCESS ​ read-only
 +    STATUS ​     current
 +    DESCRIPTION
 +        "The number of bytes transmitted on the serial port"
 +    ::= { nbSerialEntry 5 }
 +
 +serialFrameErrors OBJECT-TYPE
 +    SYNTAX ​     Integer32
 +    MAX-ACCESS ​ read-only
 +    STATUS ​     current
 +    DESCRIPTION
 +        "The number of frame errors on the serial port"
 +    ::= { nbSerialEntry 6 }
 +
 +serialOverrunErrors OBJECT-TYPE
 +    SYNTAX ​     Integer32
 +    MAX-ACCESS ​ read-only
 +    STATUS ​     current
 +    DESCRIPTION
 +        "The number of overrun errors on the serial port"
 +    ::= { nbSerialEntry 7 }
 +
 +serialParityErrors OBJECT-TYPE
 +    SYNTAX ​     Integer32
 +    MAX-ACCESS ​ read-only
 +    STATUS ​     current
 +    DESCRIPTION
 +        "The number of parity errors on the serial port"
 +    ::= { nbSerialEntry 8 }
 +
 +serialBrkErrors OBJECT-TYPE
 +    SYNTAX ​     Integer32
 +    MAX-ACCESS ​ read-only
 +    STATUS ​     current
 +    DESCRIPTION
 +        "The number of BRK errors on the serial port"
 +    ::= { nbSerialEntry 9 }
 +
 +serialBufferOverrunErrors OBJECT-TYPE
 +    SYNTAX ​     Integer32
 +    MAX-ACCESS ​ read-only
 +    STATUS ​     current
 +    DESCRIPTION
 +        "The number of buffer overrun errors on the serial port"
 +    ::= { nbSerialEntry 10 }
 +
 +
 +-- ****************************************************************************
 +-- nbTrapHistoryTable
 +-- ****************************************************************************
 +
 +--  ::= { nb 80 } this OID is obsolete
  
 -- **************************************************************************** -- ****************************************************************************
Line 1274: Line 1746:
     DESCRIPTION "GRE connection went down"     DESCRIPTION "GRE connection went down"
     ::= { events 413 }     ::= { events 413 }
 +
 +l2tp-up NOTIFICATION-TYPE
 +    STATUS current
 +    DESCRIPTION "L2TP connection came up"
 +    ::= { events 414 }
 +
 +l2tp-down NOTIFICATION-TYPE
 +    STATUS current
 +    DESCRIPTION "L2TP connection went down"
 +    ::= { events 415 }
  
 system-login-failed NOTIFICATION-TYPE system-login-failed NOTIFICATION-TYPE
Line 1411: Line 1893:
  
 END END
 +
 +
  
  
 </​code>​ </​code>​