cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1919
Views
0
Helpful
6
Replies

Not see route in vrf from other PE ?

Hi all,
I configured this http://gns3vault.com/BGP/bgp-route-reflectors-and-clusters.html. and run mpls vpn but I not see route in vrf from other PE. How to troubleshoot ?

Amsterdam#sho ip bgp vpnv4 all
BGP table version is 3, local router ID is 1.1.1.1
... 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: 1:1 (default for vrf sompong)
*> 172.16.1.0/30 0.0.0.0 0 32768 ?

Tilburg#sho ip bgp vpnv4 all sum
BGP router identifier 3.3.3.3, local AS number 1
BGP table version is 3, main routing table version 3
2 network entries using 282 bytes of memory
2 path entries using 136 bytes of memory
2/1 BGP path/bestpath attribute entries using 152 bytes of memory
1 BGP rrinfo entries using 24 bytes of memory
1 BGP extended community entries using 24 bytes of memory
0 BGP route-map cache entries using 0 bytes of memory
0 BGP filter-list cache entries using 0 bytes of memory
BGP using 618 total bytes of memory
BGP activity 5/3 prefixes, 5/3 paths, scan interval 15 secs

Neighbor V AS MsgRcvd MsgSent TblVer InQ OutQ Up/Down State/PfxRcd
1.1.1.1 4 1 10 9 3 0 0 00:06:02 1
4.4.4.4 4 1 9 9 3 0 0 00:06:09 1

Thank you very much.

6 Replies 6

Nagendra Kumar Nainar
Cisco Employee
Cisco Employee

Hi,

Do you have right RT import and exported at respective PEs?. Can you share the config from both the PEs?. Do you have any RR inbetween?. if so, share the config as well.

-Nagendra

Hello,

     The diagram is this:

Tilburg, NewYork, and Hamburg is RR.

Thank you very much.

Can you share the config from Tilburg and Amsterdam?.

-Nagendra

Amsterdam#sho run
Building configuration...

Current configuration : 1711 bytes
!
version 12.2
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Amsterdam
!
boot-start-marker
boot-end-marker
!
no aaa new-model
ip subnet-zero
ip source-route
ip vrf sompong
rd 1:1
route-target export 1:1
route-target import 1:1
!
ip cef
no ip domain lookup
ip domain name lab.local
!
multilink bundle-name authenticated
!
interface Loopback0
ip address 1.1.1.1 255.255.255.255
!
interface FastEthernet0/0
no ip address
duplex full
mpls ip
!
interface FastEthernet1/0
ip address 10.0.12.1 255.255.255.0
ip router isis
speed 100
duplex full
mpls ip
!
interface FastEthernet1/1
ip address 10.0.13.1 255.255.255.0
ip router isis
speed 100
duplex full
mpls ip
!
interface FastEthernet2/0
ip vrf forwarding sompong
ip address 172.16.1.1 255.255.255.252
speed 100
duplex full
!        
interface FastEthernet2/1
no ip address
speed 100
duplex full
mpls ip
!
router isis
net 49.0001.0010.0100.1001.00
is-type level-2-only
passive-interface Loopback0
!
router bgp 1
no synchronization
bgp log-neighbor-changes
neighbor 3.3.3.3 remote-as 1
neighbor 3.3.3.3 update-source Loopback0
no auto-summary
!
address-family vpnv4
  neighbor 3.3.3.3 activate
  neighbor 3.3.3.3 send-community both
exit-address-family
!       
address-family ipv4 vrf sompong
  no synchronization
  redistribute connected
exit-address-family
!
ip classless
!
no ip http server
no ip http secure-server
!
control-plane
!
line con 0
exec-timeout 0 0
privilege level 15
logging synchronous
stopbits 1
line aux 0
exec-timeout 0 0
privilege level 15
logging synchronous
stopbits 1
line vty 0 4
login
!
end

Tilburg#sho run
Building configuration...

Current configuration : 1912 bytes
!
version 12.2
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Tilburg
!
boot-start-marker
boot-end-marker
!
no aaa new-model
ip subnet-zero
ip source-route
!
ip cef
no ip domain lookup
ip domain name lab.local
!
multilink bundle-name authenticated
!
interface Loopback0
ip address 3.3.3.3 255.255.255.255
!
interface FastEthernet0/0
no ip address
duplex full
mpls ip
!
interface FastEthernet1/0
ip address 10.0.34.3 255.255.255.0
ip router isis
speed 100
duplex full
mpls ip
!
interface FastEthernet1/1
ip address 10.0.13.3 255.255.255.0
ip router isis
speed 100
duplex full
mpls ip
!
interface FastEthernet2/0
ip address 10.0.23.3 255.255.255.0
ip router isis
speed 100
duplex full
mpls ip
!
interface FastEthernet2/1
ip address 10.0.37.3 255.255.255.0
ip router isis
speed 100
duplex full
mpls ip
!
router isis
net 49.0001.0030.0300.3003.00
is-type level-2-only
passive-interface Loopback0
!
router bgp 1
no synchronization
bgp cluster-id 1.1.1.1
bgp log-neighbor-changes
neighbor 1.1.1.1 remote-as 1
neighbor 1.1.1.1 route-reflector-client
neighbor 2.2.2.2 remote-as 1
neighbor 2.2.2.2 route-reflector-client
neighbor 4.4.4.4 remote-as 1
neighbor 4.4.4.4 update-source Loopback0
neighbor 7.7.7.7 remote-as 1
neighbor 7.7.7.7 update-source Loopback0
no auto-summary
!
address-family vpnv4
  neighbor 1.1.1.1 activate
  neighbor 1.1.1.1 send-community both
  neighbor 1.1.1.1 route-reflector-client
  neighbor 4.4.4.4 activate
  neighbor 4.4.4.4 send-community both
exit-address-family
!
ip classless
!
no ip http server
no ip http secure-server
!
control-plane
!
line con 0
exec-timeout 0 0
privilege level 15
logging synchronous
stopbits 1
line aux 0
exec-timeout 0 0
privilege level 15
logging synchronous
stopbits 1
line vty 0 4
login
!
end

LosAngeles#sho run
Building configuration...

Current configuration : 1651 bytes
!
version 12.2
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname LosAngeles
!
boot-start-marker
boot-end-marker
!
no aaa new-model
ip subnet-zero
ip source-route
ip vrf test-rr
rd 1:1
route-target export 1:1
route-target import 1:1
!
ip cef
no ip domain lookup
ip domain name lab.local
!
multilink bundle-name authenticated
!
interface Loopback0
ip address 5.5.5.5 255.255.255.255
!
interface FastEthernet0/0
no ip address
duplex full
!
interface FastEthernet1/0
ip address 10.0.56.5 255.255.255.0
ip router isis
speed 100
duplex full
mpls ip
!
interface FastEthernet1/1
ip address 10.0.45.5 255.255.255.0
ip router isis
speed 100
duplex full
mpls ip
!
interface FastEthernet2/0
ip vrf forwarding test-rr
ip address 55.55.55.55 255.255.255.0
speed 100
duplex auto
!
interface FastEthernet2/1
no ip address
speed 100
duplex full
!
router isis
net 49.0001.0050.0500.5005.00
is-type level-2-only
passive-interface Loopback0
!
router bgp 1
no synchronization
bgp log-neighbor-changes
neighbor 4.4.4.4 remote-as 1
no auto-summary
!
address-family vpnv4
  neighbor 4.4.4.4 activate
  neighbor 4.4.4.4 send-community both
exit-address-family
!
address-family ipv4 vrf test-rr
  no synchronization
  redistribute connected
exit-address-family
!
ip classless
!
no ip http server
no ip http secure-server
!
control-plane
!
line con 0
exec-timeout 0 0
privilege level 15
logging synchronous
stopbits 1
line aux 0
exec-timeout 0 0
privilege level 15
logging synchronous
stopbits 1
line vty 0 4
login
!
end

Thank you very much.

Hi, did you fix this? I'm studying for CCIE SP, and trying to troubleshoot as many issues as  can to aid my learning, I couldnt see anything wrong here.

It's still problem sir.

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: