Community discussions

MikroTik App
 
EnglishInfix
just joined
Topic Author
Posts: 4
Joined: Tue Apr 23, 2024 1:26 am

Trouble getting started with OSPF in RouterOSv7

Mon Dec 23, 2024 9:12 am

Hello all,

I am trying to get OSPF set up so that I can share routes with another router across a GRE tunnel. I have read https://help.mikrotik.com/docs/spaces/R ... 63229/OSPF and a few online tutorials however I am not getting things working because I cannot see RouterOS sending any OSPF hellos from R1 as observed by a packet capture, therefore it is unable to neighbor with R2. The really odd thing is, I have R2 configured with the same OSPF config, and it IS sending OSPF hellos! I am also seeing that R1 does not have any interfaces displayed in OSPF > Interfaces, while on R2 there is a dynamic interface there with the IP of the GRE interface I configured.

This is my R1 OSPF config currently (which is the same as R2 except the interface name is the name of the opposite site):
/routing ospf instance
add disabled=no name=ospf-englishinfix.net-v2inst redistribute=connected,static,ospf router-id=id-1 routing-table=main
/routing ospf area
add disabled=no instance=ospf-englishinfix.net-v2inst name=ospf-englishinfix.net-backbonev2
/routing ospf interface-template
add area=ospf-englishinfix.net-backbonev2 disabled=no interfaces=gre-tunnel-poc734 networks=""

I believe it should be working as I have created an instance redistributing connected and static routes, have created a backbone area and have assigned it to the instance, and have created an interface template on the interface that I want to form a neighbor on. But I have not seen a single OSPF hello packet leave the router over the tunnel or any other interface, while it seems to be working fine on R2. I'm wondering if anyone has any insight onto what I might be missing here.
Last edited by EnglishInfix on Mon Dec 23, 2024 10:49 am, edited 1 time in total.
 
EnglishInfix
just joined
Topic Author
Posts: 4
Joined: Tue Apr 23, 2024 1:26 am

Re: Trouble getting started with OSPF in RouterOSv7

Mon Dec 23, 2024 9:59 am

Alright, so I have managed to get the issue with the hellos not sending from R1 resolved by deleting the interface template completely and recreating it which got it running. I can now form a neighbor relationship with R2 and I see it set up and pass routes and those routes get added to the route table, but immediately after that happens, the GRE tunnel goes down and back up quickly which forces the whole process to restart again. Not sure what is causing that...
 00:53:38 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } lsa { router originator: 10.255.255.1 id: 10.255.255.1 seq: 0x8000006e csum: 0x26a1 } originator update
 00:53:38 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } calc start
 00:53:38 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } calc spt
 00:53:38 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } process summaries for ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 }
 00:53:38 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } process externals
 00:53:38 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } install routes
 00:53:38 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } post process summaries
 00:53:38 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } calc done
 00:53:39 interface,info gre-tunnel-poc734 link up
 00:53:39 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } created
 00:53:39 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } created
 00:53:39 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } send hello
 00:53:39 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } state change to Waiting
 00:53:39 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } state change to Waiting
 00:53:39 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } lsa { external originator: 10.255.255.1 id: 10.254.254.0 seq: 0x80000001 csum: 0x8bb6 } originator update
 00:53:39 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } lsa { router originator: 10.255.255.1 id: 10.255.255.1 seq: 0x8000006e csum: 0x26a1 } originator update
 00:53:43 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } lsa { external originator: 10.255.255.1 id: 10.254.254.0 seq: 0x80000002 csum: 0x89b7 } flooding
 00:53:44 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } lsa { router originator: 10.255.255.1 id: 10.255.255.1 seq: 0x8000006f csum: 0x24a2 } flooding
 00:53:47 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 0.0.0.0 state: Down } hello
 00:53:47 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Down } dr priority change
 00:53:47 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Down } state change to Init
 00:53:47 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Down } state change to Init
 00:53:47 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Init } state change to TwoWay
 00:53:47 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Init } state change to TwoWay
 00:53:47 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor election
 00:53:47 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor election
 00:53:47 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } state change to Backup DR
 00:53:47 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } state change to Backup DR
 00:53:47 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } change DR: 10.255.255.2 BDR: me
 00:53:47 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } change DR: 10.255.255.2 BDR: me
 00:53:47 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: TwoWay } state change to ExStart
 00:53:47 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: TwoWay } state change to ExStart
 00:53:47 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: ExStart } send DD to 10.254.254.2 Init Master More sequence 1950027452
 00:53:47 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } send hello
 00:53:47 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } lsa { router originator: 10.255.255.1 id: 10.255.255.1 seq: 0x8000006f csum: 0x24a2 } originator update
 00:53:47 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: ExStart } receive DD from 10.254.254.2 Init Master More sequence 1020334826
 00:53:47 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: ExStart } negotiation done
 00:53:47 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: ExStart } negotiation done
 00:53:47 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: ExStart } state change to Exchange
 00:53:47 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: ExStart } state change to Exchange
 00:53:47 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Exchange } exchange lsdb size 18
 00:53:47 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Exchange } exchange lsdb size 18
 00:53:47 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Exchange } send DD to 10.254.254.2 sequence 1020334826
 00:53:47 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Exchange } receive DD from 10.254.254.2 Master sequence 1020334827
 00:53:47 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Exchange } router 10.255.255.2 10.255.255.2 create request seq 0x8000005a csum: 0x3e9b
 00:53:47 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Exchange } network 10.255.255.1 10.254.254.1 create request seq 0x80000001 csum: 0x74bd
 00:53:47 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Exchange } send DD to 10.254.254.2 sequence 1020334827
 00:53:47 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Exchange } exchange done
 00:53:47 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Exchange } exchange done
 00:53:47 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Exchange } state change to Loading
 00:53:47 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Exchange } state change to Loading
 00:53:47 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Loading } send  requests
 00:53:47 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Loading } receive LS request
 00:53:47 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Loading } receive LS update
 00:53:47 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Loading } update router 10.255.255.2 10.255.255.2 Older with seq 0x8000005a age 3 csum 0x3e9b
 00:53:47 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } lsa { router originator: 10.255.255.2 id: 10.255.255.2 seq: 0x8000005a csum: 0x3e9b } received new
 00:53:47 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } calc schedule
 00:53:47 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } lsa { router originator: 10.255.255.2 id: 10.255.255.2 seq: 0x8000005a csum: 0x3e9b } schedule decay age: 3597
 00:53:47 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } lsa { router originator: 10.255.255.2 id: 10.255.255.2 seq: 0x8000005a csum: 0x3e9b } flooding
 00:53:47 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Loading } update network 10.255.255.1 10.254.254.1 Older with seq 0x80000001 age 17 csum 0x74bd
 00:53:47 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } lsa { network originator: 10.255.255.1 id: 10.254.254.1 seq: 0x80000001 csum: 0x74bd } owner flush
 00:53:47 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } lsa { network originator: 10.255.255.1 id: 10.254.254.1 seq: 0x80000001 csum: 0x74bd flushing } flooding
 00:53:47 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Loading } loading done
 00:53:47 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Loading } loading done
 00:53:47 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Loading } state change to Full
 00:53:47 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Loading } state change to Full
 00:53:47 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } lsa { router originator: 10.255.255.1 id: 10.255.255.1 seq: 0x8000006f csum: 0x24a2 } originator update
 00:53:47 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } flood LS update
 00:53:47 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Full } receive LS update
 00:53:47 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Full } update router 10.255.255.2 10.255.255.2 seq 0x8000005a age 3 csum 0x3e9b Older with seq 0x8000005b age 1 csum 0xdced
 00:53:47 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Full } update network 10.255.255.2 10.254.254.2 Older with seq 0x80000001 age 1 csum 0x64cb
 00:53:47 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } lsa { network originator: 10.255.255.2 id: 10.254.254.2 seq: 0x80000001 csum: 0x64cb } received new
 00:53:47 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } lsa { network originator: 10.255.255.2 id: 10.254.254.2 seq: 0x80000001 csum: 0x64cb } schedule decay age: 3599
 00:53:47 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } lsa { network originator: 10.255.255.2 id: 10.254.254.2 seq: 0x80000001 csum: 0x64cb } flooding
 00:53:48 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } send 2 delayed ACKs
 00:53:48 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } calc start
 00:53:48 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } calc spt
 00:53:48 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } process summaries for ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 }
 00:53:48 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } process externals
 00:53:48 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } install routes
 00:53:48 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } post process summaries
 00:53:48 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } calc done
 00:53:48 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Full } received 1 LS ACKs
 00:53:50 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } lsa { router originator: 10.255.255.1 id: 10.255.255.1 seq: 0x80000070 csum: 0xb404 } flooding
 00:53:50 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } flood LS update
 00:53:50 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Full } received 1 LS ACKs
 00:53:51 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } calc start
 00:53:51 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } calc spt
 00:53:51 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } process summaries for ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 }
 00:53:51 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } process externals
 00:53:51 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } install routes
 00:53:51 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } post process summaries
 00:53:51 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } calc done
 00:53:53 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Full } hello
 00:53:53 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Full } dr change
 00:53:53 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Full } state change to Init
 00:53:53 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Full } state change to Init
 00:53:53 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor election
 00:53:53 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor election
 00:53:53 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } state change to DR
 00:53:53 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } state change to DR
 00:53:53 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } change DR: me BDR: none
 00:53:53 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } change DR: me BDR: none
 00:53:53 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } lsa { network originator: 10.255.255.1 id: 10.254.254.1 } originator update
 00:53:53 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } lsa { network originator: 10.255.255.1 id: 10.254.254.1 seq: 0x80000001 csum: 0xe160 } flooding
 00:53:53 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } send hello
 00:53:53 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } lsa { router originator: 10.255.255.1 id: 10.255.255.1 seq: 0x80000070 csum: 0xb404 } originator update
 00:53:53 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } lsa { network originator: 10.255.255.1 id: 10.254.254.1 seq: 0x80000001 csum: 0xe160 } originator flush
 00:53:53 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } lsa { router originator: 10.255.255.1 id: 10.255.255.1 seq: 0x80000070 csum: 0xb404 } originator update
 00:53:54 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } calc start
 00:53:54 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } calc spt
 00:53:54 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } process summaries for ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 }
 00:53:54 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } process externals
 00:53:54 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } install routes
 00:53:54 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } post process summaries
 00:53:54 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } calc done
 00:53:56 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } lsa { router originator: 10.255.255.1 id: 10.255.255.1 seq: 0x80000071 csum: 0x20a4 } flooding
 00:53:57 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } calc start
 00:53:57 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } calc spt
 00:53:57 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } process summaries for ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 }
 00:53:57 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } process externals
 00:53:57 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } install routes
 00:53:57 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } post process summaries
 00:53:57 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } calc done
 00:53:58 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Init } receive DD from 10.254.254.2 Init Master More sequence 2069697101
 00:53:58 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Init } state change to TwoWay
 00:53:58 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Init } state change to TwoWay
 00:53:58 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: TwoWay } state change to ExStart
 00:53:58 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: TwoWay } state change to ExStart
 00:53:58 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: ExStart } send DD to 10.254.254.2 Init Master More sequence 1020334827
 00:53:58 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: ExStart } negotiation done
 00:53:58 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: ExStart } negotiation done
 00:53:58 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: ExStart } state change to Exchange
 00:53:58 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: ExStart } state change to Exchange
 00:53:58 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Exchange } exchange lsdb size 21
 00:53:58 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Exchange } exchange lsdb size 21
 00:53:58 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Exchange } send DD to 10.254.254.2 sequence 2069697101
 00:53:58 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Exchange } receive DD from 10.254.254.2 Master sequence 2069697102
 00:53:58 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } lsa { router originator: 10.255.255.2 id: 10.255.255.2 seq: 0x8000005a csum: 0x3e9b } create request seq 0x8000005c csum: 0x3a9d
 00:53:58 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Exchange } send DD to 10.254.254.2 sequence 2069697102
 00:53:58 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Exchange } exchange done
 00:53:58 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Exchange } exchange done
 00:53:58 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Exchange } state change to Loading
 00:53:58 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Exchange } state change to Loading
 00:53:58 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Loading } send  requests
 00:53:58 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Loading } receive LS request
 00:53:58 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Loading } receive LS update
 00:53:58 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Loading } update router 10.255.255.2 10.255.255.2 seq 0x8000005a age 13 csum 0x3e9b Older with seq 0x8000005c age 5 csum 0x3a9d
 00:53:58 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } lsa { router originator: 10.255.255.2 id: 10.255.255.2 seq: 0x8000005a csum: 0x3e9b } received refresh
 00:53:58 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } lsa { router originator: 10.255.255.2 id: 10.255.255.2 seq: 0x8000005c csum: 0x3a9d } schedule decay age: 3595
 00:53:58 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } lsa { router originator: 10.255.255.2 id: 10.255.255.2 seq: 0x8000005c csum: 0x3a9d } flooding
 00:53:58 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Loading } loading done
 00:53:58 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Loading } loading done
 00:53:58 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Loading } state change to Full
 00:53:58 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Loading } state change to Full
 00:53:58 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } lsa { router originator: 10.255.255.1 id: 10.255.255.1 seq: 0x80000071 csum: 0x20a4 } originator update
 00:53:58 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } lsa { network originator: 10.255.255.1 id: 10.254.254.1 seq: 0x80000001 csum: 0xe160 } originator update
 00:53:58 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Full } receive LS update
 00:53:58 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Full } update network 10.255.255.2 10.254.254.2 seq 0x80000001 age 11 csum 0x64cb Older with seq 0x80000001 age 3600 csum 0x64cb
 00:53:58 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } lsa { network originator: 10.255.255.2 id: 10.254.254.2 seq: 0x80000001 csum: 0x64cb } received flush
 00:53:58 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } lsa { network originator: 10.255.255.2 id: 10.254.254.2 seq: 0x80000001 csum: 0x64cb flushing } flooding
 00:53:58 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Full } receive LS update
 00:53:58 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Full } update external 10.255.255.2 10.254.254.0 seq 0x8000000b age 26 csum 0x71c5 Older with seq 0x8000000d age 1 csum 0x6dc7
 00:53:58 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } lsa { external originator: 10.255.255.2 id: 10.254.254.0 seq: 0x8000000b csum: 0x71c5 } received refresh
 00:53:58 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } lsa { external originator: 10.255.255.2 id: 10.254.254.0 seq: 0x8000000d csum: 0x6dc7 } schedule decay age: 3599
 00:53:58 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } lsa { external originator: 10.255.255.2 id: 10.254.254.0 seq: 0x8000000d csum: 0x6dc7 } flooding
 00:53:58 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Full } received 0 LS ACKs
 00:53:58 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } send 3 delayed ACKs
 00:53:59 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } lsa { network originator: 10.255.255.1 id: 10.254.254.1 seq: 0x80000002 csum: 0x72be } flooding
 00:53:59 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } flood LS update
 00:53:59 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Full } receive LS update
 00:53:59 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Full } update router 10.255.255.2 10.255.255.2 seq 0x8000005c age 6 csum 0x3a9d Older with seq 0x8000005d age 1 csum 0xcefa
 00:53:59 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } lsa { router originator: 10.255.255.2 id: 10.255.255.2 seq: 0x8000005c csum: 0x3a9d } received update
 00:53:59 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } lsa { router originator: 10.255.255.2 id: 10.255.255.2 seq: 0x8000005d csum: 0xcefa } schedule decay age: 3599
 00:53:59 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } lsa { router originator: 10.255.255.2 id: 10.255.255.2 seq: 0x8000005d csum: 0xcefa } flooding
 00:54:00 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } send 1 delayed ACKs
 00:54:00 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } calc start
 00:54:00 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } calc spt
 00:54:00 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } process summaries for ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 }
 00:54:00 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } process externals
 00:54:00 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } install routes
 00:54:00 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } post process summaries
 00:54:00 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } calc done
 00:54:02 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } lsa { router originator: 10.255.255.1 id: 10.255.255.1 seq: 0x80000072 csum: 0xa611 } flooding
 00:54:02 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } flood LS update
 00:54:02 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Full } received 1 LS ACKs
 00:54:03 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } send hello
 00:54:03 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } calc start
 00:54:03 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } calc spt
 00:54:03 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } process summaries for ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 }
 00:54:03 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } process externals
 00:54:03 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } install routes
 00:54:03 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } post process summaries
 00:54:03 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } calc done
 00:54:03 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Full } hello
 00:54:03 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Full } bdr change
 00:54:03 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor election
 00:54:03 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor election
 00:54:03 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } change BDR: 10.255.255.2
 00:54:03 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } change BDR: 10.255.255.2
 00:54:03 interface,info gre-tunnel-poc734 link down
 00:54:03 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } lsa { network originator: 10.255.255.1 id: 10.254.254.1 seq: 0x80000002 csum: 0x72be } originator flush
 00:54:03 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%*29 } send hello
 00:54:03 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%*29 } neighbor { router-id: 10.255.255.2 state: Full } state change to Down
 00:54:03 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%*29 } neighbor { router-id: 10.255.255.2 state: Full } state change to Down
 00:54:03 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } lsa { network originator: 10.255.255.1 id: 10.254.254.1 seq: 0x80000002 csum: 0x72be } originator flush
 00:54:03 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } lsa { router originator: 10.255.255.1 id: 10.255.255.1 seq: 0x80000072 csum: 0xa611 } originator update
 00:54:03 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%*29 } destroyed
 00:54:03 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%*29 } destroyed
 00:54:03 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } lsa { external originator: 10.255.255.1 id: 10.254.254.0 seq: 0x80000002 csum: 0x89b7 } originator flush
 00:54:03 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } lsa { external originator: 10.255.255.1 id: 10.254.254.0 seq: 0x80000002 csum: 0x89b7 flushing } flooding
 00:54:03 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } lsa { router originator: 10.255.255.1 id: 10.255.255.1 seq: 0x80000072 csum: 0xa611 } originator update
 00:54:04 interface,info gre-tunnel-poc734 link up
 00:54:04 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } created
 00:54:04 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } created
 00:54:04 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } send hello
 00:54:04 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } state change to Waiting
 00:54:04 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } state change to Waiting
 00:54:04 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } lsa { external originator: 10.255.255.1 id: 10.254.254.0 } originator update
 00:54:04 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } lsa { external originator: 10.255.255.1 id: 10.254.254.0 seq: 0x80000001 csum: 0x8bb6 } flooding
 00:54:04 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } lsa { router originator: 10.255.255.1 id: 10.255.255.1 seq: 0x80000072 csum: 0xa611 } originator update
 00:54:04 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 0.0.0.0 state: Down } hello
 00:54:04 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Down } dr priority change
 00:54:04 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Down } state change to Init
 00:54:04 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Down } state change to Init
 00:54:04 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Init } state change to TwoWay
 00:54:04 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Init } state change to TwoWay
 00:54:04 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor election
 00:54:04 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor election
 00:54:04 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } state change to Backup DR
 00:54:04 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } state change to Backup DR
 00:54:04 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } change DR: 10.255.255.2 BDR: me
 00:54:04 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } change DR: 10.255.255.2 BDR: me
 00:54:04 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: TwoWay } state change to ExStart
 00:54:04 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: TwoWay } state change to ExStart
 00:54:04 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: ExStart } send DD to 10.254.254.2 Init Master More sequence 534042556
 00:54:04 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } send hello
 00:54:04 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } lsa { router originator: 10.255.255.1 id: 10.255.255.1 seq: 0x80000072 csum: 0xa611 } originator update
 00:54:05 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } lsa { network originator: 10.255.255.1 id: 10.254.254.1 seq: 0x80000002 csum: 0x72be flushing } flooding
 00:54:05 interface,info gre-tunnel-poc734 link down
 00:54:05 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%*29 } send hello
 00:54:05 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%*29 } neighbor { router-id: 10.255.255.2 state: ExStart } state change to Down
 00:54:05 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%*29 } neighbor { router-id: 10.255.255.2 state: ExStart } state change to Down
 00:54:05 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%*29 } destroyed
 00:54:05 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%*29 } destroyed
 00:54:05 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } lsa { external originator: 10.255.255.1 id: 10.254.254.0 seq: 0x80000001 csum: 0x8bb6 } originator flush
 00:54:05 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } lsa { router originator: 10.255.255.1 id: 10.255.255.1 seq: 0x80000072 csum: 0xa611 } originator update
 00:54:06 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } calc start
 00:54:06 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } calc spt
 00:54:06 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } process summaries for ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 }
 00:54:06 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } process externals
 00:54:06 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } install routes
 00:54:06 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } post process summaries
 00:54:06 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } calc done
 00:54:06 interface,info gre-tunnel-poc734 link up
 00:54:06 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } created
 00:54:06 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } created
 00:54:06 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } send hello
 00:54:06 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } state change to Waiting
 00:54:06 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } state change to Waiting
 00:54:06 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } lsa { external originator: 10.255.255.1 id: 10.254.254.0 seq: 0x80000001 csum: 0x8bb6 } originator update
 00:54:06 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } lsa { router originator: 10.255.255.1 id: 10.255.255.1 seq: 0x80000072 csum: 0xa611 } originator update
 00:54:08 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } lsa { router originator: 10.255.255.1 id: 10.255.255.1 seq: 0x80000073 csum: 0x1ca6 } flooding
 00:54:09 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } calc start
 00:54:09 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } calc spt
 00:54:09 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } process summaries for ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 }
 00:54:09 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } process externals
 00:54:09 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } install routes
 00:54:09 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } post process summaries
 00:54:09 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } calc done
 00:54:10 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } lsa { external originator: 10.255.255.1 id: 10.254.254.0 seq: 0x80000002 csum: 0x89b7 } flooding
 00:54:14 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 0.0.0.0 state: Down } hello
 00:54:14 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Down } dr priority change
 00:54:14 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Down } state change to Init
 00:54:14 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Down } state change to Init
 00:54:14 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Init } state change to TwoWay
 00:54:14 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Init } state change to TwoWay
 00:54:14 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor election
 00:54:14 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor election
 00:54:14 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } state change to Backup DR
 00:54:14 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } state change to Backup DR
 00:54:14 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } change DR: 10.255.255.2 BDR: me
 00:54:14 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } change DR: 10.255.255.2 BDR: me
 00:54:14 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: TwoWay } state change to ExStart
 00:54:14 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: TwoWay } state change to ExStart
 00:54:14 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: ExStart } send DD to 10.254.254.2 Init Master More sequence 1406628902
 00:54:14 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } send hello
 00:54:14 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } lsa { router originator: 10.255.255.1 id: 10.255.255.1 seq: 0x80000073 csum: 0x1ca6 } originator update
 00:54:14 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } lsa { router originator: 10.255.255.1 id: 10.255.255.1 seq: 0x80000074 csum: 0x1aa7 } flooding
 00:54:14 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: ExStart } receive DD from 10.254.254.2 Init Master More sequence 2069697103
 00:54:14 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: ExStart } negotiation done
 00:54:14 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: ExStart } negotiation done
 00:54:14 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: ExStart } state change to Exchange
 00:54:14 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: ExStart } state change to Exchange
 00:54:14 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Exchange } exchange lsdb size 18
 00:54:14 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Exchange } exchange lsdb size 18
 00:54:14 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Exchange } send DD to 10.254.254.2 sequence 2069697103
 00:54:14 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Exchange } receive DD from 10.254.254.2 Master sequence 2069697104
 00:54:14 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Exchange } router 10.255.255.2 10.255.255.2 create request seq 0x8000005e csum: 0x369f
 00:54:14 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Exchange } network 10.255.255.1 10.254.254.1 create request seq 0x80000001 csum: 0xe160
 00:54:14 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Exchange } send DD to 10.254.254.2 sequence 2069697104
 00:54:14 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Exchange } exchange done
 00:54:14 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Exchange } exchange done
 00:54:14 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Exchange } state change to Loading
 00:54:14 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Exchange } state change to Loading
 00:54:14 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Loading } send  requests
 00:54:14 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Loading } receive LS request
 00:54:14 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Loading } receive LS update
 00:54:14 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Loading } update router 10.255.255.2 10.255.255.2 Older with seq 0x8000005e age 4 csum 0x369f
 00:54:14 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } lsa { router originator: 10.255.255.2 id: 10.255.255.2 seq: 0x8000005e csum: 0x369f } received new
 00:54:14 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } calc schedule
 00:54:14 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } lsa { router originator: 10.255.255.2 id: 10.255.255.2 seq: 0x8000005e csum: 0x369f } schedule decay age: 3596
 00:54:14 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } lsa { router originator: 10.255.255.2 id: 10.255.255.2 seq: 0x8000005e csum: 0x369f } flooding
 00:54:14 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Loading } update network 10.255.255.1 10.254.254.1 Older with seq 0x80000001 age 23 csum 0xe160
 00:54:14 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } lsa { network originator: 10.255.255.1 id: 10.254.254.1 seq: 0x80000001 csum: 0xe160 } owner flush
 00:54:14 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } lsa { network originator: 10.255.255.1 id: 10.254.254.1 seq: 0x80000001 csum: 0xe160 flushing } flooding
 00:54:14 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Loading } loading done
 00:54:14 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Loading } loading done
 00:54:14 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Loading } state change to Full
 00:54:14 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Loading } state change to Full
 00:54:14 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } lsa { router originator: 10.255.255.1 id: 10.255.255.1 seq: 0x80000074 csum: 0x1aa7 } originator update
 00:54:14 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } flood LS update
 00:54:14 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Full } receive LS update
 00:54:14 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Full } update router 10.255.255.2 10.255.255.2 seq 0x8000005e age 4 csum 0x369f Older with seq 0x8000005f age 1 csum 0xd4f1
 00:54:14 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Full } update network 10.255.255.2 10.254.254.2 Older with seq 0x80000001 age 1 csum 0x64cb
 00:54:14 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } lsa { network originator: 10.255.255.2 id: 10.254.254.2 seq: 0x80000001 csum: 0x64cb } received new
 00:54:14 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } lsa { network originator: 10.255.255.2 id: 10.254.254.2 seq: 0x80000001 csum: 0x64cb } schedule decay age: 3599
 00:54:14 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } lsa { network originator: 10.255.255.2 id: 10.254.254.2 seq: 0x80000001 csum: 0x64cb } flooding
 00:54:15 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } send 2 delayed ACKs
 00:54:15 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Full } received 1 LS ACKs
 00:54:15 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } calc start
 00:54:15 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } calc spt
 00:54:15 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } process summaries for ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 }
 00:54:15 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } process externals
 00:54:15 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } install routes
 00:54:15 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } post process summaries
 00:54:15 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } calc done
 00:54:19 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Full } receive LS update
 00:54:19 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Full } update router 10.255.255.2 10.255.255.2 seq 0x8000005e age 9 csum 0x369f Older with seq 0x8000005f age 6 csum 0xd4f1
 00:54:19 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } lsa { router originator: 10.255.255.2 id: 10.255.255.2 seq: 0x8000005e csum: 0x369f } received update
 00:54:19 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } calc schedule
 00:54:19 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } lsa { router originator: 10.255.255.2 id: 10.255.255.2 seq: 0x8000005f csum: 0xd4f1 } schedule decay age: 3594
 00:54:19 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } lsa { router originator: 10.255.255.2 id: 10.255.255.2 seq: 0x8000005f csum: 0xd4f1 } flooding
 00:54:20 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } lsa { router originator: 10.255.255.1 id: 10.255.255.1 seq: 0x80000075 csum: 0xaa09 } flooding
 00:54:20 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } flood LS update
 00:54:20 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } send 1 delayed ACKs
 00:54:20 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } calc start
 00:54:20 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } calc spt
 00:54:20 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } process summaries for ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 }
 00:54:20 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } process externals
 00:54:20 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } install routes
 00:54:20 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } post process summaries
 00:54:20 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } calc done
 00:54:20 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Full } received 1 LS ACKs
 00:54:21 interface,info gre-tunnel-poc734 link down
 00:54:21 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%*29 } send hello
 00:54:21 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%*29 } neighbor { router-id: 10.255.255.2 state: Full } state change to Down
 00:54:21 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%*29 } neighbor { router-id: 10.255.255.2 state: Full } state change to Down
 00:54:21 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } lsa { router originator: 10.255.255.1 id: 10.255.255.1 seq: 0x80000075 csum: 0xaa09 } originator update
 00:54:21 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%*29 } destroyed
 00:54:21 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%*29 } destroyed
 00:54:21 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } lsa { external originator: 10.255.255.1 id: 10.254.254.0 seq: 0x80000002 csum: 0x89b7 } originator flush
 00:54:21 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } lsa { external originator: 10.255.255.1 id: 10.254.254.0 seq: 0x80000002 csum: 0x89b7 flushing } flooding
 00:54:21 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } lsa { router originator: 10.255.255.1 id: 10.255.255.1 seq: 0x80000075 csum: 0xaa09 } originator update
 00:54:22 interface,info gre-tunnel-poc734 link up
 00:54:22 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } created
 00:54:22 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } created
 00:54:22 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } send hello
 00:54:22 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } state change to Waiting
 00:54:22 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } state change to Waiting
 00:54:22 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } lsa { external originator: 10.255.255.1 id: 10.254.254.0 } originator update
 00:54:22 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } lsa { external originator: 10.255.255.1 id: 10.254.254.0 seq: 0x80000001 csum: 0x8bb6 } flooding
 00:54:22 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } lsa { router originator: 10.255.255.1 id: 10.255.255.1 seq: 0x80000075 csum: 0xaa09 } originator update
 00:54:22 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 0.0.0.0 state: Down } hello
 00:54:22 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Down } priority change
 00:54:22 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Down } state change to Init
 00:54:22 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Down } state change to Init
 00:54:23 interface,info gre-tunnel-poc734 link down
 00:54:23 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%*29 } send hello
 00:54:23 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%*29 } neighbor { router-id: 10.255.255.2 state: Init } state change to Down
 00:54:23 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%*29 } neighbor { router-id: 10.255.255.2 state: Init } state change to Down
 00:54:23 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%*29 } destroyed
 00:54:23 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%*29 } destroyed
 00:54:23 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } lsa { external originator: 10.255.255.1 id: 10.254.254.0 seq: 0x80000001 csum: 0x8bb6 } originator flush
 00:54:23 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } lsa { router originator: 10.255.255.1 id: 10.255.255.1 seq: 0x80000075 csum: 0xaa09 } originator update
 00:54:23 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } calc start
 00:54:23 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } calc spt
 00:54:23 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } process summaries for ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 }
 00:54:23 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } process externals
 00:54:23 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } install routes
 00:54:23 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } post process summaries
 00:54:23 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } calc done
 00:54:24 interface,info gre-tunnel-poc734 link up
 00:54:24 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } created
 00:54:24 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } created
 00:54:24 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } send hello
 00:54:24 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } state change to Waiting
 00:54:24 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } state change to Waiting
 00:54:24 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } lsa { external originator: 10.255.255.1 id: 10.254.254.0 seq: 0x80000001 csum: 0x8bb6 } originator update
 00:54:24 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } lsa { router originator: 10.255.255.1 id: 10.255.255.1 seq: 0x80000075 csum: 0xaa09 } originator update
 00:54:24 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 0.0.0.0 state: Down } hello
 00:54:24 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Down } priority change
 00:54:24 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Down } state change to Init
 00:54:24 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Down } state change to Init
 00:54:26 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } lsa { router originator: 10.255.255.1 id: 10.255.255.1 seq: 0x80000076 csum: 0x16a9 } flooding
 00:54:26 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } calc start
 00:54:26 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } calc spt
 00:54:26 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } process summaries for ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 }
 00:54:26 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } process externals
 00:54:26 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } install routes
 00:54:26 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } post process summaries
 00:54:26 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } calc done
 00:54:28 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } lsa { external originator: 10.255.255.1 id: 10.254.254.0 seq: 0x80000002 csum: 0x89b7 } flooding
 00:54:34 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } send hello
 00:54:34 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Init } hello
 00:54:34 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Init } state change to TwoWay
 00:54:34 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Init } state change to TwoWay
 00:54:44 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } send hello
 00:54:44 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: TwoWay } hello
 00:54:54 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } send hello
 00:54:54 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: TwoWay } hello
 00:55:04 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor election
 00:55:04 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor election
 00:55:04 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } state change to DR other
 00:55:04 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } state change to DR other
 00:55:04 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } change DR: 10.255.255.2 BDR: 10.255.255.2
 00:55:04 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } change DR: 10.255.255.2 BDR: 10.255.255.2
 00:55:04 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: TwoWay } state change to ExStart
 00:55:04 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: TwoWay } state change to ExStart
 00:55:04 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: ExStart } send DD to 10.254.254.2 Init Master More sequence 1084535173
 00:55:04 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } lsa { router originator: 10.255.255.1 id: 10.255.255.1 seq: 0x80000076 csum: 0x16a9 } originator update
 00:55:04 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } lsa { router originator: 10.255.255.1 id: 10.255.255.1 seq: 0x80000077 csum: 0x14aa } flooding
 00:55:04 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } send hello
 00:55:04 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: ExStart } receive DD from 10.254.254.2 Init Master More sequence 1770001337
 00:55:04 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: ExStart } negotiation done
 00:55:04 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: ExStart } negotiation done
 00:55:04 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: ExStart } state change to Exchange
 00:55:04 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: ExStart } state change to Exchange
 00:55:04 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Exchange } exchange lsdb size 18
 00:55:04 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Exchange } exchange lsdb size 18
 00:55:04 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Exchange } send DD to 10.254.254.2 sequence 1770001337
 00:55:04 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Exchange } hello
 00:55:04 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Exchange } dr change
 00:55:04 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor election
 00:55:04 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor election
 00:55:04 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } state change to Backup DR
 00:55:04 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } state change to Backup DR
 00:55:04 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } change BDR: me
 00:55:04 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } change BDR: me
 00:55:04 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } send hello
 00:55:04 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Exchange } receive DD from 10.254.254.2 Master sequence 1770001338
 00:55:04 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Exchange } router 10.255.255.2 10.255.255.2 create request seq 0x80000062 csum: 0x2ea3
 00:55:04 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Exchange } send DD to 10.254.254.2 sequence 1770001338
 00:55:04 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Exchange } exchange done
 00:55:04 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Exchange } exchange done
 00:55:04 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Exchange } state change to Loading
 00:55:04 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Exchange } state change to Loading
 00:55:04 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Loading } send  requests
 00:55:04 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Loading } receive LS request
 00:55:04 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Loading } receive LS update
 00:55:04 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Loading } update router 10.255.255.2 10.255.255.2 Older with seq 0x80000062 age 1 csum 0x2ea3
 00:55:04 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } lsa { router originator: 10.255.255.2 id: 10.255.255.2 seq: 0x80000062 csum: 0x2ea3 } received new
 00:55:04 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } calc schedule
 00:55:04 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } lsa { router originator: 10.255.255.2 id: 10.255.255.2 seq: 0x80000062 csum: 0x2ea3 } schedule decay age: 3599
 00:55:04 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } lsa { router originator: 10.255.255.2 id: 10.255.255.2 seq: 0x80000062 csum: 0x2ea3 } flooding
 00:55:04 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Loading } loading done
 00:55:04 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Loading } loading done
 00:55:04 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Loading } state change to Full
 00:55:04 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Loading } state change to Full
 00:55:04 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } lsa { router originator: 10.255.255.1 id: 10.255.255.1 seq: 0x80000077 csum: 0x14aa } originator update
 00:55:04 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Full } receive LS update
 00:55:04 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Full } update network 10.255.255.2 10.254.254.2 Older with seq 0x80000001 age 1 csum 0x64cb
 00:55:04 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } lsa { network originator: 10.255.255.2 id: 10.254.254.2 seq: 0x80000001 csum: 0x64cb } received new
 00:55:04 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } lsa { network originator: 10.255.255.2 id: 10.254.254.2 seq: 0x80000001 csum: 0x64cb } schedule decay age: 3599
 00:55:04 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } lsa { network originator: 10.255.255.2 id: 10.254.254.2 seq: 0x80000001 csum: 0x64cb } flooding
 00:55:04 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Full } update external 10.255.255.2 10.254.254.0 seq 0x8000000d age 66 csum 0x6dc7 Older with seq 0x8000000e age 1 csum 0x6bc8
 00:55:04 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } lsa { external originator: 10.255.255.2 id: 10.254.254.0 seq: 0x8000000d csum: 0x6dc7 } received refresh
 00:55:04 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } lsa { external originator: 10.255.255.2 id: 10.254.254.0 seq: 0x8000000e csum: 0x6bc8 } schedule decay age: 3599
 00:55:04 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } lsa { external originator: 10.255.255.2 id: 10.254.254.0 seq: 0x8000000e csum: 0x6bc8 } flooding
 00:55:05 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } send 3 delayed ACKs
 00:55:05 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Full } received 0 LS ACKs
 00:55:05 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } calc start
 00:55:05 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } calc spt
 00:55:05 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } process summaries for ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 }
 00:55:05 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } process externals
 00:55:05 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } install routes
 00:55:05 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } post process summaries
 00:55:05 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } calc done
 00:55:09 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Full } receive LS update
 00:55:09 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Full } update router 10.255.255.2 10.255.255.2 seq 0x80000062 age 6 csum 0x2ea3 Older with seq 0x80000063 age 1 csum 0xccf5
 00:55:09 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } lsa { router originator: 10.255.255.2 id: 10.255.255.2 seq: 0x80000062 csum: 0x2ea3 } received update
 00:55:09 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } calc schedule
 00:55:09 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } lsa { router originator: 10.255.255.2 id: 10.255.255.2 seq: 0x80000063 csum: 0xccf5 } schedule decay age: 3599
 00:55:09 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } lsa { router originator: 10.255.255.2 id: 10.255.255.2 seq: 0x80000063 csum: 0xccf5 } flooding
 00:55:10 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } lsa { router originator: 10.255.255.1 id: 10.255.255.1 seq: 0x80000078 csum: 0xa40c } flooding
 00:55:10 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } flood LS update
 00:55:10 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } send 1 delayed ACKs
 00:55:10 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } calc start
 00:55:10 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } calc spt
 00:55:10 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } process summaries for ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 }
 00:55:10 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } process externals
 00:55:10 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } install routes
 00:55:10 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } post process summaries
 00:55:10 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } calc done
 00:55:11 interface,info gre-tunnel-poc734 link down
 00:55:11 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%*29 } send hello
 00:55:11 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%*29 } neighbor { router-id: 10.255.255.2 state: Full } state change to Down
 00:55:11 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%*29 } neighbor { router-id: 10.255.255.2 state: Full } state change to Down
 00:55:11 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } lsa { router originator: 10.255.255.1 id: 10.255.255.1 seq: 0x80000078 csum: 0xa40c } originator update
 00:55:11 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%*29 } destroyed
 00:55:11 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%*29 } destroyed
 00:55:11 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } lsa { external originator: 10.255.255.1 id: 10.254.254.0 seq: 0x80000002 csum: 0x89b7 } originator flush
 00:55:11 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } lsa { external originator: 10.255.255.1 id: 10.254.254.0 seq: 0x80000002 csum: 0x89b7 flushing } flooding
 00:55:11 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } lsa { router originator: 10.255.255.1 id: 10.255.255.1 seq: 0x80000078 csum: 0xa40c } originator update
 00:55:12 interface,info gre-tunnel-poc734 link up
 00:55:12 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } created
 00:55:12 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } created
 00:55:12 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } send hello
 00:55:12 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } state change to Waiting
 00:55:12 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } state change to Waiting
 00:55:12 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } lsa { external originator: 10.255.255.1 id: 10.254.254.0 } originator update
 00:55:12 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } lsa { external originator: 10.255.255.1 id: 10.254.254.0 seq: 0x80000001 csum: 0x8bb6 } flooding
 00:55:12 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } lsa { router originator: 10.255.255.1 id: 10.255.255.1 seq: 0x80000078 csum: 0xa40c } originator update
 00:55:13 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } calc start
 00:55:13 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } calc spt
 00:55:13 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } process summaries for ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 }
 00:55:13 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } process externals
 00:55:13 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } install routes
 00:55:13 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } post process summaries
 00:55:13 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } calc done
 00:55:16 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } lsa { router originator: 10.255.255.1 id: 10.255.255.1 seq: 0x80000079 csum: 0x10ac } flooding
 00:55:16 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } calc start
 00:55:16 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } calc spt
 00:55:16 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } process summaries for ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 }
 00:55:16 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } process externals
 00:55:16 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } install routes
 00:55:16 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } post process summaries
 00:55:16 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } calc done
 00:55:22 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 0.0.0.0 state: Down } hello
 00:55:22 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Down } priority change
 00:55:22 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Down } state change to Init
 00:55:22 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Down } state change to Init
 00:55:22 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Init } state change to TwoWay
 00:55:22 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Init } state change to TwoWay
 00:55:22 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } send hello
 00:55:32 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: TwoWay } hello
 00:55:32 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } send hello
 00:55:42 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: TwoWay } hello
 00:55:42 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } send hello
 00:55:52 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: TwoWay } receive DD from 10.254.254.2 Init Master More sequence 1002753164
 00:55:52 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: TwoWay } hello
 00:55:52 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: TwoWay } dr change
 00:55:52 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor election
 00:55:52 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor election
 00:55:52 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } state change to Backup DR
 00:55:52 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } state change to Backup DR
 00:55:52 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } change DR: 10.255.255.2 BDR: me
 00:55:52 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } change DR: 10.255.255.2 BDR: me
 00:55:52 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: TwoWay } state change to ExStart
 00:55:52 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: TwoWay } state change to ExStart
 00:55:52 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: ExStart } send DD to 10.254.254.2 Init Master More sequence 795266179
 00:55:52 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } send hello
 00:55:52 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } lsa { router originator: 10.255.255.1 id: 10.255.255.1 seq: 0x80000079 csum: 0x10ac } originator update
 00:55:52 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } lsa { router originator: 10.255.255.1 id: 10.255.255.1 seq: 0x8000007a csum: 0xead } flooding
 00:55:57 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: ExStart } receive DD from 10.254.254.2 Init Master More sequence 1002753164
 00:55:57 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: ExStart } negotiation done
 00:55:57 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: ExStart } negotiation done
 00:55:57 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: ExStart } state change to Exchange
 00:55:57 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: ExStart } state change to Exchange
 00:55:57 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Exchange } exchange lsdb size 18
 00:55:57 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Exchange } exchange lsdb size 18
 00:55:57 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Exchange } send DD to 10.254.254.2 sequence 1002753164
 00:55:57 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Exchange } send DD to 10.254.254.2 sequence 1002753164
 00:55:57 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Exchange } receive DD from 10.254.254.2 Master sequence 1002753165
 00:55:57 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Exchange } router 10.255.255.2 10.255.255.2 create request seq 0x80000065 csum: 0x28a6
 00:55:57 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } lsa { external originator: 10.255.255.1 id: 10.254.254.0 seq: 0x80000001 csum: 0x8bb6 } create request seq 0x80000002 csum: 0x89b7
 00:55:57 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Exchange } send DD to 10.254.254.2 sequence 1002753165
 00:55:57 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Exchange } exchange done
 00:55:57 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Exchange } exchange done
 00:55:57 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Exchange } state change to Loading
 00:55:57 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Exchange } state change to Loading
 00:55:57 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Loading } send  requests
 00:55:57 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Loading } receive LS request
 00:55:57 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Loading } receive LS update
 00:55:57 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Loading } update router 10.255.255.2 10.255.255.2 Older with seq 0x80000065 age 6 csum 0x28a6
 00:55:57 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } lsa { router originator: 10.255.255.2 id: 10.255.255.2 seq: 0x80000065 csum: 0x28a6 } received new
 00:55:57 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } calc schedule
 00:55:57 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } lsa { router originator: 10.255.255.2 id: 10.255.255.2 seq: 0x80000065 csum: 0x28a6 } schedule decay age: 3594
 00:55:57 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } lsa { router originator: 10.255.255.2 id: 10.255.255.2 seq: 0x80000065 csum: 0x28a6 } flooding
 00:55:57 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Loading } update external 10.255.255.1 10.254.254.0 seq 0x80000001 age 39 csum 0x8bb6 Older with seq 0x80000002 age 276 csum 0x89b7
 00:55:57 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } lsa { external originator: 10.255.255.1 id: 10.254.254.0 seq: 0x80000001 csum: 0x8bb6 } originator promote to 0x80000002
 00:55:57 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } lsa { external originator: 10.255.255.1 id: 10.254.254.0 seq: 0x80000003 csum: 0x87b8 } flooding
 00:55:57 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Loading } loading done
 00:55:57 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Loading } loading done
 00:55:57 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Loading } state change to Full
 00:55:57 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Loading } state change to Full
 00:55:57 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } lsa { router originator: 10.255.255.1 id: 10.255.255.1 seq: 0x8000007a csum: 0xead } originator update
 00:55:57 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } flood LS update
 00:55:57 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Full } receive LS update
 00:55:57 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Full } update network 10.255.255.2 10.254.254.2 Older with seq 0x80000001 age 1 csum 0x64cb
 00:55:57 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } lsa { network originator: 10.255.255.2 id: 10.254.254.2 seq: 0x80000001 csum: 0x64cb } received new
 00:55:57 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } lsa { network originator: 10.255.255.2 id: 10.254.254.2 seq: 0x80000001 csum: 0x64cb } schedule decay age: 3599
 00:55:57 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } lsa { network originator: 10.255.255.2 id: 10.254.254.2 seq: 0x80000001 csum: 0x64cb } flooding
 00:55:57 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Full } update external 10.255.255.2 10.254.254.0 seq 0x8000000e age 53 csum 0x6bc8 Older with seq 0x8000000f age 1 csum 0x69c9
 00:55:57 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } lsa { external originator: 10.255.255.2 id: 10.254.254.0 seq: 0x8000000e csum: 0x6bc8 } received refresh
 00:55:57 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } lsa { external originator: 10.255.255.2 id: 10.254.254.0 seq: 0x8000000f csum: 0x69c9 } schedule decay age: 3599
 00:55:57 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } lsa { external originator: 10.255.255.2 id: 10.254.254.0 seq: 0x8000000f csum: 0x69c9 } flooding
 00:55:57 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Full } receive LS update
 00:55:57 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Full } update router 10.255.255.2 10.255.255.2 seq 0x80000065 age 6 csum 0x28a6 Older with seq 0x80000066 age 1 csum 0xc6f8
 00:55:57 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Full } received 1 LS ACKs
 00:55:57 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } send 3 delayed ACKs
 00:55:57 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } calc start
 00:55:57 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } calc spt
 00:55:57 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } process summaries for ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 }
 00:55:57 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } process externals
 00:55:57 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } install routes
 00:55:57 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } post process summaries
 00:55:57 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } calc done
 00:55:58 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } lsa { router originator: 10.255.255.1 id: 10.255.255.1 seq: 0x8000007b csum: 0x9e0f } flooding
 00:55:58 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } flood LS update
 00:56:00 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } calc start
 00:56:00 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } calc spt
 00:56:00 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } process summaries for ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 }
 00:56:00 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } process externals
 00:56:00 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } install routes
 00:56:00 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } post process summaries
 00:56:00 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } calc done
 00:56:02 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Full } hello
 00:56:02 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } send hello
 00:56:02 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Full } receive LS update
 00:56:02 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Full } update router 10.255.255.2 10.255.255.2 seq 0x80000065 age 11 csum 0x28a6 Older with seq 0x80000066 age 6 csum 0xc6f8
 00:56:02 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } lsa { router originator: 10.255.255.2 id: 10.255.255.2 seq: 0x80000065 csum: 0x28a6 } received update
 00:56:02 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } lsa { router originator: 10.255.255.2 id: 10.255.255.2 seq: 0x80000066 csum: 0xc6f8 } schedule decay age: 3594
 00:56:02 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } lsa { router originator: 10.255.255.2 id: 10.255.255.2 seq: 0x80000066 csum: 0xc6f8 } flooding
 00:56:03 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } send 1 delayed ACKs
 00:56:03 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Full } retransmit LS updates
 00:56:03 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Full } received 1 LS ACKs
 00:56:03 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } calc start
 00:56:03 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } calc spt
 00:56:03 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } process summaries for ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 }
 00:56:03 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } process externals
 00:56:03 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } install routes
 00:56:03 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } post process summaries
 00:56:03 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } calc done
 00:56:04 interface,info gre-tunnel-poc734 link down
 00:56:04 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%*29 } send hello
 00:56:04 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%*29 } neighbor { router-id: 10.255.255.2 state: Full } state change to Down
 00:56:04 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%*29 } neighbor { router-id: 10.255.255.2 state: Full } state change to Down
 00:56:04 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } lsa { router originator: 10.255.255.1 id: 10.255.255.1 seq: 0x8000007b csum: 0x9e0f } originator update
 00:56:04 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } lsa { router originator: 10.255.255.1 id: 10.255.255.1 seq: 0x8000007c csum: 0xaaf } flooding
 00:56:04 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%*29 } destroyed
 00:56:04 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%*29 } destroyed
 00:56:04 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } lsa { external originator: 10.255.255.1 id: 10.254.254.0 seq: 0x80000003 csum: 0x87b8 } originator flush
 00:56:04 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } lsa { external originator: 10.255.255.1 id: 10.254.254.0 seq: 0x80000003 csum: 0x87b8 flushing } flooding
 00:56:04 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } lsa { router originator: 10.255.255.1 id: 10.255.255.1 seq: 0x8000007c csum: 0xaaf } originator update
 00:56:05 interface,info gre-tunnel-poc734 link up
 00:56:05 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } created
 00:56:05 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } created
 00:56:05 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } send hello
 00:56:05 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } state change to Waiting
 00:56:05 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } state change to Waiting
 00:56:05 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } lsa { external originator: 10.255.255.1 id: 10.254.254.0 } originator update
 00:56:05 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } lsa { external originator: 10.255.255.1 id: 10.254.254.0 seq: 0x80000001 csum: 0x8bb6 } flooding
 00:56:05 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } lsa { router originator: 10.255.255.1 id: 10.255.255.1 seq: 0x8000007c csum: 0xaaf } originator update
 00:56:06 interface,info gre-tunnel-poc734 link down
 00:56:06 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%*29 } send hello
 00:56:06 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%*29 } destroyed
 00:56:06 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%*29 } destroyed
 00:56:06 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } lsa { external originator: 10.255.255.1 id: 10.254.254.0 seq: 0x80000001 csum: 0x8bb6 } originator flush
 00:56:06 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } lsa { router originator: 10.255.255.1 id: 10.255.255.1 seq: 0x8000007c csum: 0xaaf } originator update
 00:56:06 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } calc start
 00:56:06 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } calc spt
 00:56:06 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } process summaries for ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 }
 00:56:06 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } process externals
 00:56:06 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } install routes
 00:56:06 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } post process summaries
 00:56:06 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } calc done
 00:56:07 interface,info gre-tunnel-poc734 link up
 00:56:07 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } created
 00:56:07 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } created
 00:56:07 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } send hello
 00:56:07 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } state change to Waiting
 00:56:07 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } state change to Waiting
 00:56:07 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } lsa { external originator: 10.255.255.1 id: 10.254.254.0 seq: 0x80000001 csum: 0x8bb6 } originator update
 00:56:07 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } lsa { router originator: 10.255.255.1 id: 10.255.255.1 seq: 0x8000007c csum: 0xaaf } originator update
 00:56:10 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } lsa { router originator: 10.255.255.1 id: 10.255.255.1 seq: 0x8000007d csum: 0x8b0 } flooding
 00:56:11 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } lsa { external originator: 10.255.255.1 id: 10.254.254.0 seq: 0x80000002 csum: 0x89b7 } flooding
 00:56:17 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 0.0.0.0 state: Down } hello
 00:56:17 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Down } priority change
 00:56:17 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Down } state change to Init
 00:56:17 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Down } state change to Init
 00:56:17 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Init } state change to TwoWay
 00:56:17 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Init } state change to TwoWay
 00:56:17 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } send hello
 00:56:27 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: TwoWay } hello
 00:56:27 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } send hello
 00:56:37 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: TwoWay } hello
 00:56:37 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } send hello
 00:56:47 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: TwoWay } receive DD from 10.254.254.2 Init Master More sequence 1323170780
 00:56:47 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: TwoWay } hello
 00:56:47 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: TwoWay } dr change
 00:56:47 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor election
 00:56:47 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor election
 00:56:47 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } state change to Backup DR
 00:56:47 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } state change to Backup DR
 00:56:47 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } change DR: 10.255.255.2 BDR: me
 00:56:47 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } change DR: 10.255.255.2 BDR: me
 00:56:47 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: TwoWay } state change to ExStart
 00:56:47 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: TwoWay } state change to ExStart
 00:56:47 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: ExStart } send DD to 10.254.254.2 Init Master More sequence 1666226150
 00:56:47 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } send hello
 00:56:47 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } lsa { router originator: 10.255.255.1 id: 10.255.255.1 seq: 0x8000007d csum: 0x8b0 } originator update
 00:56:47 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } lsa { router originator: 10.255.255.1 id: 10.255.255.1 seq: 0x8000007e csum: 0x6b1 } flooding
 00:56:52 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: ExStart } receive DD from 10.254.254.2 Init Master More sequence 1323170780
 00:56:52 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: ExStart } negotiation done
 00:56:52 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: ExStart } negotiation done
 00:56:52 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: ExStart } state change to Exchange
 00:56:52 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: ExStart } state change to Exchange
 00:56:52 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Exchange } exchange lsdb size 18
 00:56:52 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Exchange } exchange lsdb size 18
 00:56:52 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Exchange } send DD to 10.254.254.2 sequence 1323170780
 00:56:52 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Exchange } send DD to 10.254.254.2 sequence 1323170780
 00:56:52 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Exchange } receive DD from 10.254.254.2 Master sequence 1323170781
 00:56:52 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Exchange } router 10.255.255.2 10.255.255.2 create request seq 0x80000069 csum: 0x20aa
 00:56:52 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } lsa { external originator: 10.255.255.2 id: 10.110.20.0 seq: 0x80000002 csum: 0x7444 } create request seq 0x80000003 csum: 0x7245
 00:56:52 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } lsa { external originator: 10.255.255.1 id: 10.254.254.0 seq: 0x80000002 csum: 0x89b7 } create request seq 0x80000003 csum: 0x87b8
 00:56:52 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Exchange } send DD to 10.254.254.2 sequence 1323170781
 00:56:52 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Exchange } exchange done
 00:56:52 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Exchange } exchange done
 00:56:52 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Exchange } state change to Loading
 00:56:52 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Exchange } state change to Loading
 00:56:52 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Loading } send  requests
 00:56:52 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Loading } receive LS request
 00:56:52 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Loading } receive LS update
 00:56:52 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Loading } update router 10.255.255.2 10.255.255.2 Older with seq 0x80000069 age 6 csum 0x20aa
 00:56:52 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } lsa { router originator: 10.255.255.2 id: 10.255.255.2 seq: 0x80000069 csum: 0x20aa } received new
 00:56:52 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } calc schedule
 00:56:52 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } lsa { router originator: 10.255.255.2 id: 10.255.255.2 seq: 0x80000069 csum: 0x20aa } schedule decay age: 3594
 00:56:52 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } lsa { router originator: 10.255.255.2 id: 10.255.255.2 seq: 0x80000069 csum: 0x20aa } flooding
 00:56:52 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Loading } update external 10.255.255.2 10.110.20.0 seq 0x80000002 age 1757 csum 0x7444 Older with seq 0x80000003 age 9 csum 0x7245
 00:56:52 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } lsa { external originator: 10.255.255.2 id: 10.110.20.0 seq: 0x80000002 csum: 0x7444 } received refresh
 00:56:52 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } lsa { external originator: 10.255.255.2 id: 10.110.20.0 seq: 0x80000003 csum: 0x7245 } schedule decay age: 3591
 00:56:52 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } lsa { external originator: 10.255.255.2 id: 10.110.20.0 seq: 0x80000003 csum: 0x7245 } flooding
 00:56:52 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Loading } update external 10.255.255.1 10.254.254.0 seq 0x80000002 age 35 csum 0x89b7 Older with seq 0x80000003 age 57 csum 0x87b8
 00:56:52 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } lsa { external originator: 10.255.255.1 id: 10.254.254.0 seq: 0x80000002 csum: 0x89b7 } originator promote to 0x80000003
 00:56:52 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } lsa { external originator: 10.255.255.1 id: 10.254.254.0 seq: 0x80000004 csum: 0x85b9 } flooding
 00:56:52 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Loading } loading done
 00:56:52 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Loading } loading done
 00:56:52 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Loading } state change to Full
 00:56:52 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Loading } state change to Full
 00:56:52 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } lsa { router originator: 10.255.255.1 id: 10.255.255.1 seq: 0x8000007e csum: 0x6b1 } originator update
 00:56:52 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } flood LS update
 00:56:52 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Full } receive LS update
 00:56:52 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Full } update network 10.255.255.2 10.254.254.2 Older with seq 0x80000001 age 1 csum 0x64cb
 00:56:52 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } lsa { network originator: 10.255.255.2 id: 10.254.254.2 seq: 0x80000001 csum: 0x64cb } received new
 00:56:52 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } lsa { network originator: 10.255.255.2 id: 10.254.254.2 seq: 0x80000001 csum: 0x64cb } schedule decay age: 3599
 00:56:52 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } lsa { network originator: 10.255.255.2 id: 10.254.254.2 seq: 0x80000001 csum: 0x64cb } flooding
 00:56:52 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Full } update external 10.255.255.2 10.254.254.0 seq 0x8000000f age 56 csum 0x69c9 Older with seq 0x80000010 age 1 csum 0x67ca
 00:56:52 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } lsa { external originator: 10.255.255.2 id: 10.254.254.0 seq: 0x8000000f csum: 0x69c9 } received refresh
 00:56:52 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } lsa { external originator: 10.255.255.2 id: 10.254.254.0 seq: 0x80000010 csum: 0x67ca } schedule decay age: 3599
 00:56:52 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } lsa { external originator: 10.255.255.2 id: 10.254.254.0 seq: 0x80000010 csum: 0x67ca } flooding
 00:56:52 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Full } receive LS update
 00:56:52 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Full } update router 10.255.255.2 10.255.255.2 seq 0x80000069 age 6 csum 0x20aa Older with seq 0x8000006a age 1 csum 0xbefc
 00:56:52 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } send 4 delayed ACKs
 00:56:52 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } calc start
 00:56:52 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } calc spt
 00:56:52 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } process summaries for ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 }
 00:56:52 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } process externals
 00:56:52 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } install routes
 00:56:52 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } post process summaries
 00:56:52 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } calc done
 00:56:52 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Full } received 1 LS ACKs
 00:56:53 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } lsa { router originator: 10.255.255.1 id: 10.255.255.1 seq: 0x8000007f csum: 0x9613 } flooding
 00:56:53 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } flood LS update
 00:56:55 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } calc start
 00:56:55 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } calc spt
 00:56:55 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } process summaries for ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 }
 00:56:55 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } process externals
 00:56:55 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } install routes
 00:56:55 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } post process summaries
 00:56:55 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } calc done
 00:56:57 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Full } hello
 00:56:57 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } send hello
 00:56:57 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Full } receive LS update
 00:56:57 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Full } update router 10.255.255.2 10.255.255.2 seq 0x80000069 age 11 csum 0x20aa Older with seq 0x8000006a age 6 csum 0xbefc
 00:56:57 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } lsa { router originator: 10.255.255.2 id: 10.255.255.2 seq: 0x80000069 csum: 0x20aa } received update
 00:56:57 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } lsa { router originator: 10.255.255.2 id: 10.255.255.2 seq: 0x8000006a csum: 0xbefc } schedule decay age: 3594
 00:56:57 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } lsa { router originator: 10.255.255.2 id: 10.255.255.2 seq: 0x8000006a csum: 0xbefc } flooding
 00:56:58 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Full } retransmit LS updates
 00:56:58 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } send 1 delayed ACKs
 00:56:58 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Full } received 1 LS ACKs
 00:56:58 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } calc start
 00:56:58 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } calc spt
 00:56:58 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } process summaries for ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 }
 00:56:58 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } process externals
 00:56:58 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } install routes
 00:56:58 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } post process summaries
 00:56:58 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } calc done
 00:56:59 interface,info gre-tunnel-poc734 link down
 00:56:59 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%*29 } send hello
 00:56:59 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%*29 } neighbor { router-id: 10.255.255.2 state: Full } state change to Down
 00:56:59 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%*29 } neighbor { router-id: 10.255.255.2 state: Full } state change to Down
 00:56:59 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } lsa { router originator: 10.255.255.1 id: 10.255.255.1 seq: 0x8000007f csum: 0x9613 } originator update
 00:56:59 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } lsa { router originator: 10.255.255.1 id: 10.255.255.1 seq: 0x80000080 csum: 0x2b3 } flooding
 00:56:59 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%*29 } destroyed
 00:56:59 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%*29 } destroyed
 00:56:59 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } lsa { external originator: 10.255.255.1 id: 10.254.254.0 seq: 0x80000004 csum: 0x85b9 } originator flush
 00:56:59 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } lsa { external originator: 10.255.255.1 id: 10.254.254.0 seq: 0x80000004 csum: 0x85b9 flushing } flooding
 00:56:59 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } lsa { router originator: 10.255.255.1 id: 10.255.255.1 seq: 0x80000080 csum: 0x2b3 } originator update
 00:57:00 interface,info gre-tunnel-poc734 link up
 00:57:00 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } created
 00:57:00 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } created
 00:57:00 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } send hello
 00:57:00 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } state change to Waiting
 00:57:00 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } state change to Waiting
 00:57:00 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } lsa { external originator: 10.255.255.1 id: 10.254.254.0 } originator update
 00:57:00 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } lsa { external originator: 10.255.255.1 id: 10.254.254.0 seq: 0x80000001 csum: 0x8bb6 } flooding
 00:57:00 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } lsa { router originator: 10.255.255.1 id: 10.255.255.1 seq: 0x80000080 csum: 0x2b3 } originator update
 00:57:01 interface,info gre-tunnel-poc734 link down
 00:57:01 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%*29 } send hello
 00:57:01 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%*29 } destroyed
 00:57:01 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%*29 } destroyed
 00:57:01 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } lsa { external originator: 10.255.255.1 id: 10.254.254.0 seq: 0x80000001 csum: 0x8bb6 } originator flush
 00:57:01 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } lsa { router originator: 10.255.255.1 id: 10.255.255.1 seq: 0x80000080 csum: 0x2b3 } originator update
 00:57:01 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } calc start
 00:57:01 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } calc spt
 00:57:01 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } process summaries for ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 }
 00:57:01 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } process externals
 00:57:01 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } install routes
 00:57:01 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } post process summaries
 00:57:01 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } calc done
 00:57:02 interface,info gre-tunnel-poc734 link up
 00:57:02 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } created
 00:57:02 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } created
 00:57:02 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } send hello
 00:57:02 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } state change to Waiting
 00:57:02 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } state change to Waiting
 00:57:02 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } lsa { external originator: 10.255.255.1 id: 10.254.254.0 seq: 0x80000001 csum: 0x8bb6 } originator update
 00:57:02 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } lsa { router originator: 10.255.255.1 id: 10.255.255.1 seq: 0x80000080 csum: 0x2b3 } originator update
 00:57:05 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } lsa { router originator: 10.255.255.1 id: 10.255.255.1 seq: 0x80000081 csum: 0xffb4 } flooding
 00:57:06 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } lsa { external originator: 10.255.255.1 id: 10.254.254.0 seq: 0x80000002 csum: 0x89b7 } flooding
 00:57:12 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 0.0.0.0 state: Down } hello
 00:57:12 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Down } priority change
 00:57:12 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Down } state change to Init
 00:57:12 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Down } state change to Init
 00:57:12 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Init } state change to TwoWay
 00:57:12 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Init } state change to TwoWay
 00:57:12 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } send hello
 00:57:22 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: TwoWay } hello
 00:57:22 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } send hello
 00:57:32 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: TwoWay } hello
 00:57:32 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } send hello
 00:57:42 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: TwoWay } receive DD from 10.254.254.2 Init Master More sequence 1461381924
 00:57:42 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: TwoWay } hello
 00:57:42 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: TwoWay } dr change
 00:57:42 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor election
 00:57:42 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor election
 00:57:42 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } state change to Backup DR
 00:57:42 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } state change to Backup DR
 00:57:42 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } change DR: 10.255.255.2 BDR: me
 00:57:42 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } change DR: 10.255.255.2 BDR: me
 00:57:42 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: TwoWay } state change to ExStart
 00:57:42 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: TwoWay } state change to ExStart
 00:57:42 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: ExStart } send DD to 10.254.254.2 Init Master More sequence 1194709020
 00:57:42 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } send hello
 00:57:42 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } lsa { router originator: 10.255.255.1 id: 10.255.255.1 seq: 0x80000081 csum: 0xffb4 } originator update
 00:57:42 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } lsa { router originator: 10.255.255.1 id: 10.255.255.1 seq: 0x80000082 csum: 0xfdb5 } flooding
 00:57:47 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: ExStart } receive DD from 10.254.254.2 Init Master More sequence 1461381924
 00:57:47 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: ExStart } negotiation done
 00:57:47 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: ExStart } negotiation done
 00:57:47 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: ExStart } state change to Exchange
 00:57:47 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: ExStart } state change to Exchange
 00:57:47 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Exchange } exchange lsdb size 18
 00:57:47 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Exchange } exchange lsdb size 18
 00:57:47 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Exchange } send DD to 10.254.254.2 sequence 1461381924
 00:57:47 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Exchange } send DD to 10.254.254.2 sequence 1461381924
 00:57:47 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Exchange } receive DD from 10.254.254.2 Master sequence 1461381925
 00:57:47 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Exchange } router 10.255.255.2 10.255.255.2 create request seq 0x8000006d csum: 0x18ae
 00:57:47 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } lsa { external originator: 10.255.255.1 id: 10.254.254.0 seq: 0x80000002 csum: 0x89b7 } create request seq 0x80000004 csum: 0x85b9
 00:57:47 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } lsa { external originator: 10.255.255.2 id: 67.61.83.0 seq: 0x80000002 csum: 0x234e } create request seq 0x80000003 csum: 0x214f
 00:57:47 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Exchange } send DD to 10.254.254.2 sequence 1461381925
 00:57:47 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Exchange } exchange done
 00:57:47 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Exchange } exchange done
 00:57:47 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Exchange } state change to Loading
 00:57:47 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Exchange } state change to Loading
 00:57:47 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Loading } send  requests
 00:57:47 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Loading } receive LS request
 00:57:47 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Loading } receive LS update
 00:57:47 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Loading } update router 10.255.255.2 10.255.255.2 Older with seq 0x8000006d age 6 csum 0x18ae
 00:57:47 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } lsa { router originator: 10.255.255.2 id: 10.255.255.2 seq: 0x8000006d csum: 0x18ae } received new
 00:57:47 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } calc schedule
 00:57:47 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } lsa { router originator: 10.255.255.2 id: 10.255.255.2 seq: 0x8000006d csum: 0x18ae } schedule decay age: 3594
 00:57:47 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } lsa { router originator: 10.255.255.2 id: 10.255.255.2 seq: 0x8000006d csum: 0x18ae } flooding
 00:57:47 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Loading } update external 10.255.255.1 10.254.254.0 seq 0x80000002 age 35 csum 0x89b7 Older with seq 0x80000004 age 57 csum 0x85b9
 00:57:47 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } lsa { external originator: 10.255.255.1 id: 10.254.254.0 seq: 0x80000002 csum: 0x89b7 } originator promote to 0x80000004
 00:57:47 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } lsa { external originator: 10.255.255.1 id: 10.254.254.0 seq: 0x80000005 csum: 0x83ba } flooding
 00:57:47 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } flood LS update
 00:57:47 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Loading } update external 10.255.255.2 67.61.83.0 seq 0x80000002 age 1812 csum 0x234e Older with seq 0x80000003 age 40 csum 0x214f
 00:57:47 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } lsa { external originator: 10.255.255.2 id: 67.61.83.0 seq: 0x80000002 csum: 0x234e } received refresh
 00:57:47 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } lsa { external originator: 10.255.255.2 id: 67.61.83.0 seq: 0x80000003 csum: 0x214f } schedule decay age: 3560
 00:57:47 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } lsa { external originator: 10.255.255.2 id: 67.61.83.0 seq: 0x80000003 csum: 0x214f } flooding
 00:57:47 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Loading } loading done
 00:57:47 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Loading } loading done
 00:57:47 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Loading } state change to Full
 00:57:47 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Loading } state change to Full
 00:57:47 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } lsa { router originator: 10.255.255.1 id: 10.255.255.1 seq: 0x80000082 csum: 0xfdb5 } originator update
 00:57:47 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Full } receive LS update
 00:57:47 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Full } update network 10.255.255.2 10.254.254.2 Older with seq 0x80000001 age 1 csum 0x64cb
 00:57:47 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } lsa { network originator: 10.255.255.2 id: 10.254.254.2 seq: 0x80000001 csum: 0x64cb } received new
 00:57:47 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } lsa { network originator: 10.255.255.2 id: 10.254.254.2 seq: 0x80000001 csum: 0x64cb } schedule decay age: 3599
 00:57:47 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } lsa { network originator: 10.255.255.2 id: 10.254.254.2 seq: 0x80000001 csum: 0x64cb } flooding
 00:57:47 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Full } update external 10.255.255.2 10.254.254.0 seq 0x80000010 age 56 csum 0x67ca Older with seq 0x80000011 age 1 csum 0x65cb
 00:57:47 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } lsa { external originator: 10.255.255.2 id: 10.254.254.0 seq: 0x80000010 csum: 0x67ca } received refresh
 00:57:47 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } lsa { external originator: 10.255.255.2 id: 10.254.254.0 seq: 0x80000011 csum: 0x65cb } schedule decay age: 3599
 00:57:47 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } lsa { external originator: 10.255.255.2 id: 10.254.254.0 seq: 0x80000011 csum: 0x65cb } flooding
 00:57:47 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Full } receive LS update
 00:57:47 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Full } update router 10.255.255.2 10.255.255.2 seq 0x8000006d age 6 csum 0x18ae Older with seq 0x8000006e age 1 csum 0xb601
 00:57:48 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } send 4 delayed ACKs
 00:57:48 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Full } received 1 LS ACKs
 00:57:48 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } calc start
 00:57:48 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } calc spt
 00:57:48 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } process summaries for ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 }
 00:57:48 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } process externals
 00:57:48 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } install routes
 00:57:48 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } post process summaries
 00:57:48 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } calc done
 00:57:48 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } lsa { router originator: 10.255.255.1 id: 10.255.255.1 seq: 0x80000083 csum: 0x8e17 } flooding
 00:57:48 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } flood LS update
 00:57:51 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } calc start
 00:57:51 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } calc spt
 00:57:51 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } process summaries for ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 }
 00:57:51 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } process externals
 00:57:51 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } install routes
 00:57:51 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } post process summaries
 00:57:51 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } calc done
 00:57:52 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Full } hello
 00:57:52 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } send hello
 00:57:52 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Full } receive LS update
 00:57:52 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Full } update external 10.255.255.2 10.110.10.0 seq 0x80000002 age 1776 csum 0xe2df Older with seq 0x80000003 age 1 csum 0xe0e0
 00:57:52 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } lsa { external originator: 10.255.255.2 id: 10.110.10.0 seq: 0x80000002 csum: 0xe2df } received refresh
 00:57:52 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } lsa { external originator: 10.255.255.2 id: 10.110.10.0 seq: 0x80000003 csum: 0xe0e0 } schedule decay age: 3599
 00:57:52 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } lsa { external originator: 10.255.255.2 id: 10.110.10.0 seq: 0x80000003 csum: 0xe0e0 } flooding
 00:57:52 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Full } receive LS update
 00:57:52 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Full } update router 10.255.255.2 10.255.255.2 seq 0x8000006d age 11 csum 0x18ae Older with seq 0x8000006e age 6 csum 0xb601
 00:57:52 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } lsa { router originator: 10.255.255.2 id: 10.255.255.2 seq: 0x8000006d csum: 0x18ae } received update
 00:57:52 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } lsa { router originator: 10.255.255.2 id: 10.255.255.2 seq: 0x8000006e csum: 0xb601 } schedule decay age: 3594
 00:57:52 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } lsa { router originator: 10.255.255.2 id: 10.255.255.2 seq: 0x8000006e csum: 0xb601 } flooding
 00:57:53 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } send 2 delayed ACKs
 00:57:53 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Full } retransmit LS updates
 00:57:53 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } neighbor { router-id: 10.255.255.2 state: Full } received 1 LS ACKs
 00:57:54 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } calc start
 00:57:54 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } calc spt
 00:57:54 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } process summaries for ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 }
 00:57:54 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } process externals
 00:57:54 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } install routes
 00:57:54 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } post process summaries
 00:57:54 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } calc done
 00:57:54 interface,info gre-tunnel-poc734 link down
 00:57:54 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%*29 } send hello
 00:57:54 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%*29 } neighbor { router-id: 10.255.255.2 state: Full } state change to Down
 00:57:54 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%*29 } neighbor { router-id: 10.255.255.2 state: Full } state change to Down
 00:57:54 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } lsa { router originator: 10.255.255.1 id: 10.255.255.1 seq: 0x80000083 csum: 0x8e17 } originator update
 00:57:54 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } lsa { router originator: 10.255.255.1 id: 10.255.255.1 seq: 0x80000084 csum: 0xf9b7 } flooding
 00:57:54 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%*29 } destroyed
 00:57:54 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%*29 } destroyed
 00:57:54 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } lsa { external originator: 10.255.255.1 id: 10.254.254.0 seq: 0x80000005 csum: 0x83ba } originator flush
 00:57:54 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } lsa { external originator: 10.255.255.1 id: 10.254.254.0 seq: 0x80000005 csum: 0x83ba flushing } flooding
 00:57:54 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } lsa { router originator: 10.255.255.1 id: 10.255.255.1 seq: 0x80000084 csum: 0xf9b7 } originator update
 00:57:55 interface,info gre-tunnel-poc734 link up
 00:57:55 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } created
 00:57:55 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } created
 00:57:55 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } send hello
 00:57:55 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } state change to Waiting
 00:57:55 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } state change to Waiting
 00:57:55 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } lsa { external originator: 10.255.255.1 id: 10.254.254.0 } originator update
 00:57:55 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } lsa { external originator: 10.255.255.1 id: 10.254.254.0 seq: 0x80000001 csum: 0x8bb6 } flooding
 00:57:55 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } lsa { router originator: 10.255.255.1 id: 10.255.255.1 seq: 0x80000084 csum: 0xf9b7 } originator update
 00:57:56 interface,info gre-tunnel-poc734 link down
 00:57:56 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%*29 } send hello
 00:57:56 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%*29 } destroyed
 00:57:56 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%*29 } destroyed
 00:57:56 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } lsa { external originator: 10.255.255.1 id: 10.254.254.0 seq: 0x80000001 csum: 0x8bb6 } originator flush
 00:57:56 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } lsa { router originator: 10.255.255.1 id: 10.255.255.1 seq: 0x80000084 csum: 0xf9b7 } originator update
 00:57:57 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } calc start
 00:57:57 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } calc spt
 00:57:57 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } process summaries for ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 }
 00:57:57 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } process externals
 00:57:57 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } install routes
 00:57:57 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } post process summaries
 00:57:57 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } calc done
 00:57:57 interface,info gre-tunnel-poc734 link up
 00:57:57 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } created
 00:57:57 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } created
 00:57:57 route,ospf,packet ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } send hello
 00:57:57 route,ospf,info ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } state change to Waiting
 00:57:57 route,ospf,info ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } interface { broadcast 10.254.254.1%gre-tunnel-poc7 } state change to Waiting
 00:57:57 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } lsa { external originator: 10.255.255.1 id: 10.254.254.0 seq: 0x80000001 csum: 0x8bb6 } originator update
 00:57:57 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } lsa { router originator: 10.255.255.1 id: 10.255.255.1 seq: 0x80000084 csum: 0xf9b7 } originator update
 00:58:00 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } ospf-englishinfix.net-backbonev2 { 0.0.0.0 } lsa { router originator: 10.255.255.1 id: 10.255.255.1 seq: 0x80000085 csum: 0xf7b8 } flooding
 00:58:01 route,ospf,debug ospf: ospf-englishinfix.net-v2inst { version: 2 router-id: 10.255.255.1 } lsa { external originator: 10.255.255.1 id: 10.254.254.0 seq: 0x80000002 csum: 0x89b7 } flooding
 
EnglishInfix
just joined
Topic Author
Posts: 4
Joined: Tue Apr 23, 2024 1:26 am

Re: Trouble getting started with OSPF in RouterOSv7

Mon Dec 23, 2024 10:47 am

I believe I have it figured out now. The problem was the same one as described in viewtopic.php?t=120390 and the solution was to not redistribute connected routes and just add your interfaces as passive if you want to advertise the networks there.

Who is online

Users browsing this forum: dipalpatel, gigabyte091 and 14 guests