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
	one thing you could do is..
	setup an IGP between the two routers that distribute static routes
	between the two. since floating static route to Null0 has a.d. of 254,
	IGP route will be preferred over 254 floating static., thereby sending
	traffic off to another router according to igp status during a failure.

	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.

	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 -
----------------------------------------------------------------------
----------------------------------------------------------------------

Replies
[isp-bgp] Re: Routing Information, Serge Paquin
[isp-bgp] Re: Routing Information, haesu
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
<- 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
Microsoft Article: Will Hyper-V Make VMware This Decade's Netscape?
Microsoft Article: BitLocker Encryption on Windows Server 2008
Go Parallel Article: Intel Thread Checker, Meet 20 Million LOC
IBM Whitepaper: Innovative Collaboration to Advance Your Business
Internet.com eBook: Real Life Rails
Avaya Article: Call Control XML - Powerful, Standards-Based Call Control
Tripwire Whitepaper: Seven Practical Steps to Mitigate Virtualization Security Risks
Internet.com eBook: The Pros and Cons of Outsourcing
Internet.com eBook: Best Practices for Developing a Web Site
IBM CXO Whitepaper: The 2008 Global CEO Study "The Enterprise of the Future"
Avaya Article: Call Control XML in Action - A CCXML Auto Attendant
Go Parallel Article: James Reinders on the Intel Parallel Studio Beta Program
IBM CXO Whitepaper: Unlocking the DNA of the Adaptable Workforce--The Global Human Capital Study 2008
Adobe Acrobat Connect Pro: Web Conferencing and eLearning Whitepapers
Go Parallel Article: Getting Started with TBB on Windows
HP eBook: Storage Networking , Part 1
MORE WHITEPAPERS, EBOOKS, AND ARTICLES
Webcasts
Go Parallel Video: Intel(R) Threading Building Blocks: A New Method for Threading in C++
HP Video: Is Your Data Center Ready for a Real World Disaster?
Microsoft Partner Portal Video: Microsoft Gold Certified Partners Build Successful Practices
HP On Demand Webcast: Virtualization in Action
Go Parallel Video: Performance and Threading Tools for Game Developers
Rackspace Hosting Center: Customer Videos
Intel vPro Developer Virtual Bootcamp
HP Disaster-Proof Solutions eSeminar
HP On Demand Webcast: Discover the Benefits of Virtualization
MORE WEBCASTS, PODCASTS, AND VIDEOS
Downloads and eKits
Microsoft Download: Silverlight 2 Software Development Kit Beta 2
30-Day Trial: SPAMfighter Exchange Module
Red Gate Download: SQL Toolbelt
Iron Speed Designer Application Generator
Microsoft Download: Silverlight 2 Beta 2 Runtime
MORE DOWNLOADS, EKITS, AND FREE TRIALS
Tutorials and Demos
IBM IT Innovation Article: Green Servers Provide a Competitive Advantage
Microsoft Article: Expression Web 2 for PHP Developers--Simplify Your PHP Applications
MORE TUTORIALS, DEMOS AND STEP-BY-STEP GUIDES