RE: [ipcdn] [pkt-prov] MTA MIB Error OID table - a number of questions
"Leandro Rzezak" <leandror@intraway.com> Thu, 12 August 2004 21:21 UTC
Received: from ietf-mx.ietf.org (ietf-mx.ietf.org [132.151.6.1]) by ietf.org (8.9.1a/8.9.1a) with ESMTP id RAA08897 for <ipcdn-archive@ietf.org>; Thu, 12 Aug 2004 17:21:44 -0400 (EDT)
Received: from megatron.ietf.org ([132.151.6.71]) by ietf-mx.ietf.org with esmtp (Exim 4.33) id 1BvN6A-0006yy-Dm for ipcdn-archive@ietf.org; Thu, 12 Aug 2004 17:26:59 -0400
Received: from localhost.localdomain ([127.0.0.1] helo=megatron.ietf.org) by megatron.ietf.org with esmtp (Exim 4.32) id 1BvMlV-00048L-O9; Thu, 12 Aug 2004 17:05:37 -0400
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org) by megatron.ietf.org with esmtp (Exim 4.32) id 1BvMh2-0002ov-QF for ipcdn@megatron.ietf.org; Thu, 12 Aug 2004 17:01:00 -0400
Received: from ietf-mx.ietf.org (ietf-mx.ietf.org [132.151.6.1]) by ietf.org (8.9.1a/8.9.1a) with ESMTP id RAA07519 for <ipcdn@ietf.org>; Thu, 12 Aug 2004 17:00:58 -0400 (EDT)
Received: from [200.68.74.121] (helo=mail.webahora.com) by ietf-mx.ietf.org with esmtp (Exim 4.33) id 1BvMm3-0006VZ-J8 for ipcdn@ietf.org; Thu, 12 Aug 2004 17:06:12 -0400
Received: from NOTEBOOK02 (218-153-89-200.fibertel.com.ar [200.89.153.218]) by mail.webahora.com (Postfix) with ESMTP id 687F72E7A; Thu, 12 Aug 2004 17:57:46 -0300 (ART)
From: Leandro Rzezak <leandror@intraway.com>
To: 'Jean-Francois Mule' <jf.mule@cablelabs.com>, ipcdn@ietf.org, 'PacketCable Provisioning and OSS Majordomo List' <packetcable-prov-oss@cablelabs.com>
Subject: RE: [ipcdn] [pkt-prov] MTA MIB Error OID table - a number of questions
Date: Thu, 12 Aug 2004 18:00:46 -0300
MIME-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
X-Mailer: Microsoft Office Outlook, Build 11.0.5510
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441
Thread-Index: AcQHvN926xVuYmLvRFuX5nS5/On1/wD5ERZwAAG0zlABimPhABuwhhFwAALJl5AABA/rAA==
In-Reply-To: <CD6CE349CFD30D40BF5E13B3E0D8480406A317@srvxchg.cablelabs.com>
Message-Id: <20040812205746.687F72E7A@mail.webahora.com>
X-Spam-Score: 0.1 (/)
X-Scan-Signature: f66b12316365a3fe519e75911daf28a8
Content-Transfer-Encoding: quoted-printable
Cc: enechamkin@broadcom.com, 'Dave Thaler' <dthaler@windows.microsoft.com>
X-BeenThere: ipcdn@ietf.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: IP over Cable Data Network <ipcdn.ietf.org>
List-Unsubscribe: <https://www1.ietf.org/mailman/listinfo/ipcdn>, <mailto:ipcdn-request@ietf.org?subject=unsubscribe>
List-Post: <mailto:ipcdn@ietf.org>
List-Help: <mailto:ipcdn-request@ietf.org?subject=help>
List-Subscribe: <https://www1.ietf.org/mailman/listinfo/ipcdn>, <mailto:ipcdn-request@ietf.org?subject=subscribe>
Sender: ipcdn-bounces@ietf.org
Errors-To: ipcdn-bounces@ietf.org
X-Spam-Score: 0.1 (/)
X-Scan-Signature: 34d35111647d654d033d58d318c0d21a
Content-Transfer-Encoding: quoted-printable
About the 2nd issue, perhaps going with the ">/dev/null" mode but overwriting the 1024th error with a warning... Regards, Leandro Rzezak Intraway Corp. http://www.intraway.com -----Original Message----- From: ipcdn-bounces@ietf.org [mailto:ipcdn-bounces@ietf.org] On Behalf Of Jean-Francois Mule Sent: Thursday, August 12, 2004 5:11 PM To: ipcdn@ietf.org; PacketCable Provisioning and OSS Majordomo List Cc: enechamkin@broadcom.com; Dave Thaler Subject: [ipcdn] [pkt-prov] MTA MIB Error OID table - a number of questions Folks, We received one comment from Dave Thaler during the IETF mib doctor review on the MTA MIB ErrorOID table for which I would like to request some input from the lists (comment #11 from Dave). 1. Max range of the index object: pktcMtaDevErrorOidIndex OBJECT-TYPE SYNTAX Unsigned32 (1..1024) ^^^^ Is there any reason why we are limiting the size of this object? From an implementation point of view on the snmp mib agent, is this limitation buying much? 2. What happens if more than 1024 errors are encountered? Hopefully this does not happen often since the operators manage the config files and it is extremely rare to have config files with over 1024 entries or with a smaller number of entries causing 1024 errors. That said, if we keep the range as-is, per Dave's recommendation, we should define properly what happens after the value 1024 is reached so that all MTA vendors do it consistently and so that SNMP mgers can act accordingly in those cases. Assuming we keep the range as is (1..1024), there are a couple of options for MTAs to populate the table when a 1025th error is encountered: - ">/dev/null": forget about it, any error after 1024 does not get stored, only the first 1024 errors are present in the table, - "wrap": overwrite entries starting with entry 1, so 1025 -> 1, 1026 -> 2, etc. - "tail": just overwrite the last entry (1..1023 remain stable, 1024 is updated with the latest error: 1025 -> 1024, 1026 -> 1024, etc.) The "wrap" mode is not a good option in my opinion for 2 reasons: - by analogy with compilation errors we sometimes encounter with C++/C/SMI, an error early on in the file being parsed can cause numerous subsequent errors which are not very relevant; - in this particular case of config files with TLV tuples, if something goes wrong on the MTA misinterpreting the length of a TLV for e.g., all subsequent TLV parsing will be affected. => "wrap" won't help troubleshoot the primary errors. My preference would be ">/dev/null". It is simpler for MTAs and if there are 1024 errors, who cares about the remaining ones (based on the above). The "tail" mode is misleading in my opinion and is not very relevant as intermediate entries (1025..max_errors-1) will be missed. Are there any other/better options if we keep the range? Any comments on the above? Jean-François _______________________________________________ IPCDN mailing list IPCDN@ietf.org https://www1.ietf.org/mailman/listinfo/ipcdn _______________________________________________ IPCDN mailing list IPCDN@ietf.org https://www1.ietf.org/mailman/listinfo/ipcdn
- [ipcdn] [pkt-prov] MTA MIB Error OID table - a nu… Jean-Francois Mule
- RE: [ipcdn] [pkt-prov] MTA MIB Error OID table - … Leandro Rzezak
- RE: [ipcdn] [pkt-prov] MTA MIB Error OID table - … Sumanth Channabasappa
- RE: [ipcdn] [pkt-prov] MTA MIB Error OID table - … Jean-Francois Mule
- RE: [ipcdn] [pkt-prov] MTA MIB Error OID table - … Eugene Nechamkin
- Re: [ipcdn] [pkt-prov] MTA MIB Error OID table - … Randy Presuhn
- RE: [ipcdn] [pkt-prov] MTA MIB Error OID table - … Eugene Nechamkin
- Re: [ipcdn] [pkt-prov] MTA MIB Error OID table - … Randy Presuhn
- RE: [ipcdn] [pkt-prov] MTA MIB Error OID table - … Eugene Nechamkin
- Re: [ipcdn] [pkt-prov] MTA MIB Error OID table - … Randy Presuhn
- RE: [ipcdn] [pkt-prov] MTA MIB Error OID table - … Dave Thaler
- RE: [ipcdn] [pkt-prov] MTA MIB Error OID table - … Eugene Nechamkin
- RE: [ipcdn] [pkt-prov] MTA MIB Error OID table - … Eugene Nechamkin