Proposal for important new object

Steven Waldbusser <waldbusser+@cmu.edu> Thu, 17 February 1994 21:18 UTC

Received: from ietf.nri.reston.va.us by IETF.CNRI.Reston.VA.US id aa16259; 17 Feb 94 16:18 EST
Received: from CNRI.RESTON.VA.US by IETF.CNRI.Reston.VA.US id aa16252; 17 Feb 94 16:18 EST
Received: from apache.telebit.com by CNRI.Reston.VA.US id aa18355; 17 Feb 94 16:18 EST
Received: from america.Sunnyvale.Telebit.CO (america-bb.sunnyvale.telebit.com) by apache.telebit.com (4.1/SMI-4.1/Telebit-Apache-Brent-940210) id AA20558 to ietf-archive@cnri.reston.va.us; Thu, 17 Feb 94 13:11:15 PST
Received: from apache.telebit.com by america.Sunnyvale.Telebit.COM (4.0/america.telebit.com-DBC-930718) id AA07279 to modemmgt@apache.Sunnyvale.Telebit.COM; Thu, 17 Feb 94 13:11:14 PST
Received: from andrew.cmu.edu by apache.telebit.com (4.1/SMI-4.1/Telebit-Apache-Brent-940210) id AA20555 to modemmgt@Telebit.COM; Thu, 17 Feb 94 13:11:10 PST
Received: from localhost (postman@localhost) by andrew.cmu.edu (8.6.4/8.6.4) id QAA16469 for modemmgt@telebit.com; Thu, 17 Feb 1994 16:11:03 -0500
Received: via switchmail; Thu, 17 Feb 1994 16:11:02 -0500 (EST)
Received: from zeus.net.cmu.edu via qmail ID </afs/andrew.cmu.edu/service/mailqs/q000/QF.MhMxnea00WArJH30B=>; Thu, 17 Feb 1994 16:08:58 -0500 (EST)
Received: from Messages.8.5.N.CUILIB.3.45.SNAP.NOT.LINKED.zeus.net.cmu.edu.sun4m.412 via MS.5.6.zeus.net.cmu.edu.sun4c_411; Thu, 17 Feb 1994 16:08:56 -0500 (EST)
Message-Id: <whMxnc200WArBH3DNh@andrew.cmu.edu>
Date: Thu, 17 Feb 1994 16:08:56 -0500
Sender: ietf-archive-request@IETF.CNRI.Reston.VA.US
From: Steven Waldbusser <waldbusser+@cmu.edu>
To: modemmgt@telebit.com
Subject: Proposal for important new object

The current draft does not handle three of the most common operations
that CMU's operations staff performs on our central modem banks: busying
out modems, clearing calls, and resetting modems.


I propose that we add the following object to provide this functionality.

mdmLineState OBJECT-TYPE
    SYNTAX      INTEGER {
                    unknown(1),
                    on-hook(2),
                    off-hook(3),  -- and not connected
                    connected(4),
                    busied-out(5),
                    reset(6)
                }
    MAX-ACCESS  read-write
    STATUS      current
    DESCRIPTION
            "Allows the inspection and alteration of the state of the
            modem.  Management commands may change the state to
            `on-hook', `busied-out', or `reset' from any state.  No
            other alterations are permitted from the management
            protocol.  When this object is set to reset, the modem
            shall be reset and the value will change to the modem's
            new, implementation dependent state."
    ::= { mdmLineEntry 2 }


This object will be *very* valuable to day-to-day operation of modems.


Steve