-- -- usr_d56k.mib - The USR D56K MIB module -- -- -- Author: -- -- $Id: usr_d56k.mib,v 1.3.10.1 1997/09/05 15:09:28 psd Exp $ -- -- | Copyright (c) 1995 U.S. Robotics Access Corp., Skokie, IL 60076 | -- | | -- | The information in this software is subject to change without notice | -- | and should not be construed as a commitment by U.S. Robotics Access | -- | Corp. | -- | | -- | U.S. Robotics Access Corp. assumes no responsibility for the use or | -- | reliability of its software on equipment which is not supplied by | -- | U.S. Robotics Access Corp. | -- | | -- | This software is furnished under a license and may be copied only | -- | with the inclusion of the above copyright notice. This software, or | -- | any other copies thereof, may not be provided or otherwise made | -- | available to any other person except to one who agrees to these | -- | license terms. Title to and ownership of the software shall at all | -- | times remain in U.S. Robotics Access Corp. | -- USR-D56K-MIB DEFINITIONS ::= BEGIN IMPORTS OBJECT-TYPE FROM RFC-1212 DisplayString, usrD56k, UsrConfigStatus FROM USR-DEFINITIONS-MIB; -- Herein lies the D56k group. usrD56kCFMStatusFlag OBJECT-TYPE SYNTAX UsrConfigStatus ACCESS read-write STATUS mandatory DESCRIPTION "This variable controls saving and loading of configuration information for the D56k WAN Driver. The value can be set to either save or load by a management station. The other values indicate if any configuration operation and what type is in progress." ::= { usrD56k 1 } usrD56kCfgFileName OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION "The name of a ConfigFile to read/write the D56k parameters. If the value of this object is an empty string, then the D56k Driver uses the default name `@file://D56k.cfg'." ::= { usrD56k 2 } usrD56kNetworkLoopback OBJECT-TYPE SYNTAX INTEGER { none(1), networkCsu(2), networkDsu(3) } ACCESS read-only STATUS mandatory DESCRIPTION "Indicates the type (if any) of loopback which is currently being applied from the network side. This loopback cannot be controlled by the local user." ::= { usrD56k 3 } END