⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 rfc1595.mib

📁 wm PNE 3.3 source code, running at more than vxworks6.x version.
💻 MIB
📖 第 1 页 / 共 5 页
字号:
          SONET-MIB DEFINITIONS ::= BEGIN          IMPORTS              MODULE-IDENTITY, OBJECT-TYPE, Gauge32,              Integer32                    FROM SNMPv2-SMI              DisplayString                    FROM SNMPv2-TC              MODULE-COMPLIANCE, OBJECT-GROUP                    FROM SNMPv2-CONF              ifIndex, transmission                    FROM RFC1213-MIB;          --  This is the MIB module for the SMDS Interface objects.          sonetMIB MODULE-IDENTITY              LAST-UPDATED "9401030000Z"              ORGANIZATION "IETF AToM MIB Working Group"              CONTACT-INFO                "        Tracy Brown                 Postal: Bell Communications Research                         331 Newman Springs Road                         P.O. Box 7020                         Red Bank, NJ  07701-7020                         US                    Tel: +1 908 758 2107                    Fax: +1 908 758 4177                 E-mail: tacox@mail.bellcore.com                         Kaj Tesink                 Postal: Bell Communications Research                         331 Newman Springs Road                         P.O. Box 7020                         Red Bank, NJ  07701-7020                         US                    Tel: +1 908 758 5254                    Fax: +1 908 758 4196                 E-mail: kaj@cc.bellcore.com"              DESCRIPTION                   "The MIB module to describe                   SONET/SDH interfaces objects."              ::= { transmission 39 }          --  This is the MIB module for the SONET/SDH objects          sonetObjects      OBJECT IDENTIFIER ::= { sonetMIB 1 }          sonetObjectsPath  OBJECT IDENTIFIER ::= { sonetMIB 2 }          sonetObjectsVT    OBJECT IDENTIFIER ::= { sonetMIB 3 }          -- groups in the SONET/SDH MIB module          sonetMedium       OBJECT IDENTIFIER ::= { sonetObjects 1 }          sonetSection      OBJECT IDENTIFIER ::= { sonetObjects 2 }          sonetLine         OBJECT IDENTIFIER ::= { sonetObjects 3 }          sonetFarEndLine   OBJECT IDENTIFIER ::= { sonetObjects 4 }          sonetPath         OBJECT IDENTIFIER ::= { sonetObjectsPath 1 }          sonetFarEndPath   OBJECT IDENTIFIER ::= { sonetObjectsPath 2 }          sonetVT           OBJECT IDENTIFIER ::= { sonetObjectsVT 1 }          sonetFarEndVT     OBJECT IDENTIFIER ::= { sonetObjectsVT 2 }          -- the SONET/SDH Medium group          -- SONET/SDH interfaces for some applications may be          -- electrical interfaces and not optical interfaces.          -- This group handles the configuration information for          -- both optical SONET/SDH interfaces and electrical          -- SONET/SDH interfaces.          sonetMediumTable OBJECT-TYPE              SYNTAX  SEQUENCE OF SonetMediumEntry              MAX-ACCESS  not-accessible              STATUS  current              DESCRIPTION                 "The SONET/SDH Medium table."               ::= { sonetMedium 1 }          sonetMediumEntry OBJECT-TYPE              SYNTAX  SonetMediumEntry              MAX-ACCESS  not-accessible              STATUS  current              DESCRIPTION                 "An entry in the SONET/SDH Medium table."              INDEX   { ifIndex }               ::= { sonetMediumTable 1 }          SonetMediumEntry ::=              SEQUENCE {                   sonetMediumType               INTEGER,                   sonetMediumTimeElapsed        Integer32,                   sonetMediumValidIntervals     Integer32,                   sonetMediumLineCoding         INTEGER,                   sonetMediumLineType           INTEGER,                   sonetMediumCircuitIdentifier  DisplayString              }          sonetMediumType OBJECT-TYPE              SYNTAX  INTEGER  {                         sonet(1),                         sdh(2)                      }              MAX-ACCESS  read-only              STATUS  current              DESCRIPTION                 "This variable identifies whether a SONET                 or a SDH signal is used across this interface."              ::= { sonetMediumEntry 1 }          sonetMediumTimeElapsed OBJECT-TYPE              SYNTAX  Integer32 (1..900)              MAX-ACCESS  read-only              STATUS  current              DESCRIPTION                 "The number of seconds, including partial                 seconds, that have elapsed since the beginning of                 the current error-measurement period."              ::= { sonetMediumEntry 2 }          sonetMediumValidIntervals OBJECT-TYPE              SYNTAX  Integer32 (0..96)              MAX-ACCESS  read-only              STATUS  current              DESCRIPTION                 "The number of previous intervals for which valid                 data has been stored.  A SONET device must support                 at least n intervals.                 The minimum value of n is 4.                 The default of n is 32.                 The maximum value of n is 96.                 The value of this object will be n unless                 the device was brought online within the last                 (nx15) minutes, in which case the value will be the                 number of complete 15 minute intervals the device has                 been online."              ::= { sonetMediumEntry 3 }          sonetMediumLineCoding OBJECT-TYPE              SYNTAX  INTEGER {                          sonetMediumOther(1),                          sonetMediumB3ZS(2),                          sonetMediumCMI(3),                          sonetMediumNRZ(4),                          sonetMediumRZ(5)                      }              MAX-ACCESS  read-only              STATUS  current              DESCRIPTION                 "This variable describes the line coding for                 this interface. The B3ZS and CMI are used for                 electrical SONET/SDH signals (STS-1 and STS-3).                 The Non-Return to Zero (NRZ) and the Return                 to Zero are used for optical SONET/SDH signals."              ::= { sonetMediumEntry 4 }          sonetMediumLineType OBJECT-TYPE              SYNTAX  INTEGER {                          sonetOther(1),                          sonetShortSingleMode(2),                          sonetLongSingleMode(3),                          sonetMultiMode(4),                          sonetCoax(5),                          sonetUTP(6)                      }              MAX-ACCESS  read-only              STATUS  current              DESCRIPTION                 "This variable describes the line type for                 this interface. The line types are                 Short and Long Range                 Single Mode fiber or Multi-Mode fiber interfaces,                 and coax and UTP for electrical interfaces.  The                 value sonetOther should be used when the Line Type is                 not one of the listed values."              ::= { sonetMediumEntry 5 }          sonetMediumCircuitIdentifier OBJECT-TYPE              SYNTAX  DisplayString (SIZE (0..255))              MAX-ACCESS  read-only              STATUS  current              DESCRIPTION                 "This variable contains the transmission                 vendor's circuit identifier, for the                 purpose of facilitating troubleshooting."              ::= { sonetMediumEntry 6 }          -- the SONET/SDH Section group          -- this group consists of 2 tables:          -- - the SONET/SDH Section Current Table          -- - the SONET/SDH Section Interval Table          -- the SONET/SDH Section Current Table          -- The SONET/SDH Section          -- current table contains various statistics          -- being collected for the current 15 minute interval.          sonetSectionCurrentTable OBJECT-TYPE              SYNTAX  SEQUENCE OF SonetSectionCurrentEntry              MAX-ACCESS  not-accessible              STATUS  current              DESCRIPTION                 "The SONET/SDH Section Current table."               ::= { sonetSection 1 }          sonetSectionCurrentEntry OBJECT-TYPE              SYNTAX  SonetSectionCurrentEntry              MAX-ACCESS  not-accessible              STATUS  current              DESCRIPTION                 "An entry in the SONET/SDH Section Current table."              INDEX   { ifIndex }               ::= { sonetSectionCurrentTable 1 }          SonetSectionCurrentEntry ::=              SEQUENCE {                  sonetSectionCurrentStatus   Integer32,                  sonetSectionCurrentESs      Gauge32,                  sonetSectionCurrentSESs     Gauge32,                  sonetSectionCurrentSEFSs    Gauge32,                  sonetSectionCurrentCVs      Gauge32              }          sonetSectionCurrentStatus OBJECT-TYPE              SYNTAX  Integer32 (1..6)              MAX-ACCESS  read-only              STATUS  current              DESCRIPTION                 "This variable indicates the                 status of the interface.                 The sonetSectionCurrentStatus                 is a bit map represented                 as a sum, therefore,                 it can represent multiple defects                 simultaneously.                 The sonetSectionNoDefect should be                 set if and only if                 no other flag is set.                 The various bit positions are:                       1   sonetSectionNoDefect                       2   sonetSectionLOS                       4   sonetSectionLOF"               ::= { sonetSectionCurrentEntry 1 }          sonetSectionCurrentESs OBJECT-TYPE              SYNTAX  Gauge32              MAX-ACCESS  read-only              STATUS  current              DESCRIPTION                 "The counter associated with the number of Errored                 Seconds encountered by a SONET/SDH                 Section in the current 15 minute interval."               ::= { sonetSectionCurrentEntry 2 }          sonetSectionCurrentSESs OBJECT-TYPE              SYNTAX  Gauge32              MAX-ACCESS  read-only              STATUS  current              DESCRIPTION                 "The counter associated with the number of                 Severely Errored Seconds                 encountered by a SONET/SDH Section in the current 15                 minute interval."               ::= { sonetSectionCurrentEntry 3 }          sonetSectionCurrentSEFSs OBJECT-TYPE              SYNTAX  Gauge32              MAX-ACCESS  read-only              STATUS  current              DESCRIPTION                 "The counter associated with the number of                 Severely Errored Framing Seconds                 encountered by a SONET/SDH Section in the current                 15 minute interval."              ::= { sonetSectionCurrentEntry 4 }          sonetSectionCurrentCVs OBJECT-TYPE              SYNTAX  Gauge32              MAX-ACCESS  read-only              STATUS  current              DESCRIPTION                 "The counter associated with the number of Coding                 Violations encountered by a                 SONET/SDH Section in the current 15 minute interval."               ::= { sonetSectionCurrentEntry 5 }          -- the SONET/SDH Section Interval Table          -- The SONET/SDH Section Interval Table          -- contains various statistics          -- collected by each system over a maximum          -- of the previous 24 hours of          -- operation.  The past 24 hours may be broken into 96          -- completed 15 minute intervals.          -- A system is required to store at          -- least 4 completed 15 minute interval.          -- The default value is 32 intervals.          sonetSectionIntervalTable OBJECT-TYPE              SYNTAX  SEQUENCE OF SonetSectionIntervalEntry              MAX-ACCESS  not-accessible              STATUS  current              DESCRIPTION                 "The SONET/SDH Section Interval table."               ::= { sonetSection 2 }          sonetSectionIntervalEntry OBJECT-TYPE              SYNTAX  SonetSectionIntervalEntry              MAX-ACCESS  not-accessible              STATUS  current              DESCRIPTION                 "An entry in the SONET/SDH Section Interval table."              INDEX   { ifIndex,                        sonetSectionIntervalNumber }               ::= { sonetSectionIntervalTable 1 }          SonetSectionIntervalEntry ::=              SEQUENCE {                   sonetSectionIntervalNumber  Integer32,                   sonetSectionIntervalESs     Gauge32,                   sonetSectionIntervalSESs    Gauge32,                   sonetSectionIntervalSEFSs   Gauge32,

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -