[Anima] draft-richardson-anima-l2-friendly-acp-02.txt

Michael Richardson <mcr+ietf@sandelman.ca> Wed, 16 June 2021 01:00 UTC

Return-Path: <mcr+ietf@sandelman.ca>
X-Original-To: anima@ietfa.amsl.com
Delivered-To: anima@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id E49C63A4495 for <anima@ietfa.amsl.com>; Tue, 15 Jun 2021 18:00:02 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -4.199
X-Spam-Level:
X-Spam-Status: No, score=-4.199 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id nAsL7CbrGbw8 for <anima@ietfa.amsl.com>; Tue, 15 Jun 2021 17:59:57 -0700 (PDT)
Received: from tuna.sandelman.ca (tuna.sandelman.ca [IPv6:2607:f0b0:f:3:216:3eff:fe7c:d1f3]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 5A8593A4494 for <anima@ietf.org>; Tue, 15 Jun 2021 17:59:57 -0700 (PDT)
Received: from localhost (localhost [127.0.0.1]) by tuna.sandelman.ca (Postfix) with ESMTP id E2254389EF for <anima@ietf.org>; Tue, 15 Jun 2021 21:01:06 -0400 (EDT)
Received: from tuna.sandelman.ca ([127.0.0.1]) by localhost (localhost [127.0.0.1]) (amavisd-new, port 10024) with LMTP id l-h098IKxdsI for <anima@ietf.org>; Tue, 15 Jun 2021 21:01:05 -0400 (EDT)
Received: from sandelman.ca (obiwan.sandelman.ca [IPv6:2607:f0b0:f:2::247]) by tuna.sandelman.ca (Postfix) with ESMTP id 038913897F for <anima@ietf.org>; Tue, 15 Jun 2021 21:01:05 -0400 (EDT)
Received: from localhost (localhost [IPv6:::1]) by sandelman.ca (Postfix) with ESMTP id 3F201BB3 for <anima@ietf.org>; Tue, 15 Jun 2021 20:59:53 -0400 (EDT)
From: Michael Richardson <mcr+ietf@sandelman.ca>
To: anima@ietf.org
In-Reply-To: <162379258217.7432.3992272301775615539@ietfa.amsl.com>
References: <162379258217.7432.3992272301775615539@ietfa.amsl.com>
X-Mailer: MH-E 8.6+git; nmh 1.7+dev; GNU Emacs 26.1
X-Face: $\n1pF)h^`}$H>Hk{L"x@)JS7<%Az}5RyS@k9X%29-lHB$Ti.V>2bi.~ehC0; <'$9xN5Ub# z!G,p`nR&p7Fz@^UXIn156S8.~^@MJ*mMsD7=QFeq%AL4m<nPbLgmtKK-5dC@#:k
MIME-Version: 1.0
Content-Type: multipart/signed; boundary="=-=-="; micalg="pgp-sha512"; protocol="application/pgp-signature"
Date: Tue, 15 Jun 2021 20:59:53 -0400
Message-ID: <6920.1623805193@localhost>
Archived-At: <https://mailarchive.ietf.org/arch/msg/anima/ef-fuyL3VByajZqiiA_h-wG68iw>
Subject: [Anima] draft-richardson-anima-l2-friendly-acp-02.txt
X-BeenThere: anima@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Autonomic Networking Integrated Model and Approach <anima.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/anima>, <mailto:anima-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/anima/>
List-Post: <mailto:anima@ietf.org>
List-Help: <mailto:anima-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/anima>, <mailto:anima-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 16 Jun 2021 01:00:03 -0000

WG, after some thinking, I have revised this document from problem statement
to a proposed solution.

The short of it is that the problem is multicast/broadcast, such as done for
ND, DAD and GRASP-DULL.   Unicast traffic between two control plane CPUs
should not be a problem, so actual ACP traffic could be sent just fine, as
long as it is only unicast.

So the problem isn't ACP operation (IKEv2, IPsec, TCP for BRSKI onboarding),
but GRASP-DULL discovery!   This was my thought a few weeks ago.

My answer is to embed the GRASP DULL CBOR inside an LLDP TLV.
The only only issue is that each GRASP M_FLOOD message contains a session-id,
which I think needs to change upon each M_FLOOD that is sent.  It would be
better for LLDP, as I understand it, if each message could be identical,
unless there is an actual change to the contents.
(Annoyingly, "session-id" does not appear in RFC8990 Section 2.7 on Session
Identifier)

I can't identify an impact of not changing it when the LLDP is retransmitted.


internet-drafts@ietf.org wrote:
    > Title:		Autonomic Control Plane design for Layer-Two Switched Networks
    > Document date:	2021-06-15
    > Group:		Individual Submission
    > Pages:		6

(it got shorter!)

    > Html:           https://www.ietf.org/archive/id/draft-richardson-anima-l2-friendly-acp-02.html


    > Abstract:
    > This document proposes a design for an L2 aware Autonomic Control
    > Plane that can be deployed easily to layer-two (Ethernet) switched
    > technologies that are common on Campus/Enterprise network
    > architectures.

    > This document leverages the hop-by-hop announcement used in LLDP, but
    > runs bulk data over normal IPv6 Link-Local unicast ethernet frames.






--
Michael Richardson <mcr+IETF@sandelman.ca>   . o O ( IPv6 IøT consulting )
           Sandelman Software Works Inc, Ottawa and Worldwide