Hello fellow successful Engineer's;
 
             For all you BGP gurus, I have a situation here. Currently
preparing for my BSCN exam, I have a lab at home that I recently implemented
BGP on. With only 3 routers, it worked fantastic! Then I decided that wasn't
good enough and now I wanted to setup a Route Reflector. In a Hub and Spoke
topology, I chose to make the Hub router the Router reflector and have the
two spoke routers clients. Performing a "show ip bgp neighbor" on each
router, displays the correct information and verifies connection is
established. The problem is, not one router is learning any BGP routes! I
will post my basic BGP configuration below just to verify that is correct.
Any ideas on this challenge would be appreciated! Thank you!
 
 
-C
 
 
(Hub Router)
router bgp 100
network 172.16.0.0
network 172.20.0.0
network 10.0.0.0
neighbor 172.16.0.2 remote-as 100
neighbor 172.16.0.2 route-reflector-client
neighbor 172.20.0.2 remote-as 100
neighbor 172.20.0.2 route-reflector-client
 
(spoke router 1)
router bgp 100
network 10.0.0.0
network 172.16.0.0
network 172.20.0.0
neighbor 172.16.0.1 remote-as 100
 
(spoke router 2)
router bgp 100
network 10.0.0.0
network 172.16.0.0
network 172.20.0.0
neighbor 172.20.0.1 remote-as 100




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=10297&t=10297
--------------------------------------------------
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

Reply via email to