Hello, Anton.

On 2016-01-04 20:04, Anton Kiryushkin wrote:
Hello, Pavel.

I can't announce rip_metric from virtual interfaces via physical. Is
it possible? As I understood, it's impossible.​

Virtual interfaces aren't problem. Did you set the export filter to all?

If I have virtual interfaces named ve1, ve2, ..., then the configuration below should work well:

protocol rip {
  debug all;
  import all;   # default is all
  export all;   # default is none
  interface "ve*" {
    mode multicast;
  };
}

Cheers,
Pavel

Reply via email to