<div dir="ltr">What about metric for each virtual interface? I mean ve1 has metric 5, and ve2 has metric 2 ? How to export this setting? As I wrote before, from another side I saw metric from physical interface. My config is:<div><br></div><div><span style="font-size:10px">protocol rip {</span><br style="font-size:10px"><span style="font-size:10px">  debug all;</span><br style="font-size:10px"><span style="font-size:10px">  import all;   # default is all</span><br style="font-size:10px"><span style="font-size:10px">  export all;   # default is none</span><br style="font-size:10px"><span style="font-size:10px">  interface "ve1" {</span><br style="font-size:10px"><span style="font-size:10px">    mode multicast;</span></div><div>    <span style="color:rgb(0,0,0);font-size:12px;background-color:rgb(242,252,254)">metric 5;</span><br><span style="font-size:10px">  }; </span></div><div><div><span style="font-size:10px"> interface "ve2" {</span><br style="font-size:10px"><span style="font-size:10px">    mode multicast;</span></div><div>    <span style="color:rgb(0,0,0);font-size:12px;background-color:rgb(242,252,254)">metric 2;</span><br><span style="font-size:10px">  };</span></div><span style="font-size:10px"><div><div style="font-size:small"><span style="font-size:10px"> interface "eth0" {</span><br style="font-size:10px"><span style="font-size:10px">    mode multicast;</span></div><div style="font-size:small">    <span style="color:rgb(0,0,0);font-size:12px;background-color:rgb(242,252,254)">metric 3;</span><br><span style="font-size:10px">  };</span></div></div>}</span><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">2016-01-05 11:12 GMT+03:00 Pavel Tvrdík <span dir="ltr"><<a href="mailto:pavel.tvrdik@nic.cz" target="_blank">pavel.tvrdik@nic.cz</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello, Anton.<div><div class="h5"><br>
<br>
On 2016-01-04 20:04, Anton Kiryushkin wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hello, Pavel.<br>
<br>
I can't announce rip_metric from virtual interfaces via physical. Is<br>
it possible? As I understood, it's impossible.​<br>
</blockquote>
<br></div></div>
Virtual interfaces aren't problem. Did you set the export filter to all?<br>
<br>
If I have virtual interfaces named ve1, ve2, ..., then the configuration below should work well:<br>
<br>
protocol rip {<br>
  debug all;<br>
  import all;   # default is all<br>
  export all;   # default is none<br>
  interface "ve*" {<br>
    mode multicast;<br>
  };<br>
}<br>
<br>
Cheers,<br>
Pavel<br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr"><div><div>Best regards,</div>Anton Kiryushkin<br><br></div></div></div>
</div>