Re: [Manet-dt] Link local Multicast Address - MANET Routers

"Ian Chakeres" <ian.chakeres@gmail.com> Tue, 18 April 2006 16:39 UTC

Received: from [127.0.0.1] (helo=stiedprmman1.va.neustar.com) by megatron.ietf.org with esmtp (Exim 4.43) id 1FVtEv-0005kG-S4; Tue, 18 Apr 2006 12:39:45 -0400
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org) by megatron.ietf.org with esmtp (Exim 4.43) id 1FVtEu-0005kB-S9 for manet-dt@ietf.org; Tue, 18 Apr 2006 12:39:44 -0400
Received: from nz-out-0102.google.com ([64.233.162.207]) by ietf-mx.ietf.org with esmtp (Exim 4.43) id 1FVtEt-0000UR-IW for manet-dt@ietf.org; Tue, 18 Apr 2006 12:39:44 -0400
Received: by nz-out-0102.google.com with SMTP id x3so772571nzd for <manet-dt@ietf.org>; Tue, 18 Apr 2006 09:39:42 -0700 (PDT)
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=VaM7Pt8ZpoH1+liNPWOhHe4Zx/pDT0zLJ0V7kq0Z3T/YUNdzzAfGM6XgFXPk8dEnbo2ADkiObSTO+NNUWZ5r8P/7ySWQPLOvZaUJS8Mx2Uin/VeJYwln8543gcg8roxZZqHN2ah/8zroKHfDzWhPmCUBhCpPsCAb5hVK8x6Nlh4=
Received: by 10.36.224.27 with SMTP id w27mr766353nzg; Tue, 18 Apr 2006 09:39:42 -0700 (PDT)
Received: by 10.37.18.44 with HTTP; Tue, 18 Apr 2006 09:39:42 -0700 (PDT)
Message-ID: <374005f30604180939p5f30b8a2n52d439bb9712c40c@mail.gmail.com>
Date: Tue, 18 Apr 2006 09:39:42 -0700
From: "Ian Chakeres" <ian.chakeres@gmail.com>
To: "Brian Haberman" <brian@innovationslab.net>
Subject: Re: [Manet-dt] Link local Multicast Address - MANET Routers
In-Reply-To: <5829b404176c1f1370143354ea794489@innovationslab.net>
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline
References: <374005f30604151505x6fce28d6wdb4f8e7bda58c489@mail.gmail.com> <5829b404176c1f1370143354ea794489@innovationslab.net>
X-Spam-Score: 0.0 (/)
X-Scan-Signature: a2c12dacc0736f14d6b540e805505a86
Cc: manet-dt@ietf.org
X-BeenThere: manet-dt@ietf.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: MANET Design Team <manet-dt.ietf.org>
List-Unsubscribe: <https://www1.ietf.org/mailman/listinfo/manet-dt>, <mailto:manet-dt-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www1.ietf.org/pipermail/manet-dt>
List-Post: <mailto:manet-dt@ietf.org>
List-Help: <mailto:manet-dt-request@ietf.org?subject=help>
List-Subscribe: <https://www1.ietf.org/mailman/listinfo/manet-dt>, <mailto:manet-dt-request@ietf.org?subject=subscribe>
Errors-To: manet-dt-bounces@ietf.org

Comments inline.

On 4/18/06, Brian Haberman <brian@innovationslab.net> wrote:
> In what context would this common address be used?

The common address will be used for link local MANET routing protocol packets.

In NHD the address will be used for HELLO messages - all messages
In OLSRv2 it will be used for TC messages - all messages
In DYMO it will be used for RREQ, RREP, & RERR messages - all messages

> Do we expect MANETs to exist that run multiple routing protocols?

Given the common packet format, and soon to be common neighborhood
discovery, I think multiple MANET routing protocol components may be
run together in the future.

> If so, the filtering now has to be done above the MAC filters (i.e. on
> port or protocol numbers) which will affect power consumption.

Yes, but using a different multicast address for each protocol will
require that each protocol's messages be carried in separate packets.
The consequence of carrying each protocols messages in their own IP
packets can increase wireless media access significantly.

> What about security issues of sending packets that are not meant
> for a subset of routers, but are received by them due to the shared
> address?

I do not see this as an issue to be addressed by the base MANET protocols.

We are discussing authentication of routing packets for the base spec.

> In short, I would like to see a description of how this address will be
> used before I make any judgment.

Does the discussion above help?

Ian

Note - this address would be very similar to OSPF (RFC 2328) AllSPFRouters

o   Use of IP multicast.  Some OSPF messages are multicast, when
        sent over broadcast networks.  Two distinct IP multicast
        addresses are used.  Packets sent to these multicast addresses
        should never be forwarded; they are meant to travel a single hop
        only.  To ensure that these packets will not travel multiple
        hops, their IP TTL must be set to 1.

        AllSPFRouters
            This multicast address has been assigned the value
            224.0.0.5.  All routers running OSPF should be prepared to
            receive packets sent to this address.  Hello packets are
            always sent to this destination.  Also, certain OSPF
            protocol packets are sent to this address during the
            flooding procedure.

  AllDRouters
            This multicast address has been assigned the value
            224.0.0.6.  Both the Designated Router and Backup Designated
            Router must be prepared to receive packets destined to this
            address.  Certain OSPF protocol packets are sent to this
            address during the flooding procedure.

> Regards,
> Brian
>
> On Apr 15, 2006, at 18:05, Ian Chakeres wrote:
>
> > Now that we have a common packet building block, and will soon have a
> > common neighborhood discovery building block, I think it is pretty
> > natural to use a common multicast address for reaching link-local
> > MANET routers. Please reply if you support this common multicast
> > address being allocated.
> >
> > If I receive support I will start moving on this.
> >
> > Ian Chakeres
> >
> > _______________________________________________
> > Manet-dt mailing list
> > Manet-dt@ietf.org
> > https://www1.ietf.org/mailman/listinfo/manet-dt
>
>
> _______________________________________________
> Manet-dt mailing list
> Manet-dt@ietf.org
> https://www1.ietf.org/mailman/listinfo/manet-dt
>
>
>
>

_______________________________________________
Manet-dt mailing list
Manet-dt@ietf.org
https://www1.ietf.org/mailman/listinfo/manet-dt