Re: BGP question [7:27879]

2001-11-30 Thread Stephane LITKOWSKI
You need to announce all your local subnets : - by using the network command, u can announce all subnets already placed in the routing table by an IGP - by redistributing your IGP on BGP using the redistribute command in router bgp config mode I see some OSPF routes in your routing table, so

RE: BGP question [7:27879]

2001-11-30 Thread Bill Carter
You have to have IP connectivity to your neighbor before BGP will work. Static routes will get you the same thing as RIP. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Stephen C Sent: Friday, November 30, 2001 2:37 PM To: [EMAIL PROTECTED] Subject: BGP

RE: BGP question [7:27879]

2001-11-30 Thread Stephen C
: RE: BGP question [7:27879] You have to have IP connectivity to your neighbor before BGP will work. Static routes will get you the same thing as RIP. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Stephen C Sent: Friday, November 30, 2001 2:37 PM

RE: BGP question [7:27879]

2001-11-30 Thread Logan, Harold
That's normal. BGP doesn't actually route data like an IGP does, it only handles routing information. You don't have to use RIP, you can use an IGP or (preferably) static routes. Hal Logan Network Specialist / Adjunct Faculty Computing and Engineering Technology Manatee Community College

RE: BGP question [7:27879]

2001-11-30 Thread Bill Carter
It may work, but in real world redistributing from IGP to BGP is very bad practice. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Stephane LITKOWSKI Sent: Friday, November 30, 2001 3:23 PM To: [EMAIL PROTECTED] Subject: Re: BGP question [7:27879] You

RE: BGP question [7:27879]

2001-11-30 Thread Andy Hoang
Stephen, BGP is not like other routing protocol where you use the network command to run bgp on that interface. The network command is used to announce networks that the router know about to its neighbor. This means that you must already have a route on your router either via Static, IGRP,

RE: BGP question [7:27879]

2001-11-30 Thread Mcfadden, Chuck
Can we see your whole config? ccie1ab -Original Message- From: Bill Carter [mailto:[EMAIL PROTECTED]] Sent: Friday, November 30, 2001 4:44 PM To: [EMAIL PROTECTED] Subject: RE: BGP question [7:27879] You have to have IP connectivity to your neighbor before BGP will work. Static routes

RE: BGP question [7:27879]

2001-11-30 Thread Stephen C
none line aux 0 line vty 0 4 login ! end -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Mcfadden, Chuck Sent: Friday, November 30, 2001 3:21 PM To: [EMAIL PROTECTED] Subject: RE: BGP question [7:27879] Can we see your whole config? ccie1ab -Original

RE: BGP question [7:27879]

2001-11-30 Thread Jesse Loggins
I am supprised that no one has explained this in normal terms to you so far. Here goes. Under normal operation (in your case) BGP will not advertise a network unless it learns it from an IGP first (in BGP's case it will consider a static route an IGP route). You can make BGP advertise a network