This file is raw output from pdftotext and may not be ideal for distribution. If you are a maintainer for Hackipedia, please sit down when you have time and clean this text version up. Source PDF: /mnt/main/jmc-storage/docs/SCTE/ANSI SCTE 036 SCTE-ROOT Management Information Base (MID) Definitions (2007).pdf Like all conversions the text below should be fully readable as UTF-8 unicode text. --------------------------------------------------------------- Society of Cable Telecommunication Engineers ENGINEERING COMMITTEE Hybrid Management Sub-Layer Subcommittee AMERICAN NATIONAL STANDARD ANSI/SCTE 36 2002R2007 SCTE-ROOT Management Information Base (MIB) Definitions NOTICE The Society of Cable Telecommunications Engineers (SCTE) Standards are intended to serve the public interest by providing specifications, test methods and procedures that promote uniformity of product, interchangeability and ultimately the long term reliability of broadband communications facilities. These documents shall not in any way preclude any member or nonmember of SCTE from manufacturing or selling products not conforming to such documents, nor shall the existence of such standards preclude their voluntary use by those other than SCTE members, whether used domestically or internationally. SCTE assumes no obligations or liability whatsoever to any party who may adopt the Standards. Such adopting party assumes all risks associated with adoption of these Standards or Recommended Practices, and accepts full responsibility for any damage and/or claims arising from the adoption of such Standards or Recommended Practices. Attention is called to the possibility that implementation of this standard may require use of subject matter covered by patent rights. By publication of this standard, no position is taken with respect to the existence or validity of any patent rights in connection therewith. SCTE shall not be responsible for identifying patents for which a license may be required or for conducting inquires into the legal validity or scope of those patents that are brought to its attention. Patent holders who believe that they hold patents which are essential to the implementation of this standard have been requested to provide information about those patents and any related licensing terms and conditions. Any such declarations made before or after publication of this document are available on the SCTE web site at http://www.scte.org. All Rights Reserved © Society of Cable Telecommunications Engineers, Inc. 2002, 2007 140 Philips Road Exton, PA 19341 i Contents 1. SCOPE 1 2. COPYRIGHT 1 3. NORMATIVE REFERENCE 1 4. INFORMATIVE REFERENCE 1 5. TERMS AND DEFINITIONS 1 6. REQUIREMENTS 1 ii 1. Scope This MIB provides the root object identifier for the Society of Telecommunications Engineers (SCTE) as an enterprise, as assigned by the Internet Assigned Numbers Authority (IANA). Any Management Information Base (MIB) that falls under the auspices of the SCTE must be assigned object identifiers underneath this enterprise object-id. 2. Copyright The MIB definition found in this document may be incorporated directly in products without further permission from the copyright owner, SCTE. 3. Normative Reference IETF RFC 1155 4. Informative Reference http://www.iana.org 5. Terms and definitions This document defines the following terms: Management Information Base (MIB) - the specification of information in a manner that allows standard access through a network management protocol. 6. Requirements This section defines the mandatory syntax of the SCTE Root MIB. It follows the IETF Simple Network Management Protocol (SNMP) for defining the managed objects. The syntax is given below. 1 -- **************************************************************************** -- * -- * Module Name: HMS028R6 (SCTE 36) -- * -- * SCTE Status: ADOPTED JANUARY 11, 2002 -- * -- * This MIB provides the root object identifier for the -- * Society of Telecommunications Engineers (SCTE) as an enterprise, -- * as assigned by the Internet Assigned Numbers Authority (IANA). -- * -- * MIBs which fall under the auspices of the SCTE MUST be assigned object -- * identifiers underneath this enterprise object-id. -- * -- **************************************************************************** SCTE-ROOT DEFINITIONS ::= BEGIN IMPORTS enterprises FROM RFC1155-SMI ; scteRoot OBJECT IDENTIFIER ::= { enterprises 5591 } -- DESCRIPTION -- "scteRoot defines the main root of the SCTE Enterprises MIB tree. " scteHmsTree OBJECT IDENTIFIER ::= { scteRoot 1 } -- DESCRIPTION -- "scteHmsTree defines the root of the HMS MIB tree. -- All standard HMS MIBS reside under this tree level. END 2