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

📄 rfc1382-mib

📁 很不错java的SNMP应用例子
💻
📖 第 1 页 / 共 5 页
字号:
-- ###########################################################--            X.25 Operational Table-- ###########################################################x25OperTable OBJECT-TYPE        SYNTAX  SEQUENCE OF X25OperEntry        ACCESS  not-accessible        STATUS  mandatory        DESCRIPTION                "The operation parameters in use by the X.25                PLE."        ::= { x25 2 }x25OperEntry OBJECT-TYPE        SYNTAX  X25OperEntry        ACCESS  not-accessible        STATUS  mandatory        DESCRIPTION                "Entries of x25OperTable."        INDEX { x25OperIndex }        ::= { x25OperTable 1 }X25OperEntry ::= SEQUENCE {        x25OperIndex                IfIndexType,        x25OperInterfaceMode                INTEGER,        x25OperMaxActiveCircuits                INTEGER,        x25OperPacketSequencing                INTEGER,        x25OperRestartTimer                PositiveInteger,        x25OperCallTimer                PositiveInteger,        x25OperResetTimer                PositiveInteger,        x25OperClearTimer                PositiveInteger,        x25OperWindowTimer                PositiveInteger,        x25OperDataRxmtTimer                PositiveInteger,        x25OperInterruptTimer                PositiveInteger,        x25OperRejectTimer                PositiveInteger,     x25OperRegistrationRequestTimer                PositiveInteger,        x25OperMinimumRecallTimer                PositiveInteger,        x25OperRestartCount                INTEGER,        x25OperResetCount                INTEGER,        x25OperClearCount                INTEGER,        x25OperDataRxmtCount                INTEGER,        x25OperRejectCount                INTEGER,        x25OperRegistrationRequestCount                INTEGER,        x25OperNumberPVCs                INTEGER,        x25OperDefCallParamId                OBJECT IDENTIFIER,        x25OperLocalAddress                X121Address,        x25OperDataLinkId                OBJECT IDENTIFIER,        x25OperProtocolVersionSupported                OBJECT IDENTIFIER        }x25OperIndex OBJECT-TYPE        SYNTAX  IfIndexType        ACCESS  read-only        STATUS  mandatory        DESCRIPTION                "The ifIndex value for the X.25 interface."        ::= { x25OperEntry 1 }x25OperInterfaceMode OBJECT-TYPE        SYNTAX  INTEGER {                        dte (1),                        dce (2),                        dxe (3)                }        ACCESS  read-only        STATUS  mandatory        DESCRIPTION        "Identifies DCE/DTE mode in which the                interface operates.  A value of dxe                indicates the role will be determined by XID                negotiation at the Link Layer and that                negotiation has not yet taken place."        REFERENCE "10733 5.9 interfaceMode"        ::= { x25OperEntry 2 }x25OperMaxActiveCircuits        OBJECT-TYPE        SYNTAX  INTEGER (0..4096)        ACCESS  read-only        STATUS  mandatory        DESCRIPTION                "Maximum number of circuits this PLE can                support."        REFERENCE "10733 5.9 maxActiveCircuits                See ISO 8208, Section 3.7"        ::= { x25OperEntry 3 }x25OperPacketSequencing OBJECT-TYPE        SYNTAX  INTEGER {                        modulo8 (1),                        modulo128 (2)                }        ACCESS  read-only        STATUS  mandatory        DESCRIPTION                "The modulus of the packet sequence number                space."        REFERENCE "10733 extendedPacketSequencing;                See ISO 8208    Section 7.1.1"        ::= { x25OperEntry 4 }x25OperRestartTimer OBJECT-TYPE        SYNTAX  PositiveInteger        ACCESS  read-only        STATUS  mandatory        DESCRIPTION                "The T20 restart timer in milliseconds."        REFERENCE "10733 5.9 restartTime;                See ISO 8208    Section 4.1, table 26"        ::= { x25OperEntry 5 }x25OperCallTimer OBJECT-TYPE        SYNTAX  PositiveInteger        ACCESS  read-only        STATUS  mandatory        DESCRIPTION                "The T21 Call timer in milliseconds."        REFERENCE "10733 callTime;                See ISO 8208 Section 5.2.1, table 26"        ::= { x25OperEntry 6 }x25OperResetTimer OBJECT-TYPE        SYNTAX  PositiveInteger        ACCESS  read-only        STATUS  mandatory        DESCRIPTION                "The T22 Reset timer in milliseconds."        REFERENCE "10733 resetTime;                See ISO 8208    Section 8.1, table 26"        ::= { x25OperEntry 7 }x25OperClearTimer OBJECT-TYPE        SYNTAX  PositiveInteger        ACCESS  read-only        STATUS  mandatory        DESCRIPTION                "The T23 Clear timer in milliseconds."        REFERENCE "10733 clearTime;                See ISO 8208 Section 5.5.1, table 26"        ::= { x25OperEntry 8 }x25OperWindowTimer OBJECT-TYPE        SYNTAX  PositiveInteger        ACCESS  read-only        STATUS  mandatory        DESCRIPTION                "The T24 window status transmission timer                milliseconds.  A value of 2147483647                indicates no window timer in use."        REFERENCE "10733 5.10.1 windowTime (opt);                See ISO 8208 Section 11.2.2, table 26"        ::= { x25OperEntry 9 }x25OperDataRxmtTimer OBJECT-TYPE        SYNTAX  PositiveInteger        ACCESS  read-only        STATUS  mandatory        DESCRIPTION                "The T25 Data Retransmission timer in                milliseconds.  A value of 2147483647                indicates no data retransmission timer in                use."        REFERENCE "10733 5.10.1 dataRetransmissionTime (opt);                See ISO 8208 Section 11.2.1, table 26"        ::= { x25OperEntry 10 }x25OperInterruptTimer OBJECT-TYPE        SYNTAX  PositiveInteger        ACCESS  read-only        STATUS  mandatory        DESCRIPTION                "The T26 Interrupt timer in milliseconds.  A                value of 2147483647 indicates interrupts are                not being used."        REFERENCE "10733 interruptTime;                See ISO 8208 Section 6.8.1, table 26"        ::= { x25OperEntry 11 }x25OperRejectTimer OBJECT-TYPE        SYNTAX  PositiveInteger        ACCESS  read-only        STATUS  mandatory        DESCRIPTION                "The T27 Reject retransmission timer in                milliseconds.  A value of 2147483647                indicates no reject timer in use."        REFERENCE "10733 5.10.1 dataRejectTime (opt);                See ISO 8208 Section 13.4.1, table 26"        ::= { x25OperEntry 12 }x25OperRegistrationRequestTimer OBJECT-TYPE        SYNTAX  PositiveInteger        ACCESS  read-only        STATUS  mandatory        DESCRIPTION                "The T28 registration timer in milliseconds.                A value of 2147483647 indicates no                registration timer in use."        REFERENCE "10733 5.8.1 registrationRequestTime (opt);                See ISO 8208    Section 13.1.1.1, table 26"        ::= { x25OperEntry 13 }x25OperMinimumRecallTimer OBJECT-TYPE        SYNTAX  PositiveInteger        ACCESS  read-only        STATUS  mandatory        DESCRIPTION                "Minimum time interval between unsuccessful                call attempts in milliseconds."        REFERENCE "10733 5.9 minimum RecallTimer"        ::= { x25OperEntry 14 }x25OperRestartCount OBJECT-TYPE        SYNTAX  INTEGER (0..65535)        ACCESS  read-only        STATUS  mandatory        DESCRIPTION                "The R20 restart retransmission count."        REFERENCE "10733 5.9 restartCount                See ISO 8208    Section 4.1, table 27"        ::= { x25OperEntry 15 }x25OperResetCount OBJECT-TYPE        SYNTAX  INTEGER (0..65535)        ACCESS  read-only        STATUS  mandatory        DESCRIPTION                "The r22 Reset retransmission count."        REFERENCE "10733 resetCount;                See section ISO 8208 8.1, table 27"        ::= { x25OperEntry 16 }x25OperClearCount OBJECT-TYPE        SYNTAX  INTEGER (0..65535)        ACCESS  read-only        STATUS  mandatory        DESCRIPTION                "The r23 Clear retransmission count."        REFERENCE "10733 clearCount;                See ISO 8208 Section 5.5.1, table 27"        ::= { x25OperEntry 17 }x25OperDataRxmtCount OBJECT-TYPE        SYNTAX  INTEGER (0..65535)        ACCESS  read-only        STATUS  mandatory        DESCRIPTION                "The R25 Data retransmission count.  This                value is undefined if the                x25OperDataRxmtTimer indicates no timer in                use."        REFERENCE "10733 5.10.1 dataRetransmissionCount (opt);                See ISO 8208 Section 11.2.1, table 27"        ::= { x25OperEntry 18 }x25OperRejectCount OBJECT-TYPE        SYNTAX  INTEGER (0..65535)        ACCESS  read-only        STATUS  mandatory        DESCRIPTION                "The R27 reject retransmission count.  This                value is undefined if the x25OperRejectTimer                indicates no timer in use."        REFERENCE "10733 5.10.1 dataRejectCount (opt)"        ::= { x25OperEntry 19 }x25OperRegistrationRequestCount OBJECT-TYPE        SYNTAX  INTEGER (0..65535)        ACCESS  read-only        STATUS  mandatory        DESCRIPTION                "The R28 Registration retransmission Count.                This value is undefined if the                x25OperREgistrationRequestTimer indicates no                timer in use."        REFERENCE "10733 5.8.1 registrationRequestCount (opt);                See ISO 8208    Section 13.1.1.1, table 27"        ::= { x25OperEntry 20 }x25OperNumberPVCs OBJECT-TYPE        SYNTAX  INTEGER (0..4096)        ACCESS  read-only        STATUS  mandatory        DESCRIPTION                "The number of PVC configured for this PLE.                The PVCs use channel numbers from 1 to this                number."        ::= { x25OperEntry 21 }x25OperDefCallParamId OBJECT-TYPE        SYNTAX  OBJECT IDENTIFIER        ACCESS  read-only        STATUS  mandatory        DESCRIPTION                "This identifies the instance of the                x25CallParmIndex for the entry in the                x25CallParmTable that contains the default                call parameters for this PLE."        ::= { x25OperEntry 22 }x25OperLocalAddress OBJECT-TYPE        SYNTAX  X121Address        ACCESS  read-only        STATUS  mandatory        DESCRIPTION                "The local address for this PLE subnetwork.                A zero length address maybe returned by PLEs                that only support PVCs."        REFERENCE "10733 5.9 localDTEAddress"        ::= { x25OperEntry 23 }x25OperDataLinkId OBJECT-TYPE        SYNTAX  OBJECT IDENTIFIER        ACCESS  read-only        STATUS  mandatory        DESCRIPTION                "This identifies the instance of the index                object in the first table of the most device                specific MIB for the interface used by this                PLE."        ::= { x25OperEntry 24 }x25OperProtocolVersionSupported OBJECT-TYPE        SYNTAX  OBJECT IDENTIFIER        ACCESS  read-only        STATUS  mandatory        DESCRIPTION                "Identifies the version of the X.25 protocol                this interface supports.  Object identifiers                for common versions are defined below in the                x25ProtocolVersion subtree."        REFERENCE "10733 5.9 protocolVersionSupported"        ::= { x25OperEntry 25 }--      MIB-II also provides:-- ifDescr:-- On an X.25 interface this must include sufficient-- information to enable the system's administrator-- to determine the appropriate configuration-- information on a system having multiple X.25-- subnetworks.-- ifType: ddn-x25 or rfc877-x25--      an interface of type ddn-x25 will use an algorithm to--      translate between X.121 address and IP addresses.--      An interface of type rfc877-x25 will use a--      configuration table to translate between X.121--      addresses and IP addresses.-- ifMtu: the maximum PDU a higher layer can pass to X.25 or-- receive from X.25-- ifSpeed:-- This will be the value of the local clock for this line.-- A value of zero indicates external clocking.-- ifAdminStatus:-- ifOperStatus-- ifLastChange-- ###########################################################--            X.25 Statistics Table-- ###########################################################

⌨️ 快捷键说明

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