-- extracted from draft-ietf-ipcdn-docsisevent-mib-00.txt -- at Sat Nov 25 16:04:51 2000 DOCS-IF-EXT-MIB DEFINITIONS ::= BEGIN IMPORTS MODULE-IDENTITY, OBJECT-TYPE FROM SNMPv2-SMI OBJECT-GROUP, MODULE-COMPLIANCE FROM SNMPv2-CONF TEXTUAL-CONVENTION FROM SNMPv2-TC docsIfMib, docsIfCmtsCmStatusEntry FROM DOCS-IF-MIB; docsIfExtMib MODULE-IDENTITY LAST-UPDATED "0010080000Z" -- October 8, 2000 ORGANIZATION "IETF IPCDN Working Group" CONTACT-INFO " " DESCRIPTION "This is the extension Module to rfc2670 DOCS-IF-MIB." REVISION "0010080000Z" DESCRIPTION "Initial Version. " ::= { docsIfMib 21 } -- Textual Conventions DocsisVersion ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "Indicates the docsis version number." SYNTAX INTEGER { docsis10 (1), docsis11 (2) } docsIfDevDocsisCapability OBJECT-TYPE SYNTAX DocsisVersion MAX-ACCESS read-only STATUS current DESCRIPTION "Indication of the DOCSIS capability of the device. If added to DOCS-IF-MIB, it would be under docsIfBaseObjects tree. " ::= { docsIfExtMib 1 } docsIfDevDocsisOperStatus OBJECT-TYPE SYNTAX DocsisVersion MAX-ACCESS read-only STATUS current DESCRIPTION "Indication whether the device has registered as a 1.0 or 1.1. For CMTS, it is always the same as docsDevDocsisCapability. If added to DOCS-IF-MIB, it would be under docsIfBaseObjects tree. " ::= { docsIfExtMib 2 } -- -- CM status table (within CMTS). -- This table is implemented only at the CMTS. -- It contains per CM status information available in the CMTS. -- docsIfCmtsCmStatusExtTable OBJECT-TYPE SYNTAX SEQUENCE OF DocsIfCmtsCmStatusExtEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "A set of objects in the CMTS, maintained for each Cable Modem connected to this CMTS." ::= { docsIfExtMib 3 } docsIfCmtsCmStatusExtEntry OBJECT-TYPE SYNTAX DocsIfCmtsCmStatusExtEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Status information for a single Cable Modem. An entry in this table exists for each Cable Modem which is connected to the CMTS." AUGMENTS { docsIfCmtsCmStatusEntry } ::= { docsIfCmtsCmStatusExtTable 1 } DocsIfCmtsCmStatusExtEntry ::= SEQUENCE { docsIfCmtsCmStatusDocsisVersion DocsisVersion } docsIfCmtsCmStatusDocsisVersion OBJECT-TYPE SYNTAX DocsisVersion MAX-ACCESS read-only STATUS current DESCRIPTION "Indication whether the CM has registered as a 1.0 or 1.1 modem " ::= { docsIfCmtsCmStatusExtEntry 1 } docsIfExtConformance OBJECT IDENTIFIER ::= { docsIfExtMib 4 } docsIfExtCompliances OBJECT IDENTIFIER ::= { docsIfExtConformance 1 } docsIfExtGroups OBJECT IDENTIFIER ::= { docsIfExtConformance 2 } -- compliance statements docsIfExtCompliance MODULE-COMPLIANCE STATUS current DESCRIPTION "The compliance statement." MODULE -- docsIfExtMib -- unconditionally mandatory groups MANDATORY-GROUPS { docsIfExtGroup, docsIfDevDocsisVersionGroup } ::= { docsIfExtCompliances 1 } docsIfExtGroup OBJECT-GROUP OBJECTS { docsIfCmtsCmStatusDocsisVersion } STATUS current DESCRIPTION "Mandatory implementation group." ::= { docsIfExtGroups 1 } docsIfDevDocsisVersionGroup OBJECT-GROUP OBJECTS { docsIfDevDocsisCapability, docsIfDevDocsisOperStatus } STATUS current DESCRIPTION "Object group to indicates DOCSIS version." ::= { docsIfExtGroups 2 } END -- -- Copyright (C) The Internet Society (2000). All Rights Reserved. -- -- This document and translations of it may be copied and furnished to -- others, and derivative works that comment on or otherwise explain it -- or assist in its implementation may be prepared, copied, published -- and distributed, in whole or in part, without restriction of any -- kind, provided that the above copyright notice and this paragraph are -- included on all such copies and derivative works. However, this -- document itself may not be modified in any way, such as by removing -- the copyright notice or references to the Internet Society or other -- Internet organizations, except as needed for the purpose of -- developing Internet standards in which case the procedures for -- copyrights defined in the Internet Standards process must be -- followed, or as required to translate it into languages other than -- English. -- -- The limited permissions granted above are perpetual and will not be -- revoked by the Internet Society or its successors or assigns. -- -- This document and the information contained herein is provided on an -- "AS IS" basis and THE INTERNET SOCIETY AND THE INTERNET ENGINEERING -- TASK FORCE DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING -- BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION -- HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF -- MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. --