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

📄 mpls-lsr-std-mib

📁 很不错java的SNMP应用例子
💻
📖 第 1 页 / 共 5 页
字号:
   MAX-ACCESS    not-accessible   STATUS        current   DESCRIPTION       "This table contains statistical information about        outgoing segments from an LSR. The counters in this        entry should behave in a manner similar to that of        the interface."   ::= { mplsLsrObjects 8 }mplsOutSegmentPerfEntry  OBJECT-TYPE   SYNTAX        MplsOutSegmentPerfEntry   MAX-ACCESS    not-accessible   STATUS        current   DESCRIPTION       "An entry in this table contains statistical        information about one outgoing segment configured in        mplsOutSegmentTable. The object        mplsOutSegmentPerfDiscontinuityTime indicates the        time of the last discontinuity in these objects. "   AUGMENTS      { mplsOutSegmentEntry }      ::= { mplsOutSegmentPerfTable 1 }MplsOutSegmentPerfEntry ::= SEQUENCE {      mplsOutSegmentPerfOctets             Counter32,      mplsOutSegmentPerfPackets            Counter32,      mplsOutSegmentPerfErrors             Counter32,      mplsOutSegmentPerfDiscards           Counter32,      -- HC counter      mplsOutSegmentPerfHCOctets           Counter64,      mplsOutSegmentPerfDiscontinuityTime  TimeStamp   }mplsOutSegmentPerfOctets OBJECT-TYPE   SYNTAX        Counter32   MAX-ACCESS    read-only   STATUS        current   DESCRIPTION       "This value contains the total number of octets sent        on this segment. It MUST be equal to the least        significant 32 bits of mplsOutSegmentPerfHCOctets        if mplsOutSegmentPerfHCOctets is supported according to        the rules spelled out in RFC2863."   ::= { mplsOutSegmentPerfEntry 1 }mplsOutSegmentPerfPackets OBJECT-TYPE   SYNTAX        Counter32   MAX-ACCESS    read-only   STATUS        current   DESCRIPTION       "This value contains the total number of packets sent        on this segment."   ::= { mplsOutSegmentPerfEntry 2 }mplsOutSegmentPerfErrors OBJECT-TYPE   SYNTAX        Counter32   MAX-ACCESS    read-only   STATUS        current   DESCRIPTION       "Number of packets that could not be sent due to        errors on this segment."   ::= { mplsOutSegmentPerfEntry 3 }mplsOutSegmentPerfDiscards OBJECT-TYPE   SYNTAX        Counter32   MAX-ACCESS    read-only   STATUS        current   DESCRIPTION       "The number of labeled packets attempted to be transmitted        on this out-segment, which were chosen to be discarded        even though no errors had been detected to prevent their        being transmitted. One possible reason for        discarding such a labeled packet could be to free up        buffer space."   ::= { mplsOutSegmentPerfEntry 4 }mplsOutSegmentPerfHCOctets OBJECT-TYPE   SYNTAX        Counter64   MAX-ACCESS    read-only   STATUS        current   DESCRIPTION       "Total number of octets sent.  This is the 64 bit        version of mplsOutSegmentPerfOctets,        if mplsOutSegmentPerfHCOctets is supported according to        the rules spelled out in RFC2863."   ::= { mplsOutSegmentPerfEntry 5 }mplsOutSegmentPerfDiscontinuityTime 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 segment's Counter32        or Counter64 suffered a discontinuity. If no such        discontinuities have occurred since the last re-        initialization of the local management subsystem,        then this object contains a zero value."   ::= { mplsOutSegmentPerfEntry 6 }-- End of mplsOutSegmentPerfTable.-- Cross-connect table.mplsXCIndexNext OBJECT-TYPE   SYNTAX        MplsIndexNextType   MAX-ACCESS    read-only   STATUS        current   DESCRIPTION       "This object contains the next available value to        be used for mplsXCIndex when creating entries in        the mplsXCTable. A special value of the zero length        string indicates that no more new entries can be created        in the relevant table.  Agents not allowing managers        to create entries in this table MUST set this value        to the zero length string."   ::= { mplsLsrObjects 9 }mplsXCTable  OBJECT-TYPE   SYNTAX        SEQUENCE OF MplsXCEntry   MAX-ACCESS    not-accessible   STATUS        current   DESCRIPTION       "This table specifies information for switching        between LSP segments.  It supports point-to-point,        point-to-multipoint and multipoint-to-point        connections.  mplsLabelStackTable specifies the        label stack information for a cross-connect LSR and        is referred to from mplsXCTable."   ::= { mplsLsrObjects 10 }mplsXCEntry  OBJECT-TYPE   SYNTAX        MplsXCEntry   MAX-ACCESS    not-accessible   STATUS        current   DESCRIPTION       "A row in this table represents one cross-connect        entry.  It is indexed by the following objects:        - cross-connect index mplsXCIndex that uniquely          identifies a group of cross-connect entries        - in-segment index, mplsXCInSegmentIndex        - out-segment index, mplsXCOutSegmentIndex       LSPs originating at this LSR:        These are represented by using the special        of value of mplsXCInSegmentIndex set to the        string containing a single octet 0x00. In        this case the mplsXCOutSegmentIndex        MUST not be the string containing a single        octet 0x00.       LSPs terminating at this LSR:        These are represented by using the special value        mplsXCOutSegmentIndex set to the string containing        a single octet 0x00.       Special labels:        Entries indexed by the strings containing the        reserved MPLS label values as a single octet 0x00        through 0x0f (inclusive) imply LSPs terminating at        this LSR.  Note that situations where LSPs are        terminated with incoming label equal to the string        containing a single octet 0x00 can be distinguished        from LSPs originating at this LSR because the        mplsXCOutSegmentIndex equals the string containing the        single octet 0x00.        An entry can be created by a network administrator        or by an SNMP agent as instructed by an MPLS        signaling protocol."   INDEX { mplsXCIndex, mplsXCInSegmentIndex,           mplsXCOutSegmentIndex }   ::= { mplsXCTable 1 }MplsXCEntry ::= SEQUENCE {      mplsXCIndex                  MplsIndexType,      mplsXCInSegmentIndex         MplsIndexType,      mplsXCOutSegmentIndex        MplsIndexType,      mplsXCLspId                  MplsLSPID,      mplsXCLabelStackIndex        MplsIndexType,      mplsXCOwner                  MplsOwner ,      mplsXCRowStatus              RowStatus,      mplsXCStorageType            StorageType,      mplsXCAdminStatus            INTEGER,      mplsXCOperStatus             INTEGER   }mplsXCIndex OBJECT-TYPE   SYNTAX        MplsIndexType   MAX-ACCESS    not-accessible   STATUS        current   DESCRIPTION       "Primary index for the conceptual row identifying a        group of cross-connect segments. The string        containing a single octet 0x00 is an invalid index."   ::= { mplsXCEntry 1 }mplsXCInSegmentIndex OBJECT-TYPE   SYNTAX        MplsIndexType   MAX-ACCESS    not-accessible   STATUS        current   DESCRIPTION       "Incoming label index.        If this object is set to the string containing        a single octet 0x00, this indicates a special        case outlined in the table's description above.        In this case no corresponding mplsInSegmentEntry        shall exist."   ::= { mplsXCEntry 2 }mplsXCOutSegmentIndex OBJECT-TYPE   SYNTAX        MplsIndexType   MAX-ACCESS    not-accessible   STATUS        current   DESCRIPTION       "Index of out-segment for LSPs not terminating on        this LSR if not set to the string containing the        single octet 0x00. If the segment identified by this        entry is terminating, then this object MUST be set to        the string containing a single octet 0x00 to indicate        that no corresponding mplsOutSegmentEntry shall        exist."   ::= { mplsXCEntry 3 }mplsXCLspId OBJECT-TYPE   SYNTAX        MplsLSPID   MAX-ACCESS    read-create   STATUS        current   DESCRIPTION       "This value identifies the label switched path that        this cross-connect entry belongs to. This object        cannot be modified if mplsXCRowStatus is active(1)        except for this object."   ::= { mplsXCEntry 4 }mplsXCLabelStackIndex OBJECT-TYPE   SYNTAX        MplsIndexType   MAX-ACCESS    read-create   STATUS        current   DESCRIPTION       "Primary index into mplsLabelStackTable identifying a        stack of labels to be pushed beneath the top label.        Note that the top label identified by the out-        segment ensures that all the components of a        multipoint-to-point connection have the same        outgoing label. A value of the string containing the        single octet 0x00 indicates that no labels are to        be stacked beneath the top label.        This object cannot be modified if mplsXCRowStatus is        active(1)."   ::= { mplsXCEntry 5 }mplsXCOwner OBJECT-TYPE   SYNTAX    MplsOwner   MAX-ACCESS    read-only   STATUS        current   DESCRIPTION       "Denotes the entity that created and is responsible        for managing this cross-connect."   ::= { mplsXCEntry 6 }mplsXCRowStatus OBJECT-TYPE   SYNTAX        RowStatus   MAX-ACCESS    read-create   STATUS        current   DESCRIPTION       "For creating, modifying, and deleting this row.        When a row in this table has a row in the active(1)        state, no objects in this row except this object        and the mplsXCStorageType can be modified. "   ::= { mplsXCEntry 7 }mplsXCStorageType OBJECT-TYPE   SYNTAX        StorageType   MAX-ACCESS    read-create   STATUS        current   DESCRIPTION       "This variable indicates the storage type for this        object. The agent MUST ensure that the associated in        and out segments also have the same StorageType value        and are restored consistently upon system restart.        This value SHOULD be set to permanent(4) if created        as a result of a static LSP configuration.        Conceptual rows having the value 'permanent'        need not allow write-access to any columnar        objects in the row."   DEFVAL { volatile }   ::= { mplsXCEntry 8 }mplsXCAdminStatus OBJECT-TYPE   SYNTAX   INTEGER {              up(1),     -- ready to pass packets              down(2),              testing(3) -- in some test mode      }   MAX-ACCESS    read-create   STATUS        current   DESCRIPTION       "The desired operational status of this segment."   DEFVAL { up }   ::= { mplsXCEntry 9 }mplsXCOperStatus OBJECT-TYPE   SYNTAX   INTEGER {             up(1),            -- ready to pass packets             down(2),             testing(3),       -- in some test mode             unknown(4),       -- status cannot be determined                               -- for some reason.             dormant(5),             notPresent(6),    -- some component is missing             lowerLayerDown(7) -- down due to the state of                               -- lower layer interfaces      }   MAX-ACCESS    read-only   STATUS        current   DESCRIPTION       "The actual operational status of this cross-        connect."   ::= { mplsXCEntry 10 }-- End of mplsXCTable-- Label stack table.mplsMaxLabelStackDepth  OBJECT-TYPE   SYNTAX        Unsigned32 (1..2147483647)   MAX-ACCESS    read-only   STATUS        current   DESCRIPTION       "The maximum stack depth supported by this LSR."::= { mplsLsrObjects 11 }mplsLabelStackIndexNext  OBJECT-TYPE   SYNTAX        MplsIndexNextType   MAX-ACCESS    read-only   STATUS        current   DESCRIPTION       "This object contains the next available value to        be used for mplsLabelStackIndex when creating entries

⌨️ 快捷键说明

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