|
<- Previous Message | Next Message -> Thread Index [isp-bgp] Re: Routing Information
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 - ---------------------------------------------------------------------- ----------------------------------------------------------------------
Thread Index |