[192911] in North American Network Operators' Group
Re: Forwarding issues related to MACs starting with a 4 or a 6 (Was:
daemon@ATHENA.MIT.EDU (Simon Lockhart)
Fri Dec 2 11:26:17 2016
X-Original-To: nanog@nanog.org
Date: Fri, 2 Dec 2016 16:02:43 +0000
From: Simon Lockhart <simon@slimey.org>
To: Christopher Morrow <morrowc.lists@gmail.com>
In-Reply-To: <CAL9jLabr4VHV7qeVi23Cvx_wNQ8T8H97oJtYtdRvHr2hSyhJ_g@mail.gmail.com>
Cc: nanog list <nanog@nanog.org>
Errors-To: nanog-bounces@nanog.org
On Fri Dec 02, 2016 at 10:29:56AM -0500, Christopher Morrow wrote:
> you'd think standard testing of traffic through the asic path somewhere
> between 'let's design an asic!' and 'here's your board ms customer!' would
> have found this sort of thing, no? or does testing only use 1 mac address
> ever?
Well, it's actually payload, rather than src/dst MAC used for forwarding, so
there's quite a few more combinations to look for...
2^(8*9216) is quite a lot of different packets to test through the forwarding
path... But, wait, that assumes every bit combination for 9216 byte packets,
but the packet might be shorter than that... So multiply that by (9216-64).
Anyone want to work out how many years that'd take to test, even at 100G?
Simon