Proposed restructuring of stats table

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 aa16269; 17 Feb 94 16:18 EST
Received: from CNRI.RESTON.VA.US by IETF.CNRI.Reston.VA.US id aa16265; 17 Feb 94 16:18 EST
Received: from apache.telebit.com by CNRI.Reston.VA.US id aa18361; 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 AA20564 to ietf-archive@cnri.reston.va.us; Thu, 17 Feb 94 13:11:36 PST
Received: from apache.telebit.com by america.Sunnyvale.Telebit.COM (4.0/america.telebit.com-DBC-930718) id AA07289 to modemmgt@apache.Sunnyvale.Telebit.COM; Thu, 17 Feb 94 13:11:35 PST
Received: from po5.andrew.cmu.edu by apache.telebit.com (4.1/SMI-4.1/Telebit-Apache-Brent-940210) id AA20561 to modemmgt@Telebit.COM; Thu, 17 Feb 94 13:11:31 PST
Received: from localhost (postman@localhost) by po5.andrew.cmu.edu (8.6.4/8.6.4) id QAA00183 for modemmgt@telebit.com; Thu, 17 Feb 1994 16:11:26 -0500
Received: via switchmail; Thu, 17 Feb 1994 16:11:24 -0500 (EST)
Received: from zeus.net.cmu.edu via qmail ID </afs/andrew.cmu.edu/service/mailqs/q000/QF.4hMxopW00WArFH32A=>; Thu, 17 Feb 1994 16:10:13 -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:10:10 -0500 (EST)
Message-Id: <QhMxomG00WArJH31MK@andrew.cmu.edu>
Date: Thu, 17 Feb 1994 16:10:10 -0500
Sender: ietf-archive-request@IETF.CNRI.Reston.VA.US
From: Steven Waldbusser <waldbusser+@cmu.edu>
To: modemmgt@telebit.com
Subject: Proposed restructuring of stats table

There has been a lot of discussion about the mdmStats group.  Now that
we've established that we can't depend on determining abnormal
terminations, I'd like to make the following proposal.  This is a
merging of ideas seen in notes from Zoran Tomasevic, Rick Royston, and
Mark Lewis.

These objects replace mdmStatsEntry 1-12.

mdmStatsRingNoAnswers OBJECT-TYPE
    SYNTAX      Counter32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION 
.fi
.in +1.25i
"The number of events in which ringing was detected but the call was
not answered.
.in -1.25i
.nf
    ::= { mdmStatsEntry 1 }

mdmStatsIncomingConnectionFailures OBJECT-TYPE
    SYNTAX      Counter32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
.fi
.in +1.25i
"The number of incoming connection requests that this modem answered
in which it could not train with the other DCE."
.in -1.25i
.nf
    ::= { mdmStatsEntry 2 }

mdmStatsIncomingConnectionCompletions OBJECT-TYPE
    SYNTAX      Counter32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION 
.fi
.in +1.25i
"The number of incoming connection requests that this modem answered
and successfully trained with the other DCE."
.in -1.25i
.nf
    ::= { mdmStatsEntry 3 }

mdmStatsUnsuccessefullDialAttempts OBJECT-TYPE
	SYNTAX		Counter32
	MAX-ACCESS  read-only
	STATUS		current
	DESCRIPTION
		"The number of call attempts that failed because the modem
        didn't go off hook, or there was no dialtone."
	::= { mdmStatsEntry 4 }

mdmStatsOutgoingConnectionFailures OBJECT-TYPE
    SYNTAX      Counter32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION 
.fi
.in +1.25i
"The number of outgoing calls from this modem which sucessfully went
off hook and dialed, in which it could not train with the other DCE."
.in -1.25i
.nf
    ::= { mdmStatsEntry 5 }

mdmStatsOutgoingConnectionCompletions OBJECT-TYPE
    SYNTAX      Counter32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
.fi
.in +1.25i
"The number of outgoing calls from this modem which resulted in
successfully training with the other DCE."
.in -1.25i
.nf
    ::= { mdmStatsEntry 6 }

mdmStatsRetrains OBJECT-TYPE
    SYNTAX      Counter32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION 
.fi
.in +1.25i
"The number of retrains experienced on connections on this line."
.in -1.25i
.nf
    ::= { mdmStatsEntry 7 }