Hi:

Recently , i am trying to build BGP MPLS VPN. In cisco config,there are "vrf" 
and command such as "address-family ipv4 vrf XX".But in Quagga there are 
without such command.
So i don't know whether Quagga support vrf or BGP MPLS VPN. Or, I don't know 
the config detail of VRF/MP-BGP.


I can run ldpd and use it to forwarding mpls packet in Debian.


Here is my PE config: 
==============
Current configuration:
!
hostname bgpd
password zebra
log stdout
!
vrf 14 netns /run/testvpn
!
bgp multiple-instance
bgp config-type cisco
!
router bgp 14 view 14
 no synchronization
 bgp router-id 4.4.4.4
 neighbor 8.8.8.8 remote-as 14
 neighbor 8.8.8.8 update-source 4.4.4.4
 no auto-summary
!
 address-family vpnv4
 network 14.14.14.14/32 rd 14:1 tag 0
 neighbor 8.8.8.8 activate
 neighbor 8.8.8.8 send-community both
 exit-address-family
 exit
!
route-map a permit 1
 set vpnv4 next-hop 8.8.8.8
 set extcommunity rt 14:1
!
line vty
!
end

================


I am a student form China. It is my first time to send such mail.. 
Hope get anyone help.Thanks!
_______________________________________________
Quagga-dev mailing list
Quagga-dev@lists.quagga.net
https://lists.quagga.net/mailman/listinfo/quagga-dev

Reply via email to