Re: [OSPF] Assign router address when only unnumbered I/Fs?

Dave Katz <dkatz@juniper.net> Mon, 10 August 2009 23:10 UTC

Return-Path: <dkatz@juniper.net>
X-Original-To: ospf@core3.amsl.com
Delivered-To: ospf@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id 96B5D3A691D for <ospf@core3.amsl.com>; Mon, 10 Aug 2009 16:10:44 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.599
X-Spam-Level:
X-Spam-Status: No, score=-6.599 tagged_above=-999 required=5 tests=[BAYES_00=-2.599, RCVD_IN_DNSWL_MED=-4]
Received: from mail.ietf.org ([64.170.98.32]) by localhost (core3.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 2QvXt9ctWsnq for <ospf@core3.amsl.com>; Mon, 10 Aug 2009 16:10:43 -0700 (PDT)
Received: from exprod7og103.obsmtp.com (exprod7og103.obsmtp.com [64.18.2.159]) by core3.amsl.com (Postfix) with ESMTP id 04C4A3A67EC for <ospf@ietf.org>; Mon, 10 Aug 2009 16:10:40 -0700 (PDT)
Received: from source ([66.129.224.36]) (using TLSv1) by exprod7ob103.postini.com ([64.18.6.12]) with SMTP ID DSNKSoCo9P4+n2soT4oaX+bYMK+Txh16AFJ9@postini.com; Mon, 10 Aug 2009 16:10:47 PDT
Received: from p-emfe01-sac.jnpr.net (66.129.254.72) by P-EMHUB01-HQ.jnpr.net (172.24.192.35) with Microsoft SMTP Server id 8.1.375.2; Mon, 10 Aug 2009 16:08:57 -0700
Received: from p-emlb02-sac.jnpr.net ([66.129.254.47]) by p-emfe01-sac.jnpr.net with Microsoft SMTPSVC(6.0.3790.3959); Mon, 10 Aug 2009 16:08:58 -0700
Received: from emailsmtp55.jnpr.net ([172.24.18.132]) by p-emlb02-sac.jnpr.net with Microsoft SMTPSVC(6.0.3790.3959); Mon, 10 Aug 2009 16:08:57 -0700
Received: from merlot.juniper.net ([172.17.27.10]) by emailsmtp55.jnpr.net with Microsoft SMTPSVC(6.0.3790.3959); Mon, 10 Aug 2009 16:08:56 -0700
Received: from nimbus-sf.juniper.net (nimbus-sf.juniper.net [172.16.12.139]) by merlot.juniper.net (8.11.3/8.11.3) with ESMTP id n7AN8u038910; Mon, 10 Aug 2009 16:08:56 -0700 (PDT) (envelope-from dkatz@juniper.net)
Message-ID: <84BDA4CA-5734-4769-9224-CAE9CC6DCED9@juniper.net>
From: Dave Katz <dkatz@juniper.net>
To: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
In-Reply-To: <OF58ACC706.D1D7C980-ONC125760E.00673BB8-C125760E.00685AA6@transmode.se>
Content-Type: text/plain; charset="US-ASCII"; format="flowed"; delsp="yes"
Content-Transfer-Encoding: 7bit
MIME-Version: 1.0 (Apple Message framework v936)
Date: Mon, 10 Aug 2009 17:08:55 -0600
References: <OF58ACC706.D1D7C980-ONC125760E.00673BB8-C125760E.00685AA6@transmode.se>
X-Mailer: Apple Mail (2.936)
X-OriginalArrivalTime: 10 Aug 2009 23:08:56.0961 (UTC) FILETIME=[89A51710:01CA1A0F]
Cc: ospf@ietf.org
Subject: Re: [OSPF] Assign router address when only unnumbered I/Fs?
X-BeenThere: ospf@ietf.org
X-Mailman-Version: 2.1.9
Precedence: list
List-Id: The Official IETF OSPG WG Mailing List <ospf.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/listinfo/ospf>, <mailto:ospf-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/ospf>
List-Post: <mailto:ospf@ietf.org>
List-Help: <mailto:ospf-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/ospf>, <mailto:ospf-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 10 Aug 2009 23:10:44 -0000

A router must have at least one IP address in it somewhere, be it  
bound to a loopback or whatnot.

There's nothing wrong with advertising it in multiple areas, though  
particular implementations may or may not let you do so.  Putting it  
in only one area and advertising a summary into other areas would have  
the same effect at forwarding time.

Lots of room for implementation choices here.

--Dave

On Aug 10, 2009, at 12:59 PM, Joakim Tjernlund wrote:

>
> I got routers which only have unnumbered PtoP interfaces and I wonder
> how to advertise a host route as described in RFC 2328:
> [2]It is possible for all of a router's interfaces to be unnumbered
>    point-to-point links.  In this case, an IP address must be assigned
>    to the router.  This address will then be advertised in the  
> router's
>    router-LSA as a host route.
>
> The first that comes to mind is to just assign an IP address/32 to
> the loopback or dummy interface and start OSPF on that I/F. However,  
> you
> can only assign one area to that I/F. How have other people
> solved this?
> Ideally there would be a command that lets me assign a
> IP address which will be advertised in all areas.