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

📄 rfc1747.mib

📁 wm PNE 3.3 source code, running at more than vxworks6.x version.
💻 MIB
📖 第 1 页 / 共 5 页
字号:
                    MAX-ACCESS  read-only                    STATUS      current                    DESCRIPTION                        "This enumerated object describes the cause of                        the last failure of this SDLC port.  If the                        port has not failed, then this object has a                        value of undefined(1)."                    DEFVAL { undefined }                    ::= { sdlcPortOperEntry 13 }--  *************************************************************--  *                                                           *--  *           THE SDLC PORT STATISTICS TABLE                  *--  *                                                           *--  *************************************************************sdlcPortStatsTable  OBJECT-TYPE                    SYNTAX      SEQUENCE OF SdlcPortStatsEntry                    MAX-ACCESS  not-accessible                    STATUS      current                    DESCRIPTION                        "Each entry in this table contains statistics                        for a specific SDLC port."                     ::= { sdlcPortGroup 3 }sdlcPortStatsEntry  OBJECT-TYPE                    SYNTAX      SdlcPortStatsEntry                    MAX-ACCESS  not-accessible                    STATUS      current                    DESCRIPTION                        "A list of statistics for an SDLC port."                    INDEX   { ifIndex }                    ::= { sdlcPortStatsTable 1 }SdlcPortStatsEntry ::= SEQUENCE{        sdlcPortStatsPhysicalFailures Counter32,        sdlcPortStatsInvalidAddresses Counter32,        sdlcPortStatsDwarfFrames      Counter32,        sdlcPortStatsPollsIn          Counter32,        sdlcPortStatsPollsOut         Counter32,        sdlcPortStatsPollRspsIn       Counter32,        sdlcPortStatsPollRspsOut      Counter32,        sdlcPortStatsLocalBusies      Counter32,        sdlcPortStatsRemoteBusies     Counter32,        sdlcPortStatsIFramesIn        Counter32,        sdlcPortStatsIFramesOut       Counter32,        sdlcPortStatsOctetsIn         Counter32,        sdlcPortStatsOctetsOut        Counter32,        sdlcPortStatsProtocolErrs     Counter32,        sdlcPortStatsActivityTOs      Counter32,        sdlcPortStatsRNRLIMITs        Counter32,        sdlcPortStatsRetriesExps      Counter32,        sdlcPortStatsRetransmitsIn    Counter32,        sdlcPortStatsRetransmitsOut   Counter32}sdlcPortStatsPhysicalFailures OBJECT-TYPE                    SYNTAX      Counter32                    MAX-ACCESS  read-only                    STATUS      current                    DESCRIPTION                        "This object reflects the total number of times                        this port has failed due to its physical media                        since port startup.  At port startup time,                        this object must be initialized to zero."                    ::= { sdlcPortStatsEntry 1 }sdlcPortStatsInvalidAddresses OBJECT-TYPE                    SYNTAX      Counter32                    MAX-ACCESS  read-only                    STATUS      current                    DESCRIPTION                        "This object reflects the total number of                        frames received by this port with invalid link                        station addresses."                    ::= { sdlcPortStatsEntry 2 }sdlcPortStatsDwarfFrames OBJECT-TYPE                    SYNTAX      Counter32                    MAX-ACCESS  read-only                    STATUS      current                    DESCRIPTION                        "This object reflects the total number of                        frames received by this port which were                        delivered intact by the physical layer but were                        too short to be legal.                        Ignoring the frame check sequence (FCS), a                        frame is considered to be too short if it                        is less than 2 bytes for sdlcLSOperMODULO of                        eight, or if it is less than 3 bytes for                        sdlcLSOperMODULO of onetwentyeight."                    ::= { sdlcPortStatsEntry 3 }sdlcPortStatsPollsIn OBJECT-TYPE                    SYNTAX      Counter32                    MAX-ACCESS  read-only                    STATUS      current                    DESCRIPTION                         "This object reflects the total number of polls                         received by this port since the port was                         created."                    ::= { sdlcPortStatsEntry 4 }sdlcPortStatsPollsOut OBJECT-TYPE                    SYNTAX      Counter32                    MAX-ACCESS  read-only                    STATUS      current                    DESCRIPTION                         "This object reflects the total number of polls                         sent by this port since the port was created."                    ::= { sdlcPortStatsEntry 5 }sdlcPortStatsPollRspsIn OBJECT-TYPE                    SYNTAX      Counter32                    MAX-ACCESS  read-only                    STATUS      current                    DESCRIPTION                         "This object reflects the total number of poll                         responses received by this port since the port                         was created."                    ::= { sdlcPortStatsEntry 6 }sdlcPortStatsPollRspsOut OBJECT-TYPE                    SYNTAX      Counter32                    MAX-ACCESS  read-only                    STATUS      current                    DESCRIPTION                         "This object reflects the total number of poll                         responses sent by this port since the port was                         created."                    ::= { sdlcPortStatsEntry 7 }sdlcPortStatsLocalBusies OBJECT-TYPE                    SYNTAX      Counter32                    MAX-ACCESS  read-only                    STATUS      current                    DESCRIPTION                         "This object reflects the total number of                         times that the local SDLC link stations on                         this port have entered a busy state (RNR).                         This object is initialized to zero when the                         port is created."                    ::= { sdlcPortStatsEntry 8 }sdlcPortStatsRemoteBusies OBJECT-TYPE                    SYNTAX      Counter32                    MAX-ACCESS  read-only                    STATUS      current                    DESCRIPTION                         "This object reflects the total number of                         times that the adjacent (i.e., remote) SDLC                         link stations on this port have entered a busy                         state (RNR).  This object is initialized to                         zero when the port is created."                    ::= { sdlcPortStatsEntry 9 }sdlcPortStatsIFramesIn OBJECT-TYPE                    SYNTAX      Counter32                    MAX-ACCESS  read-only                    STATUS      current                    DESCRIPTION                         "This object reflects the total number of                         I-Frames that have been received by SDLC link                         stations on this port.  This object is                         initialized to zero when the port is created."                    ::= { sdlcPortStatsEntry 10 }sdlcPortStatsIFramesOut OBJECT-TYPE                    SYNTAX      Counter32                    MAX-ACCESS  read-only                    STATUS      current                    DESCRIPTION                         "This object reflects the total number of                         I-Frames that have been transmitted by SDLC                         link stations on this port.  This object is                         initialized to zero when the port is created."                    ::= { sdlcPortStatsEntry 11 }sdlcPortStatsOctetsIn OBJECT-TYPE                    SYNTAX      Counter32                    MAX-ACCESS  read-only                    STATUS      current                    DESCRIPTION                         "This object reflects the total octets                         received from adjacent SDLC link stations on                         this port.  This object covers the address,                         control, and information field of I-Frames                         only.  This object is initialized to zero when                         the port is created."                    ::= { sdlcPortStatsEntry 12 }sdlcPortStatsOctetsOut OBJECT-TYPE                    SYNTAX      Counter32                    MAX-ACCESS  read-only                    STATUS      current                    DESCRIPTION                         "This object reflects the total octets                         transmitted to adjacent SDLC link stations on                         this port.  This object covers the address,                         control, and information field of I-Frames                         only.  This object is initialized to zero when                         the port is created."                    ::= { sdlcPortStatsEntry 13 }sdlcPortStatsProtocolErrs OBJECT-TYPE                    SYNTAX      Counter32                    MAX-ACCESS  read-only                    STATUS      current                    DESCRIPTION                         "This object reflects the total number of                         times that the SDLC link stations on this port                         have deactivated the link as a result of                         having received a protocol violation from the                         adjacent link station.  This object is                         initialized to zero when the port is created."                    ::= { sdlcPortStatsEntry 14 }sdlcPortStatsActivityTOs OBJECT-TYPE                    SYNTAX      Counter32                    MAX-ACCESS  read-only                    STATUS      current                    DESCRIPTION                         "This object reflects the total number of                         times that the SDLC link stations on this port                         have deactivated the link as a result of no                         activity on the link.  This object is                         initialized to zero when the port is created."                    ::= { sdlcPortStatsEntry 15 }sdlcPortStatsRNRLIMITs OBJECT-TYPE                    SYNTAX      Counter32                    MAX-ACCESS  read-only                    STATUS      current                    DESCRIPTION                         "This object reflects the total number of                         times that the SDLC link stations on this port                         have deactivated the link as a result of its                         RNRLIMIT timer expiring.  This object is                         initialized to zero when the port is created."                    ::= { sdlcPortStatsEntry 16 }sdlcPortStatsRetriesExps OBJECT-TYPE                    SYNTAX      Counter32                    MAX-ACCESS  read-only                    STATUS      current                    DESCRIPTION                         "This object reflects the total number of                         times that the SDLC link stations on this port                         have deactivated the link as a result of a                         retry sequence being exhausted.  This object                         is initialized to zero when the port is                         created."                    ::= { sdlcPortStatsEntry 17 }sdlcPortStatsRetransmitsIn OBJECT-TYPE                    SYNTAX      Counter32                    MAX-ACCESS  read-only                    STATUS      current                    DESCRIPTION                         "This object reflects the total number of                         I-Frames retransmitted by remote link stations                         for all SDLC link stations on this port.  This                         object is initialized to zero when the port is                         created."                    ::= { sdlcPortStatsEntry 18 }sdlcPortStatsRetransmitsOut OBJECT-TYPE                    SYNTAX      Counter32                    MAX-ACCESS  read-only                    STATUS      current                    DESCRIPTION                         "This object reflects the total number of                         I-Frames retransmitted by all local SDLC link                         stations on this port.  This object is                         initialized to zero when the port is created."                    ::= { sdlcPortStatsEntry 19 }----  THE SDLC LINK STATION GROUP--  ===========================----  The following classes of information is modelled for each SDLC link--  station:----     1.  ADMINISTRATIVE ( read-write)--     2.  OPERATIONAL    ( read-only)--     3.  STATISTICS     ( read-only)

⌨️ 快捷键说明

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