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

📄 rfc2496.mib

📁 wm PNE 3.3 source code, running at more than vxworks6.x version.
💻 MIB
📖 第 1 页 / 共 5 页
字号:
            }     MAX-ACCESS  read-write     STATUS  current     DESCRIPTION            "The source of Transmit Clock.            loopTiming indicates that the recovered receive clock            is used as the transmit clock.            localTiming indicates that a local clock source is used            or that an external clock is attached to the box            containing the interface.            throughTiming indicates that transmit clock is derived            from the recovered receive clock of another DS3            interface."          ::= { dsx3ConfigEntry 11 }     dsx3InvalidIntervals OBJECT-TYPE          SYNTAX  INTEGER (0..96)          MAX-ACCESS  read-only          STATUS  current          DESCRIPTION                      "The number of intervals in the range from 0 to                 dsx3ValidIntervals for which no data is                 available.  This object will typically be zero                 except in cases where the data for some intervals                 are not available (e.g., in proxy situations)."          ::= { dsx3ConfigEntry 12 }     dsx3LineLength OBJECT-TYPE          SYNTAX  INTEGER (0..64000)          UNITS "meters"          MAX-ACCESS  read-write          STATUS  current          DESCRIPTION                 "The length of the ds3 line in meters.  This                 object provides information for line build out                 circuitry if it exists and can use this object to                 adjust the line build out."          ::= { dsx3ConfigEntry 13 }     dsx3LineStatusLastChange OBJECT-TYPE          SYNTAX  TimeStamp          MAX-ACCESS  read-only          STATUS  current          DESCRIPTION                 "The value of MIB II's sysUpTime object at the                 time this DS3/E3 entered its current line status                 state.  If the current state was entered prior to                 the last re-initialization of the proxy-agent,                 then this object contains a zero value."          ::= { dsx3ConfigEntry 14 }     dsx3LineStatusChangeTrapEnable  OBJECT-TYPE          SYNTAX      INTEGER {                         enabled(1),                         disabled(2)                      }          MAX-ACCESS  read-write          STATUS      current          DESCRIPTION                 "Indicates whether dsx3LineStatusChange traps                 should be generated for this interface."          DEFVAL { disabled }          ::= { dsx3ConfigEntry 15 }     dsx3LoopbackStatus  OBJECT-TYPE          SYNTAX      INTEGER (1..127)          MAX-ACCESS  read-only          STATUS      current          DESCRIPTION                 "This variable represents the current state of the                 loopback on the DS3 interface.  It contains                 information about loopbacks established by a                 manager and remotely from the far end.                 The dsx3LoopbackStatus is a bit map represented as                 a sum, therefore is can represent multiple                 loopbacks simultaneously.                 The various bit positions are:                  1  dsx3NoLoopback                  2  dsx3NearEndPayloadLoopback                  4  dsx3NearEndLineLoopback                  8  dsx3NearEndOtherLoopback                 16  dsx3NearEndInwardLoopback                 32  dsx3FarEndPayloadLoopback                 64  dsx3FarEndLineLoopback"     ::= { dsx3ConfigEntry 16 }     dsx3Channelization  OBJECT-TYPE          SYNTAX      INTEGER {                         disabled(1),                         enabledDs1(2),                         enabledDs2(3)                      }          MAX-ACCESS  read-write          STATUS      current          DESCRIPTION                 "Indicates whether this ds3/e3 is channelized or                 unchannelized.  The value of enabledDs1 indicates                 that this is a DS3 channelized into DS1s.  The                 value of enabledDs3 indicated that this is a DS3                 channelized into DS2s.  Setting this object will                 cause the creation or deletion of DS2 or DS1                 entries in the ifTable.  "     ::= { dsx3ConfigEntry 17 }     dsx3Ds1ForRemoteLoop  OBJECT-TYPE          SYNTAX      INTEGER (0..29)          MAX-ACCESS  read-write          STATUS      current          DESCRIPTION                 "Indicates which ds1/e1 on this ds3/e3 will be                 indicated in the remote ds1 loopback request.  A                 value of 0 means no DS1 will be looped.  A value                 of 29 means all ds1s/e1s will be looped."     ::= { dsx3ConfigEntry 18 }     -- the DS3/E3 Current Table     dsx3CurrentTable OBJECT-TYPE          SYNTAX  SEQUENCE OF Dsx3CurrentEntry          MAX-ACCESS  not-accessible          STATUS  current          DESCRIPTION                 "The DS3/E3 current table contains various                 statistics being collected for the current 15                 minute interval."          ::= { ds3 6 }     dsx3CurrentEntry OBJECT-TYPE          SYNTAX  Dsx3CurrentEntry          MAX-ACCESS  not-accessible          STATUS  current          DESCRIPTION                 "An entry in the DS3/E3 Current table."          INDEX   { dsx3CurrentIndex }          ::= { dsx3CurrentTable 1 }     Dsx3CurrentEntry ::=          SEQUENCE {              dsx3CurrentIndex           InterfaceIndex,              dsx3CurrentPESs            PerfCurrentCount,              dsx3CurrentPSESs           PerfCurrentCount,              dsx3CurrentSEFSs           PerfCurrentCount,              dsx3CurrentUASs            PerfCurrentCount,              dsx3CurrentLCVs            PerfCurrentCount,              dsx3CurrentPCVs            PerfCurrentCount,              dsx3CurrentLESs            PerfCurrentCount,              dsx3CurrentCCVs            PerfCurrentCount,              dsx3CurrentCESs            PerfCurrentCount,              dsx3CurrentCSESs           PerfCurrentCount         }     dsx3CurrentIndex OBJECT-TYPE          SYNTAX  InterfaceIndex          MAX-ACCESS  read-only          STATUS  current          DESCRIPTION                 "The index value which uniquely identifies the                 DS3/E3 interface 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                 dsx3LineIndex object instance."          ::= { dsx3CurrentEntry 1 }     dsx3CurrentPESs OBJECT-TYPE          SYNTAX  PerfCurrentCount          MAX-ACCESS  read-only          STATUS  current          DESCRIPTION                 "The counter associated with the number of P-bit                 Errored Seconds."          ::= { dsx3CurrentEntry 2 }     dsx3CurrentPSESs OBJECT-TYPE          SYNTAX  PerfCurrentCount          MAX-ACCESS  read-only          STATUS  current          DESCRIPTION                 "The counter associated with the number of P-bit                 Severely Errored Seconds."          ::= { dsx3CurrentEntry 3 }     dsx3CurrentSEFSs OBJECT-TYPE          SYNTAX  PerfCurrentCount          MAX-ACCESS  read-only          STATUS  current          DESCRIPTION                 "The counter associated with the number of                 Severely Errored Framing Seconds."          ::= { dsx3CurrentEntry 4 }     dsx3CurrentUASs OBJECT-TYPE          SYNTAX  PerfCurrentCount          MAX-ACCESS  read-only          STATUS  current          DESCRIPTION                 "The counter associated with the number of                 Unavailable Seconds."          ::= { dsx3CurrentEntry 5 }     dsx3CurrentLCVs OBJECT-TYPE          SYNTAX  PerfCurrentCount          MAX-ACCESS  read-only          STATUS  current          DESCRIPTION                 "The counter associated with the number of Line                 Coding Violations."          ::= { dsx3CurrentEntry 6 }     dsx3CurrentPCVs OBJECT-TYPE          SYNTAX  PerfCurrentCount          MAX-ACCESS  read-only          STATUS  current          DESCRIPTION                 "The counter associated with the number of P-bit                 Coding Violations."          ::= { dsx3CurrentEntry 7 }     dsx3CurrentLESs OBJECT-TYPE          SYNTAX  PerfCurrentCount          MAX-ACCESS  read-only          STATUS  current          DESCRIPTION                 "The number of Line Errored Seconds."          ::= { dsx3CurrentEntry 8 }     dsx3CurrentCCVs OBJECT-TYPE          SYNTAX  PerfCurrentCount          MAX-ACCESS  read-only          STATUS  current          DESCRIPTION                 "The number of C-bit Coding Violations."          ::= { dsx3CurrentEntry 9 }     dsx3CurrentCESs OBJECT-TYPE          SYNTAX  PerfCurrentCount          MAX-ACCESS  read-only          STATUS  current          DESCRIPTION                 "The number of C-bit Errored Seconds."          ::= { dsx3CurrentEntry 10 }     dsx3CurrentCSESs OBJECT-TYPE          SYNTAX  PerfCurrentCount          MAX-ACCESS  read-only          STATUS  current          DESCRIPTION                 "The number of C-bit Severely Errored Seconds."          ::= { dsx3CurrentEntry 11 }     -- the DS3/E3 Interval Table     dsx3IntervalTable OBJECT-TYPE          SYNTAX  SEQUENCE OF Dsx3IntervalEntry          MAX-ACCESS  not-accessible          STATUS  current          DESCRIPTION                 "The DS3/E3 Interval Table contains various                 statistics collected by each DS3/E3 Interface over                 the previous 24 hours of operation.  The past 24                 hours are broken into 96 completed 15 minute                 intervals.  Each row in this table represents one                 such interval (identified by dsx3IntervalNumber)                 and for one specific interface (identifed by                 dsx3IntervalIndex)."          ::= { ds3 7 }     dsx3IntervalEntry OBJECT-TYPE          SYNTAX  Dsx3IntervalEntry          MAX-ACCESS  not-accessible          STATUS  current          DESCRIPTION                 "An entry in the DS3/E3 Interval table."          INDEX   { dsx3IntervalIndex, dsx3IntervalNumber }          ::= { dsx3IntervalTable 1 }     Dsx3IntervalEntry ::=          SEQUENCE {              dsx3IntervalIndex           InterfaceIndex,              dsx3IntervalNumber          INTEGER,              dsx3IntervalPESs            PerfIntervalCount,              dsx3IntervalPSESs           PerfIntervalCount,              dsx3IntervalSEFSs           PerfIntervalCount,              dsx3IntervalUASs            PerfIntervalCount,              dsx3IntervalLCVs            PerfIntervalCount,              dsx3IntervalPCVs            PerfIntervalCount,              dsx3IntervalLESs            PerfIntervalCount,              dsx3IntervalCCVs            PerfIntervalCount,              dsx3IntervalCESs            PerfIntervalCount,              dsx3IntervalCSESs           PerfIntervalCount,              dsx3IntervalValidData       TruthValue          }     dsx3IntervalIndex OBJECT-TYPE          SYNTAX  InterfaceIndex          MAX-ACCESS  read-only          STATUS  current          DESCRIPTION                 "The index value which uniquely identifies the                 DS3/E3 interface 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                 dsx3LineIndex object instance."          ::= { dsx3IntervalEntry 1 }     dsx3IntervalNumber OBJECT-TYPE          SYNTAX  INTEGER (1..96)          MAX-ACCESS  read-only          STATUS  current          DESCRIPTION                 "A number between 1 and 96, where 1 is the most                 recently completed 15 minute interval and 96 is                 the 15 minutes interval completed 23 hours and 45                 minutes prior to interval 1."          ::= { dsx3IntervalEntry 2 }     dsx3IntervalPESs OBJECT-TYPE          SYNTAX  PerfIntervalCount          MAX-ACCESS  read-only          STATUS  current          DESCRIPTION                 "The counter associated with the number of P-bit                 Errored Seconds."          ::= { dsx3IntervalEntry 3 }

⌨️ 快捷键说明

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