SMPTE RDD 1-2003 DDRMON-MIB-1 A Digital Disk Recorder Simple Network Management Protocol Management Information Base《DDRMON-MIB-1 数字磁盘记录器简单网络管理协议管理信息库》.pdf
《SMPTE RDD 1-2003 DDRMON-MIB-1 A Digital Disk Recorder Simple Network Management Protocol Management Information Base《DDRMON-MIB-1 数字磁盘记录器简单网络管理协议管理信息库》.pdf》由会员分享,可在线阅读,更多相关《SMPTE RDD 1-2003 DDRMON-MIB-1 A Digital Disk Recorder Simple Network Management Protocol Management Information Base《DDRMON-MIB-1 数字磁盘记录器简单网络管理协议管理信息库》.pdf(29页珍藏版)》请在麦多课文档分享上搜索。
1、 The attached document is a Registered Disclosure Document prepared by the proponent identified below. It has been examined by the appropriate SMPTE Technology Committee and is believed to contain adequate information to satisfy the objectives defined in the Scope, and to be technically consistent.
2、This document is NOT a Standard, Recommended Practice or Engineering Guideline, and does NOT imply a finding or representation of the Society. Errors in this document should be reported to the proponent identified below, with a copy to engsmpte.org. All other inquiries in respect of this document, i
3、ncluding inquiries as to intellectual property requirements that may be attached to use of the disclosed technology, should be addressed to the proponent identified below. Proponent contact information: Northon Rodrigues Thomson Broadcast and Media solutions 15655 SW Greystone Ct. Beaverton OR 97006
4、 (USA) Email Northon.RodriguesT Page 1 of 29 pages RDD 1-2003 Copyright 2003 by THE SOCIETY OF MOTION PICTURE AND TELEVISION ENGINEERS 595 W. Hartsdale Ave., White Plains, NY 10607 (914) 761-1100 Approved July 28, 2003 SMPTE REGISTERED DISCLOSURE DOCUMENT DDRMON-MIB-1 A Digital Disk Recorder Simple
5、Network Management Protocol Management Information Base RDD 1-2003 Page 2 of 29 pages 1 Scope This Registered Disclosure describes a Management Information Base (MIB) for a digital disk recorder. A MIB, when used with the Simple Network Management Protocol (SNMP), allows a remote computer to monitor
6、 the status, set certain device management variables and receive notifications when certain conditions occur. Additional MIBs may be used to monitor and manage other digital disk recorders and additional types of broadcast devices. This MIB does not describe a general-purpose device control protocol
7、. 2 Normative references The following documents contain provisions, which, through reference, constitute provisions of this document: RFC 1155, Rose, M. and McCloghrie, K., “Structure and Identification of Management Information for TCP/IP-based Internets”, May 1990 RFC 1157, Case, J., Fedor, M., S
8、choffstall, M. and Davin, J., “A Simple Network Management Protocol”, May 1990 RFC 1212, Rose, M. and McCloghrie, K., “Concise MIB Definitions”, March 1991 RFC 1902, Rose, M. and McCloghrie, K., “Structure of Management Information for Version 2 of the Simple Network Management Protocol”, January 19
9、96 RFC 1903, Rose, M., Case, J., Waldbusser, S., and McCloghrie, K., “Textual Conventions for Version 2 of the Simple Network Management Protocol”, January 1996 RFC 1904, Rose, M. and McCloghrie, K. “Conformance Statements for Version 2 of the Simple Network Management Protocol”, January 1996 RFC 19
10、05, Rose, M., Case, J., Waldbusser, S., and McCloghrie, K., ”Protocol Operations for Version 2 of the Simple Network Management Protocol, January 1996 RFC 1907, Rose, M. and McCloghrie, K., “Management Information Base for Version 2 of the Simple Network Management Protocol”, January 1996 3 Definiti
11、ons 3.1 agent: An entity that assumes the operational role of receiving, processing, and responding to requests, and generating event reports. It must have access to the network management information to respond to requests, and must be notified of internal events to generate reports. 3.2 columnar o
12、r table object: An object that has zero, one, or more instances at any point in time. For instance, the state of a TCP connection is a columnar object. There may be zero, one, or more TCP connections to a system at any point in time. Each TCP connection that exists has a state. 3.3 conceptual MIB ta
13、ble: The SMI requires related columnar objects to be organized into conceptual tables. One or more columnar objects defined in the same table or another table uniquely identify the instance of each columnar object in a table. These objects are collectively referred to as the tables index variables.
14、3.4 data types: Table 1 describes the data types or the syntax of the objects discussed in this document. RDD 1-2003 Page 3 of 29 pages Table 1 Data type descriptions Data Type Description INTEGER Enumerated 32-bit signed integer whose value varies between (-231) and (231-1) Integer32 32-bit signed
15、integer whose value varies between (-231) and (231-1) OCTET STRING Eight-bit bytes of binary or textual information. The maximum number of octets in an objects value is limited to 65535 (216-1) octets. IpAddress A string of four octets. A value of this type is an IPv4 address encoded in network byte
16、 order Counter32 A non-negative 32-bit integer whose range includes only non-negative integers. The reported value for objects of this type is a count, modulo 232, of the occurrence of an event or the measure of flow. The starting value of a counter is undefined unless specified where the type is us
17、ed. Gauge32 Specify a value whose range includes only non-negative integers. The values range from zero to (232-1). These types have the behavior such that the reported value is always within the specified range even when the actual value is outside the specified range. DisplayString A stream of eig
18、ht-bit bytes where each byte is a character from the NVT-ASCII character set. Note that this stream is not null-terminated. TimeTicks A non-negative value, whose range includes only non-negative integers. The reported value is an elapsed time, modulo 232, in units of hundredths of a second between t
19、wo events (or epochs). The length of time between rollovers is approximately 497 days. PhysAddress A stream of eight-bit bytes where the collective stream of bytes defines the data-link layer address of a network interface. Numerical values in this document that are preceded by 0x are hexadecimal va
20、lues. All other numerical values are decimal numbers. 3.5 management information base (MIB): Definitions of related management information, events, and associated implementation compliance requirements are specified in documents called management information base (MIB) specifications. These specific
21、ations include prose sections and computer readable descriptions. The MIB modules are written in an adapted sub-set of the ASN.1 language. In essence, MIBs are specifications containing definitions of management information so that networked systems can be remotely monitored, configured, and control
22、led. 3.6 manager, or management station: An entity that assumes the operational role of generating requests to retrieve or modify management information, receiving responses to requests, or receiving event reports. This role is assumed by (or on behalf of) a management application. 3.7 objects: In t
23、he SNMP framework, a system is managed by retrieval and modification of management information. Each class (or type) of management information is called an object. The definition of an object RDD 1-2003 Page 4 of 29 pages type includes its data type, the maximum allowed access, its assigned identity
24、, how instances are identified, and its semantics (or behaviors). 3.8 object group: A collection of logically related objects within a MIB module. It refers to a collection of scalar objects and/or columnar and scalar objects. Grouping objects aids in maintenance and improves organization of the MIB
- 1.请仔细阅读文档,确保文档完整性,对于不预览、不比对内容而直接下载带来的问题本站不予受理。
- 2.下载的文档,不会出现我们的网址水印。
- 3、该文档所得收入(下载+内容+预览)归上传者、原创作者;如果您是本文档原作者,请点此认领!既往收益都归您。
下载文档到电脑,查找使用更方便
10000 积分 0人已下载
下载 | 加入VIP,交流精品资源 |
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- SMPTERDD12003DDRMONMIB1ADIGITALDISKRECORDERSIMPLENETWORKMANAGEMENTPROTOCOLMANAGEMENTINFORMATIONBASEDDRMONMIB1

链接地址:http://www.mydoc123.com/p-1046305.html