Displaying 1 result from an estimated 1 matches for "net2yyy".
2014 Feb 25
1
Multicast packages dropped
...504
10:42:32.391975 IP 192.168.250.25.router > 224.0.0.9.router: RIPv2, Response, length: 324
I am using quagga 0.99.15 as the RIPv2 daemon. The configuration is as follows:
Zebra.conf:
interface eth0
multicast
ipv6 nd suppress-ra
!
interface net2xxx
multicast
ipv6 nd suppress-ra
!
interface net2yyy
multicast
ipv6 nd suppress-ra
!
!
ip forwarding
!
Ripd.conf:
!
key chain cis-xxx-yyyy
key 1
key-string xxxxxx
!
key chain cis-aaa-bbb
key 1
key-string xxxxxx
!
interface eth0
ip rip send version 2
ip rip receive version 2
!
interface net2xxx
ip rip receive version 2
ip rip authentication mode...