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

📄 rfc1232.mib

📁 wm PNE 3.3 source code, running at more than vxworks6.x version.
💻 MIB
📖 第 1 页 / 共 3 页
字号:
          ds1RedAlarm OBJECT-TYPE              SYNTAX  INTEGER {                          ds1NoRedAlarm (1),                          ds1RedAlarm (2)                      }              ACCESS  read-only              STATUS  mandatory              DESCRIPTION                      "This variable indicates if a Red Alarm condition                      exists.                      Note that G.704 interfaces do not support Red                      Alarms.  Accordingly, such agents should return                      the value ds1NoRedAlarm."              ::= { ds1ConfigEntry 10 }          ds1CircuitIdentifier OBJECT-TYPE              SYNTAX  DisplayString (SIZE (0..255))              ACCESS  read-only              STATUS  mandatory              DESCRIPTION                      "This variable contains the transmission vendor's                      circuit identifier, for the purpose of                      facilitating troubleshooting."              ::= { ds1ConfigEntry 11 }          -- the DS1 Interval group          -- Implementation of this group is mandatory for all systems          -- that attach to a ds1.          -- It is recognized that some currently deployed CSUs do not          -- record the entire set of statistics specified in this          -- group.  Accordingly, some agents queried for these objects          -- may treat these objects as having an ACCESS clause value          -- of not-accessible.          -- The DS1 Interval Table contains various statistics          -- collected by each CSU over the previous 24 hours of          -- operation.  The past 24 hours are broken into 96 completed          -- 15 minute intervals.          ds1IntervalTable OBJECT-TYPE              SYNTAX  SEQUENCE OF DS1IntervalEntry              ACCESS  not-accessible              STATUS  mandatory              DESCRIPTION                      "The DS1 Interval table."              ::= { ds1 2 }          ds1IntervalEntry OBJECT-TYPE              SYNTAX  DS1IntervalEntry              ACCESS  not-accessible              STATUS  mandatory              DESCRIPTION                      "An entry in the DS1 Interval table."              INDEX   { ds1IntervalIndex, ds1IntervalNumber }              ::= { ds1IntervalTable 1 }          DS1IntervalEntry ::=              SEQUENCE {                  ds1IntervalIndex                      INTEGER,                  ds1IntervalNumber                      INTEGER (1..96),                  ds1IntervalESs                      Counter,                  ds1IntervalSESs                      Counter,                  ds1IntervalSEFSs                      Counter,                  ds1IntervalUASs                      Counter,                  ds1IntervalCSSs                      Counter,                  ds1IntervalBPVs                      Counter,                  ds1IntervalCVs                      Counter              }          ds1IntervalIndex OBJECT-TYPE              SYNTAX  INTEGER              ACCESS  read-only              STATUS  mandatory              DESCRIPTION                      "The index value which uniquely identifies the CSU                      to which this entry is applicable.  The interface                      identified by a particular value of this index is                      the same interface as identified by the same value                      an ds1CSUIndex object instance."              ::= { ds1IntervalEntry 1 }          ds1IntervalNumber OBJECT-TYPE              SYNTAX  INTEGER (1..96)              ACCESS  read-only              STATUS  mandatory              DESCRIPTION                      "A number between 1 and 96, where 1 is the most                      recently completed 15 minute interval and 96 is                      the least recently completed 15 minute interval                      (assuming that all 96 intervals are valid)."              ::= { ds1IntervalEntry 2 }          ds1IntervalESs OBJECT-TYPE              SYNTAX  Counter              ACCESS  read-only              STATUS  mandatory              DESCRIPTION                      "The counter associated with the number of Errored                      Seconds, as defined by ANSI Draft Standard                      T1M1.3/90 - 027R2[15], encountered by a DS1 CSU                      during one of the previous 96 fifteen minute                      intervals."              ::= { ds1IntervalEntry 3 }          ds1IntervalSESs OBJECT-TYPE              SYNTAX  Counter              ACCESS  read-only              STATUS  mandatory              DESCRIPTION                      "The counter associated with the number of                      Severely Errored Seconds, as defined by ANSI Draft                      Standard T1M1.3/90 - 027R2[15], encountered by a                      DS1 CSU during one of the previous 96 fifteen                      minute intervals."              ::= { ds1IntervalEntry 4 }          ds1IntervalSEFSs OBJECT-TYPE              SYNTAX  Counter              ACCESS  read-only              STATUS  mandatory              DESCRIPTION                      "The counter associated with the number of                      Severely Errored Framing Seconds, as defined by                      ANSI Draft Standard T1M1.3/90 - 027R2[15],                      encountered by a DS1 CSU during one of the                      previous 96 fifteen minute intervals."              ::= { ds1IntervalEntry 5 }          ds1IntervalUASs OBJECT-TYPE              SYNTAX  Counter              ACCESS  read-only              STATUS  mandatory              DESCRIPTION                      "The counter associated with the number of                      Unavailable Seconds, as defined by ANSI Draft                      Standard T1M1.3/90 - 027R2[15], encountered by a                      DS1 CSU during one of the previous 96 fifteen                      minute intervals."              ::= { ds1IntervalEntry 6 }          ds1IntervalCSSs OBJECT-TYPE              SYNTAX  Counter              ACCESS  read-only              STATUS  mandatory              DESCRIPTION                      "The counter associated with the number of                      Controlled Slip Seconds, as defined by ANSI Draft                      Standard T1M1.3/90 - 027R2[15], encountered by a                      DS1 CSU during one of the previous 96 fifteen                      minute intervals."              ::= { ds1IntervalEntry 7 }          ds1IntervalBPVs OBJECT-TYPE              SYNTAX  Counter              ACCESS  read-only              STATUS  mandatory              DESCRIPTION                      "The counter associated with the number of Bipolar                      Violations, as defined by ANSI Draft Standard                      T1M1.3/90 - 027R2[15], encountered by a DS1 CSU                      during one of the previous 96 fifteen minute                      intervals."              ::= { ds1IntervalEntry 8 }          ds1IntervalCVs OBJECT-TYPE              SYNTAX  Counter              ACCESS  read-only              STATUS  mandatory              DESCRIPTION                      "The counter associated with the number of Code                      Violation Error Events, as defined by ANSI Draft                      Standard T1M1.3/90 - 027R2[15], encountered by a                      DS1 CSU during one of the previous 96 fifteen                      minute intervals.                      Note that D4 and G.704 (section 2.1.3.2)                      interfaces do not support Code Violation Error                      Events.  Accordingly, such agents may treat this                      object as having an ACCESS clause value of not-                      accessible."              ::= { ds1IntervalEntry 9 }          -- the DS1 Current group          -- Implementation of this group is mandatory for all systems          -- that attach to a ds1.          -- It is recognized that some currently deployed CSUs do not          -- record the entire set of statistics specified in this          -- group.  Accordingly, some agents queried for these objects          -- may treat these objects as having an ACCESS clause value          -- of not-accessible.          -- The DS1 current table contains various statistics being          -- collected for the current 15 minute interval.          ds1CurrentTable OBJECT-TYPE              SYNTAX  SEQUENCE OF DS1CurrentEntry              ACCESS  not-accessible              STATUS  mandatory              DESCRIPTION                      "The DS1 Current table."              ::= { ds1 3 }          ds1CurrentEntry OBJECT-TYPE              SYNTAX  DS1CurrentEntry              ACCESS  not-accessible              STATUS  mandatory              DESCRIPTION                      "An entry in the DS1 Current table."              INDEX   { ds1CurrentIndex }              ::= { ds1CurrentTable 1 }          DS1CurrentEntry ::=              SEQUENCE {                  ds1CurrentIndex                      INTEGER,                  ds1CurrentESs                      Counter,                  ds1CurrentSESs                      Counter,                  ds1CurrentSEFSs                      Counter,                  ds1CurrentUASs                      Counter,                  ds1CurrentCSSs                      Counter,                  ds1CurrentBPVs                      Counter,                  ds1CurrentCVs                      Counter              }          ds1CurrentIndex OBJECT-TYPE              SYNTAX  INTEGER              ACCESS  read-only              STATUS  mandatory              DESCRIPTION                      "The index value which uniquely identifies the CSU                      to which this entry is applicable.  The interface                      identified by a particular value of this index is                      the same interface as identified by the same value                      an ds1CSUIndex object instance."              ::= { ds1CurrentEntry 1 }          ds1CurrentESs OBJECT-TYPE              SYNTAX  Counter              ACCESS  read-only              STATUS  mandatory              DESCRIPTION                      "The counter associated with the number of Errored                      Seconds, as defined by ANSI Draft Standard                      T1M1.3/90 - 027R2[15], encountered by a DS1 CSU in                      the current 15 minute interval."              ::= { ds1CurrentEntry 2 }          ds1CurrentSESs OBJECT-TYPE              SYNTAX  Counter              ACCESS  read-only              STATUS  mandatory              DESCRIPTION                      "The counter associated with the number of                      Severely Errored Seconds, as defined by ANSI Draft                      Standard T1M1.3/90 - 027R2[15], encountered by a                      DS1 CSU in the current 15 minute interval."              ::= { ds1CurrentEntry 3 }          ds1CurrentSEFSs OBJECT-TYPE              SYNTAX  Counter              ACCESS  read-only              STATUS  mandatory              DESCRIPTION                      "The counter associated with the number of                      Severely Errored Framing Seconds, as defined by                      ANSI Draft Standard T1M1.3/90 - 027R2[15],                      encountered by a DS1 CSU in the current 15 minute                      interval."              ::= { ds1CurrentEntry 4 }

⌨️ 快捷键说明

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