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

📄 rfc1382-mib

📁 很不错java的SNMP应用例子
💻
📖 第 1 页 / 共 5 页
字号:
x25StatTable OBJECT-TYPE        SYNTAX  SEQUENCE OF X25StatEntry        ACCESS  not-accessible        STATUS  mandatory        DESCRIPTION                "Statistics information about this X.25                PLE."        ::= { x25 3 }x25StatEntry OBJECT-TYPE        SYNTAX  X25StatEntry        ACCESS  not-accessible        STATUS  mandatory        DESCRIPTION                 "Entries of the x25StatTable."                 INDEX { x25StatIndex }        ::= { x25StatTable 1 }X25StatEntry ::= SEQUENCE {        x25StatIndex                IfIndexType,        x25StatInCalls                Counter,        x25StatInCallRefusals                Counter,        x25StatInProviderInitiatedClears                Counter,        x25StatInRemotelyInitiatedResets                Counter,        x25StatInProviderInitiatedResets                Counter,        x25StatInRestarts                Counter,        x25StatInDataPackets                Counter,        x25StatInAccusedOfProtocolErrors                Counter,        x25StatInInterrupts                Counter,        x25StatOutCallAttempts                Counter,        x25StatOutCallFailures                Counter,        x25StatOutInterrupts                Counter,        x25StatOutDataPackets                Counter,        x25StatOutgoingCircuits                Gauge,        x25StatIncomingCircuits                Gauge,        x25StatTwowayCircuits                Gauge,        x25StatRestartTimeouts                Counter,        x25StatCallTimeouts                Counter,        x25StatResetTimeouts                Counter,        x25StatClearTimeouts                Counter,        x25StatDataRxmtTimeouts                Counter,        x25StatInterruptTimeouts                Counter,        x25StatRetryCountExceededs                Counter,        x25StatClearCountExceededs                Counter        }x25StatIndex OBJECT-TYPE        SYNTAX  IfIndexType        ACCESS  read-only        STATUS  mandatory        DESCRIPTION                "The ifIndex value for the X.25 interface."        ::= { x25StatEntry 1 }x25StatInCalls OBJECT-TYPE        SYNTAX  Counter        ACCESS  read-only        STATUS  mandatory        DESCRIPTION                "The number of incoming calls received."        ::= { x25StatEntry 2 }x25StatInCallRefusals OBJECT-TYPE        SYNTAX  Counter        ACCESS  read-only        STATUS  mandatory        DESCRIPTION                "The number of incoming calls refused.  This                includes calls refused by the PLE and by                higher layers.  This also includes calls                cleared because of restricted fast select."        ::= { x25StatEntry 3 }x25StatInProviderInitiatedClears        OBJECT-TYPE        SYNTAX  Counter        ACCESS  read-only        STATUS  mandatory        DESCRIPTION                "The number of clear requests with a cause                code other than DTE initiated."                REFERENCE "10733 providerInitiatedDisconnect"        ::= { x25StatEntry 4 }x25StatInRemotelyInitiatedResets        OBJECT-TYPE        SYNTAX  Counter        ACCESS  read-only        STATUS  mandatory        DESCRIPTION                "The number of reset requests received with                cause code DTE initiated."        REFERENCE "10733 remotelyInitiatedResets"        ::= { x25StatEntry 5 }x25StatInProviderInitiatedResets        OBJECT-TYPE        SYNTAX  Counter        ACCESS  read-only        STATUS  mandatory        DESCRIPTION                "The number of reset requests received with                cause code other than DTE initiated."        REFERENCE "10733 ProviderInitiatedResets"        ::= { x25StatEntry 6 }x25StatInRestarts OBJECT-TYPE        SYNTAX  Counter        ACCESS  read-only        STATUS  mandatory        DESCRIPTION                "The number of remotely initiated (including                provider initiated) restarts experienced by                the PLE excluding the restart associated                with bringing up the PLE interface.  This                only counts restarts received when the PLE                already has an established connection with                the remove PLE."        REFERENCE "10733 5.9 remotelyInitiatedRestarts"        ::= { x25StatEntry 7 }x25StatInDataPackets    OBJECT-TYPE        SYNTAX  Counter        ACCESS  read-only        STATUS  mandatory        DESCRIPTION                "The number of data packets received."                REFERENCE "10733 5.9 dataPacketsReceived."        ::= { x25StatEntry 8 }x25StatInAccusedOfProtocolErrors        OBJECT-TYPE        SYNTAX  Counter        ACCESS  read-only        STATUS  mandatory        DESCRIPTION                "The number of packets received containing a                procedure error cause code.  These include                clear, reset, restart, or diagnostic                packets."        REFERENCE "CD 10733 5.9 accusedOfProtocolError"        ::= { x25StatEntry 9 }x25StatInInterrupts OBJECT-TYPE        SYNTAX  Counter        ACCESS  read-only        STATUS  mandatory        DESCRIPTION                "The number of interrupt packets received by                the PLE or over the PVC/VC."        REFERENCE "10733 interruptPacketsReceived"        ::= { x25StatEntry 10 }x25StatOutCallAttempts OBJECT-TYPE        SYNTAX  Counter        ACCESS  read-only        STATUS  mandatory        DESCRIPTION                "The number of calls attempted."        REFERENCE "10733 5.9 callAttempts"        ::= { x25StatEntry 11 }x25StatOutCallFailures OBJECT-TYPE        SYNTAX  Counter        ACCESS  read-only        STATUS  mandatory        DESCRIPTION                "The number of call attempts which failed.                This includes calls that were cleared                because of restrictive fast select."        ::= { x25StatEntry 12 }x25StatOutInterrupts    OBJECT-TYPE        SYNTAX  Counter        ACCESS  read-only        STATUS  mandatory        DESCRIPTION                "The number of interrupt packets send by the                PLE or over the PVC/VC."        REFERENCE "10733 InterruptPacketsSent"        ::= { x25StatEntry 13 }x25StatOutDataPackets   OBJECT-TYPE        SYNTAX  Counter        ACCESS  read-only        STATUS  mandatory        DESCRIPTION                "The number of data packets sent by this                PLE."        REFERENCE "10733 dataPacketSent"        ::= { x25StatEntry 14 }x25StatOutgoingCircuits OBJECT-TYPE        SYNTAX  Gauge        ACCESS  read-only        STATUS  mandatory        DESCRIPTION                "The number of active outgoing circuits.                This includes call requests sent but not yet                confirmed.  This does not count PVCs."        ::= { x25StatEntry 15 }x25StatIncomingCircuits OBJECT-TYPE        SYNTAX  Gauge        ACCESS  read-only        STATUS  mandatory        DESCRIPTION                "The number of active Incoming Circuits.                This includes call indications received but                not yet acknowledged.  This does not count                PVCs."        ::= { x25StatEntry 16 }x25StatTwowayCircuits   OBJECT-TYPE        SYNTAX  Gauge        ACCESS  read-only        STATUS  mandatory        DESCRIPTION        "The number of active two-way Circuits.                This includes call requests sent but not yet                confirmed.  This does not count PVCs."        ::= { x25StatEntry 17 }x25StatRestartTimeouts OBJECT-TYPE        SYNTAX  Counter        ACCESS  read-only        STATUS  mandatory        DESCRIPTION                "The number of times the T20 restart timer                expired."        REFERENCE "10733 5.9 restartTimeouts"        ::= { x25StatEntry 18 }x25StatCallTimeouts OBJECT-TYPE        SYNTAX  Counter        ACCESS  read-only        STATUS  mandatory        DESCRIPTION                "The number of times the T21 call timer                expired."        REFERENCE "10733 5.9 callTimeouts"        ::= { x25StatEntry 19 }x25StatResetTimeouts    OBJECT-TYPE        SYNTAX  Counter        ACCESS  read-only        STATUS  mandatory        DESCRIPTION                "The number of times the T22 reset timer                expired."        REFERENCE "10733 5.9 resetTimeouts"        ::= { x25StatEntry 20 }x25StatClearTimeouts    OBJECT-TYPE        SYNTAX  Counter        ACCESS  read-only        STATUS  mandatory        DESCRIPTION                "The number of times the T23 clear timer                expired."        REFERENCE "10733 5.9 clearTimeouts"        ::= { x25StatEntry 21 }x25StatDataRxmtTimeouts OBJECT-TYPE        SYNTAX  Counter        ACCESS  read-only        STATUS  mandatory        DESCRIPTION                "The number of times the T25 data timer                expired."        REFERENCE "10733 5.9 dataRetransmissionsTimerExpiries"        ::= { x25StatEntry 22 }x25StatInterruptTimeouts        OBJECT-TYPE        SYNTAX  Counter        ACCESS  read-only        STATUS  mandatory        DESCRIPTION                "The number of times the T26 interrupt timer                expired."        REFERENCE "10733 5.9 interruptTimerExpires"        ::= { x25StatEntry 23 }x25StatRetryCountExceededs OBJECT-TYPE        SYNTAX  Counter        ACCESS  read-only        STATUS  mandatory        DESCRIPTION                "The number of times a retry counter was                exhausted."        REFERENCE "10733 5.9 retryCountsExceeded"        ::= { x25StatEntry 24 }x25StatClearCountExceededs OBJECT-TYPE        SYNTAX  Counter        ACCESS  read-only        STATUS  mandatory        DESCRIPTION                "The number of times the R23 clear count was                exceeded."        REFERENCE "10733 5.9 clearCountsExceeded"        ::= { x25StatEntry 25 }--      MIB-II also contains:-- ifInOctets: Number of data octets delivered to upper-- layer entities.-- ifInUcastPkts: Number of packets with a clear M-bit-- delivered to higher layer entities.-- ifDiscards: Number of packets dropped for lack of buffering-- ifInErrors: Number of packets received containing errors  -- REFERENCE ProtocolErrorsDetectedLocally-- ifInUnknownProtos: Number of packets with unknown circuit-- identifier.-- ifOutOctets: Number of data octets delivered by--      X.25 to upper layers.-- ifOutUcastPkts: Number of packets with a clear M-bit-- received from higher layer entities.-- ###########################################################--                    X.25 Channel Table-- ###########################################################x25ChannelTable OBJECT-TYPE        SYNTAX  SEQUENCE OF X25ChannelEntry        ACCESS  not-accessible        STATUS  mandatory        DESCRIPTION                "These objects contain information about the                channel number configuration in an X.25 PLE.                These values are the configured values.                changes in these values after the interfaces                has started may not be reflected in the                operating PLE."        REFERENCE "See ISO 8208, Section 3.7"        ::= { x25 4 }x25ChannelEntry OBJECT-TYPE        SYNTAX  X25ChannelEntry        ACCESS  not-accessible        STATUS  mandatory        DESCRIPTION                "Entries of x25ChannelTable."        REFERENCE "This provides the information available                in 10733 logicalChannelAssignments."        INDEX { x25ChannelIndex }        ::= { x25ChannelTable 1    }X25ChannelEntry ::= SEQUENCE {        x25ChannelIndex                IfIndexType,        x25ChannelLIC                INTEGER,        x25ChannelHIC                INTEGER,        x25ChannelLTC                INTEGER,        x25ChannelHTC                INTEGER,        x25ChannelLOC                INTEGER,        x25ChannelHOC                INTEGER

⌨️ 快捷键说明

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