<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-2">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<p>Hi everyone,</p>
<p>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?</p>
<p>I tried to create two eigrp router instances like this:</p>
<p><i>router eigrp 1</i><i><br>
</i><i> eigrp router-id 192.168.2.3</i><i><br>
</i><i> network 192.168.2.0/24 </i><i><br>
</i><i> network 192.168.16.0/24 </i><i><br>
</i><i> network 192.168.240.0/24 </i><i><br>
</i><i><br>
</i><i>router eigrp 2</i><i><br>
</i><i> eigrp router-id 192.168.3.3</i><i><br>
</i><i> network 192.168.3.0/24 </i><i><br>
</i><i> network 192.168.17.0/24</i><br>
</p>
<p>but all networks end up in the same instance in running config
like this:</p>
<p><i>router eigrp 1</i><i><br>
</i><i> network 192.168.2.0/24 </i><i><br>
</i><i> network 192.168.3.0/24 </i><i><br>
</i><i> network 192.168.16.0/24 </i><i><br>
</i><i> network 192.168.17.0/24 </i><i><br>
</i><i> network 192.168.240.0/24 </i><br>
</p>
<p>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?</p>
<p>Thank you</p>
<p>Viktor<br>
</p>
</body>
</html>