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

📄 mpls-ldp-frame-relay-std-mib

📁 很不错java的SNMP应用例子
💻
📖 第 1 页 / 共 2 页
字号:
    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION        "An entry in this table represents the Frame Relay        Label Range Component associated with the LDP entity."    INDEX       {  mplsLdpEntityLdpId,                   mplsLdpEntityIndex,                   mplsLdpEntityFrameRelayLRMinDlci                }    ::= { mplsLdpEntityFrameRelayLRTable 1 }MplsLdpEntityFrameRelayLREntry ::= SEQUENCE {    mplsLdpEntityFrameRelayLRMinDlci              DLCI,    mplsLdpEntityFrameRelayLRMaxDlci              DLCI,    mplsLdpEntityFrameRelayLRLen                  INTEGER,    mplsLdpEntityFrameRelayLRStorageType          StorageType,    mplsLdpEntityFrameRelayLRRowStatus            RowStatus}mplsLdpEntityFrameRelayLRMinDlci OBJECT-TYPE    SYNTAX      DLCI    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION        "The lower bound which is supported.  This value        should be the same as that in the Frame Relay Label        Range Component's Minimum DLCI field.  The value        of zero is valid for the minimum DLCI field of        the label."    REFERENCE        "RFC3034, Use of Label Switching on Frame Relay        Networks Specification."    ::= { mplsLdpEntityFrameRelayLREntry 1 }mplsLdpEntityFrameRelayLRMaxDlci OBJECT-TYPE    SYNTAX      DLCI    MAX-ACCESS  read-create    STATUS      current    DESCRIPTION        "The upper bound which is supported.  This value        should be the same as that in the Frame Relay Label        Range Component's Maximum DLCI field."    ::= { mplsLdpEntityFrameRelayLREntry 2 }mplsLdpEntityFrameRelayLRLen OBJECT-TYPE    SYNTAX      INTEGER {                    tenDlciBits(0),                    twentyThreeDlciBits(2)                }    MAX-ACCESS  read-create    STATUS      current    DESCRIPTION        "This object specifies the length of the DLCI bits.        This is the EXACT value for the Len field of the        Frame Relay Label Range Component.        The description from rfc3036.txt is:        'Len            This field specifies the number of bits of the DLCI.            The following values are supported:                 Len    DLCI bits                 0       10                 2       23            Len values 1 and 3 are reserved.'         Please refer to the following reference for a complete         description of this feature."     REFERENCE        "RFC3036, LDP Specification, Section 3.5.3        Initialization Message."    ::= { mplsLdpEntityFrameRelayLREntry 3 }mplsLdpEntityFrameRelayLRStorageType  OBJECT-TYPE    SYNTAX      StorageType    MAX-ACCESS  read-create    STATUS      current    DESCRIPTION        "The storage type for this conceptual row.        Conceptual rows having the value 'permanent(4)'        need not allow write-access to any columnar        objects in the row."    DEFVAL { nonVolatile }    ::= { mplsLdpEntityFrameRelayLREntry 4 }mplsLdpEntityFrameRelayLRRowStatus OBJECT-TYPE    SYNTAX      RowStatus    MAX-ACCESS  read-create    STATUS      current    DESCRIPTION        "The status of this conceptual row.  All writable         objects in this row may be modified at any time,         however, as described in detail in the section         entitled, 'Changing Values After Session         Establishment', and again described in the         DESCRIPTION clause of the         mplsLdpEntityAdminStatus object,         if a session has been initiated with a Peer,         changing objects in this table will         wreak havoc with the session and interrupt         traffic.  To repeat again:         the recommended procedure is to set the         mplsLdpEntityAdminStatus to down, thereby         explicitly causing a session to be torn down. Then,         change objects in this entry, then set the         mplsLdpEntityAdminStatus to enable which enables         a new session to be initiated."    ::= { mplsLdpEntityFrameRelayLREntry 5 }---- MPLS LDP Frame Relay Session Information--mplsLdpFrameRelaySessionObjects  OBJECT IDENTIFIER ::=                           { mplsLdpFrameRelayObjects  2 }mplsLdpFrameRelaySessionTable OBJECT-TYPE    SYNTAX      SEQUENCE OF MplsLdpFrameRelaySessionEntry    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION        "A table of Frame Relay label range intersections        between the LDP Entities and LDP Peers.        Each row represents a single label range intersection.        NOTE:  this table cannot use the 'AUGMENTS'        clause because there is not necessarily a one-to-one        mapping between this table and the        mplsLdpSessionTable."    ::= { mplsLdpFrameRelaySessionObjects 1 }mplsLdpFrameRelaySessionEntry OBJECT-TYPE    SYNTAX      MplsLdpFrameRelaySessionEntry    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION        "An entry in this table represents information on a        single label range intersection between an        LDP Entity and LDP Peer.        The information contained in a row is read-only."    INDEX       { mplsLdpEntityLdpId,                  mplsLdpEntityIndex,                  mplsLdpPeerLdpId,                  mplsLdpFrameRelaySessionMinDlci                }    ::= { mplsLdpFrameRelaySessionTable 1 }MplsLdpFrameRelaySessionEntry ::= SEQUENCE {    mplsLdpFrameRelaySessionMinDlci    DLCI,    mplsLdpFrameRelaySessionMaxDlci    DLCI,    mplsLdpFrameRelaySessionLen        INTEGER}mplsLdpFrameRelaySessionMinDlci OBJECT-TYPE    SYNTAX      DLCI    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION        "The lower bound of DLCIs which are supported.        The value of zero is a valid value for the        minimum DLCI field of the label."    REFERENCE        "RFC3034, Use of Label Switching on Frame Relay        Networks Specification."    ::= { mplsLdpFrameRelaySessionEntry 1 }mplsLdpFrameRelaySessionMaxDlci OBJECT-TYPE    SYNTAX      DLCI    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION        "The upper bound of DLCIs which are supported."    ::= { mplsLdpFrameRelaySessionEntry 2 }mplsLdpFrameRelaySessionLen OBJECT-TYPE    SYNTAX      INTEGER {                    tenDlciBits(0),                    twentyThreeDlciBits(2)                }    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION        "This object specifies the DLCI bits."    ::= { mplsLdpFrameRelaySessionEntry 3 }--****************************************************************-- Module Conformance Statement--****************************************************************mplsLdpFrameRelayGroups    OBJECT IDENTIFIER ::= { mplsLdpFrameRelayConformance 1 }mplsLdpFrameRelayCompliances    OBJECT IDENTIFIER ::= { mplsLdpFrameRelayConformance 2 }---- Full Compliance--mplsLdpFrameRelayModuleFullCompliance MODULE-COMPLIANCE    STATUS current    DESCRIPTION        "The Module is implemented with support for        read-create and read-write.  In other words,        both monitoring and configuration        are available when using this MODULE-COMPLIANCE."    MODULE -- this module        MANDATORY-GROUPS    {                               mplsLdpFrameRelayGroup                            }    OBJECT       mplsLdpEntityFrameRelayRowStatus    SYNTAX       RowStatus { active(1) }    WRITE-SYNTAX RowStatus { createAndGo(4), destroy(6) }    DESCRIPTION       "Support for createAndWait and notInService is not required."    OBJECT       mplsLdpEntityFrameRelayLRRowStatus    SYNTAX       RowStatus { active(1) }    WRITE-SYNTAX RowStatus { createAndGo(4), destroy(6) }    DESCRIPTION       "Support for createAndWait and notInService is not required."    ::= { mplsLdpFrameRelayCompliances 1 }---- Read-Only Compliance--mplsLdpFrameRelayModuleReadOnlyCompliance MODULE-COMPLIANCE    STATUS current    DESCRIPTION        "The Module is implemented with support for        read-only.  In other words, only monitoring        is available by implementing this MODULE-COMPLIANCE."    MODULE -- this module        MANDATORY-GROUPS    {                               mplsLdpFrameRelayGroup                            }    OBJECT       mplsLdpEntityFrameRelayIfIndexOrZero    MIN-ACCESS   read-only    DESCRIPTION       "Write access is not required."    OBJECT       mplsLdpEntityFrameRelayMergeCap    MIN-ACCESS   read-only    DESCRIPTION       "Write access is not required."    OBJECT       mplsLdpEntityFrameRelayVcDirectionality    MIN-ACCESS   read-only    DESCRIPTION       "Write access is not required."    OBJECT       mplsLdpEntityFrameRelayStorageType    MIN-ACCESS   read-only    DESCRIPTION       "Write access is not required."    OBJECT       mplsLdpEntityFrameRelayRowStatus    SYNTAX       RowStatus { active(1) }    MIN-ACCESS   read-only    DESCRIPTION       "Write access is not required, and active is the       only status that needs to be supported."    OBJECT       mplsLdpEntityFrameRelayLRMaxDlci    MIN-ACCESS   read-only    DESCRIPTION       "Write access is not required."    OBJECT       mplsLdpEntityFrameRelayLRLen    MIN-ACCESS   read-only    DESCRIPTION       "Write access is not required."    OBJECT       mplsLdpEntityFrameRelayLRStorageType    MIN-ACCESS   read-only    DESCRIPTION       "Write access is not required."    OBJECT       mplsLdpEntityFrameRelayLRRowStatus    SYNTAX       RowStatus { active(1) }    MIN-ACCESS   read-only    DESCRIPTION       "Write access is not required, and active is the       only status that needs to be supported."    ::= { mplsLdpFrameRelayCompliances 2 }---- units of conformance--mplsLdpFrameRelayGroup OBJECT-GROUP    OBJECTS {    mplsLdpEntityFrameRelayIfIndexOrZero,    mplsLdpEntityFrameRelayMergeCap,    mplsLdpEntityFrameRelayLRComponents,    mplsLdpEntityFrameRelayVcDirectionality,    mplsLdpEntityFrameRelayStorageType,    mplsLdpEntityFrameRelayRowStatus,    mplsLdpEntityFrameRelayLRMaxDlci,    mplsLdpEntityFrameRelayLRLen,    mplsLdpEntityFrameRelayLRStorageType,    mplsLdpEntityFrameRelayLRRowStatus,    mplsLdpFrameRelaySessionMaxDlci,    mplsLdpFrameRelaySessionLen    }    STATUS    current    DESCRIPTION        "Objects that apply to all MPLS LDP implementations        using Frame Relay as the Layer 2."    ::= { mplsLdpFrameRelayGroups 1 }END

⌨️ 快捷键说明

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