Problems with RIP
Hello every one.
The patch syscall.ko perfectly worked with OSPF, but I have possessions to receive announcements through RIP.
See the kldstat:
root@Chardonnay% kldstat
Id Refs Address Size Name
1 4 0xc0400000 aa5438 kernel
2 1 0xc1e32000 2000 syscall.ko
3 1 0xc212f000 20000 ipsec.ko
4 1 0xc2150000 7000 microcode.ko
The interesting is that when capturing packages of the interfaces destined to the I announce RIP, no package is directed, be him of broadcast or multicast.
I made the procedure again of the interfaces as described (dev.in.X.fix_em_multicast =1) and nothing changed.
below, see the configurations of my machines.
root@Riesling# show
rip {
group Test {
neighbor em2.0;
neighbor em3.0;
neighbor em1.0;
}
}
[edit protocols]
root@Chardonnay# show
rip {
group Test {
neighbor em1.0;
}
}
[edit protocols]
root@Cabernet> show configuration protocols
rip {
group Test {
neighbor em2.0;
neighbor em1.0;
}
}
[edit protocols]
root@Merlot# show
rip {
group Test {
neighbor em1.0;
neighbor em2.0;
}
}
[edit protocols]
What i do wrong ?
Best Regards,