Bookmark this page:
Yahoo!
Windows Live
del.icio.us
digg
Netscape
|
|
||||||||||||||||
|
Posted by Cisco.ahmed@gmail.com on June 27, 2008, 3:59 pm
Please log in for more thread options I have Some issues In BGP as Following:: I need brief Explanation about what difference between Redistribute Connected Command and Network Command I have created 7 loopbacks I advertised 3 of them with network command and advertised others with Network command but The 3 networks I advertised them with network command cant be learned with neighbor of ebgp but it learned the distributed one's when I make network command for the subnets between neighbors in ebgp ,,, the other routers learned the networks advertised with network command so what differnce between redistribute and network command in advertising networks Thanks all | ||||||||||||||||
|
Posted by Trendkill on June 29, 2008, 4:42 pm
Please log in for more thread options Please paste your config. I suspect this is an issue with the underlying functionality of BGP, that is BGP will not advertise networks that are not in an underlying IGP (such as OSPF or EIGRP), but I cannot be sure until you paste your interface, IGP, and BGP config for me to review, and point out which routes are showing up or not showing up in your neighbors. Redistribute connected should advertise all your local interfaces into BGP, and network will work as long as the router knows about the exact same route via an IGP. You can summarize by using summary statements in the IGP, or using a static route to null0 (which will never be used since you will have more specific routes via and IGP), but will work great for putting the route in the routing table so BGP will advertise. Paste your info and one of us will try to help you. | ||||||||||||||||
|
Posted by Merv on June 30, 2008, 10:26 am
Please log in for more thread options It should be possible to advertise any of the loopbacks via the
network statement. You need to make sure that the appropriate mask was used on the BGP network command: network x.x.x.x. mask m.m.m.m The routes to be advertised must be in the routing table beforeBGP will announce them. All connected routes should be in the routing table. Look at output of show ip route connected to verify that the loopbacks are in fact in the main routing table | ||||||||||||||||
| Similar Threads | Posted |
| 503 dmz+vpn issues | December 14, 2005, 11:19 am |
| 503 dmz+vpn issues | December 14, 2005, 11:19 am |
| NAT issues | March 12, 2007, 9:29 pm |
| VPN Issues on 837 | March 23, 2007, 9:08 am |
| ASA OS QA issues?? | May 30, 2007, 1:18 pm |
| BGP issues | June 27, 2008, 3:59 pm |
| Cisco VPN issues | August 2, 2005, 6:30 pm |
| VLAN Issues | September 22, 2005, 4:18 pm |
| IOS ipsec issues | October 11, 2005, 2:59 am |
| PIX 501 newbie (VPN issues) | October 31, 2005, 4:38 pm |
| VPN Internet Issues | January 8, 2006, 8:56 am |
| VPN Internet Issues | January 8, 2006, 8:55 am |
| VPN Internet Issues | January 8, 2006, 8:57 am |
| cisco 837 ip issues | January 26, 2006, 2:00 pm |
| Switch Issues | March 10, 2006, 6:01 pm |

BGP issues
Yahoo!
Windows Live
del.icio.us
digg
Netscape 





> I have Some issues In BGP as Following::
> I need brief Explanation about what difference between Redistribute
> Connected Command and
> Network Command
>
> I have created 7 loopbacks I advertised 3 of them with network command
> and advertised others with Network command
>
> but The 3 networks I advertised them with network command cant be
> learned with neighbor of ebgp
>
> but it learned the distributed one's
>
> when I make network command for the subnets between neighbors in
> ebgp ,,, the other routers learned the networks advertised with
> network command
>
> so what differnce between redistribute and network command in
> advertising networks Thanks all