hi men
thanks for your reply
it helps
now im able to see the routes reflected
but there is one problem . routes reflected from R4 to r1 and vise versa are not set into vrf routing table
please check the below output
R5 output
<Huawei>display bgp vpnv4 all routing-table
BGP Local router ID is 10.0.15.5
Status codes: * - valid, > - best, d - damped,
h - history, i - internal, s - suppressed, S - Stale
Origin : i - IGP, e - EGP, ? - incomplete
Total number of routes from all PE: 2
Route Distinguisher: 65000:100
Network NextHop MED LocPrf PrefVal Path/Ogn
*>i 11.11.11.11/32 1.1.1.1 0 100 0 ?
*>i 44.44.44.44/32 4.4.4.4 0 100 0 ?
<Huawei>
here 44.44.44.44/32 is the network advertised by R4 and 11.11.11.11/32 is the network advertised by R1
please check the R1 output
<Huawei>display bgp vpnv4 all routing-table
BGP Local router ID is 10.0.12.1
Status codes: * - valid, > - best, d - damped,
h - history, i - internal, s - suppressed, S - Stale
Origin : i - IGP, e - EGP, ? - incomplete
Total number of routes from all PE: 2
Route Distinguisher: 65000:100
Network NextHop MED LocPrf PrefVal Path/Ogn
*> 11.11.11.11/32 0.0.0.0 0 0 ?
*>i 44.44.44.44/32 4.4.4.4 0 100 0 ?
VPN-Instance vpn_a, Router ID 10.0.12.1:
Total Number of Routes: 2
Network NextHop MED LocPrf PrefVal Path/Ogn
*> 11.11.11.11/32 0.0.0.0 0 0 ?
i 44.44.44.44/32 4.4.4.4 0 100 0 ?
<Huawei>
as you can see on R1 44.44.44.44/32 is not the best path and thus it is not installed into vrf vpn_a routing table
<Huawei>display ip routing-table vpn-instance vpn_a
Route Flags: R - relay, D - download to fib
------------------------------------------------------------------------------
Routing Tables: vpn_a
Destinations : 1 Routes : 1
Destination/Mask Proto Pre Cost Flags NextHop Interface
11.11.11.11/32 Direct 0 0 D 127.0.0.1 LoopBack11
<Huawei>
<Huawei>display bgp vpnv4 all routing-table 44.44.44.44
BGP local router ID : 10.0.12.1
Local AS number : 65000
Total routes of Route Distinguisher(65000:100): 1
BGP routing table entry information of 44.44.44.44/32:
Label information (Received/Applied): 1024/NULL
From: 5.5.5.5 (10.0.15.5)
Route Duration: 00h13m35s
Relay IP Nexthop: 10.0.15.5
Relay IP Out-Interface: Ethernet0/0/1
Relay Tunnel Out-Interface:
Relay token: 0x0
Original nexthop: 4.4.4.4
Qos information : 0x0
Ext-Community:RT <65000 : 100>
AS-path Nil, origin incomplete, MED 0, localpref 100, pref-val 0, valid, intern
al, best, select, pre 255, IGP cost 2
Originator: 10.0.34.4
Cluster list: 10.0.15.5
Not advertised to any peer yet
VPN-Instance vpn_a, Router ID 10.0.12.1:
Total Number of Routes: 1
BGP routing table entry information of 44.44.44.44/32:
Label information (Received/Applied): 1024/NULL
From: 5.5.5.5 (10.0.15.5)
Route Duration: 00h13m35s
Relay Tunnel Out-Interface:
Relay token: 0x0
Original nexthop: 4.4.4.4
Qos information : 0x0
Ext-Community:RT <65000 : 100>
AS-path Nil, origin incomplete, MED 0, localpref 100, pref-val 0, internal, pre
255
Originator: 10.0.34.4
Cluster list: 10.0.15.5
Not advertised to any peer yet
The same is true for R4 output related to reflected 11.11.11.11/32 prefix
Could you please chek what should be done to resolve this ??
PS the next hope address 4.4.4.4 for advertised 44.44.44.44/32 is reachable from R1