Internet.com
Get your
ISP-News
courtesy of
internetnews.com




Search ISP-Lists
Search:
ISP Channel
CLEC-Planet
ISP Glossary
ISP News
ISP-Planet
ISP-Lists
E-mail Newsletters
Opt-in Announcements
Discussion Forums
internet.com
IT
Developer
Internet News
Small Business
Personal Technology
International

Search internet.com
Advertise
Corporate Info
Newsletters
Tech Jobs
E-mail Offers

The ISP-Lists.com Email Discussion List Community

<- Previous Message | Next Message ->
Thread Index
[isp-bgp] Re: Routing Information
> 	at the same time, your normal static route will take precedence over
> 	anything as long as you use the default/standard a.d. on it.

<pedantic>

	i meant 'take precedence over !connected routes'

</pedantic>

> 
> 	this is just one of the many ways you can use to get around the problem.
> 	ofcourse, YMMV.
> 
> -J
> 
> -- 
> James Jun (formerly Haesu)
> TowardEX Technologies, Inc.
> 1740 Massachusetts Ave.
> Boxborough, MA 01719
> Consulting, IPv4 & IPv6 colocation, web hosting, network design & implementation
> http://www.towardex.com  | james@towardex.com
> Cell: (978)394-2867    
> Fax: (978)263-0033       | AIM: GigabitEthernet0
> NOC: http://www.twdx.net | POC: HAESU-ARIN, HDJ1-6BONE
> 
> 
> On Sun, Feb 29, 2004 at 01:09:44AM -0500, Serge Paquin wrote:
> > There is always a catch :)
> > 
> > How would I properly account for redundancy if I'm using HSRP?  2 routers, 2
> > providers connected to an internal switch and connected to each other via
> > crossover.
> > 
> > If a router looses conductivity to the switch along with the other router at
> > the same time and still advertises it's routes there is a blackhole of
> > sorts.
> > 
> > Am I just overanalyzing the problem?  I realize the chance of 2 Ethernet
> > links going down at the same time while the Serial interface of the router
> > is still working is very far fetched. Is it even reasonable to account for
> > such an occurrence?
> > 
> > Serge.
> > 
> > ----- Original Message -----
> > From: "James" <haesu@...>
> > To: <isp-bgp@isp-bgp.com>
> > Sent: Sunday, February 29, 2004 12:58 AM
> > Subject: [isp-bgp] Re: Routing Information
> > 
> > 
> > yes you are missing something.. :P
> > 
> > if the router doesnt see the route and drops the bgp advertisement..
> > that's all fine and dandy... but...
> > 
> > now what happens if your ethernet starts flapping hard? you are going
> > to start flapping bgp advertisements. now that might not be a problem
> > for you if this is bgp over an internal network that does not propagate
> > the advertisements to the internet.. but if this is a live bgp session
> > with your upstream isp and what not, you are going to experience some
> > serious dampening penalties after enough flaps.
> > 
> > flapping leads to dampening.
> > dampening leads to suffering.
> > 
> > besides... if the route becomes unavailable, it can be safely routed to
> > bitbucket anyway.
> > 
> > my 0.02
> > 
> > -J
> > 
> > --
> > James Jun (formerly Haesu)
> > TowardEX Technologies, Inc.
> > 1740 Massachusetts Ave.
> > Boxborough, MA 01719
> > Consulting, IPv4 & IPv6 colocation, web hosting, network design &
> > implementation
> > http://www.towardex.com  | james@towardex.com
> > Cell: (978)394-2867      | Office: (978)263-3399 Ext. 170
> > Fax: (978)263-0033       | AIM: GigabitEthernet0
> > NOC: http://www.twdx.net | POC: HAESU-ARIN, HDJ1-6BONE
> > 
> > On Sun, Feb 29, 2004 at 12:54:08AM -0500, Serge Paquin wrote:
> > > Thanks for the quick reply.
> > >
> > > Actually I'm thinking about not having the floating route.  If the router
> > > cannot see the internal switch and it's local neighbor router it has
> > nowhere
> > > to send the traffic so I figure it should not be advertising.
> > >
> > > I see everyone always recommending a floating route but I figure that
> > could
> > > give me a type of local blackhole.
> > >
> > > Am I missing something?
> > >
> > > Serge.
> > >
> > > ----- Original Message -----
> > > From: "James" <haesu@...>
> > > To: <isp-bgp@isp-bgp.com>
> > > Sent: Sunday, February 29, 2004 12:49 AM
> > > Subject: [isp-bgp] Re: Routing Information
> > >
> > >
> > > >     If there is no static route to a locally BGP advertised block BGP
> > will
> > > > not advertise?
> > >
> > > correct.
> > >
> > > thats why you can either a) advertise a connected route or
> > > b) set a floating static route.
> > >
> > > >     ie:
> > > >     route1 advertises 192.168.0.0/24 via BGP
> > >
> > > i.e. do this:
> > >
> > > conf t
> > > router bgp blah
> > > network 192.168.0.0 mask 255.255.255.0
> > > exit
> > > ip route 192.168.0.0 255.255.255.0 192.168.1.1
> > > ip route 192.168.0.0 255.255.255.0 192.168.2.1 50
> > > ! The floating route to null.
> > > ip route 192.168.0.0 255.255.255.0 Null0 254
> > >
> > > can also use 'permanent' as well.
> > >
> > > -J
> > >
> > > --
> > > James Jun (formerly Haesu)
> > > TowardEX Technologies, Inc.
> > > 1740 Massachusetts Ave.
> > > Boxborough, MA 01719
> > > Consulting, IPv4 & IPv6 colocation, web hosting, network design &
> > > implementation
> > > http://www.towardex.com  | james@towardex.com
> > > Cell: (978)394-2867
> > > Fax: (978)263-0033       | AIM: GigabitEthernet0
> > > NOC: http://www.twdx.net | POC: HAESU-ARIN, HDJ1-6BONE
> > >
> > > >
> > > >     static route:
> > > >     ip route 192.168.0.0 255.255.255.0 192.168.1.1
> > > >     ip route 192.168.0.0 255.255.255.0 192.168.2.1 50
> > > >
> > > >     If the router looses it's like to the 192.168.1.0 and 192.168.2.0
> > > > networks the static routes become invalid and theirfore the router will
> > > stop
> > > > advertising 192.168.0.0/24 via BGP?
> > > >
> > > > Thanks,
> > > > Serge.
> > > >
> > > >
> > > >




> > > > To unsubscribe via postal mail, please contact us at:
> > > > Jupitermedia Corp.
> > > > Attn: Discussion List Management
> > > > 475 Park Avenue South
> > > > New York, NY 10016
> > > >
> > > > Please include the email address which you have been contacted with.
> > > >
> > > > ------------------------ANNOUNCEMENT---------------------------------
> > > > ---------------------------------------------------------------------
> > > >         - ISPCON Spring 2004 - Washington DC Hilton & Towers -
> > > >
> > > >              - The ISP and WISP event - www.ispcon.com -
> > > >
> > > >               - Informative. Substantive. Instructive -
> > > > ----------------------------------------------------------------------
> > > > ----------------------------------------------------------------------
> > >
> > >
> > >




> > > To unsubscribe via postal mail, please contact us at:
> > > Jupitermedia Corp.
> > > Attn: Discussion List Management
> > > 475 Park Avenue South
> > > New York, NY 10016
> > >
> > > Please include the email address which you have been contacted with.
> > >
> > > ------------------------ANNOUNCEMENT---------------------------------
> > > ---------------------------------------------------------------------
> > >         - ISPCON Spring 2004 - Washington DC Hilton & Towers -
> > >
> > >              - The ISP and WISP event - www.ispcon.com -
> > >
> > >               - Informative. Substantive. Instructive -
> > > ----------------------------------------------------------------------
> > > ----------------------------------------------------------------------
> > >
> > >
> > >
> > >




> > > To unsubscribe via postal mail, please contact us at:
> > > Jupitermedia Corp.
> > > Attn: Discussion List Management
> > > 475 Park Avenue South
> > > New York, NY 10016
> > >
> > > Please include the email address which you have been contacted with.
> > >
> > > ------------------------ANNOUNCEMENT---------------------------------
> > > ---------------------------------------------------------------------
> > >         - ISPCON Spring 2004 - Washington DC Hilton & Towers -
> > >
> > >              - The ISP and WISP event - www.ispcon.com -
> > >
> > >               - Informative. Substantive. Instructive -
> > > ----------------------------------------------------------------------
> > > ----------------------------------------------------------------------
> > 
> > 
> > 




> > To unsubscribe via postal mail, please contact us at:
> > Jupitermedia Corp.
> > Attn: Discussion List Management
> > 475 Park Avenue South
> > New York, NY 10016
> > 
> > Please include the email address which you have been contacted with.
> > 
> > ------------------------ANNOUNCEMENT---------------------------------
> > ---------------------------------------------------------------------
> >         - ISPCON Spring 2004 - Washington DC Hilton & Towers -
> > 
> >              - The ISP and WISP event - www.ispcon.com -
> > 
> >               - Informative. Substantive. Instructive -
> > ----------------------------------------------------------------------
> > ----------------------------------------------------------------------
> > 
> > 
> > 
> > 




> > To unsubscribe via postal mail, please contact us at:
> > Jupitermedia Corp.
> > Attn: Discussion List Management
> > 475 Park Avenue South
> > New York, NY 10016
> > 
> > Please include the email address which you have been contacted with.
> > 
> > ------------------------ANNOUNCEMENT---------------------------------
> > ---------------------------------------------------------------------
> >         - ISPCON Spring 2004 - Washington DC Hilton & Towers -
> > 
> >              - The ISP and WISP event - www.ispcon.com -
> > 
> >               - Informative. Substantive. Instructive -
> > ----------------------------------------------------------------------
> > ----------------------------------------------------------------------
> 
> 
> 




> To unsubscribe via postal mail, please contact us at:
> Jupitermedia Corp.
> Attn: Discussion List Management
> 475 Park Avenue South
> New York, NY 10016
> 
> Please include the email address which you have been contacted with.
> 
> ------------------------ANNOUNCEMENT---------------------------------
> ---------------------------------------------------------------------
>         - ISPCON Spring 2004 - Washington DC Hilton & Towers -
> 
>              - The ISP and WISP event - www.ispcon.com -
> 
>               - Informative. Substantive. Instructive -
> ----------------------------------------------------------------------
> ----------------------------------------------------------------------

-- 
James Jun (formerly Haesu)
TowardEX Technologies, Inc.
1740 Massachusetts Ave.
Boxborough, MA 01719
Consulting, IPv4 & IPv6 colocation, web hosting, network design & implementation
http://www.towardex.com  | james@towardex.com
Cell: (978)394-2867      | Office: (978)263-3399 Ext. 170
Fax: (978)263-0033       | AIM: GigabitEthernet0
NOC: http://www.twdx.net | POC: HAESU-ARIN, HDJ1-6BONE






To unsubscribe via postal mail, please contact us at:
Jupitermedia Corp.
Attn: Discussion List Management
475 Park Avenue South
New York, NY 10016

Please include the email address which you have been contacted with.

------------------------ANNOUNCEMENT---------------------------------
---------------------------------------------------------------------
        - ISPCON Spring 2004 - Washington DC Hilton & Towers -

             - The ISP and WISP event - www.ispcon.com -

              - Informative. Substantive. Instructive -
----------------------------------------------------------------------
----------------------------------------------------------------------

Replies
[isp-bgp] Routing Information, Serge Paquin
[isp-bgp] Re: Routing Information, James
[isp-bgp] Re: Routing Information, Serge Paquin
[isp-bgp] Re: Routing Information, James
[isp-bgp] Re: Routing Information, Serge Paquin
[isp-bgp] Re: Routing Information, haesu
<- Previous Message | Next Message ->
Thread Index

ISP Glossary
Find an ISP Term

Need Help?

JupiterOnlineMedia

internet.comearthweb.comDevx.commediabistro.comGraphics.com

Search:

Jupitermedia Corporation has two divisions: Jupiterimages and JupiterOnlineMedia

Jupitermedia Corporate Info


Legal Notices, Licensing, Reprints, & Permissions, Privacy Policy.

Advertise | Newsletters | Tech Jobs | Shopping | E-mail Offers

Solutions
Whitepapers and eBooks
IBM eBook: Planning a Service Oriented Architecture
IBM eBook: Choosing the Right Architecture--What It Means for You and Your Business
Microsoft Article: Will Hyper-V Make VMware This Decade's Netscape?
Avaya Article: Using Intelligent Presence to Create Smarter Business Applications
Intel Go Parallel Article: Getting Started with TBB on Windows
Microsoft Article: 7.0, Microsoft's Lucky Version?
Avaya Article: How to Feed Data into the Avaya Event Processor
IBM Article: Developing a Software Policy for Your Organization
Microsoft Article: Managing Virtual Machines with Microsoft System Center
Intel Go Parallel Article: Intel Threading Tools and OpenMP
HP eBook: Storage Networking , Part 1
Microsoft Article: Solving Data Center Complexity with Microsoft System Center Configuration Manager 2007
MORE WHITEPAPERS, EBOOKS, AND ARTICLES
Webcasts
HP Video: StorageWorks EVA4400 and Oracle
HP Webcast: Storage Is Changing Fast - Be Ready or Be Left Behind
Microsoft Silverlight Video: Creating Fading Controls with Expression Design and Expression Blend 2
MORE WEBCASTS, PODCASTS, AND VIDEOS
Downloads and eKits
Red Gate Download: SQL Toolbelt and free High-Performance SQL Code eBook
Iron Speed Designer Application Generator
MORE DOWNLOADS, EKITS, AND FREE TRIALS
Tutorials and Demos
Silverlight 2 App and Walkthrough: Leverage Silverlight 2 with SQL Server and XML
IBM Article: Enterprise Search--Do You Know What's Out There?
HP Demo: StorageWorks EVA4400
Microsoft Article: The Progress and Promise of Deep Zoom
Microsoft How-to Article: Get Going with Silverlight and Windows Live
MORE TUTORIALS, DEMOS AND STEP-BY-STEP GUIDES