I 2 have router connected point to point and configured ospf as follows.
root@R1# show protocols ospf traceoptions { file ospf-debug size 1g files 5; flag all; } area 0.0.0.0 { interface ge-0/0/0.0; interface ge-0/0/1.0; interface ae0.0; interface lo0.0 { passive; } }
root@R1# show interfaces ge-0/0/0
unit 0 {
family inet {
address 172.27.0.1/24;
}
}
root@R2# show protocols ospf traceoptions { file ospf-debug size 1g files 5; flag all; } area 0.0.0.0 { interface ge-0/0/0.0; interface ge-0/0/1.0; interface lo0.0 { passive; } }
root@R2# show interfaces ge-0/0/0
unit 0 {
family inet {
address 172.27.0.2/24;
}
}
root@R1# run show ospf neighbor Address Interface State ID Pri Dead 172.27.0.9 ae0.0 Full 172.27.255.4 128 34 172.27.0.2 ge-0/0/0.0 ExStart 172.27.255.2 128 31 172.27.0.13 ge-0/0/1.0 Full 172.27.255.3 128 34 root@R2# run show ospf neighbor Address Interface State ID Pri Dead 172.27.0.1 ge-0/0/0.0 ExStart 172.27.255.1 128 35 172.27.0.6 ge-0/0/1.0 ExStart 172.27.255.4 128 39
Traceoptions logs from R2:
Jul 26 11:16:58.013464 OSPF sent DbD 172.27.0.5 -> 172.27.0.6 (ge-0/0/1.0 IFL 331 area 0.0.0.0) Jul 26 11:16:58.013471 Version 2, length 32, ID 172.27.255.2, area 0.0.0.0 Jul 26 11:16:58.013477 options 0x52, i 1, m 1, ms 1, r 0, seq 0xac1ae1d0, mtu 1500 Jul 26 11:16:58.013482 OSPF restart signaling: Add LLS data for DbD packet on interface ge-0/0/1.0. Jul 26 11:16:58.013493 task_timer_uset: timer OSPF I/O./var/run/ppmd_control_PPM Keepalive <Touched> set to offset 40 at 11:17:38.013482 Jul 26 11:16:58.013502 task_timer_reset: reset OSPF_DBD rexmit Jul 26 11:16:58.013511 task_timer_set_oneshot_latest: timer OSPF_DBD rexmit interval set to 4.721622 Jul 26 11:16:58.063273 task_timer_reset: reset OSPF_Global xmit timer Jul 26 11:16:58.187729 task_process_events: recv ready for OSPF I/O./var/run/ppmd_control Jul 26 11:16:58.187770 task_process_events: recv ready for OSPF I/O./var/run/ppmd_control Jul 26 11:16:58.187796 task_timer_uset: timer OSPF I/O./var/run/ppmd_control_PPM Hold <Touched> set to offset 2:00 at 11:18:58.187770 Jul 26 11:16:58.187811 Received OSPF packet of type and wire_length 2, 44 Jul 26 11:16:58.187824 OSPF rcvd DbD 172.27.0.1 -> 172.27.0.2 (ge-0/0/0.0 IFL 330 area 0.0.0.0) Jul 26 11:16:58.187831 Version 2, length 32, ID 172.27.255.1, area 0.0.0.0 Jul 26 11:16:58.187841 checksum 0x0, authtype 0 Jul 26 11:16:58.187847 options 0x52, i 1, m 1, ms 1, r 0, seq 0xac1d9684, mtu 1500 Jul 26 11:16:58.187859 task_job_create_background: create prio 1 job OSPF process rcvd dbd packets for task OSPF Jul 26 11:16:58.187873 background dispatch running job OSPF process rcvd dbd packets for task OSPF Jul 26 11:16:58.187881 ospf_process_dbd: processing dbd from 172.27.0.1 Jul 26 11:16:58.187889 OSPF restart signaling: Received DBD with LLS data from nbr ip=172.27.0.1 id=172.27.255.1. Jul 26 11:16:58.187897 ospf_process_dbd: dbd from 172.27.0.1 ignored Jul 26 11:16:58.187905 task_job_delete: delete background job OSPF process rcvd dbd packets for task OSPF Jul 26 11:16:58.187913 background dispatch completed job OSPF process rcvd dbd packets for task OSPF Jul 26 11:16:58.718416 task_process_events: recv ready for OSPF I/O./var/run/ppmd_control Jul 26 11:16:58.718459 task_process_events: recv ready for OSPF I/O./var/run/ppmd_control Jul 26 11:16:58.718486 task_timer_uset: timer OSPF I/O./var/run/ppmd_control_PPM Hold <Touched> set to offset 2:00 at 11:18:58.718459 Jul 26 11:16:58.718497 OSPF hello from 172.27.0.1 (IFL 330, area 0.0.0.0) absorbed Jul 26 11:17:02.448501 task_process_events: recv ready for OSPF I/O./var/run/ppmd_control Jul 26 11:17:02.448581 task_process_events: recv ready for OSPF I/O./var/run/ppmd_control Jul 26 11:17:02.448768 task_timer_uset: timer OSPF I/O./var/run/ppmd_control_PPM Hold <Touched> set to offset 2:00 at 11:19:02.448581 Jul 26 11:17:02.448794 Received OSPF packet of type and wire_length 2, 44
Any suggestion would be appreciated.
Thanks!!