Plans regarding VRF support for EIGRP
Hi everyone, our company is exploring option to use FRR based solution for IoT device. We would like to separate traffic to different applications into different VRFs, but it seems that VRF support is not implemented for EIGRP, is that so? I tried to create two eigrp router instances like this: /router eigrp 1// // eigrp router-id 192.168.2.3// // network 192.168.2.0/24 // // network 192.168.16.0/24 // // network 192.168.240.0/24 // // //router eigrp 2// // eigrp router-id 192.168.3.3// // network 192.168.3.0/24 // // network 192.168.17.0/24/ but all networks end up in the same instance in running config like this: /router eigrp 1// // network 192.168.2.0/24 // // network 192.168.3.0/24 // // network 192.168.16.0/24 // // network 192.168.17.0/24 // // network 192.168.240.0/24 / So if I haven't made any obvious mistake and VRF is indeed missing, are there any plans to add it or is anybody even working on it? Thank you Viktor
Work clearly needs to be done to allow EIGRP to handle multiple AS's or even VRF's. From a quick perusal of the code we are fortunate that some thought has already gone into this. I am currently not aware of any work being focused in these directions at this time, though. thanks! donald On Fri, Jun 23, 2017 at 10:55 AM, Viktor Novotný <novotnyv@ttc.cz> wrote:
Hi everyone,
our company is exploring option to use FRR based solution for IoT device. We would like to separate traffic to different applications into different VRFs, but it seems that VRF support is not implemented for EIGRP, is that so?
I tried to create two eigrp router instances like this:
router eigrp 1 eigrp router-id 192.168.2.3 network 192.168.2.0/24 network 192.168.16.0/24 network 192.168.240.0/24
router eigrp 2 eigrp router-id 192.168.3.3 network 192.168.3.0/24 network 192.168.17.0/24
but all networks end up in the same instance in running config like this:
router eigrp 1 network 192.168.2.0/24 network 192.168.3.0/24 network 192.168.16.0/24 network 192.168.17.0/24 network 192.168.240.0/24
So if I haven't made any obvious mistake and VRF is indeed missing, are there any plans to add it or is anybody even working on it?
Thank you
Viktor
_______________________________________________ dev mailing list dev@lists.frrouting.org https://lists.frrouting.org/listinfo/dev
participants (2)
-
Donald Sharp -
Viktor Novotný