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

📄 mpls-ldp-std-mib

📁 很不错java的SNMP应用例子
💻
📖 第 1 页 / 共 5 页
字号:
        "RFC3036, LDP Specification, Section 2.5.4,        Initialization State Machine."    ::= { mplsLdpSessionEntry 2 }mplsLdpSessionRole OBJECT-TYPE    SYNTAX      INTEGER {                   unknown(1),                   active(2),                   passive(3)                }    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION        "During session establishment the LSR/LER takes either        the active role or the passive role based on address        comparisons.  This object indicates whether this LSR/LER        was behaving in an active role or passive role during        this session's establishment.        The value of unknown(1), indicates that the role is not        able to be determined at the present time."    REFERENCE        "RFC3036, LDP Specification, Section 2.5.3.,        Session Initialization"    ::= { mplsLdpSessionEntry 3 }mplsLdpSessionProtocolVersion OBJECT-TYPE    SYNTAX      Unsigned32(1..65535)    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION        "The version of the LDP Protocol which        this session is using.  This is the version of        the LDP protocol which has been negotiated        during session initialization."    REFERENCE       "RFC3036, LDP Specification, Section 3.5.3,       Initialization Message."    ::= { mplsLdpSessionEntry 4 }mplsLdpSessionKeepAliveHoldTimeRem OBJECT-TYPE    SYNTAX      TimeInterval    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION        "The keep alive hold time remaining for        this session."    ::= { mplsLdpSessionEntry 5 }   mplsLdpSessionKeepAliveTime OBJECT-TYPE       SYNTAX      Unsigned32 (1..65535)       UNITS       "seconds"       MAX-ACCESS  read-only       STATUS      current       DESCRIPTION           "The negotiated KeepAlive Time which           represents the amount of seconds between           keep alive messages.  The           mplsLdpEntityKeepAliveHoldTimer           related to this Session is the           value that was proposed as the           KeepAlive Time for this session.           This value is negotiated during           session initialization between           the entity's proposed value           (i.e., the value configured in           mplsLdpEntityKeepAliveHoldTimer)           and the peer's proposed           KeepAlive Hold Timer value.           This value is the smaller           of the two proposed values."       REFERENCE          "RFC3036, LDP Specification, Section 3.5.3,          Initialization Message."       ::= { mplsLdpSessionEntry 6 }   mplsLdpSessionMaxPduLength OBJECT-TYPE       SYNTAX      Unsigned32 (1..65535)       UNITS       "octets"       MAX-ACCESS  read-only       STATUS      current       DESCRIPTION           "The value of maximum allowable length for LDP PDUs for           this session.  This value may have been negotiated           during the Session Initialization.  This object is           related to the mplsLdpEntityMaxPduLength object.  The           mplsLdpEntityMaxPduLength object specifies the requested           LDP PDU length, and this object reflects the negotiated           LDP PDU length between the Entity and           the Peer."       REFERENCE          "RFC3036, LDP Specification, Section 3.5.3,          Initialization Message."       ::= { mplsLdpSessionEntry 7 }mplsLdpSessionDiscontinuityTime OBJECT-TYPE    SYNTAX      TimeStamp    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION        "The value of sysUpTime on the most recent occasion        at which any one or more of this session's counters        suffered a discontinuity.  The relevant counters are        the specific instances associated with this session        of any Counter32 object contained in the        mplsLdpSessionStatsTable.        The initial value of this object is the value of        sysUpTime when the entry was created in this table.        Also, a command generator can distinguish when a session        between a given Entity and Peer goes away and a new        session is established.  This value would change and        thus indicate to the command generator that this is a        different session."    ::= { mplsLdpSessionEntry 8 }---- The MPLS LDP Session Statistics Table--mplsLdpSessionStatsTable OBJECT-TYPE    SYNTAX      SEQUENCE OF MplsLdpSessionStatsEntry    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION        "A table of statistics for Sessions between        LDP Entities and LDP Peers.  This table AUGMENTS        the mplsLdpPeerTable."    ::= { mplsLdpSessionObjects 4 }mplsLdpSessionStatsEntry OBJECT-TYPE    SYNTAX      MplsLdpSessionStatsEntry    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION        "An entry in this table represents statistical        information on a single session between an LDP        Entity and LDP Peer."    AUGMENTS       { mplsLdpPeerEntry }    ::= { mplsLdpSessionStatsTable 1 }MplsLdpSessionStatsEntry ::= SEQUENCE {    mplsLdpSessionStatsUnknownMesTypeErrors  Counter32,    mplsLdpSessionStatsUnknownTlvErrors      Counter32}mplsLdpSessionStatsUnknownMesTypeErrors OBJECT-TYPE    SYNTAX      Counter32    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION        "This object counts the number of Unknown Message Type        Errors detected by this LSR/LER during this session.        Discontinuities in the value of this counter can occur        at re-initialization of the management system, and at        other times as indicated by the value of        mplsLdpSessionDiscontinuityTime."    ::= { mplsLdpSessionStatsEntry 1 }mplsLdpSessionStatsUnknownTlvErrors OBJECT-TYPE    SYNTAX      Counter32    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION        "This object counts the number of Unknown TLV Errors        detected by this LSR/LER during this session.        Discontinuities in the value of this counter can occur        at re-initialization of the management system, and at        other times as indicated by the value of        mplsLdpSessionDiscontinuityTime."    ::= { mplsLdpSessionStatsEntry 2 }---- The MPLS LDP Hello Adjacency Table--mplsLdpHelloAdjacencyObjects OBJECT IDENTIFIER ::=                              { mplsLdpSessionObjects 5 }mplsLdpHelloAdjacencyTable OBJECT-TYPE    SYNTAX      SEQUENCE OF MplsLdpHelloAdjacencyEntry    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION        "A table of Hello Adjacencies for Sessions."    ::= { mplsLdpHelloAdjacencyObjects 1 }mplsLdpHelloAdjacencyEntry OBJECT-TYPE    SYNTAX      MplsLdpHelloAdjacencyEntry    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION        "Each row represents a single LDP Hello Adjacency.        An LDP Session can have one or more Hello        Adjacencies."         INDEX       { mplsLdpEntityLdpId,                       mplsLdpEntityIndex,                       mplsLdpPeerLdpId,                       mplsLdpHelloAdjacencyIndex }    ::= { mplsLdpHelloAdjacencyTable 1 }MplsLdpHelloAdjacencyEntry ::= SEQUENCE {    mplsLdpHelloAdjacencyIndex         Unsigned32,    mplsLdpHelloAdjacencyHoldTimeRem   TimeInterval,    mplsLdpHelloAdjacencyHoldTime      Unsigned32,    mplsLdpHelloAdjacencyType          INTEGER}mplsLdpHelloAdjacencyIndex OBJECT-TYPE    SYNTAX      Unsigned32 (1..4294967295)    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION        "An identifier for this specific adjacency."    ::= { mplsLdpHelloAdjacencyEntry 1 }mplsLdpHelloAdjacencyHoldTimeRem OBJECT-TYPE    SYNTAX      TimeInterval    UNITS       "seconds"    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION        "If the value of this object is 65535,        this means that the hold time is infinite        (i.e., wait forever).        Otherwise, the time remaining for        this Hello Adjacency to receive its        next Hello Message.        This interval will change when the 'next'        Hello Message which corresponds to this        Hello Adjacency is received unless it        is infinite."    ::= { mplsLdpHelloAdjacencyEntry 2 }mplsLdpHelloAdjacencyHoldTime OBJECT-TYPE    SYNTAX Unsigned32 (0..65535)    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION        "The Hello hold time which is negotiated between        the Entity and the Peer.  The entity associated        with this Hello Adjacency issues a proposed        Hello Hold Time value in the        mplsLdpEntityHelloHoldTimer object.  The peer        also proposes a value and this object represents        the negotiated value.        A value of 0 means the default,        which is 15 seconds for Link Hellos        and 45 seconds for Targeted Hellos.        A value of 65535 indicates an        infinite hold time."    REFERENCE       "RFC3036, LDP Specification, Section 3.5.2 Hello Message"    ::= { mplsLdpHelloAdjacencyEntry 3 }mplsLdpHelloAdjacencyType OBJECT-TYPE    SYNTAX      INTEGER {                   link(1),                   targeted(2)                }    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION        "This adjacency is the result of a 'link'        hello if the value of this object is link(1).        Otherwise, it is a result of a 'targeted'        hello, targeted(2)."    ::= { mplsLdpHelloAdjacencyEntry 4 }----  Session Label (LSP) Mapping to LSR MIB's--  In Segment LIB Information.------ NOTE: the next 2 tables map to the-- MPLS-LSR-STD-MIB's MplsInSegmentTable-- and MplsOutSegmentTable.  The-- cross-connect (XC) information is not-- represented here as it can be gleaned-- from the MPLS-LSR-STD-MIB.--mplsInSegmentLdpLspTable OBJECT-TYPE    SYNTAX      SEQUENCE OF MplsInSegmentLdpLspEntry    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION        "A table of LDP LSP's which        map to the mplsInSegmentTable in the        MPLS-LSR-STD-MIB module."    ::= { mplsLdpSessionObjects 6 }mplsInSegmentLdpLspEntry OBJECT-TYPE    SYNTAX      MplsInSegmentLdpLspEntry    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION        "An entry in this table represents information        on a single LDP LSP which is represented by        a session's index triple (mplsLdpEntityLdpId,        mplsLdpEntityIndex, mplsLdpPeerLdpId) AND the        index for the mplsInSegmentTable        (mplsInSegmentLdpLspLabelIndex) from the        MPLS-LSR-STD-MIB.        The information contained in a row is read-only."    INDEX       { mplsLdpEntityLdpId,                  mplsLdpEntityIndex,                  mplsLdpPeerLdpId,                  mplsInSegmentLdpLspIndex                }    ::= { mplsInSegmentLdpLspTable 1 }MplsInSegmentLdpLspEntry ::= SEQUENCE {    mplsInSegmentLdpLspIndex                 MplsIndexType,    mplsInSegmentLdpLspLabelType             MplsLdpLabelType,    mplsInSegmentLdpLspType                  MplsLspType}mplsInSegmentLdpLspIndex OBJECT-TYPE    SYNTAX        MplsIndexType    MAX-ACCESS    not-accessible    STATUS        current    DESCRIPTION        "This contains the same value as the        mplsInSegmentIndex in the        MPLS-LSR-STD-MIB's mplsInSegmentTable."    ::= { mplsInSegmentLdpLspEntry 1 }mplsInSegmentLdpLspLabelType  OBJECT-TYPE    SYNTAX        MplsLdpLabelType    MAX-ACCESS    read-only    STATUS        current    DESCRIPTION        "The Layer 2 Label Type."    ::= { mplsInSegmentLdpLspEntry 2 }mplsInSegmentLdpLspType OBJECT-TYPE    SYNTAX        MplsLspType    MAX-ACCESS    read-only    STATUS        current    DESCRIPTION        "The type of LSP connection."    ::= { mplsInSegmentLdpLspEntry 3 }----  Session Label (LSP) Mapping to LSR MIB's--  Out Segment LIB Information.--mplsOutSegmentLdpLspTable OBJECT-TYPE    SYNTAX      SEQUENCE OF MplsOutSegmentLdpLspEntry    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION        "A table of LDP LSP's which        map to the mplsOutSegmentTable in the       MPLS-LSR-STD-MIB."    ::= { mplsLdpSessionObjects 7 }mplsOutSegmentLdpLspEntry OBJECT-TYPE    SYNTAX      MplsOutSegmentLdpLspEntry    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION        "An entry in this table represents information        on a single LDP LSP which is represented by        a session's index triple (mplsLdpEntityLdpId,        mplsLdpEntityIndex, mplsLdpPeerLdpId) AND the

⌨️ 快捷键说明

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