-- extracted from draft-tesink-entity-supplmib-00.txt -- at Sat Feb 7 06:16:41 2004 ENTSUPPL-MIB DEFINITIONS ::= BEGIN IMPORTS MODULE-IDENTITY, OBJECT-TYPE, transmission FROM SNMPv2-SMI DateAndTime FROM SNMPv2-TC MODULE-COMPLIANCE, OBJECT-GROUP FROM SNMPv2-CONF entPhysicalIndex FROM ENTITY-MIB; entitySupplMIB MODULE-IDENTITY LAST-UPDATED "200402010000Z" -- February 1, 2004 CONTACT-INFO "Author: Kaj Tesink Postal: 331 Newman Springs Road Red Bank, NJ 07701 USA Tel: +1 732-758-5254 E-mail: kaj@research.telcordia.com" DESCRIPTION "The objects in this MIB module are used in conjunction with objects in the ENTITY-MIB to manage entities Copyright (C) The Internet Society (2004). This version of this MIB module is part of RFC yyyy; see the RFC itself for full legal notices." -- RFC Ed.: replace yyyy with actual RFC number & remove this notice REVISION "200402010000Z " -- February 1, 2004 DESCRIPTION "Initial version, published as RFC yyyy." -- RFC Ed.: replace yyyy with actual RFC number & remove this notice ::= { transmission XXX } -- RFC Ed.: replace XXX with IANA-assigned number & remove this notice -- The main sections of the module entitySupplObjects OBJECT IDENTIFIER ::= { entitySupplMIB 1 } entitySupplConformance OBJECT IDENTIFIER ::= { entitySupplMIB 2 } -- These objects provide extensions to the entPhysicalTable. entSupplPhysicalTable OBJECT-TYPE SYNTAX SEQUENCE OF EntSupplPhysicalEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "The table for supplementary objects to the entPhysicalTable." ::= { entitySupplObjects 1 } entSupplPhysicalEntry OBJECT-TYPE SYNTAX EntSupplPhysicalEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "An entry in the entSupplPhysicalTable. For each instance of this object there MUST be a corresponding instance of entPhysicalEntry." INDEX { entPhysicalIndex } ::= { entSupplPhysicalTable 1 } EntSupplPhysicalEntry ::= SEQUENCE { entSupplPhysicalManufacturingDate DateAndTime, entSupplPhysicalInfo OCTET STRING } entSupplPhysicalManufacturingDate OBJECT-TYPE SYNTAX DateAndTime MAX-ACCESS read-only STATUS current DESCRIPTION "The manufacturing date for the physical entity." ::= { entSupplPhysicalEntry 1 } entSupplPhysicalInfo OBJECT-TYPE SYNTAX OBJECT IDENTIFIER MAX-ACCESS read-write STATUS current DESCRIPTION "This object contains additional information about the entity. The encoding of this object is prefix.suffix where prefix represents an OID that identifies the use of the suffix, and suffix is encoded as defined for that prefix." ::= { entSupplPhysicalEntry 2 } cleiCode OBJECT-IDENTITY STATUS current DESCRIPTION "Object identity for CLEI (Common Language Equipment Identifier) Code." REFERENCE "TCIF-02-004, Guideline for data elements included in the Management Information Base, Telecommunications Industry Forum (TCIF), 09/11/2002. ANSI T1.213, Coded identification of equipment entities of the North American telecommunications system for information exchange, ANSI. ANSI T1.213a, Supplement to T1.213, Coded identification of equipment entities of the North American telecommunications system for information exchange, to correct the representation of the Basic Code in Figure B.1, ANSI." ::= { entitySupplObjects 2 } -- -- Conformance Statements -- entitySupplGroups OBJECT IDENTIFIER ::= { entitySupplConformance 1 } entitySupplCompliances OBJECT IDENTIFIER ::= { entitySupplConformance 2 } -- Object Groups entitySupplPhysicalGroup OBJECT-GROUP OBJECTS { entSupplPhysicalManufacturingDate, entSupplPhysicalInfo } STATUS current DESCRIPTION "A collection of supplemental objects for to support physical entity features." ::= { entitySupplGroups 1 } -- Compliance Statements entitySupplCompliance MODULE-COMPLIANCE STATUS current DESCRIPTION "The compliance statement for entities that support this module. Compliance with the entity3Compliance statement of the ENTITY-MIB is prerequisite." MODULE -- this module MANDATORY-GROUPS { entitySupplPhysicalGroup } OBJECT entSupplPhysicalInfo MIN-ACCESS read-only DESCRIPTION "Write access is not required." ::= { entitySupplCompliances 1 } END -- -- Copyright (C) The Internet Society (2004). 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. -- ************************************************************ -- * NOTES TO RFC Editor (to be removed prior to publication) * -- * * -- * 1.) The normative references [RFCzzzz] * -- * must be updated to point to the appropriate * -- * RFC when the corresponding Internet Draft is published, * -- * and all occurrences of the reference tags must be * -- * changed. * -- * * -- * 2.) Please replace all occurrences of "yyyy" in the * -- * DESCRIPTION clause of the MODULE-IDENTITY invocation * -- * in Section 4 with the RFC number assigned to this * -- * specification and remove the accompanying notes. * -- * * -- * 3.) Please replace "XXX" in the MODULE-IDENTITY value * -- * with an IANA-assigned value under the 'transmission' * -- * subtree and remove the accompanying note. * -- * * -- ************************************************************