frrouting/linux bgp mpls example
Prepare vrf netdev before frrouting configuration. Exit from vtysh and execute following commands in bash, then invoke vtysh again.
ip link add vrfA type vrf table 10
ip link set eth1 master vrfA
ip link set vrfA up
Test
from 192.168.2.2
ping 192.168.1.2
References
https://github.com/FRRouting/frr/issues/1972
http://docs.frrouting.org/en/latest/bgp.html#clicmd-labelvpnexport(0..1048575)|auto
https://docs.cumulusnetworks.com/display/CL34/Virtual+Routing+and+Forwarding+-+VRF https://docs.cumulusnetworks.com/display/DOCS/Management+VRF https://docs.cumulusnetworks.com/display/DOCS/Comparing+NCLU+and+vtysh+Commands