-- $Id: it-boot-client-mib.mib,v 1.1 2000/07/25 14:15:14 sse Exp $ ITOUCH-BOOT-CLIENT-MIB DEFINITIONS ::= BEGIN IMPORTS DisplayString FROM RFC1213-MIB OBJECT-TYPE FROM RFC-1212 iTouch FROM ITOUCH-MIB; xBootClient OBJECT IDENTIFIER ::= { iTouch 12 } -- This is the MIB module for clients of iTouch bootstrap -- service. -- Copyright 2000 iTouch Communications, Inc. All Rights Reserved. -- Reproduction of this document is authorized on -- condition that this copyright notice is included. -- This MIB document embodies iTouch Communications, Inc.'s -- proprietary intellectual property. iTouch Communications, Inc. -- retains all title and ownership in this MIB, including any -- revisions. -- -- It is iTouch Communications, Inc.'s intent to encourage the -- widespread use of this MIB in connection with the management of -- iTouch Communications, Inc. products. iTouch Communications, -- Inc. grants vendors,end-users, and other interested parties a -- non-exclusive license to use this MIB in connection with the -- management of iTouch Communications, Inc. products. -- -- This MIB document is supplied "AS IS," and iTouch -- Communications, Inc. makes no warranty, either express or -- implied, as to the use operation, condition, or performance of -- the MIB. -- the Bootstrap Client group -- Implementation of this group is mandatory for all iTouch -- systems that use the iTouch bootstrap service bootClientStatus OBJECT-TYPE SYNTAX DisplayString (SIZE (0..1400)) ACCESS read-only STATUS mandatory DESCRIPTION "The overall status of the bootstrapping operation, including, for example, what is presently happening and error information." ::= { xBootClient 1 } END