Skip to content

L3VPN MP-BGP with multi-vrf implicit-null label in PE router for CE networks #17539

Closed Answered by nitinraj92
nitinraj92 asked this question in Q&A
Discussion options

You must be logged in to vote

Got the solution:
Need to use loopback interface for bgp. With this configuration in PE devices, able to perform the label switching correctly.

 vrf vrf-green
 vni 10
exit-vrf
!
vrf vrf-black
 vni 11
exit-vrf
!
interface lo0
 ip address 4.4.4.4/32
exit
!
router bgp 64501
 bgp router-id 4.4.4.4
 no bgp ebgp-requires-policy
 neighbor 5.5.5.5 remote-as 64501
 neighbor 5.5.5.5 update-source lo0
 neighbor 6.6.6.6 remote-as 64501
 neighbor 6.6.6.6 update-source lo0
 !
 address-family ipv4 vpn
  neighbor 5.5.5.5 activate
  neighbor 6.6.6.6 activate
 exit-address-family
exit
!
router bgp 64501 vrf vrf-green
 bgp router-id 192.168.10.10
 no bgp ebgp-requires-policy
 neighbor 192.168.10.10 remote-a…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by nitinraj92
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant