
fitful at safe-mail
Jun 10, 2012, 1:01 PM
Post #1 of 1
(331 views)
Permalink
|
|
packet hello received problem
|
|
Hi, I have problem between two routers with protocol ospf. 1. Linux debian with quagga (0.99.20.1-0) 2. Mikrotik system Quagga sent hello packet to multicast but not received hello packet from second router (debug-quagga) 2012/06/10 21:33:57 OSPF: Hello sent to [224.0.0.5] via [vlan203:10.10.11.1]. 2012/06/10 21:34:07 OSPF: Hello sent to [224.0.0.5] via [vlan203:10.10.11.1]. 2012/06/10 21:34:17 OSPF: Hello sent to [224.0.0.5] via [vlan203:10.10.11.1]. 2012/06/10 21:34:27 OSPF: Hello sent to [224.0.0.5] via [vlan203:10.10.11.1]. And you see, "packet hello" was sent but not see received from second router. But when I look tcpdump on interface vlan203 I see second router sent "packet hello" Sometimes quagga loged that "packet hello" received and sessions is established, but not always. root [at] cerbe:~# tcpdump -i vlan203 ip[9] == 89 -n 21:37:17.117230 IP 10.10.11.1 > 224.0.0.5: OSPFv2, Hello, length 48 21:37:21.848097 IP 10.10.11.30 > 224.0.0.5: OSPFv2, Hello, length 48 21:37:27.117271 IP 10.10.11.1 > 224.0.0.5: OSPFv2, Hello, length 48 21:37:31.859962 IP 10.10.11.30 > 224.0.0.5: OSPFv2, Hello, length 48 21:37:37.118288 IP 10.10.11.1 > 224.0.0.5: OSPFv2, Hello, length 48 21:37:47.119298 IP 10.10.11.1 > 224.0.0.5: OSPFv2, Hello, length 48 21:37:51.882113 IP 10.10.11.30 > 224.0.0.5: OSPFv2, Hello, length 48 21:37:57.119376 IP 10.10.11.1 > 224.0.0.5: OSPFv2, Hello, length 48 21:38:01.889077 IP 10.10.11.30 > 224.0.0.5: OSPFv2, Hello, length 48 21:38:07.120204 IP 10.10.11.1 > 224.0.0.5: OSPFv2, Hello, length 48 21:38:11.900330 IP 10.10.11.30 > 224.0.0.5: OSPFv2, Hello, length 48 21:38:17.121232 IP 10.10.11.1 > 224.0.0.5: OSPFv2, Hello, length 48 21:38:21.908987 IP 10.10.11.30 > 224.0.0.5: OSPFv2, Hello, length 48 Where I looking for reason? _______________________________________________ Quagga-users mailing list Quagga-users [at] lists http://lists.quagga.net/mailman/listinfo/quagga-users
|