Re: L3VPN MPLS - Internal BGP between CE - PE

2012-05-08 Thread Keegan Holley
Look at the route to 87.121.83.25. It looks like that's the address of your provider's PE router. It is most likely not in your IGP and hence does not have a FEC. You should set next-hop self on the router that peers with your ISP. Also, I might be missing something but I don't usually set next

Re: L3VPN MPLS - Internal BGP between CE - PE

2012-05-08 Thread Javor Kliachev
Dear Keegan, Thank you for your advice! Here is the output of my configuration and applied debug commands: # PE router config: The session bellow is between PE and CE: router bgp 34224 ! address-family ipv4 vrf DEF redistribute connected redistribute static neighbor 10.18.7.1 remote-as

Re: L3VPN MPLS - Internal BGP between CE - PE

2012-05-08 Thread Javor Kliachev

Re: L3VPN MPLS - Internal BGP between CE - PE

2012-05-08 Thread Keegan Holley
What is the next hop of the route? There should be an IGP route for the next hop in the iBGP default. It should have a label or LSP attached to it. How was the default generated? Does it come from a provider? If so you may have to set next hop self on the router that receives the default. You

L3VPN MPLS - Internal BGP between CE - PE

2012-05-08 Thread Javor Kliachev
Dear Members, We are ISP which use the same autonomous system to hold External BGP sessions and for implementing L3VPN MPLS ( as internal BGP ) We have a internal office router that receives a "default route" via IBGP from our border router. I'll try to briefly explain the problem: This inte