RFC1317 Sync Table

"Dean D. Throop" <throop@dg-rtp.dg.com> Wed, 19 August 1992 20:53 UTC

Received: from ietf.nri.reston.va.us by IETF.NRI.Reston.VA.US id ab06794; 19 Aug 92 16:53 EDT
Received: from NRI.NRI.Reston.Va.US by IETF.NRI.Reston.VA.US id aa06790; 19 Aug 92 16:53 EDT
Received: from inet-gw-2.pa.dec.com by NRI.Reston.VA.US id aa19550; 19 Aug 92 16:54 EDT
Received: by inet-gw-2.pa.dec.com; id AA29690; Wed, 19 Aug 92 13:53:38 -0700
Received: by nsl.pa.dec.com; id AA22955; Wed, 19 Aug 92 13:52:52 -0700
Received: by inet-gw-2.pa.dec.com; id AA29642; Wed, 19 Aug 92 13:52:49 -0700
Received: from walrus.rtp.dg.com by dg-rtp.dg.com (5.4.1/dg-rtp-proto)id AA11535; Wed, 19 Aug 1992 16:52:43 -0400
Received: by walrus (5.4.1/140.2)id AA04007; Wed, 19 Aug 1992 16:48:48 -0400
Date: Wed, 19 Aug 1992 16:48:48 -0400
From: "Dean D. Throop" <throop@dg-rtp.dg.com>
Message-Id: <9208192048.AA04007@walrus>
To: char-mib@pa.dec.com
Subject: RFC1317 Sync Table
Cc: rigsbee@walrus.pa.dec.com

Does anyone have any experience implementing the 
rs232SyncPortTable?  We're finding we can't implement 
rs232SyncPortInterruptedFrames because the interrupt handler for 
the signal dropping doesn't know if the chip actually was in the 
procress of receiving a frame.  Does anyone have any ideas on this?  

We also can't implement rs232InSigChanges or rs232OutSigChanges as 
the total number of modem state changes for many signals because 
the chip handles the modem lines.  For something like switched RTS 
operation there isn't anyway to get the info because the chip did 
it all.  Even if we could get switched RTS operation numbers, this 
information isn't very useful.  It would be more useful to record 
the number of unexpected changes of modem signals.  

Aren't we missing some interesting information on the sync lines?
For example:
	the number of frames send,
	the number of frames received, 
	the number of times DSR didn't come up after raising DTR,
	the number of frames larger than the receive buffer size,
	the number of non-octet aligned frames received,
	the number of times CTS didn't come up after raising RTS, and
	the number of times CTS didn't drop after lower RTS.
	
(I don't believe the LAPB MIB has the number of frames 
transmitted.  It relies on ifInUcastPkts and ifOutUcastPkts which 
are the number of I-frames given to X.25.  I don't know of any 
counters for the raw number of frames sent or received.) 

Dean Throop		throop@dg-rtp.dg.com