On 7/31/2016 7:36 AM, Fatemeh Keshavarz wrote:

Hi,

I am trying to configure vrf in quagga v 1.0 in this way that first I make a netns in linux and then use the bellow commands in quagga. But it doesn’t work because the interface’s vrf is still the default vrf (zero).

Am using the wrong commands?

    conf t
    vrf "vrfid= 2"  netns test


   "vrfid=2" is wrong, this line should be:

     vrf 2 netns test

--Jafar

    int eth1 vrf 2

--
Best Regards, Fatemeh Keshavarz, M.Sc. Student, Electrical and Computer Engineering Department, University of Tehran, Tehran, Iran


_______________________________________________
Quagga-users mailing list
[email protected]
https://lists.quagga.net/mailman/listinfo/quagga-users

_______________________________________________
Quagga-users mailing list
[email protected]
https://lists.quagga.net/mailman/listinfo/quagga-users

Reply via email to