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

📄 docs-if-mib

📁 很不错java的SNMP应用例子
💻
📖 第 1 页 / 共 5 页
字号:
        SYNTAX      SEQUENCE OF DocsIfCmServiceEntry        MAX-ACCESS  not-accessible        STATUS      current        DESCRIPTION            "Describes the attributes of each upstream service queue             on a CM."        ::= { docsIfCmObjects 3 }docsIfCmServiceEntry OBJECT-TYPE        SYNTAX      DocsIfCmServiceEntry        MAX-ACCESS  not-accessible        STATUS      current        DESCRIPTION            "Describes the attributes of an upstream bandwidth service             queue.             An entry in this table exists for each Service ID.             The primary index is an ifIndex with an ifType of             docsCableMaclayer(127)."        INDEX { ifIndex, docsIfCmServiceId }        ::= { docsIfCmServiceTable 1 }DocsIfCmServiceEntry ::= SEQUENCE {            docsIfCmServiceId               Integer32,            docsIfCmServiceQosProfile       Integer32,            docsIfCmServiceTxSlotsImmed     Counter32,            docsIfCmServiceTxSlotsDed       Counter32,            docsIfCmServiceTxRetries        Counter32,--            docsIfCmServiceTxExceeded       Counter32,            docsIfCmServiceTxExceededs      Counter32,            docsIfCmServiceRqRetries        Counter32,--            docsIfCmServiceRqExceeded       Counter32            docsIfCmServiceRqExceededs      Counter32        }docsIfCmServiceId OBJECT-TYPE        SYNTAX      Integer32 (1..16383)        MAX-ACCESS  not-accessible        STATUS      current        DESCRIPTION            "Identifies a service queue for upstream bandwidth. The             attributes of this service queue are shared between the             CM and the CMTS. The CMTS allocates upstream bandwidth             to this service queue based on requests from the CM and             on the class of service associated with this queue."        ::= { docsIfCmServiceEntry 1 }docsIfCmServiceQosProfile OBJECT-TYPE        SYNTAX      Integer32 (0..16383)        MAX-ACCESS  read-only        STATUS      current        DESCRIPTION            "The index in docsIfQosProfileTable describing the quality             of service attributes associated with this particular             service. If no associated entry in docsIfQosProfileTable             exists, this object returns a value of zero."        ::= { docsIfCmServiceEntry 2 }docsIfCmServiceTxSlotsImmed OBJECT-TYPE        SYNTAX      Counter32        MAX-ACCESS  read-only        STATUS      current        DESCRIPTION            "The number of upstream mini-slots which have been used to             transmit data PDUs in immediate (contention) mode. This             includes only those PDUs which are presumed to have             arrived at the headend (i.e., those which were explicitly             acknowledged.) It does not include retransmission attempts             or mini-slots used by Requests."        REFERENCE            "DOCSIS Radio Frequency Interface specification,             Section 6.4."        ::= { docsIfCmServiceEntry 3 }docsIfCmServiceTxSlotsDed OBJECT-TYPE        SYNTAX      Counter32        MAX-ACCESS  read-only        STATUS      current        DESCRIPTION            "The number of upstream mini-slots which have been used to             transmit data PDUs in dedicated mode (i.e., as a result             of a unicast Data Grant)."        REFERENCE            "DOCSIS Radio Frequency Interface specification,             Section 6.4."        ::= { docsIfCmServiceEntry 4 }docsIfCmServiceTxRetries OBJECT-TYPE        SYNTAX      Counter32        MAX-ACCESS  read-only        STATUS      current        DESCRIPTION            "The number of attempts to transmit data PDUs containing             requests for acknowledgment which did not result in             acknowledgment."        REFERENCE            "DOCSIS Radio Frequency Interface specification,             Section 6.4."        ::= { docsIfCmServiceEntry 5 }-- docsIfCmServiceTxExceeded renamed for Counter32 naming requirementsdocsIfCmServiceTxExceededs OBJECT-TYPE        SYNTAX      Counter32        MAX-ACCESS  read-only        STATUS      current        DESCRIPTION            "The number of data PDUs transmission failures due to             excessive retries without acknowledgment."        REFERENCE            "DOCSIS Radio Frequency Interface specification,             Section 6.4."        ::= { docsIfCmServiceEntry 6 }docsIfCmServiceRqRetries OBJECT-TYPE        SYNTAX      Counter32        MAX-ACCESS  read-only        STATUS      current        DESCRIPTION            "The number of attempts to transmit bandwidth requests             which did not result in acknowledgment."        REFERENCE            "DOCSIS Radio Frequency Interface specification,             Section 6.4."        ::= { docsIfCmServiceEntry 7 }-- docsIfCmServiceRqExceeded renamed for Counter 32 naming-- requirementsdocsIfCmServiceRqExceededs OBJECT-TYPE        SYNTAX      Counter32        MAX-ACCESS  read-only        STATUS      current        DESCRIPTION            "The number of requests for bandwidth which failed due to             excessive retries without acknowledgment."        REFERENCE            "DOCSIS Radio Frequency Interface specification,             Section 6.4."        ::= { docsIfCmServiceEntry 8 }---- CMTS GROUP------ The CMTS MAC Table--docsIfCmtsMacTable OBJECT-TYPE        SYNTAX      SEQUENCE OF DocsIfCmtsMacEntry        MAX-ACCESS  not-accessible        STATUS      current        DESCRIPTION            "Describes the attributes of each CMTS MAC interface,             extending the information available from ifEntry.             Mandatory for all CMTS devices."        ::= { docsIfCmtsObjects 1 }docsIfCmtsMacEntry OBJECT-TYPE        SYNTAX      DocsIfCmtsMacEntry        MAX-ACCESS  not-accessible        STATUS      current        DESCRIPTION            "An entry containing objects describing attributes of each             MAC entry, extending the information in ifEntry.             An entry in this table exists for each ifEntry with an             ifType of docsCableMaclayer(127)."        INDEX { ifIndex }        ::= { docsIfCmtsMacTable 1 }DocsIfCmtsMacEntry ::= SEQUENCE {            docsIfCmtsCapabilities            BITS,            docsIfCmtsSyncInterval            Integer32,            docsIfCmtsUcdInterval             Integer32,            docsIfCmtsMaxServiceIds           Integer32,            docsIfCmtsInsertionInterval       TimeTicks,   -- Obsolete            docsIfCmtsInvitedRangingAttempts  Integer32,            docsIfCmtsInsertInterval          TimeInterval        }docsIfCmtsCapabilities OBJECT-TYPE        SYNTAX      BITS {            atmCells(0),            concatenation(1)        }        MAX-ACCESS  read-only        STATUS      current        DESCRIPTION            "Identifies the capabilities of the CMTS MAC             implementation at this interface. Note that packet             transmission is always supported. Therefore, there             is no specific bit required to explicitely indicate             this capability."        REFERENCE            "DOCSIS Radio Frequency Interface specification,             Chapter 6."        ::= { docsIfCmtsMacEntry 1 }docsIfCmtsSyncInterval OBJECT-TYPE        SYNTAX      Integer32 (1..200)        UNITS       "Milliseconds"        MAX-ACCESS  read-write        STATUS      current        DESCRIPTION            "The interval between CMTS transmission of successive SYNC             messages at this interface."        REFERENCE            "DOCSIS Radio Frequency Interface Specification,             Section 6.5 and Appendix B."        ::= { docsIfCmtsMacEntry 2 }docsIfCmtsUcdInterval OBJECT-TYPE        SYNTAX      Integer32 (1..2000)        UNITS       "Milliseconds"        MAX-ACCESS  read-write        STATUS      current        DESCRIPTION            "The interval between CMTS transmission of successive             Upstream Channel Descriptor messages for each upstream             channel at this interface."        REFERENCE            "DOCSIS Radio Frequency Interface Specification,             Section 6.5 and Appendix B."        ::= { docsIfCmtsMacEntry 3 }docsIfCmtsMaxServiceIds OBJECT-TYPE        SYNTAX     Integer32 (1..16383)        MAX-ACCESS read-only        STATUS     current        DESCRIPTION            "The maximum number of service IDs that may be             simultaneously active."        ::= { docsIfCmtsMacEntry 4 }-- This object has been obsoleted and replaced by-- docsIfCmtsInsertInterval to fix a SYNTAX typing problem.  New-- implementations of this MIB should use that object instead.docsIfCmtsInsertionInterval OBJECT-TYPE        SYNTAX      TimeTicks        MAX-ACCESS  read-write        STATUS      obsolete        DESCRIPTION            "The amount of time to elapse between each broadcast             station maintenance grant. Broadcast station maintenance             grants are used to allow new cable modems to join the             network. Zero indicates that a vendor-specific algorithm             is used instead of a fixed time. Maximum amount of time             permitted by the specification is 2 seconds."        REFERENCE            "DOCSIS Radio Frequency Interface Specification,             Appendix B, Ranging Interval."        ::= { docsIfCmtsMacEntry 5 }docsIfCmtsInvitedRangingAttempts OBJECT-TYPE        SYNTAX      Integer32 (0..1024)        MAX-ACCESS  read-write        STATUS      current        DESCRIPTION            "The maximum number of attempts to make on invitations             for ranging requests. A value of zero means the system             should attempt to range forever."        REFERENCE            "DOCSIS Radio Frequency Interface specification,             Section 7.2.5 and Appendix B."        ::= { docsIfCmtsMacEntry 6 }docsIfCmtsInsertInterval OBJECT-TYPE        SYNTAX      TimeInterval        MAX-ACCESS  read-write        STATUS      current        DESCRIPTION            "The amount of time to elapse between each broadcast             station maintenance grant. Broadcast station maintenance             grants are used to allow new cable modems to join the             network. Zero indicates that a vendor-specific algorithm             is used instead of a fixed time. Maximum amount of time             permitted by the specification is 2 seconds."        REFERENCE            "DOCSIS Radio Frequency Interface Specification,             Appendix B."        ::= { docsIfCmtsMacEntry 7 }------ CMTS status table.--docsIfCmtsStatusTable OBJECT-TYPE        SYNTAX      SEQUENCE OF DocsIfCmtsStatusEntry        MAX-ACCESS  not-accessible        STATUS      current        DESCRIPTION            "For the MAC layer, this group maintains a number of             status objects and counters."        ::= { docsIfCmtsObjects 2 }docsIfCmtsStatusEntry OBJECT-TYPE        SYNTAX      DocsIfCmtsStatusEntry        MAX-ACCESS  not-accessible        STATUS      current        DESCRIPTION            "Status entry for a single MAC layer.             An entry in this table exists for each ifEntry with an             ifType of docsCableMaclayer(127)."        INDEX { ifIndex }        ::= { docsIfCmtsStatusTable 1 }DocsIfCmtsStatusEntry ::= SEQUENCE {            docsIfCmtsStatusInvalidRangeReqs        Counter32,            docsIfCmtsStatusRangingAborteds         Counter32,            docsIfCmtsStatusInvalidRegReqs          Counter32,            docsIfCmtsStatusFailedRegReqs           Counter32,            docsIfCmtsStatusInvalidDataReqs         Counter32,            docsIfCmtsStatusT5Timeouts              Counter32        }docsIfCmtsStatusInvalidRangeReqs OBJECT-TYPE        SYNTAX      Counter32        MAX-ACCESS  read-only        STATUS      current        DESCRIPTION            "This object counts invalid RNG-REQ messages received on             this interface."        ::= { docsIfCmtsStatusEntry 1 }docsIfCmtsStatusRangingAborteds OBJECT-TYPE        SYNTAX      Counter32        MAX-ACCESS  read-only        STATUS      current        DESCRIPTION            "This object counts ranging attempts that were explicitely             aborted by the CMTS."        ::= { docsIfCmtsStatusEntry 2 }docsIfCmtsStatusInvalidRegReqs OBJECT-TYPE        SYNTAX      Counter32        MAX-ACCESS  read-only        STATUS      current        DESCRIPTION            "This object counts invalid REG-REQ messages received on             this interface."        ::= { docsIfCmtsStatusEntry 3 }docsIfCmtsStatusFailedRegReqs OBJECT-TYPE

⌨️ 快捷键说明

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