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

📄 mpls-ldp-std-mib

📁 很不错java的SNMP应用例子
💻
📖 第 1 页 / 共 5 页
字号:
        index (mplsOutSegmentLdpLspIndex)        for the mplsOutSegmentTable.        The information contained in a row is read-only."    INDEX       { mplsLdpEntityLdpId,                  mplsLdpEntityIndex,                  mplsLdpPeerLdpId,                  mplsOutSegmentLdpLspIndex                }    ::= { mplsOutSegmentLdpLspTable 1 }MplsOutSegmentLdpLspEntry ::= SEQUENCE {    mplsOutSegmentLdpLspIndex                 MplsIndexType,    mplsOutSegmentLdpLspLabelType             MplsLdpLabelType,    mplsOutSegmentLdpLspType                  MplsLspType}mplsOutSegmentLdpLspIndex OBJECT-TYPE    SYNTAX       MplsIndexType    MAX-ACCESS   not-accessible    STATUS       current    DESCRIPTION        "This contains the same value as the        mplsOutSegmentIndex in the        MPLS-LSR-STD-MIB's mplsOutSegmentTable."    ::= { mplsOutSegmentLdpLspEntry 1 }mplsOutSegmentLdpLspLabelType  OBJECT-TYPE    SYNTAX        MplsLdpLabelType    MAX-ACCESS    read-only    STATUS        current    DESCRIPTION        "The Layer 2 Label Type."    ::= { mplsOutSegmentLdpLspEntry 2 }mplsOutSegmentLdpLspType OBJECT-TYPE    SYNTAX        MplsLspType    MAX-ACCESS    read-only    STATUS        current    DESCRIPTION        "The type of LSP connection."    ::= { mplsOutSegmentLdpLspEntry 3 }---- Mpls FEC Table--mplsFecObjects OBJECT IDENTIFIER ::=                           { mplsLdpSessionObjects 8 }mplsFecLastChange OBJECT-TYPE    SYNTAX  TimeStamp    MAX-ACCESS read-only    STATUS current    DESCRIPTION        "The value of sysUpTime at the time of the most        recent addition/deletion of an entry        to/from the mplsLdpFectTable or        the most recent change in values to any objects        in the mplsLdpFecTable.        If no such changes have occurred since the last        re-initialization of the local management subsystem,        then this object contains a zero value."   ::= { mplsFecObjects 1 }mplsFecIndexNext  OBJECT-TYPE    SYNTAX         IndexIntegerNextFree    MAX-ACCESS     read-only    STATUS         current    DESCRIPTION        "This object contains an appropriate value to        be used for mplsFecIndex when creating        entries in the mplsFecTable. The value        0 indicates that no unassigned entries are        available."   ::= { mplsFecObjects 2 }mplsFecTable OBJECT-TYPE    SYNTAX      SEQUENCE OF MplsFecEntry    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION        "This table represents the FEC        (Forwarding Equivalence Class)        Information associated with an LSP."    ::= { mplsFecObjects 3 }mplsFecEntry OBJECT-TYPE    SYNTAX      MplsFecEntry    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION        "Each row represents a single FEC Element."    INDEX       { mplsFecIndex }    ::= { mplsFecTable 1 }MplsFecEntry ::= SEQUENCE {    mplsFecIndex               IndexInteger,    mplsFecType                INTEGER,    mplsFecAddrType            InetAddressType,    mplsFecAddr                InetAddress,    mplsFecAddrPrefixLength    InetAddressPrefixLength,    mplsFecStorageType         StorageType,    mplsFecRowStatus           RowStatus}mplsFecIndex OBJECT-TYPE    SYNTAX      IndexInteger    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION        "The index which uniquely identifies this entry."    ::= { mplsFecEntry 1 }mplsFecType  OBJECT-TYPE    SYNTAX      INTEGER {                   prefix(1),                   hostAddress(2)                }    MAX-ACCESS  read-create    STATUS      current    DESCRIPTION        "The type of the FEC.  If the value of this object        is 'prefix(1)' then the FEC type described by this        row is an address prefix.        If the value of this object is 'hostAddress(2)' then        the FEC type described by this row is a host address."    REFERENCE        "RFC3036, Section 3.4.1. FEC TLV."    ::= { mplsFecEntry 2 }mplsFecAddrType  OBJECT-TYPE    SYNTAX      InetAddressType    MAX-ACCESS  read-create    STATUS      current    DESCRIPTION        "The value of this object is the type of the        Internet address.  The value of this object,        decides how the value of the mplsFecAddr object        is interpreted."    REFERENCE        "RFC3036, Section 3.4.1. FEC TLV."    ::= { mplsFecEntry 4 }mplsFecAddr     OBJECT-TYPE    SYNTAX      InetAddress    MAX-ACCESS  read-create    STATUS      current    DESCRIPTION        "The value of this object is interpreted based        on the value of the 'mplsFecAddrType' object.        This address is then further interpretted as        an being used with the address prefix,        or as the host address.  This further interpretation        is indicated by the 'mplsFecType' object.        In other words, the FEC element is populated        according to the Prefix FEC Element value encoding, or        the Host Address FEC Element encoding."    REFERENCE        "RFC3036, Section 3.4.1 FEC TLV."    ::= { mplsFecEntry 5 }mplsFecAddrPrefixLength  OBJECT-TYPE    SYNTAX      InetAddressPrefixLength    MAX-ACCESS  read-create    STATUS      current    DESCRIPTION        "If the value of the 'mplsFecType' is 'hostAddress(2)'        then this object is undefined.        If the value of 'mplsFecType' is 'prefix(1)'        then the value of this object is the length in        bits of the address prefix represented by        'mplsFecAddr', or zero.  If the value of this        object is zero, this indicates that the        prefix matches all addresses.  In this case the        address prefix MUST also be zero (i.e., 'mplsFecAddr'        should have the value of zero.)"    REFERENCE        "RFC3036, Section 3.4.1. FEC TLV."    DEFVAL { 0 }    ::= { mplsFecEntry 3 }mplsFecStorageType  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 }    ::= { mplsFecEntry 6 }mplsFecRowStatus OBJECT-TYPE    SYNTAX      RowStatus    MAX-ACCESS  read-create    STATUS      current    DESCRIPTION        "The status of this conceptual row.  If the value of this        object is 'active(1)', then none of the writable objects        of this entry can be modified, except to set this object        to 'destroy(6)'.        NOTE: if this row is being referenced by any entry in        the mplsLdpLspFecTable, then a request to destroy        this row, will result in an inconsistentValue error."    ::= { mplsFecEntry 7 }----  LDP LSP FEC Table--mplsLdpLspFecLastChange OBJECT-TYPE   SYNTAX TimeStamp   MAX-ACCESS read-only   STATUS current   DESCRIPTION        "The value of sysUpTime at the time of the most        recent addition/deletion of an entry        to/from the mplsLdpLspFecTable or        the most recent change in values to any objects in the        mplsLdpLspFecTable.        If no such changes have occurred since the last        re-initialization of the local management subsystem,        then this object contains a zero value."  ::= { mplsLdpSessionObjects 9 }mplsLdpLspFecTable OBJECT-TYPE   SYNTAX      SEQUENCE OF MplsLdpLspFecEntry   MAX-ACCESS  not-accessible   STATUS      current   DESCRIPTION      "A table which shows the relationship between      LDP LSPs and FECs.  Each row represents      a single LDP LSP to FEC association."  ::= { mplsLdpSessionObjects 10 }mplsLdpLspFecEntry OBJECT-TYPE   SYNTAX     MplsLdpLspFecEntry   MAX-ACCESS not-accessible   STATUS     current   DESCRIPTION      "An entry represents a LDP LSP      to FEC association."   INDEX       { mplsLdpEntityLdpId,                 mplsLdpEntityIndex,                 mplsLdpPeerLdpId,                 mplsLdpLspFecSegment,                 mplsLdpLspFecSegmentIndex,                 mplsLdpLspFecIndex                }   ::= { mplsLdpLspFecTable 1 }MplsLdpLspFecEntry ::= SEQUENCE {   mplsLdpLspFecSegment       INTEGER,   mplsLdpLspFecSegmentIndex  MplsIndexType,   mplsLdpLspFecIndex         IndexInteger,   mplsLdpLspFecStorageType   StorageType,   mplsLdpLspFecRowStatus     RowStatus}mplsLdpLspFecSegment OBJECT-TYPE    SYNTAX INTEGER {                       inSegment(1),                       outSegment(2)                   }    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION       "If the value is inSegment(1), then this       indicates that the following index,       mplsLdpLspFecSegmentIndex, contains the same       value as the mplsInSegmentLdpLspIndex.       Otherwise, if the value of this object is       outSegment(2),  then this       indicates that following index,       mplsLdpLspFecSegmentIndex, contains the same       value as the mplsOutSegmentLdpLspIndex."    ::= { mplsLdpLspFecEntry 1 }mplsLdpLspFecSegmentIndex OBJECT-TYPE    SYNTAX      MplsIndexType    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION       "This index is interpretted by using the value       of the mplsLdpLspFecSegment.       If the mplsLdpLspFecSegment is inSegment(1),       then this index has the same value as       mplsInSegmentLdpLspIndex.       If the mplsLdpLspFecSegment is outSegment(2),       then this index has the same value as       mplsOutSegmentLdpLspIndex."    ::= { mplsLdpLspFecEntry 2 }mplsLdpLspFecIndex   OBJECT-TYPE    SYNTAX      IndexInteger    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION        "This index identifies the FEC entry in the        mplsFecTable associated with this session.        In other words, the value of this index        is the same as the value of the mplsFecIndex        that denotes the FEC associated with this        Session."    ::= { mplsLdpLspFecEntry 3 }mplsLdpLspFecStorageType  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 }   ::= { mplsLdpLspFecEntry 4 }mplsLdpLspFecRowStatus  OBJECT-TYPE   SYNTAX     RowStatus   MAX-ACCESS read-create   STATUS     current   DESCRIPTION       "The status of this conceptual row.  If the        value of this object is 'active(1)', then        none of the writable objects of this entry        can be modified.        The Agent should delete this row when        the session ceases to exist.  If an        operator wants to associate the session with        a different FEC, the recommended        procedure is (as described in detail in the section        entitled, 'Changing Values After Session        Establishment', and again described in the        DESCRIPTION clause of the        mplsLdpEntityAdminStatus object)        is to set the mplsLdpEntityAdminStatus to        down, thereby explicitly causing a session        to be torn down. This will also        cause this entry to be deleted.        Then, set the mplsLdpEntityAdminStatus        to enable which enables a new session to be initiated.        Once the session is initiated, an entry may be        added to this table to associate the new session        with a FEC."   ::= { mplsLdpLspFecEntry 5 }---- Address Message/Address Withdraw Message Information---- This information is associated with a specific Session-- because Label Address Messages are sent after session-- initialization has taken place.--mplsLdpSessionPeerAddrTable OBJECT-TYPE    SYNTAX      SEQUENCE OF MplsLdpSessionPeerAddrEntry    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION        "This table 'extends' the mplsLdpSessionTable.        This table is used to store Label Address Information        from Label Address Messages received by this LSR from        Peers.  This table is read-only and should be updated        when Label Withdraw Addres

⌨️ 快捷键说明

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