Skip to content

BGP for 6VPE with FRR version 7.3  #6382

@KaushikNiral

Description

@KaushikNiral

FRR version 7.3
commit Id: c0038fc

We have been trying to use FRR as BGP for 6VPE. The BGP sessions were up and also received 6VPE routes from PE routers (Cisco router), however the FRR didn't show these received routes as valid and best path.

The topology diagram :-

6VPE-FRR-Diag

On the PE routers, we configured MP-BGP to exchange IPv6 prefixes and the LSP (Label Switched Path) is based on IPv4.

The BGP configuration used in FRR router (PE 2) is :-

router bgp 234
no bgp default ipv4-unicast
neighbor 2.2.2.2 remote-as 234
neighbor 2.2.2.2 update-source 4.4.4.4
!
address-family ipv6 vpn
neighbor 2.2.2.2 activate
exit-address-family
!
router bgp 234 vrf vrfipv6
no bgp default ipv4-unicast
neighbor 3333::5 remote-as 5
!
address-family ipv6 unicast
redistribute connected
neighbor 3333::5 activate
label vpn export 107
rd vpn export 234:1
rt vpn both 1:1
export vpn
import vpn
exit-address-family
!

Expected behavior
The routes received from PE router should be installed on the bgp table and rib table.
The BGP update sent from FRR router (PE 2) must have nexthop as IPv4 mapped IPv6 address.

Screenshots
Please find the screenshot attached for show bgp vrf <vrf-name>
6VPE_show_bgp_vrf

Versions

  • OS Kernel: Linux ubuntu 4.18.0-15-generic
  • FRR Version [7.3]

Metadata

Metadata

Assignees

No one assigned

    Labels

    bgpplatformIssue in a specific platform

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions