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

📄 sonet-mib

📁 很不错java的SNMP应用例子
💻
📖 第 1 页 / 共 5 页
字号:
     ::= { sonetSectionCurrentTable 1 }SonetSectionCurrentEntry ::=    SEQUENCE {        sonetSectionCurrentStatus   Integer32,        sonetSectionCurrentESs      PerfCurrentCount,        sonetSectionCurrentSESs     PerfCurrentCount,        sonetSectionCurrentSEFSs    PerfCurrentCount,        sonetSectionCurrentCVs      PerfCurrentCount    }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  PerfCurrentCount    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  PerfCurrentCount    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  PerfCurrentCount    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  PerfCurrentCount    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     PerfIntervalCount,         sonetSectionIntervalSESs    PerfIntervalCount,         sonetSectionIntervalSEFSs   PerfIntervalCount,         sonetSectionIntervalCVs     PerfIntervalCount,         sonetSectionIntervalValidData  TruthValue    }sonetSectionIntervalNumber OBJECT-TYPE    SYNTAX  Integer32 (1..96)    MAX-ACCESS  not-accessible    STATUS  current    DESCRIPTION      "A number between 1 and 96, which identifies the      interval for which the set of statistics is available.      The interval identified by 1 is the most recently      completed 15 minute interval,      and the interval identified      by N is the interval immediately preceding the      one identified      by N-1."     ::= { sonetSectionIntervalEntry 1 }sonetSectionIntervalESs OBJECT-TYPE    SYNTAX  PerfIntervalCount    MAX-ACCESS  read-only    STATUS  current    DESCRIPTION       "The counter associated with the number of       Errored Seconds encountered       by a SONET/SDH Section in a       particular 15-minute interval       in the past 24 hours."     ::= { sonetSectionIntervalEntry 2 }sonetSectionIntervalSESs OBJECT-TYPE    SYNTAX  PerfIntervalCount    MAX-ACCESS  read-only    STATUS  current    DESCRIPTION       "The counter associated with the number of       Severely Errored Seconds       encountered by a SONET/SDH Section in a       particular 15-minute interval       in the past 24 hours."    ::= { sonetSectionIntervalEntry 3 }sonetSectionIntervalSEFSs OBJECT-TYPE    SYNTAX  PerfIntervalCount    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 a       particular 15-minute interval       in the past 24 hours."    ::= { sonetSectionIntervalEntry 4 }sonetSectionIntervalCVs OBJECT-TYPE    SYNTAX  PerfIntervalCount    MAX-ACCESS  read-only    STATUS  current    DESCRIPTION       "The counter associated with the number of Coding       Violations encountered by a       SONET/SDH Section in a particular 15-minute interval       in the past 24 hours."    ::= { sonetSectionIntervalEntry 5 }sonetSectionIntervalValidData OBJECT-TYPE    SYNTAX  TruthValue    MAX-ACCESS  read-only    STATUS  current    DESCRIPTION       "This variable indicates if the data for this        interval is valid."    ::= { sonetSectionIntervalEntry 6 }-- the SONET/SDH Line group-- this group consists of 2 tables:-- - the SONET/SDH Line Current Table-- - the SONET/SDH Line Interval Table-- the SONET/SDH Line Current Table-- The SONET/SDH Line-- current table contains various statistics-- being collected for the current 15 minute interval.sonetLineCurrentTable OBJECT-TYPE    SYNTAX  SEQUENCE OF SonetLineCurrentEntry    MAX-ACCESS  not-accessible    STATUS  current    DESCRIPTION      "The SONET/SDH Line Current table."    ::= { sonetLine 1 }sonetLineCurrentEntry OBJECT-TYPE    SYNTAX  SonetLineCurrentEntry    MAX-ACCESS  not-accessible    STATUS  current    DESCRIPTION      "An entry in the SONET/SDH Line Current table."    INDEX   { ifIndex }    ::= { sonetLineCurrentTable 1 }SonetLineCurrentEntry ::=    SEQUENCE {         sonetLineCurrentStatus    Integer32,         sonetLineCurrentESs       PerfCurrentCount,         sonetLineCurrentSESs      PerfCurrentCount,         sonetLineCurrentCVs       PerfCurrentCount,         sonetLineCurrentUASs      PerfCurrentCount     }sonetLineCurrentStatus OBJECT-TYPE    SYNTAX  Integer32 (1..6)    MAX-ACCESS  read-only    STATUS  current    DESCRIPTION       "This variable indicates the       status of the interface.       The sonetLineCurrentStatus       is a bit map represented       as a sum, therefore,       it can represent multiple defects       simultaneously.       The sonetLineNoDefect should be       set if and only if       no other flag is set.       The various bit positions are:        1   sonetLineNoDefect        2   sonetLineAIS        4   sonetLineRDI"     ::= { sonetLineCurrentEntry 1 }sonetLineCurrentESs OBJECT-TYPE    SYNTAX  PerfCurrentCount    MAX-ACCESS  read-only    STATUS  current    DESCRIPTION     "The counter associated with the number of Errored     Seconds encountered by a SONET/SDH     Line in the current 15 minute interval."    ::= { sonetLineCurrentEntry 2 }sonetLineCurrentSESs OBJECT-TYPE    SYNTAX  PerfCurrentCount    MAX-ACCESS  read-only    STATUS  current    DESCRIPTION     "The counter associated with the number of     Severely Errored Seconds     encountered by a SONET/SDH Line in the current 15     minute     interval."    ::= { sonetLineCurrentEntry 3 }sonetLineCurrentCVs OBJECT-TYPE    SYNTAX  PerfCurrentCount    MAX-ACCESS  read-only    STATUS  current    DESCRIPTION     "The counter associated with the number of Coding     Violations encountered by a     SONET/SDH Line in the current 15 minute interval."    ::= { sonetLineCurrentEntry 4 }sonetLineCurrentUASs OBJECT-TYPE    SYNTAX  PerfCurrentCount    MAX-ACCESS  read-only    STATUS  current    DESCRIPTION     "The counter associated with the number of     Unavailable Seconds     encountered by a SONET/SDH Line in the current 15     minute     interval."    ::= { sonetLineCurrentEntry 5 }-- the SONET/SDH Line Interval Table-- The SONET/SDH Line 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.sonetLineIntervalTable OBJECT-TYPE    SYNTAX  SEQUENCE OF SonetLineIntervalEntry    MAX-ACCESS  not-accessible    STATUS  current    DESCRIPTION       "The SONET/SDH Line Interval table."     ::= { sonetLine 2 }sonetLineIntervalEntry OBJECT-TYPE    SYNTAX  SonetLineIntervalEntry    MAX-ACCESS  not-accessible    STATUS  current    DESCRIPTION       "An entry in the SONET/SDH Line Interval table."   INDEX   { ifIndex,             sonetLineIntervalNumber }   ::= { sonetLineIntervalTable 1 }SonetLineIntervalEntry ::=    SEQUENCE {        sonetLineIntervalNumber    Integer32,        sonetLineIntervalESs       PerfIntervalCount,        sonetLineIntervalSESs      PerfIntervalCount,        sonetLineIntervalCVs       PerfIntervalCount,        sonetLineIntervalUASs      PerfIntervalCount,        sonetLineIntervalValidData TruthValue    }sonetLineIntervalNumber OBJECT-TYPE    SYNTAX  Integer32 (1..96)    MAX-ACCESS  not-accessible    STATUS  current    DESCRIPTION        "A number between 1 and 96, which identifies the        interval for which the set of statistics is available.        The interval identified by 1 is the most recently        completed 15 minute interval,        and the interval identified        by N is the interval immediately preceding the        one identified        by N-1."     ::= { sonetLineIntervalEntry 1 }sonetLineIntervalESs OBJECT-TYPE    SYNTAX  PerfIntervalCount    MAX-ACCESS  read-only    STATUS  current    DESCRIPTION       "The counter associated with the number of       Errored Seconds encountered       by a SONET/SDH Line in a       particular 15-minute interval       in the past 24 hours."     ::= { sonetLineIntervalEntry 2 }sonetLineIntervalSESs OBJECT-TYPE    SYNTAX  PerfIntervalCount    MAX-ACCESS  read-only    STATUS  current    DESCRIPTION       "The counter associated with the number of       Severely Errored Seconds       encountered by a SONET/SDH Line in a       particular 15-minute interval       in the past 24 hours."      ::= { sonetLineIntervalEntry 3 }sonetLineIntervalCVs OBJECT-TYPE    SYNTAX  PerfIntervalCount    MAX-ACCESS  read-only    STATUS  current    DESCRIPTION      "The counter associated with the number of Coding      Violations encountered by a      SONET/SDH Line in a      particular 15-minute interval      in the past 24 hours."    ::= { sonetLineIntervalEntry 4 }sonetLineIntervalUASs OBJECT-TYPE    SYNTAX  PerfIntervalCount    MAX-ACCESS  read-only    STATUS  current    DESCRIPTION      "The counter associated with the      number of Unavailable Seconds      encountered by a SONET/SDH Line in      a particular 15-minute interval      in the past 24 hours."    ::= { sonetLineIntervalEntry 5 }sonetLineIntervalValidData OBJECT-TYPE    SYNTAX  TruthValue    MAX-ACCESS  read-only    STATUS  current    DESCRIPTION       "This variable indicates if the data for this        interval is valid."    ::= { sonetLineIntervalEntry 6 }-- The SONET/SDH Far End Line group.-- This group may only be implemented by SONET/SDH (LTEs)-- systems that provide for a far end block error (FEBE)-- information at the SONET/SDH Line Layer.-- This group consists of two tables:--    SONET/SDH Far End Line Current Table--    SONET/SDH Far End Line Interval Table-- The SONET/SDH Far End Line Current Table-- The SONET/SDH Far End Line Current table contains-- various statistics being-- collected for the current 15 minute interval.-- The statistics are collected from the far end-- block error code (FEBE)-- within the third Z2 byte of the Line Overhead

⌨️ 快捷键说明

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