<html><head></head><body><div style="font-family:Helvetica Neue, Helvetica, Arial, sans-serif;font-size:13px;"><div>Hello </div><div><br></div><div>Is possible to run ospf instance over an interface which is part of an VRF?</div><div>I make a config but I see I see no package from local instance on VRF interface</div><div>The log shows the Hello package are sent out using physical interface</div><div><br></div><div>Config is like </div><div><br></div><div>ipv4 table vrf_private;<br><div><br></div><div>protocol kernel kernel_vrf_private  {<br>        scan time 1;<br>        vrf "vrf-private";<br>        #kernel table 200;<br>        ipv4 {<br>                table vrf_private;<br>                import all;<br>                export all;<br>        };<br>}<br><br>protocol direct direct_vrf_private {<br>        vrf "vrf-private";<br>        ipv4 {<br>                table vrf_private;<br>                };<br>}<br><br><br></div><br></div><div><br></div><div>protocol ospf ospf_local_core  {<br>                vrf "vrf-private";<br>                ipv4 {<br>                        table vrf_private;<br>                        import all;<br>                        export all;<br>                };<br>                disabled off;<br>                instance id 0;<br>                debug {<br>                      states,<br>                      routes,<br>                      filters,<br>                      interfaces,<br>                      events,<br>                      packets<br>                        };<br>                area 0.0.0.0 {<br>                        interface  1.2.3.0/24, "ens256", "vrf-private" , 172.31.254.0/24 {<br>                                                type broadcast;<br>                                                check link on;<br>                                                tx dscp 0x1a;<br>                                                bfd off;<br>                                                };<br>                        };<br><br><br><div>In log I see </div><div><br>2018-03-08 23:52:31.962 <TRACE> ospf_local_core: HELLO packet sent via ens256<br><br><div>tcpdump shows the packets from the neighbor coming into ens256<br></div><div><br></div><div><br></div></div><div><br></div><div><br></div></div><div><br></div></div></body></html>