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

📄 rfc2496.mib

📁 wm PNE 3.3 source code, running at more than vxworks6.x version.
💻 MIB
📖 第 1 页 / 共 5 页
字号:
     DS3-MIB DEFINITIONS ::= BEGIN     IMPORTS          MODULE-IDENTITY, OBJECT-TYPE,          NOTIFICATION-TYPE, transmission         FROM SNMPv2-SMI          DisplayString, TimeStamp, TruthValue    FROM SNMPv2-TC          MODULE-COMPLIANCE, OBJECT-GROUP,          NOTIFICATION-GROUP                      FROM SNMPv2-CONF          InterfaceIndex                          FROM IF-MIB          PerfCurrentCount, PerfIntervalCount,          PerfTotalCount                          FROM PerfHist-TC-MIB;     ds3 MODULE-IDENTITY         LAST-UPDATED "9808012130Z"         ORGANIZATION "IETF Trunk MIB Working Group"         CONTACT-INFO           "        David Fowler            Postal: Newbridge Networks Corporation                    600 March Road                    Kanata, Ontario, Canada K2K 2E6                    Tel: +1 613 591 3600                    Fax: +1 613 599 3667            E-mail: davef@newbridge.com"         DESCRIPTION              "The is the MIB module that describes               DS3 and E3 interfaces objects."         ::= { transmission 30 }     -- The DS3/E3 Near End Group     -- The DS3/E3 Near End Group consists of four tables:     --    DS3/E3 Configuration     --    DS3/E3 Current     --    DS3/E3 Interval     --    DS3/E3 Total     -- the DS3/E3 Configuration Table     dsx3ConfigTable OBJECT-TYPE          SYNTAX  SEQUENCE OF Dsx3ConfigEntry          MAX-ACCESS  not-accessible          STATUS  current          DESCRIPTION                 "The DS3/E3 Configuration table."          ::= { ds3 5 }     dsx3ConfigEntry OBJECT-TYPE          SYNTAX  Dsx3ConfigEntry          MAX-ACCESS  not-accessible          STATUS  current          DESCRIPTION                 "An entry in the DS3/E3 Configuration table."          INDEX   { dsx3LineIndex }          ::= { dsx3ConfigTable 1 }     Dsx3ConfigEntry ::=          SEQUENCE {              dsx3LineIndex                        InterfaceIndex,              dsx3IfIndex                          InterfaceIndex,              dsx3TimeElapsed                      INTEGER,              dsx3ValidIntervals                   INTEGER,              dsx3LineType                         INTEGER,              dsx3LineCoding                       INTEGER,              dsx3SendCode                         INTEGER,              dsx3CircuitIdentifier                DisplayString,              dsx3LoopbackConfig                   INTEGER,              dsx3LineStatus                       INTEGER,              dsx3TransmitClockSource              INTEGER,              dsx3InvalidIntervals                 INTEGER,              dsx3LineLength                       INTEGER,              dsx3LineStatusLastChange             TimeStamp,              dsx3LineStatusChangeTrapEnable       INTEGER,              dsx3LoopbackStatus                   INTEGER,              dsx3Channelization                   INTEGER,              dsx3Ds1ForRemoteLoop                 INTEGER     }     dsx3LineIndex OBJECT-TYPE          SYNTAX  InterfaceIndex          MAX-ACCESS  read-only          STATUS  current          DESCRIPTION                 "This object should be made equal to ifIndex.  The                 next paragraph describes its previous usage.                 Making the object equal to ifIndex allows propoer                 use of ifStackTable.                 Previously, this object was the identifier of a                 DS3/E3 Interface on a managed device.  If there is                 an ifEntry that is directly associated with this                 and only this DS3/E3 interface, it should have the                 same value as ifIndex.  Otherwise, number the                 dsx3LineIndices with an unique identifier                 following the rules of choosing a number that is                 greater than ifNumber and numbering the inside                 interfaces (e.g., equipment side) with even                 numbers and outside interfaces (e.g, network side)                 with odd numbers."          ::= { dsx3ConfigEntry 1 }     dsx3IfIndex OBJECT-TYPE          SYNTAX  InterfaceIndex          MAX-ACCESS  read-only          STATUS  deprecated          DESCRIPTION                 "This value for this object is equal to the value                 of ifIndex from the Interfaces table of MIB II                 (RFC 1213)."          ::= { dsx3ConfigEntry 2 }     dsx3TimeElapsed OBJECT-TYPE          SYNTAX  INTEGER (0..899)          MAX-ACCESS  read-only          STATUS  current          DESCRIPTION                 "The number of seconds that have elapsed since the                 beginning of the near end current error-                 measurement period.  If, for some reason, such as                 an adjustment in the system's time-of-day clock,                 the current interval exceeds the maximum value,                 the agent will return the maximum value."          ::= { dsx3ConfigEntry 3 }     dsx3ValidIntervals OBJECT-TYPE          SYNTAX  INTEGER (0..96)          MAX-ACCESS  read-only          STATUS  current          DESCRIPTION                 "The number of previous near end intervals for                 which data was collected.  The value will be                 96 unless the interface was brought online within                 the last 24 hours, in which case the value will be                 the number of complete 15 minute near end                 intervals since the interface has been online.  In                 the case where the agent is a proxy, it is                 possible that some intervals are unavailable.  In                 this case, this interval is the maximum interval                 number for which data is available."          ::= { dsx3ConfigEntry 4 }     dsx3LineType OBJECT-TYPE          SYNTAX  INTEGER {                     dsx3other(1),                     dsx3M23(2),                     dsx3SYNTRAN(3),                     dsx3CbitParity(4),                     dsx3ClearChannel(5),                     e3other(6),                     e3Framed(7),                     e3Plcp(8)                 }          MAX-ACCESS  read-write          STATUS  current          DESCRIPTION                 "This variable indicates the variety of DS3 C-bit                 or E3 application implementing this interface. The                 type of interface affects the interpretation of                 the usage and error statistics.  The rate of DS3                 is 44.736 Mbps and E3 is 34.368 Mbps.  The                 dsx3ClearChannel value means that the C-bits are                 not used except for sending/receiving AIS.                 The values, in sequence, describe:                 TITLE:            SPECIFICATION:                 dsx3M23            ANSI T1.107-1988 [9]                 dsx3SYNTRAN        ANSI T1.107-1988 [9]                 dsx3CbitParity     ANSI T1.107a-1990 [9a]                 dsx3ClearChannel   ANSI T1.102-1987 [8]                 e3Framed           CCITT G.751 [12]                 e3Plcp             ETSI T/NA(91)18 [13]."          ::= { dsx3ConfigEntry 5 }     dsx3LineCoding OBJECT-TYPE          SYNTAX  INTEGER {                     dsx3Other(1),                     dsx3B3ZS(2),                     e3HDB3(3)                 }          MAX-ACCESS  read-write          STATUS  current          DESCRIPTION                 "This variable describes the variety of Zero Code                 Suppression used on this interface, which in turn                 affects a number of its characteristics.                 dsx3B3ZS and e3HDB3 refer to the use of specified                 patterns of normal bits and bipolar violations                 which are used to replace sequences of zero bits                 of a specified length."          ::= { dsx3ConfigEntry 6 }     dsx3SendCode OBJECT-TYPE          SYNTAX  INTEGER {                    dsx3SendNoCode(1),                    dsx3SendLineCode(2),                    dsx3SendPayloadCode(3),                    dsx3SendResetCode(4),                    dsx3SendDS1LoopCode(5),                    dsx3SendTestPattern(6)                    }          MAX-ACCESS  read-write          STATUS  current          DESCRIPTION                 "This variable indicates what type of code is                 being sent across the DS3/E3 interface by the                 device.  (These are optional for E3 interfaces.)                 Setting this variable causes the interface to                 begin sending the code requested.                 The values mean:                    dsx3SendNoCode                        sending looped or normal data                    dsx3SendLineCode                        sending a request for a line loopback                    dsx3SendPayloadCode                        sending a request for a payload loopback                        (i.e., all DS1/E1s in a DS3/E3 frame)                    dsx3SendResetCode                        sending a loopback deactivation request                    dsx3SendDS1LoopCode                        requesting to loopback a particular DS1/E1                        within a DS3/E3 frame.  The DS1/E1 is                        indicated in dsx3Ds1ForRemoteLoop.                    dsx3SendTestPattern                        sending a test pattern."          ::= { dsx3ConfigEntry 7 }     dsx3CircuitIdentifier OBJECT-TYPE          SYNTAX  DisplayString (SIZE (0..255))          MAX-ACCESS  read-write          STATUS  current          DESCRIPTION                 "This variable contains the transmission vendor's                 circuit identifier, for the purpose of                 facilitating troubleshooting."          ::= { dsx3ConfigEntry 8 }     dsx3LoopbackConfig OBJECT-TYPE          SYNTAX  INTEGER {                      dsx3NoLoop(1),                      dsx3PayloadLoop(2),                      dsx3LineLoop(3),                      dsx3OtherLoop(4),                      dsx3InwardLoop(5),                      dsx3DualLoop(6)                    }          MAX-ACCESS  read-write          STATUS  current          DESCRIPTION               "This variable represents the desired loopback               configuration of the DS3/E3 interface.               The values mean:               dsx3NoLoop                 Not in the loopback state.  A device that is                 not capable of performing a loopback on                 the interface shall always return this as                 its value.               dsx3PayloadLoop                 The received signal at this interface is looped                 through the device.  Typically the received signal                 is looped back for retransmission after it has                 passed through the device's framing function.               dsx3LineLoop                 The received signal at this interface does not                 go through the device (minimum penetration) but                 is looped back out.               dsx3OtherLoop                 Loopbacks that are not defined here.               dsx3InwardLoop                 The sent signal at this interface is looped back                 through the device.               dsx3DualLoop                 Both dsx1LineLoop and dsx1InwardLoop will be                 active simultaneously."          ::= { dsx3ConfigEntry 9 }     dsx3LineStatus OBJECT-TYPE          SYNTAX  INTEGER (1..4095)          MAX-ACCESS  read-only          STATUS  current          DESCRIPTION                 "This variable indicates the Line Status of the                 interface.  It contains loopback state information                 and failure state information.  The dsx3LineStatus                 is a bit map represented as a sum, therefore, it                 can represent multiple failures and a loopback                 (see dsx3LoopbackConfig object for the type of                 loopback) simultaneously.  The dsx3NoAlarm must be                 set if and only if no other flag is set.                 If the dsx3loopbackState bit is set, the loopback                 in effect can be determined from the                 dsx3loopbackConfig object.       The various bit positions are:        1     dsx3NoAlarm         No alarm present        2     dsx3RcvRAIFailure   Receiving Yellow/Remote                                  Alarm Indication        4     dsx3XmitRAIAlarm    Transmitting Yellow/Remote                                  Alarm Indication        8     dsx3RcvAIS          Receiving AIS failure state       16     dsx3XmitAIS         Transmitting AIS       32     dsx3LOF             Receiving LOF failure state       64     dsx3LOS             Receiving LOS failure state      128     dsx3LoopbackState   Looping the received signal      256     dsx3RcvTestCode     Receiving a Test Pattern      512     dsx3OtherFailure    any line status not defined                                  here     1024     dsx3UnavailSigState Near End in Unavailable Signal                                  State     2048     dsx3NetEquipOOS     Carrier Equipment Out of Service"     ::= { dsx3ConfigEntry 10 }dsx3TransmitClockSource OBJECT-TYPE     SYNTAX  INTEGER {                loopTiming(1),                localTiming(2),                throughTiming(3)

⌨️ 快捷键说明

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