5 Jan
2016
5 Jan
'16
8:12 a.m.
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