Re: My virtual-link question

Erblichs <erblichs@EARTHLINK.NET> Sat, 31 July 2004 01:36 UTC

Received: from cherry.ease.lsoft.com (cherry.ease.lsoft.com [209.119.0.109]) by ietf.org (8.9.1a/8.9.1a) with ESMTP id VAA14902 for <ospf-archive@LISTS.IETF.ORG>; Fri, 30 Jul 2004 21:36:26 -0400 (EDT)
Received: from vms.dc.lsoft.com (209.119.0.2) by cherry.ease.lsoft.com (LSMTP for Digital Unix v1.1b) with SMTP id <18.00E2FEDF@cherry.ease.lsoft.com>; Fri, 30 Jul 2004 21:36:27 -0400
Received: from PEACH.EASE.LSOFT.COM by PEACH.EASE.LSOFT.COM (LISTSERV-TCP/IP release 1.8e) with spool id 28367484 for OSPF@PEACH.EASE.LSOFT.COM; Fri, 30 Jul 2004 21:36:21 -0400
Received: from 207.217.120.120 by WALNUT.EASE.LSOFT.COM (SMTPL release 1.0i) with TCP; Fri, 30 Jul 2004 21:36:21 -0400
Received: from user-2ivfn2o.dialup.mindspring.com ([165.247.220.88] helo=earthlink.net) by albatross.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 1BqinL-0001Na-00 for OSPF@PEACH.EASE.LSOFT.COM; Fri, 30 Jul 2004 18:36:19 -0700
X-Sender: "Erblichs" <@smtp.earthlink.net> (Unverified)
X-Mailer: Mozilla 4.72 [en]C-gatewaynet (Win98; I)
X-Accept-Language: en
MIME-Version: 1.0
References: <001901c4769d$416026e0$d101a8c0@eng.timetra.com>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Message-ID: <410AF7D9.B5CF0F8C@earthlink.net>
Date: Fri, 30 Jul 2004 18:37:29 -0700
Reply-To: Mailing List <OSPF@PEACH.EASE.LSOFT.COM>
Sender: Mailing List <OSPF@PEACH.EASE.LSOFT.COM>
From: Erblichs <erblichs@EARTHLINK.NET>
Subject: Re: My virtual-link question
To: OSPF@PEACH.EASE.LSOFT.COM
Precedence: list
Content-Transfer-Encoding: 7bit

Don,

        I was talking about two general methods
        of handling overload, thus it was a FYI...

        Doing one, both, or none is a implimentation
        issue for your company.

        Mitchell Erblich
        ----------------

Don Goodspeed wrote:
>
> Mitchell,
>
> Why would a router advertising a virtual-link as one of it's
> possibly many links MaxAge it's entire router LSA?
>
> And in the example that I gave, the router with the virtual-
> link was not the one in overload.  In fact, I made a note
> at the end of my original description that one could have
> a virtual-link path where the total path cost exceeded 65535
> and my question applied to that scenario as well.
>
> Should the end-points of the virtual-link tear down the
> virtual-link in this case, or advertise the virtual-link
> with the largest advertisable cost in a TOSMetric field
> of a router LSA which is 65535.
>
> I think you and I are thinking of two different scenarios.
>
> Cheers,
> Don
>
> -----Original Message-----
> From: Mailing List [mailto:OSPF@PEACH.EASE.LSOFT.COM]On Behalf Of
> Erblichs
> Sent: Friday, July 30, 2004 6:20 PM
> To: OSPF@PEACH.EASE.LSOFT.COM
> Subject: Re: My virtual-link question
>
> Don,
>
>         MAXAGE is used to withdraw a link from the LSDB.
>         It is normally done when the SEQ is Maxed out.
>
>         If a router is indeed OVERLOADED and unable to
>         route even the fewest of transit packets and/or
>         dst packets, then it is easily concieveable not
>         to waste the bandwidth of to the destinations
>         knowing those packets are going to be dropped
>         anyway. Worst case is a drop at the last hop.
>
>         You are in effect voluntering blackholing those
>         routes until your router is able to advertise them
>         again. It is a very drastic move which forces a new
>         convergence to take place. It also assumes that
>         you can still generate the advertisement. The same
>         will happen if you don't refresh the routes in
>         1 hours timeframe.
>
>         Please be aware that this is different from DNA
>         (do not age) LSAs.
>
>         The MAXCOST metric via the Stub Router Advertisement
>         only minimizes the number of transit pkts, but with
>         no alternatives does not decrease the amount of
>         transit traffic. It does not effect pkts that are
>         routed only to a dst that is attached thru the
>         router.
>
>         I thought you would like to see how to do both of
>         your items.
>
>         Mitchell Erblich
>         -------------------
>
> Don Goodspeed wrote:
> >
> > All,
> >
> > My excite account was on the fritz so I resubscribed with my work account.
> >
> > Mitchell, the last email I saw said advertise the link with MAXAGE.
> >
> > Did you mean to say MaxMetric (aka 0xffff)?
> >
> > -don