Can you ping from each source BGP Speaker interface to the relevant peer?

V/R

Joe

On 04/21/2012 10:57 PM, khaled al-ajeman wrote:
Hi fellas,

I have done my bgp connection right, but still my bgp connection is not up
as a matter of fact it is still active.  Below are my configuration

R2 ------>  hub


R2#sr | s bgp
router bgp 1
  no bgp default ipv4-unicast
  bgp log-neighbor-changes
  neighbor peergroup peer-group
  neighbor peergroup remote-as 1
  neighbor peergroup update-source Loopback0
  neighbor 200.0.0.1 peer-group peergroup
  neighbor 200.0.0.5 peer-group peergroup
  !
  address-family ipv4
   neighbor peergroup route-reflector-client
   neighbor peergroup next-hop-self
   neighbor 200.0.0.1 activate
   neighbor 200.0.0.5 activate
   no auto-summary
   no synchronization
  exit-address-family
  !
  address-family ipv4 multicast
   neighbor peergroup route-reflector-client
   neighbor peergroup next-hop-self
   neighbor 200.0.0.1 activate
   neighbor 200.0.0.5 activate
   no auto-summary
   no synchronization
  exit-address-family
R2#



R1 ---------->  spoke

R1#sr | s bg
router bgp 1
  no bgp default ipv4-unicast
  bgp log-neighbor-changes
  neighbor 200.0.0.2 remote-as 1
  neighbor 200.0.0.2 update-source Loopback0
  !
  address-family ipv4
   neighbor 200.0.0.2 activate
   no auto-summary
   no synchronization
  exit-address-family
  !
  address-family ipv4 multicast
   neighbor 200.0.0.2 activate
   no auto-summary
   no synchronization
  exit-address-family
R1#





R5 -------->   Spoke


R5#sr | s bg
router bgp 1
  no bgp default ipv4-unicast
  bgp log-neighbor-changes
  neighbor 200.0.0.2 remote-as 1
  neighbor 200.0.0.2 update-source Loopback0
  !
  address-family ipv4
   neighbor 200.0.0.2 activate
   no auto-summary
   no synchronization
  exit-address-family
  !
  address-family ipv4 multicast
   neighbor 200.0.0.2 activate
   no auto-summary
   no synchronization
  exit-address-family
R5#

here is my output from R2:



R2#sh ip bgp ipv4 unicast sum
BGP router identifier 200.0.0.2, local AS number 1
BGP table version is 1, main routing table version 1
Neighbor        V    AS MsgRcvd MsgSent   TblVer  InQ OutQ Up/Down
State/PfxRcd
200.0.0.1       4     1       0       0        0    0    0 never
Active                                           --------------->  it is
suppose to be 0 for both routers R1 AND R5
200.0.0.5       4     1       0       0        0    0    0 never    Active
R2#sh ip bgp ipv4 multicast sum
BGP router identifier 200.0.0.2, local AS number 1
BGP table version is 1, main routing table version 1
Neighbor        V    AS MsgRcvd MsgSent   TblVer  InQ OutQ Up/Down
State/PfxRcd
200.0.0.1       4     1       0       0        0    0    0 never    Active
200.0.0.5       4     1       0       0        0    0    0 never    Active
R2#



Thanks,
_______________________________________________
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

http://onlinestudylist.com/mailman/listinfo/ccie_rs

_______________________________________________
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

http://onlinestudylist.com/mailman/listinfo/ccie_rs

Reply via email to