*WB1 ==> LAB29 ==> TASK 9. *
*
*
*After completing the configuration for this task, shouldn't i receive the
details of the VRF VPNB on R6 ? since the R9 is the route-reflector for
address-family vpnv4 ?*
*
*
*
*
*on R6 : *
*
*
*when i do : show ip bgp vpnv4 all , it shows nothing : *
*
*
*
R6#show ip bgp vpnv4 all

R6#
*


*on R9 : *
*
*
*

R9(config)#do show ip bgp vpnv4 all
BGP table version is 3, local router ID is 200.0.0.9
Status codes: s suppressed, d damped, h history, * valid, > best, i -
internal,
              r RIB-failure, S Stale
Origin codes: i - IGP, e - EGP, ? - incomplete

   Network          Next Hop            Metric LocPrf Weight Path
Route Distinguisher: 689:100
*>i150.50.78.0/30   200.0.0.8                0    100      0 ?
*>i200.0.0.7/32     200.0.0.8          2297856    100      0 ?


=====================================

bgp section config on R9 is :


R9(config)#
R9(config)#do show run | s bgp
router bgp 689
 no bgp default ipv4-unicast
 bgp log-neighbor-changes
 neighbor P peer-group
 neighbor P remote-as 689
 neighbor P update-source Loopback0
 neighbor 200.0.0.6 peer-group P
 neighbor 200.0.0.8 peer-group P
 !
 address-family ipv4
  neighbor P route-reflector-client
  neighbor 200.0.0.6 activate
  neighbor 200.0.0.8 activate
  no auto-summary
  no synchronization
  network 200.0.0.9 mask 255.255.255.255
 exit-address-family
 !
 address-family vpnv4
  neighbor P send-community extended
  neighbor P route-reflector-client
  neighbor 200.0.0.6 activate
  neighbor 200.0.0.8 activate
 exit-address-family

R9(config)#


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

Reply via email to