前回の続きでholo-cliでOSPFの状態を見てみました。 holo-cli -c "show state xpath /ietf-routing:routing/control-plane-protocols"

root@rt1:/# holo-cli -c "show state xpath /ietf-routing:routing/control-plane-protocols"
{
  "ietf-routing:routing": {
    "control-plane-protocols": {
      "control-plane-protocol": [
        {
          "type": "ietf-bfd-types:bfdv1",
          "name": "main",
          "ietf-bfd:bfd": {
            "summary": {
              "number-of-sessions": 0,
              "number-of-sessions-up": 0,
              "number-of-sessions-down": 0,
              "number-of-sessions-admin-down": 0
            },
            "ietf-bfd-ip-mh:ip-mh": {
              "summary": {
                "number-of-sessions": 0,
                "number-of-sessions-up": 0,
                "number-of-sessions-down": 0,
                "number-of-sessions-admin-down": 0
              }
            },
            "ietf-bfd-ip-sh:ip-sh": {
              "summary": {
                "number-of-sessions": 0,
                "number-of-sessions-up": 0,
                "number-of-sessions-down": 0,
                "number-of-sessions-admin-down": 0
              }
            }
          }
        },
        {
          "type": "ietf-ospf:ospfv2",
          "name": "main",
          "ietf-ospf:ospf": {
            "spf-control": {
              "ietf-spf-delay": {
                "current-state": "quiet",
                "remaining-time-to-learn": "not-set",
                "remaining-hold-down": "not-set",
                "last-event-received": 5381664,
                "last-spf-time": 5382164
              }
            },
            "router-id": "1.1.1.1",
            "local-rib": {
              "route": [
                {
                  "prefix": "1.1.1.1/32",
                  "metric": 0,
                  "route-type": "intra-area"
                },
                {
                  "prefix": "2.2.2.2/32",
                  "next-hops": {
                    "next-hop": [
                      {
                        "outgoing-interface": "eth1",
                        "next-hop": "10.0.1.2"
                      }
                    ]
                  },
                  "metric": 10,
                  "route-type": "intra-area"
                },
                {
                  "prefix": "3.3.3.3/32",
                  "next-hops": {
                    "next-hop": [
                      {
                        "outgoing-interface": "eth1",
                        "next-hop": "10.0.1.3"
                      }
                    ]
                  },
                  "metric": 10,
                  "route-type": "intra-area"
                },
                {
                  "prefix": "4.4.4.4/32",
                  "next-hops": {
                    "next-hop": [
                      {
                        "outgoing-interface": "eth1",
                        "next-hop": "10.0.1.2"
                      }
                    ]
                  },
                  "metric": 20,
                  "route-type": "intra-area"
                },
                {
                  "prefix": "5.5.5.5/32",
                  "next-hops": {
                    "next-hop": [
                      {
                        "outgoing-interface": "eth1",
                        "next-hop": "10.0.1.3"
                      }
                    ]
                  },
                  "metric": 20,
                  "route-type": "intra-area"
                },
                {
                  "prefix": "6.6.6.6/32",
                  "next-hops": {
                    "next-hop": [
                      {
                        "outgoing-interface": "eth1",
                        "next-hop": "10.0.1.2"
                      },
                      {
                        "outgoing-interface": "eth1",
                        "next-hop": "10.0.1.3"
                      }
                    ]
                  },
                  "metric": 30,
                  "route-type": "intra-area"
                },
                {
                  "prefix": "10.0.1.0/24",
                  "next-hops": {
                    "next-hop": [
                      {
                        "outgoing-interface": "eth1"
                      }
                    ]
                  },
                  "metric": 10,
                  "route-type": "intra-area"
                },
                {
                  "prefix": "10.0.2.0/24",
                  "next-hops": {
                    "next-hop": [
                      {
                        "outgoing-interface": "eth1",
                        "next-hop": "10.0.1.2"
                      }
                    ]
                  },
                  "metric": 20,
                  "route-type": "intra-area"
                },
                {
                  "prefix": "10.0.3.0/24",
                  "next-hops": {
                    "next-hop": [
                      {
                        "outgoing-interface": "eth1",
                        "next-hop": "10.0.1.2"
                      }
                    ]
                  },
                  "metric": 20,
                  "route-type": "intra-area"
                },
                {
                  "prefix": "10.0.4.0/24",
                  "next-hops": {
                    "next-hop": [
                      {
                        "outgoing-interface": "eth1",
                        "next-hop": "10.0.1.3"
                      }
                    ]
                  },
                  "metric": 20,
                  "route-type": "intra-area"
                },
                {
                  "prefix": "10.0.5.0/24",
                  "next-hops": {
                    "next-hop": [
                      {
                        "outgoing-interface": "eth1",
                        "next-hop": "10.0.1.3"
                      }
                    ]
                  },
                  "metric": 20,
                  "route-type": "intra-area"
                },
                {
                  "prefix": "10.0.6.0/24",
                  "next-hops": {
                    "next-hop": [
                      {
                        "outgoing-interface": "eth1",
                        "next-hop": "10.0.1.2"
                      },
                      {
                        "outgoing-interface": "eth1",
                        "next-hop": "10.0.1.3"
                      }
                    ]
                  },
                  "metric": 30,
                  "route-type": "intra-area"
                },
                {
                  "prefix": "10.0.7.0/24",
                  "next-hops": {
                    "next-hop": [
                      {
                        "outgoing-interface": "eth1",
                        "next-hop": "10.0.1.2"
                      }
                    ]
                  },
                  "metric": 30,
                  "route-type": "intra-area"
                },
                {
                  "prefix": "10.0.8.0/24",
                  "next-hops": {
                    "next-hop": [
                      {
                        "outgoing-interface": "eth1",
                        "next-hop": "10.0.1.3"
                      }
                    ]
                  },
                  "metric": 30,
                  "route-type": "intra-area"
                }
              ]
            },
            "statistics": {
              "discontinuity-time": "2023-12-31T07:28:21.584002276+00:00",
              "originate-new-lsa-count": 61,
              "rx-new-lsas-count": 331,
              "as-scope-lsa-count": 0,
              "as-scope-lsa-chksum-sum": 0
            },
            "spf-log": {
              "event": [
                {
                  "id": 3,
                  "spf-type": "external",
                  "schedule-timestamp": 5382164,
                  "start-timestamp": 5382164,
                  "end-timestamp": 5382164
                },
                {
                  "id": 2,
                  "spf-type": "full",
                  "schedule-timestamp": 5383164,
                  "start-timestamp": 5382664,
                  "end-timestamp": 5382664,
                  "trigger-lsa": [
                    {
                      "area-id": "0.0.0.0",
                      "type": 1,
                      "lsa-id": "2.2.2.2",
                      "adv-router": "2.2.2.2",
                      "seq-num": 2147483651
                    },
                    {
                      "area-id": "0.0.0.0",
                      "type": 1,
                      "lsa-id": "3.3.3.3",
                      "adv-router": "3.3.3.3",
                      "seq-num": 2147483651
                    },
                    {
                      "area-id": "0.0.0.0",
                      "type": 1,
                      "lsa-id": "4.4.4.4",
                      "adv-router": "4.4.4.4",
                      "seq-num": 2147483650
                    },
                    {
                      "area-id": "0.0.0.0",
                      "type": 1,
                      "lsa-id": "5.5.5.5",
                      "adv-router": "5.5.5.5",
                      "seq-num": 2147483650
                    },
                    {
                      "area-id": "0.0.0.0",
                      "type": 1,
                      "lsa-id": "6.6.6.6",
                      "adv-router": "6.6.6.6",
                      "seq-num": 2147483650
                    },
                    {
                      "area-id": "0.0.0.0",
                      "type": 2,
                      "lsa-id": "10.0.1.3",
                      "adv-router": "3.3.3.3",
                      "seq-num": 2147483649
                    },
                    {
                      "area-id": "0.0.0.0",
                      "type": 10,
                      "lsa-id": "4.0.0.0",
                      "adv-router": "2.2.2.2",
                      "seq-num": 2147483649
                    },
                    {
                      "area-id": "0.0.0.0",
                      "type": 10,
                      "lsa-id": "4.0.0.0",
                      "adv-router": "3.3.3.3",
                      "seq-num": 2147483649
                    }
                  ]
                },
                {
                  "id": 1,
                  "spf-type": "full",
                  "schedule-timestamp": 5383881,
                  "start-timestamp": 5383876,
                  "end-timestamp": 5383876,
                  "trigger-lsa": [
                    {
                      "area-id": "0.0.0.0",
                      "type": 10,
                      "lsa-id": "4.0.0.0",
                      "adv-router": "1.1.1.1",
                      "seq-num": 2147483649
                    },
                    {
                      "area-id": "0.0.0.0",
                      "type": 1,
                      "lsa-id": "1.1.1.1",
                      "adv-router": "1.1.1.1",
                      "seq-num": 2147483649
                    }
                  ]
                }
              ]
            },
            "lsa-log": {
              "event": [
                {
                  "id": 392,
                  "lsa": {
                    "area-id": "0.0.0.0",
                    "type": 2,
                    "lsa-id": "10.0.1.3",
                    "adv-router": "3.3.3.3",
                    "seq-num": 2147483679
                  },
                  "received-timestamp": 163149,
                  "reason": "lsa-refresh"
                },
                {
                  "id": 391,
                  "lsa": {
                    "area-id": "0.0.0.0",
                    "type": 1,
                    "lsa-id": "1.1.1.1",
                    "adv-router": "1.1.1.1",
                    "seq-num": 2147483679
                  },
                  "received-timestamp": 163159,
                  "reason": "lsa-refresh"
                },
                {
                  "id": 390,
                  "lsa": {
                    "area-id": "0.0.0.0",
                    "type": 1,
                    "lsa-id": "6.6.6.6",
                    "adv-router": "6.6.6.6",
                    "seq-num": 2147483679
                  },
                  "received-timestamp": 163590,
                  "reason": "lsa-refresh"
                },
                {
                  "id": 389,
                  "lsa": {
                    "area-id": "0.0.0.0",
                    "type": 1,
                    "lsa-id": "3.3.3.3",
                    "adv-router": "3.3.3.3",
                    "seq-num": 2147483680
                  },
                  "received-timestamp": 163650,
                  "reason": "lsa-refresh"
                },
                {
                  "id": 388,
                  "lsa": {
                    "area-id": "0.0.0.0",
                    "type": 1,
                    "lsa-id": "2.2.2.2",
                    "adv-router": "2.2.2.2",
                    "seq-num": 2147483680
                  },
                  "received-timestamp": 163650,
                  "reason": "lsa-refresh"
                },
                {
                  "id": 387,
                  "lsa": {
                    "area-id": "0.0.0.0",
                    "type": 1,
                    "lsa-id": "5.5.5.5",
                    "adv-router": "5.5.5.5",
                    "seq-num": 2147483679
                  },
                  "received-timestamp": 163843,
                  "reason": "lsa-refresh"
                },
                {
                  "id": 386,
                  "lsa": {
                    "area-id": "0.0.0.0",
                    "type": 10,
                    "lsa-id": "4.0.0.0",
                    "adv-router": "1.1.1.1",
                    "seq-num": 2147483678
                  },
                  "received-timestamp": 163877,
                  "reason": "lsa-refresh"
                },
                {
                  "id": 385,
                  "lsa": {
                    "area-id": "0.0.0.0",
                    "type": 10,
                    "lsa-id": "4.0.0.0",
                    "adv-router": "6.6.6.6",
                    "seq-num": 2147483678
                  },
                  "received-timestamp": 164092,
                  "reason": "lsa-refresh"
                },
                {
                  "id": 384,
                  "lsa": {
                    "area-id": "0.0.0.0",
                    "type": 1,
                    "lsa-id": "4.4.4.4",
                    "adv-router": "4.4.4.4",
                    "seq-num": 2147483679
                  },
                  "received-timestamp": 164092,
                  "reason": "lsa-refresh"
                },
                {
                  "id": 383,
                  "lsa": {
                    "area-id": "0.0.0.0",
                    "type": 10,
                    "lsa-id": "4.0.0.0",
                    "adv-router": "5.5.5.5",
                    "seq-num": 2147483678
                  },
                  "received-timestamp": 164344,
                  "reason": "lsa-refresh"
                },
                {
                  "id": 382,
                  "lsa": {
                    "area-id": "0.0.0.0",
                    "type": 10,
                    "lsa-id": "4.0.0.0",
                    "adv-router": "4.4.4.4",
                    "seq-num": 2147483678
                  },
                  "received-timestamp": 164593,
                  "reason": "lsa-refresh"
                },
                {
                  "id": 381,
                  "lsa": {
                    "area-id": "0.0.0.0",
                    "type": 10,
                    "lsa-id": "4.0.0.0",
                    "adv-router": "3.3.3.3",
                    "seq-num": 2147483678
                  },
                  "received-timestamp": 164850,
                  "reason": "lsa-refresh"
                },
                {
                  "id": 380,
                  "lsa": {
                    "area-id": "0.0.0.0",
                    "type": 10,
                    "lsa-id": "4.0.0.0",
                    "adv-router": "2.2.2.2",
                    "seq-num": 2147483678
                  },
                  "received-timestamp": 165096,
                  "reason": "lsa-refresh"
                },
                {
                  "id": 379,
                  "lsa": {
                    "area-id": "0.0.0.0",
                    "type": 2,
                    "lsa-id": "10.0.1.3",
                    "adv-router": "3.3.3.3",
                    "seq-num": 2147483678
                  },
                  "received-timestamp": 343150,
                  "reason": "lsa-refresh"
                },
                {
                  "id": 378,
                  "lsa": {
                    "area-id": "0.0.0.0",
                    "type": 1,
                    "lsa-id": "1.1.1.1",
                    "adv-router": "1.1.1.1",
                    "seq-num": 2147483678
                  },
                  "received-timestamp": 343160,
                  "reason": "lsa-refresh"
                },
                {
                  "id": 377,
                  "lsa": {
                    "area-id": "0.0.0.0",
                    "type": 1,
                    "lsa-id": "6.6.6.6",
                    "adv-router": "6.6.6.6",
                    "seq-num": 2147483678
                  },
                  "received-timestamp": 343591,
                  "reason": "lsa-refresh"
                },
                {
                  "id": 376,
                  "lsa": {
                    "area-id": "0.0.0.0",
                    "type": 1,
                    "lsa-id": "3.3.3.3",
                    "adv-router": "3.3.3.3",
                    "seq-num": 2147483679
                  },
                  "received-timestamp": 343650,
                  "reason": "lsa-refresh"
                },
                {
                  "id": 375,
                  "lsa": {
                    "area-id": "0.0.0.0",
                    "type": 1,
                    "lsa-id": "2.2.2.2",
                    "adv-router": "2.2.2.2",
                    "seq-num": 2147483679
                  },
                  "received-timestamp": 343651,
                  "reason": "lsa-refresh"
                },
                {
                  "id": 374,
                  "lsa": {
                    "area-id": "0.0.0.0",
                    "type": 1,
                    "lsa-id": "5.5.5.5",
                    "adv-router": "5.5.5.5",
                    "seq-num": 2147483678
                  },
                  "received-timestamp": 343844,
                  "reason": "lsa-refresh"
                },
                {
                  "id": 373,
                  "lsa": {
                    "area-id": "0.0.0.0",
                    "type": 10,
                    "lsa-id": "4.0.0.0",
                    "adv-router": "1.1.1.1",
                    "seq-num": 2147483677
                  },
                  "received-timestamp": 343877,
                  "reason": "lsa-refresh"
                },
                {
                  "id": 372,
                  "lsa": {
                    "area-id": "0.0.0.0",
                    "type": 10,
                    "lsa-id": "4.0.0.0",
                    "adv-router": "6.6.6.6",
                    "seq-num": 2147483677
                  },
                  "received-timestamp": 344093,
                  "reason": "lsa-refresh"
                },
                {
                  "id": 371,
                  "lsa": {
                    "area-id": "0.0.0.0",
                    "type": 1,
                    "lsa-id": "4.4.4.4",
                    "adv-router": "4.4.4.4",
                    "seq-num": 2147483678
                  },
                  "received-timestamp": 344093,
                  "reason": "lsa-refresh"
                },
                {
                  "id": 370,
                  "lsa": {
                    "area-id": "0.0.0.0",
                    "type": 10,
                    "lsa-id": "4.0.0.0",
                    "adv-router": "5.5.5.5",
                    "seq-num": 2147483677
                  },
                  "received-timestamp": 344344,
                  "reason": "lsa-refresh"
                },
                {
                  "id": 369,
                  "lsa": {
                    "area-id": "0.0.0.0",
                    "type": 10,
                    "lsa-id": "4.0.0.0",
                    "adv-router": "4.4.4.4",
                    "seq-num": 2147483677
                  },
                  "received-timestamp": 344593,
                  "reason": "lsa-refresh"
                },
                {
                  "id": 368,
                  "lsa": {
                    "area-id": "0.0.0.0",
                    "type": 10,
                    "lsa-id": "4.0.0.0",
                    "adv-router": "3.3.3.3",
                    "seq-num": 2147483677
                  },
                  "received-timestamp": 344850,
                  "reason": "lsa-refresh"
                },
                {
                  "id": 367,
                  "lsa": {
                    "area-id": "0.0.0.0",
                    "type": 10,
                    "lsa-id": "4.0.0.0",
                    "adv-router": "2.2.2.2",
                    "seq-num": 2147483677
                  },
                  "received-timestamp": 345096,
                  "reason": "lsa-refresh"
                },
                {
                  "id": 366,
                  "lsa": {
                    "area-id": "0.0.0.0",
                    "type": 2,
                    "lsa-id": "10.0.1.3",
                    "adv-router": "3.3.3.3",
                    "seq-num": 2147483677
                  },
                  "received-timestamp": 523150,
                  "reason": "lsa-refresh"
                },
                {
                  "id": 365,
                  "lsa": {
                    "area-id": "0.0.0.0",
                    "type": 1,
                    "lsa-id": "1.1.1.1",
                    "adv-router": "1.1.1.1",
                    "seq-num": 2147483677
                  },
                  "received-timestamp": 523160,
                  "reason": "lsa-refresh"
                },
                {
                  "id": 364,
                  "lsa": {
                    "area-id": "0.0.0.0",
                    "type": 1,
                    "lsa-id": "6.6.6.6",
                    "adv-router": "6.6.6.6",
                    "seq-num": 2147483677
                  },
                  "received-timestamp": 523591,
                  "reason": "lsa-refresh"
                },
                {
                  "id": 363,
                  "lsa": {
                    "area-id": "0.0.0.0",
                    "type": 1,
                    "lsa-id": "3.3.3.3",
                    "adv-router": "3.3.3.3",
                    "seq-num": 2147483678
                  },
                  "received-timestamp": 523651,
                  "reason": "lsa-refresh"
                },
                {
                  "id": 362,
                  "lsa": {
                    "area-id": "0.0.0.0",
                    "type": 1,
                    "lsa-id": "2.2.2.2",
                    "adv-router": "2.2.2.2",
                    "seq-num": 2147483678
                  },
                  "received-timestamp": 523651,
                  "reason": "lsa-refresh"
                },
                {
                  "id": 361,
                  "lsa": {
                    "area-id": "0.0.0.0",
                    "type": 1,
                    "lsa-id": "5.5.5.5",
                    "adv-router": "5.5.5.5",
                    "seq-num": 2147483677
                  },
                  "received-timestamp": 523843,
                  "reason": "lsa-refresh"
                },
                {
                  "id": 360,
                  "lsa": {
                    "area-id": "0.0.0.0",
                    "type": 10,
                    "lsa-id": "4.0.0.0",
                    "adv-router": "1.1.1.1",
                    "seq-num": 2147483676
                  },
                  "received-timestamp": 523878,
                  "reason": "lsa-refresh"
                },
                {
                  "id": 359,
                  "lsa": {
                    "area-id": "0.0.0.0",
                    "type": 10,
                    "lsa-id": "4.0.0.0",
                    "adv-router": "6.6.6.6",
                    "seq-num": 2147483676
                  },
                  "received-timestamp": 524093,
                  "reason": "lsa-refresh"
                },
                {
                  "id": 358,
                  "lsa": {
                    "area-id": "0.0.0.0",
                    "type": 1,
                    "lsa-id": "4.4.4.4",
                    "adv-router": "4.4.4.4",
                    "seq-num": 2147483677
                  },
                  "received-timestamp": 524093,
                  "reason": "lsa-refresh"
                },
                {
                  "id": 357,
                  "lsa": {
                    "area-id": "0.0.0.0",
                    "type": 10,
                    "lsa-id": "4.0.0.0",
                    "adv-router": "5.5.5.5",
                    "seq-num": 2147483676
                  },
                  "received-timestamp": 524345,
                  "reason": "lsa-refresh"
                },
                {
                  "id": 356,
                  "lsa": {
                    "area-id": "0.0.0.0",
                    "type": 10,
                    "lsa-id": "4.0.0.0",
                    "adv-router": "4.4.4.4",
                    "seq-num": 2147483676
                  },
                  "received-timestamp": 524594,
                  "reason": "lsa-refresh"
                },
                {
                  "id": 355,
                  "lsa": {
                    "area-id": "0.0.0.0",
                    "type": 10,
                    "lsa-id": "4.0.0.0",
                    "adv-router": "3.3.3.3",
                    "seq-num": 2147483676
                  },
                  "received-timestamp": 524851,
                  "reason": "lsa-refresh"
                },
                {
                  "id": 354,
                  "lsa": {
                    "area-id": "0.0.0.0",
                    "type": 10,
                    "lsa-id": "4.0.0.0",
                    "adv-router": "2.2.2.2",
                    "seq-num": 2147483676
                  },
                  "received-timestamp": 525097,
                  "reason": "lsa-refresh"
                },
                {
                  "id": 353,
                  "lsa": {
                    "area-id": "0.0.0.0",
                    "type": 2,
                    "lsa-id": "10.0.1.3",
                    "adv-router": "3.3.3.3",
                    "seq-num": 2147483676
                  },
                  "received-timestamp": 703151,
                  "reason": "lsa-refresh"
                },
                {
                  "id": 352,
                  "lsa": {
                    "area-id": "0.0.0.0",
                    "type": 1,
                    "lsa-id": "1.1.1.1",
                    "adv-router": "1.1.1.1",
                    "seq-num": 2147483676
                  },
                  "received-timestamp": 703161,
                  "reason": "lsa-refresh"
                },
                {
                  "id": 351,
                  "lsa": {
                    "area-id": "0.0.0.0",
                    "type": 1,
                    "lsa-id": "6.6.6.6",
                    "adv-router": "6.6.6.6",
                    "seq-num": 2147483676
                  },
                  "received-timestamp": 703591,
                  "reason": "lsa-refresh"
                },
                {
                  "id": 350,
                  "lsa": {
                    "area-id": "0.0.0.0",
                    "type": 1,
                    "lsa-id": "3.3.3.3",
                    "adv-router": "3.3.3.3",
                    "seq-num": 2147483677
                  },
                  "received-timestamp": 703651,
                  "reason": "lsa-refresh"
                },
                {
                  "id": 349,
                  "lsa": {
                    "area-id": "0.0.0.0",
                    "type": 1,
                    "lsa-id": "2.2.2.2",
                    "adv-router": "2.2.2.2",
                    "seq-num": 2147483677
                  },
                  "received-timestamp": 703651,
                  "reason": "lsa-refresh"
                },
                {
                  "id": 348,
                  "lsa": {
                    "area-id": "0.0.0.0",
                    "type": 1,
                    "lsa-id": "5.5.5.5",
                    "adv-router": "5.5.5.5",
                    "seq-num": 2147483676
                  },
                  "received-timestamp": 703844,
                  "reason": "lsa-refresh"
                },
                {
                  "id": 347,
                  "lsa": {
                    "area-id": "0.0.0.0",
                    "type": 10,
                    "lsa-id": "4.0.0.0",
                    "adv-router": "1.1.1.1",
                    "seq-num": 2147483675
                  },
                  "received-timestamp": 703878,
                  "reason": "lsa-refresh"
                },
                {
                  "id": 346,
                  "lsa": {
                    "area-id": "0.0.0.0",
                    "type": 10,
                    "lsa-id": "4.0.0.0",
                    "adv-router": "6.6.6.6",
                    "seq-num": 2147483675
                  },
                  "received-timestamp": 704093,
                  "reason": "lsa-refresh"
                },
                {
                  "id": 345,
                  "lsa": {
                    "area-id": "0.0.0.0",
                    "type": 1,
                    "lsa-id": "4.4.4.4",
                    "adv-router": "4.4.4.4",
                    "seq-num": 2147483676
                  },
                  "received-timestamp": 704093,
                  "reason": "lsa-refresh"
                },
                {
                  "id": 344,
                  "lsa": {
                    "area-id": "0.0.0.0",
                    "type": 10,
                    "lsa-id": "4.0.0.0",
                    "adv-router": "5.5.5.5",
                    "seq-num": 2147483675
                  },
                  "received-timestamp": 704345,
                  "reason": "lsa-refresh"
                },
                {
                  "id": 343,
                  "lsa": {
                    "area-id": "0.0.0.0",
                    "type": 10,
                    "lsa-id": "4.0.0.0",
                    "adv-router": "4.4.4.4",
                    "seq-num": 2147483675
                  },
                  "received-timestamp": 704594,
                  "reason": "lsa-refresh"
                },
                {
                  "id": 342,
                  "lsa": {
                    "area-id": "0.0.0.0",
                    "type": 10,
                    "lsa-id": "4.0.0.0",
                    "adv-router": "3.3.3.3",
                    "seq-num": 2147483675
                  },
                  "received-timestamp": 704851,
                  "reason": "lsa-refresh"
                },
                {
                  "id": 341,
                  "lsa": {
                    "area-id": "0.0.0.0",
                    "type": 10,
                    "lsa-id": "4.0.0.0",
                    "adv-router": "2.2.2.2",
                    "seq-num": 2147483675
                  },
                  "received-timestamp": 705097,
                  "reason": "lsa-refresh"
                },
                {
                  "id": 340,
                  "lsa": {
                    "area-id": "0.0.0.0",
                    "type": 2,
                    "lsa-id": "10.0.1.3",
                    "adv-router": "3.3.3.3",
                    "seq-num": 2147483675
                  },
                  "received-timestamp": 883151,
                  "reason": "lsa-refresh"
                },
                {
                  "id": 339,
                  "lsa": {
                    "area-id": "0.0.0.0",
                    "type": 1,
                    "lsa-id": "1.1.1.1",
                    "adv-router": "1.1.1.1",
                    "seq-num": 2147483675
                  },
                  "received-timestamp": 883161,
                  "reason": "lsa-refresh"
                },
                {
                  "id": 338,
                  "lsa": {
                    "area-id": "0.0.0.0",
                    "type": 1,
                    "lsa-id": "6.6.6.6",
                    "adv-router": "6.6.6.6",
                    "seq-num": 2147483675
                  },
                  "received-timestamp": 883592,
                  "reason": "lsa-refresh"
                },
                {
                  "id": 337,
                  "lsa": {
                    "area-id": "0.0.0.0",
                    "type": 1,
                    "lsa-id": "3.3.3.3",
                    "adv-router": "3.3.3.3",
                    "seq-num": 2147483676
                  },
                  "received-timestamp": 883652,
                  "reason": "lsa-refresh"
                },
                {
                  "id": 336,
                  "lsa": {
                    "area-id": "0.0.0.0",
                    "type": 1,
                    "lsa-id": "2.2.2.2",
                    "adv-router": "2.2.2.2",
                    "seq-num": 2147483676
                  },
                  "received-timestamp": 883652,
                  "reason": "lsa-refresh"
                },
                {
                  "id": 335,
                  "lsa": {
                    "area-id": "0.0.0.0",
                    "type": 1,
                    "lsa-id": "5.5.5.5",
                    "adv-router": "5.5.5.5",
                    "seq-num": 2147483675
                  },
                  "received-timestamp": 883845,
                  "reason": "lsa-refresh"
                },
                {
                  "id": 334,
                  "lsa": {
                    "area-id": "0.0.0.0",
                    "type": 10,
                    "lsa-id": "4.0.0.0",
                    "adv-router": "1.1.1.1",
                    "seq-num": 2147483674
                  },
                  "received-timestamp": 883878,
                  "reason": "lsa-refresh"
                },
                {
                  "id": 333,
                  "lsa": {
                    "area-id": "0.0.0.0",
                    "type": 10,
                    "lsa-id": "4.0.0.0",
                    "adv-router": "6.6.6.6",
                    "seq-num": 2147483674
                  },
                  "received-timestamp": 884094,
                  "reason": "lsa-refresh"
                },
                {
                  "id": 332,
                  "lsa": {
                    "area-id": "0.0.0.0",
                    "type": 1,
                    "lsa-id": "4.4.4.4",
                    "adv-router": "4.4.4.4",
                    "seq-num": 2147483675
                  },
                  "received-timestamp": 884094,
                  "reason": "lsa-refresh"
                },
                {
                  "id": 331,
                  "lsa": {
                    "area-id": "0.0.0.0",
                    "type": 10,
                    "lsa-id": "4.0.0.0",
                    "adv-router": "5.5.5.5",
                    "seq-num": 2147483674
                  },
                  "received-timestamp": 884345,
                  "reason": "lsa-refresh"
                },
                {
                  "id": 330,
                  "lsa": {
                    "area-id": "0.0.0.0",
                    "type": 10,
                    "lsa-id": "4.0.0.0",
                    "adv-router": "4.4.4.4",
                    "seq-num": 2147483674
                  },
                  "received-timestamp": 884595,
                  "reason": "lsa-refresh"
                },
                {
                  "id": 329,
                  "lsa": {
                    "area-id": "0.0.0.0",
                    "type": 10,
                    "lsa-id": "4.0.0.0",
                    "adv-router": "3.3.3.3",
                    "seq-num": 2147483674
                  },
                  "received-timestamp": 884852,
                  "reason": "lsa-refresh"
                }
              ]
            },
            "areas": {
              "area": [
                {
                  "area-id": "0.0.0.0",
                  "statistics": {
                    "discontinuity-time": "2023-12-24T13:15:18.994195934+00:00",
                    "spf-runs-count": 2,
                    "abr-count": 0,
                    "asbr-count": 0,
                    "area-scope-lsa-count": 13,
                    "area-scope-lsa-cksum-sum": 498952,
                    "database": {
                      "area-scope-lsa-type": [
                        {
                          "lsa-type": 1,
                          "lsa-count": 6,
                          "lsa-cksum-sum": 223408
                        },
                        {
                          "lsa-type": 2,
                          "lsa-count": 1,
                          "lsa-cksum-sum": 38001
                        },
                        {
                          "lsa-type": 10,
                          "lsa-count": 6,
                          "lsa-cksum-sum": 237543
                        }
                      ]
                    }
                  },
                  "database": {
                    "area-scope-lsa-type": [
                      {
                        "lsa-type": 1,
                        "area-scope-lsas": {
                          "area-scope-lsa": [
                            {
                              "lsa-id": "1.1.1.1",
                              "adv-router": "1.1.1.1",
                              "decode-completed": true,
                              "raw-data": "00:00:02:01:01:01:01:01:01:01:01:01:80:00:00:1f:a0:55:00:30:00:00:00:02:0a:00:01:03:0a:00:01:01:02:00:00:0a:01:01:01:01:ff:ff:ff:ff:03:00:00:00",
                              "ospfv2": {
                                "header": {
                                  "lsa-options": {
                                    "lsa-options": [
                                      "v2-e-bit"
                                    ]
                                  },
                                  "lsa-id": "1.1.1.1",
                                  "age": 1631,
                                  "type": "ospfv2-router-lsa",
                                  "adv-router": "1.1.1.1",
                                  "seq-num": 2147483679,
                                  "checksum": "0xa055",
                                  "length": 48
                                },
                                "body": {
                                  "router": {
                                    "num-of-links": 2,
                                    "links": {
                                      "link": [
                                        {
                                          "link-id": "10.0.1.3",
                                          "link-data": "10.0.1.1",
                                          "type": "transit-network-link",
                                          "topologies": {
                                            "topology": [
                                              {
                                                "mt-id": 0,
                                                "metric": 10
                                              }
                                            ]
                                          }
                                        },
                                        {
                                          "link-id": "1.1.1.1",
                                          "link-data": "255.255.255.255",
                                          "type": "stub-network-link",
                                          "topologies": {
                                            "topology": [
                                              {
                                                "mt-id": 0,
                                                "metric": 0
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    }
                                  }
                                }
                              }
                            },
                            {
                              "lsa-id": "2.2.2.2",
                              "adv-router": "2.2.2.2",
                              "decode-completed": true,
                              "raw-data": "00:01:02:01:02:02:02:02:02:02:02:02:80:00:00:20:c4:68:00:60:00:00:00:06:0a:00:01:03:0a:00:01:02:02:00:00:0a:04:04:04:04:0a:00:02:02:01:00:00:0a:0a:00:02:00:ff:ff:ff:00:03:00:00:0a:04:04:04:04:0a:00:03:02:01:00:00:0a:0a:00:03:00:ff:ff:ff:00:03:00:00:0a:02:02:02:02:ff:ff:ff:ff:03:00:00:00",
                              "ospfv2": {
                                "header": {
                                  "lsa-options": {
                                    "lsa-options": [
                                      "v2-e-bit"
                                    ]
                                  },
                                  "lsa-id": "2.2.2.2",
                                  "age": 1637,
                                  "type": "ospfv2-router-lsa",
                                  "adv-router": "2.2.2.2",
                                  "seq-num": 2147483680,
                                  "checksum": "0xc468",
                                  "length": 96
                                },
                                "body": {
                                  "router": {
                                    "num-of-links": 6,
                                    "links": {
                                      "link": [
                                        {
                                          "link-id": "10.0.1.3",
                                          "link-data": "10.0.1.2",
                                          "type": "transit-network-link",
                                          "topologies": {
                                            "topology": [
                                              {
                                                "mt-id": 0,
                                                "metric": 10
                                              }
                                            ]
                                          }
                                        },
                                        {
                                          "link-id": "4.4.4.4",
                                          "link-data": "10.0.2.2",
                                          "type": "point-to-point-link",
                                          "topologies": {
                                            "topology": [
                                              {
                                                "mt-id": 0,
                                                "metric": 10
                                              }
                                            ]
                                          }
                                        },
                                        {
                                          "link-id": "10.0.2.0",
                                          "link-data": "255.255.255.0",
                                          "type": "stub-network-link",
                                          "topologies": {
                                            "topology": [
                                              {
                                                "mt-id": 0,
                                                "metric": 10
                                              }
                                            ]
                                          }
                                        },
                                        {
                                          "link-id": "4.4.4.4",
                                          "link-data": "10.0.3.2",
                                          "type": "point-to-point-link",
                                          "topologies": {
                                            "topology": [
                                              {
                                                "mt-id": 0,
                                                "metric": 10
                                              }
                                            ]
                                          }
                                        },
                                        {
                                          "link-id": "10.0.3.0",
                                          "link-data": "255.255.255.0",
                                          "type": "stub-network-link",
                                          "topologies": {
                                            "topology": [
                                              {
                                                "mt-id": 0,
                                                "metric": 10
                                              }
                                            ]
                                          }
                                        },
                                        {
                                          "link-id": "2.2.2.2",
                                          "link-data": "255.255.255.255",
                                          "type": "stub-network-link",
                                          "topologies": {
                                            "topology": [
                                              {
                                                "mt-id": 0,
                                                "metric": 0
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    }
                                  }
                                }
                              }
                            },
                            {
                              "lsa-id": "3.3.3.3",
                              "adv-router": "3.3.3.3",
                              "decode-completed": true,
                              "raw-data": "00:01:02:01:03:03:03:03:03:03:03:03:80:00:00:20:34:d9:00:60:00:00:00:06:0a:00:01:03:0a:00:01:03:02:00:00:0a:05:05:05:05:0a:00:04:03:01:00:00:0a:0a:00:04:00:ff:ff:ff:00:03:00:00:0a:05:05:05:05:0a:00:05:03:01:00:00:0a:0a:00:05:00:ff:ff:ff:00:03:00:00:0a:03:03:03:03:ff:ff:ff:ff:03:00:00:00",
                              "ospfv2": {
                                "header": {
                                  "lsa-options": {
                                    "lsa-options": [
                                      "v2-e-bit"
                                    ]
                                  },
                                  "lsa-id": "3.3.3.3",
                                  "age": 1637,
                                  "type": "ospfv2-router-lsa",
                                  "adv-router": "3.3.3.3",
                                  "seq-num": 2147483680,
                                  "checksum": "0x34d9",
                                  "length": 96
                                },
                                "body": {
                                  "router": {
                                    "num-of-links": 6,
                                    "links": {
                                      "link": [
                                        {
                                          "link-id": "10.0.1.3",
                                          "link-data": "10.0.1.3",
                                          "type": "transit-network-link",
                                          "topologies": {
                                            "topology": [
                                              {
                                                "mt-id": 0,
                                                "metric": 10
                                              }
                                            ]
                                          }
                                        },
                                        {
                                          "link-id": "5.5.5.5",
                                          "link-data": "10.0.4.3",
                                          "type": "point-to-point-link",
                                          "topologies": {
                                            "topology": [
                                              {
                                                "mt-id": 0,
                                                "metric": 10
                                              }
                                            ]
                                          }
                                        },
                                        {
                                          "link-id": "10.0.4.0",
                                          "link-data": "255.255.255.0",
                                          "type": "stub-network-link",
                                          "topologies": {
                                            "topology": [
                                              {
                                                "mt-id": 0,
                                                "metric": 10
                                              }
                                            ]
                                          }
                                        },
                                        {
                                          "link-id": "5.5.5.5",
                                          "link-data": "10.0.5.3",
                                          "type": "point-to-point-link",
                                          "topologies": {
                                            "topology": [
                                              {
                                                "mt-id": 0,
                                                "metric": 10
                                              }
                                            ]
                                          }
                                        },
                                        {
                                          "link-id": "10.0.5.0",
                                          "link-data": "255.255.255.0",
                                          "type": "stub-network-link",
                                          "topologies": {
                                            "topology": [
                                              {
                                                "mt-id": 0,
                                                "metric": 10
                                              }
                                            ]
                                          }
                                        },
                                        {
                                          "link-id": "3.3.3.3",
                                          "link-data": "255.255.255.255",
                                          "type": "stub-network-link",
                                          "topologies": {
                                            "topology": [
                                              {
                                                "mt-id": 0,
                                                "metric": 0
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    }
                                  }
                                }
                              }
                            },
                            {
                              "lsa-id": "4.4.4.4",
                              "adv-router": "4.4.4.4",
                              "decode-completed": true,
                              "raw-data": "00:02:02:01:04:04:04:04:04:04:04:04:80:00:00:1f:30:4b:00:84:00:00:00:09:02:02:02:02:0a:00:02:04:01:00:00:0a:0a:00:02:00:ff:ff:ff:00:03:00:00:0a:02:02:02:02:0a:00:03:04:01:00:00:0a:0a:00:03:00:ff:ff:ff:00:03:00:00:0a:05:05:05:05:0a:00:06:04:01:00:00:0a:0a:00:06:00:ff:ff:ff:00:03:00:00:0a:06:06:06:06:0a:00:07:04:01:00:00:0a:0a:00:07:00:ff:ff:ff:00:03:00:00:0a:04:04:04:04:ff:ff:ff:ff:03:00:00:00",
                              "ospfv2": {
                                "header": {
                                  "lsa-options": {
                                    "lsa-options": [
                                      "v2-e-bit"
                                    ]
                                  },
                                  "lsa-id": "4.4.4.4",
                                  "age": 1642,
                                  "type": "ospfv2-router-lsa",
                                  "adv-router": "4.4.4.4",
                                  "seq-num": 2147483679,
                                  "checksum": "0x304b",
                                  "length": 132
                                },
                                "body": {
                                  "router": {
                                    "num-of-links": 9,
                                    "links": {
                                      "link": [
                                        {
                                          "link-id": "2.2.2.2",
                                          "link-data": "10.0.2.4",
                                          "type": "point-to-point-link",
                                          "topologies": {
                                            "topology": [
                                              {
                                                "mt-id": 0,
                                                "metric": 10
                                              }
                                            ]
                                          }
                                        },
                                        {
                                          "link-id": "10.0.2.0",
                                          "link-data": "255.255.255.0",
                                          "type": "stub-network-link",
                                          "topologies": {
                                            "topology": [
                                              {
                                                "mt-id": 0,
                                                "metric": 10
                                              }
                                            ]
                                          }
                                        },
                                        {
                                          "link-id": "2.2.2.2",
                                          "link-data": "10.0.3.4",
                                          "type": "point-to-point-link",
                                          "topologies": {
                                            "topology": [
                                              {
                                                "mt-id": 0,
                                                "metric": 10
                                              }
                                            ]
                                          }
                                        },
                                        {
                                          "link-id": "10.0.3.0",
                                          "link-data": "255.255.255.0",
                                          "type": "stub-network-link",
                                          "topologies": {
                                            "topology": [
                                              {
                                                "mt-id": 0,
                                                "metric": 10
                                              }
                                            ]
                                          }
                                        },
                                        {
                                          "link-id": "5.5.5.5",
                                          "link-data": "10.0.6.4",
                                          "type": "point-to-point-link",
                                          "topologies": {
                                            "topology": [
                                              {
                                                "mt-id": 0,
                                                "metric": 10
                                              }
                                            ]
                                          }
                                        },
                                        {
                                          "link-id": "10.0.6.0",
                                          "link-data": "255.255.255.0",
                                          "type": "stub-network-link",
                                          "topologies": {
                                            "topology": [
                                              {
                                                "mt-id": 0,
                                                "metric": 10
                                              }
                                            ]
                                          }
                                        },
                                        {
                                          "link-id": "6.6.6.6",
                                          "link-data": "10.0.7.4",
                                          "type": "point-to-point-link",
                                          "topologies": {
                                            "topology": [
                                              {
                                                "mt-id": 0,
                                                "metric": 10
                                              }
                                            ]
                                          }
                                        },
                                        {
                                          "link-id": "10.0.7.0",
                                          "link-data": "255.255.255.0",
                                          "type": "stub-network-link",
                                          "topologies": {
                                            "topology": [
                                              {
                                                "mt-id": 0,
                                                "metric": 10
                                              }
                                            ]
                                          }
                                        },
                                        {
                                          "link-id": "4.4.4.4",
                                          "link-data": "255.255.255.255",
                                          "type": "stub-network-link",
                                          "topologies": {
                                            "topology": [
                                              {
                                                "mt-id": 0,
                                                "metric": 0
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    }
                                  }
                                }
                              }
                            },
                            {
                              "lsa-id": "5.5.5.5",
                              "adv-router": "5.5.5.5",
                              "decode-completed": true,
                              "raw-data": "00:02:02:01:05:05:05:05:05:05:05:05:80:00:00:1f:ad:af:00:84:00:00:00:09:03:03:03:03:0a:00:04:05:01:00:00:0a:0a:00:04:00:ff:ff:ff:00:03:00:00:0a:03:03:03:03:0a:00:05:05:01:00:00:0a:0a:00:05:00:ff:ff:ff:00:03:00:00:0a:04:04:04:04:0a:00:06:05:01:00:00:0a:0a:00:06:00:ff:ff:ff:00:03:00:00:0a:06:06:06:06:0a:00:08:05:01:00:00:0a:0a:00:08:00:ff:ff:ff:00:03:00:00:0a:05:05:05:05:ff:ff:ff:ff:03:00:00:00",
                              "ospfv2": {
                                "header": {
                                  "lsa-options": {
                                    "lsa-options": [
                                      "v2-e-bit"
                                    ]
                                  },
                                  "lsa-id": "5.5.5.5",
                                  "age": 1640,
                                  "type": "ospfv2-router-lsa",
                                  "adv-router": "5.5.5.5",
                                  "seq-num": 2147483679,
                                  "checksum": "0xadaf",
                                  "length": 132
                                },
                                "body": {
                                  "router": {
                                    "num-of-links": 9,
                                    "links": {
                                      "link": [
                                        {
                                          "link-id": "3.3.3.3",
                                          "link-data": "10.0.4.5",
                                          "type": "point-to-point-link",
                                          "topologies": {
                                            "topology": [
                                              {
                                                "mt-id": 0,
                                                "metric": 10
                                              }
                                            ]
                                          }
                                        },
                                        {
                                          "link-id": "10.0.4.0",
                                          "link-data": "255.255.255.0",
                                          "type": "stub-network-link",
                                          "topologies": {
                                            "topology": [
                                              {
                                                "mt-id": 0,
                                                "metric": 10
                                              }
                                            ]
                                          }
                                        },
                                        {
                                          "link-id": "3.3.3.3",
                                          "link-data": "10.0.5.5",
                                          "type": "point-to-point-link",
                                          "topologies": {
                                            "topology": [
                                              {
                                                "mt-id": 0,
                                                "metric": 10
                                              }
                                            ]
                                          }
                                        },
                                        {
                                          "link-id": "10.0.5.0",
                                          "link-data": "255.255.255.0",
                                          "type": "stub-network-link",
                                          "topologies": {
                                            "topology": [
                                              {
                                                "mt-id": 0,
                                                "metric": 10
                                              }
                                            ]
                                          }
                                        },
                                        {
                                          "link-id": "4.4.4.4",
                                          "link-data": "10.0.6.5",
                                          "type": "point-to-point-link",
                                          "topologies": {
                                            "topology": [
                                              {
                                                "mt-id": 0,
                                                "metric": 10
                                              }
                                            ]
                                          }
                                        },
                                        {
                                          "link-id": "10.0.6.0",
                                          "link-data": "255.255.255.0",
                                          "type": "stub-network-link",
                                          "topologies": {
                                            "topology": [
                                              {
                                                "mt-id": 0,
                                                "metric": 10
                                              }
                                            ]
                                          }
                                        },
                                        {
                                          "link-id": "6.6.6.6",
                                          "link-data": "10.0.8.5",
                                          "type": "point-to-point-link",
                                          "topologies": {
                                            "topology": [
                                              {
                                                "mt-id": 0,
                                                "metric": 10
                                              }
                                            ]
                                          }
                                        },
                                        {
                                          "link-id": "10.0.8.0",
                                          "link-data": "255.255.255.0",
                                          "type": "stub-network-link",
                                          "topologies": {
                                            "topology": [
                                              {
                                                "mt-id": 0,
                                                "metric": 10
                                              }
                                            ]
                                          }
                                        },
                                        {
                                          "link-id": "5.5.5.5",
                                          "link-data": "255.255.255.255",
                                          "type": "stub-network-link",
                                          "topologies": {
                                            "topology": [
                                              {
                                                "mt-id": 0,
                                                "metric": 0
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    }
                                  }
                                }
                              }
                            },
                            {
                              "lsa-id": "6.6.6.6",
                              "adv-router": "6.6.6.6",
                              "decode-completed": true,
                              "raw-data": "00:03:02:01:06:06:06:06:06:06:06:06:80:00:00:1f:f1:20:00:54:00:00:00:05:04:04:04:04:0a:00:07:06:01:00:00:0a:0a:00:07:00:ff:ff:ff:00:03:00:00:0a:05:05:05:05:0a:00:08:06:01:00:00:0a:0a:00:08:00:ff:ff:ff:00:03:00:00:0a:06:06:06:06:ff:ff:ff:ff:03:00:00:00",
                              "ospfv2": {
                                "header": {
                                  "lsa-options": {
                                    "lsa-options": [
                                      "v2-e-bit"
                                    ]
                                  },
                                  "lsa-id": "6.6.6.6",
                                  "age": 1638,
                                  "type": "ospfv2-router-lsa",
                                  "adv-router": "6.6.6.6",
                                  "seq-num": 2147483679,
                                  "checksum": "0xf120",
                                  "length": 84
                                },
                                "body": {
                                  "router": {
                                    "num-of-links": 5,
                                    "links": {
                                      "link": [
                                        {
                                          "link-id": "4.4.4.4",
                                          "link-data": "10.0.7.6",
                                          "type": "point-to-point-link",
                                          "topologies": {
                                            "topology": [
                                              {
                                                "mt-id": 0,
                                                "metric": 10
                                              }
                                            ]
                                          }
                                        },
                                        {
                                          "link-id": "10.0.7.0",
                                          "link-data": "255.255.255.0",
                                          "type": "stub-network-link",
                                          "topologies": {
                                            "topology": [
                                              {
                                                "mt-id": 0,
                                                "metric": 10
                                              }
                                            ]
                                          }
                                        },
                                        {
                                          "link-id": "5.5.5.5",
                                          "link-data": "10.0.8.6",
                                          "type": "point-to-point-link",
                                          "topologies": {
                                            "topology": [
                                              {
                                                "mt-id": 0,
                                                "metric": 10
                                              }
                                            ]
                                          }
                                        },
                                        {
                                          "link-id": "10.0.8.0",
                                          "link-data": "255.255.255.0",
                                          "type": "stub-network-link",
                                          "topologies": {
                                            "topology": [
                                              {
                                                "mt-id": 0,
                                                "metric": 10
                                              }
                                            ]
                                          }
                                        },
                                        {
                                          "link-id": "6.6.6.6",
                                          "link-data": "255.255.255.255",
                                          "type": "stub-network-link",
                                          "topologies": {
                                            "topology": [
                                              {
                                                "mt-id": 0,
                                                "metric": 0
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    }
                                  }
                                }
                              }
                            }
                          ]
                        }
                      },
                      {
                        "lsa-type": 2,
                        "area-scope-lsas": {
                          "area-scope-lsa": [
                            {
                              "lsa-id": "10.0.1.3",
                              "adv-router": "3.3.3.3",
                              "decode-completed": true,
                              "raw-data": "00:01:02:02:0a:00:01:03:03:03:03:03:80:00:00:1f:94:71:00:24:ff:ff:ff:00:01:01:01:01:02:02:02:02:03:03:03:03",
                              "ospfv2": {
                                "header": {
                                  "lsa-options": {
                                    "lsa-options": [
                                      "v2-e-bit"
                                    ]
                                  },
                                  "lsa-id": "10.0.1.3",
                                  "age": 1632,
                                  "type": "ospfv2-network-lsa",
                                  "adv-router": "3.3.3.3",
                                  "seq-num": 2147483679,
                                  "checksum": "0x9471",
                                  "length": 36
                                },
                                "body": {
                                  "network": {
                                    "network-mask": "255.255.255.0",
                                    "attached-routers": {
                                      "attached-router": [
                                        "1.1.1.1",
                                        "2.2.2.2",
                                        "3.3.3.3"
                                      ]
                                    }
                                  }
                                }
                              }
                            }
                          ]
                        }
                      },
                      {
                        "lsa-type": 10,
                        "area-scope-lsas": {
                          "area-scope-lsa": [
                            {
                              "lsa-id": "4.0.0.0",
                              "adv-router": "1.1.1.1",
                              "decode-completed": true,
                              "raw-data": "00:00:02:0a:04:00:00:00:01:01:01:01:80:00:00:1e:3b:90:00:1c:00:01:00:04:60:00:00:00",
                              "ospfv2": {
                                "header": {
                                  "lsa-options": {
                                    "lsa-options": [
                                      "v2-e-bit"
                                    ]
                                  },
                                  "lsa-id": "4.0.0.0",
                                  "opaque-type": 4,
                                  "opaque-id": 0,
                                  "age": 1638,
                                  "type": "ospfv2-area-scope-opaque-lsa",
                                  "adv-router": "1.1.1.1",
                                  "seq-num": 2147483678,
                                  "checksum": "0x3b90",
                                  "length": 28
                                },
                                "body": {
                                  "opaque": {
                                    "ri-opaque": {
                                      "router-capabilities-tlv": {
                                        "router-informational-capabilities": {
                                          "informational-capabilities": [
                                            "graceful-restart-helper",
                                            "stub-router"
                                          ]
                                        },
                                        "informational-capabilities-flags": [
                                          {
                                            "informational-flag": 536870912
                                          },
                                          {
                                            "informational-flag": 1073741824
                                          }
                                        ]
                                      }
                                    }
                                  }
                                }
                              }
                            },
                            {
                              "lsa-id": "4.0.0.0",
                              "adv-router": "2.2.2.2",
                              "decode-completed": true,
                              "raw-data": "00:01:02:0a:04:00:00:00:02:02:02:02:80:00:00:1e:1d:aa:00:1c:00:01:00:04:60:00:00:00",
                              "ospfv2": {
                                "header": {
                                  "lsa-options": {
                                    "lsa-options": [
                                      "v2-e-bit"
                                    ]
                                  },
                                  "lsa-id": "4.0.0.0",
                                  "opaque-type": 4,
                                  "opaque-id": 0,
                                  "age": 1651,
                                  "type": "ospfv2-area-scope-opaque-lsa",
                                  "adv-router": "2.2.2.2",
                                  "seq-num": 2147483678,
                                  "checksum": "0x1daa",
                                  "length": 28
                                },
                                "body": {
                                  "opaque": {
                                    "ri-opaque": {
                                      "router-capabilities-tlv": {
                                        "router-informational-capabilities": {
                                          "informational-capabilities": [
                                            "graceful-restart-helper",
                                            "stub-router"
                                          ]
                                        },
                                        "informational-capabilities-flags": [
                                          {
                                            "informational-flag": 536870912
                                          },
                                          {
                                            "informational-flag": 1073741824
                                          }
                                        ]
                                      }
                                    }
                                  }
                                }
                              }
                            },
                            {
                              "lsa-id": "4.0.0.0",
                              "adv-router": "3.3.3.3",
                              "decode-completed": true,
                              "raw-data": "00:01:02:0a:04:00:00:00:03:03:03:03:80:00:00:1e:fe:c4:00:1c:00:01:00:04:60:00:00:00",
                              "ospfv2": {
                                "header": {
                                  "lsa-options": {
                                    "lsa-options": [
                                      "v2-e-bit"
                                    ]
                                  },
                                  "lsa-id": "4.0.0.0",
                                  "opaque-type": 4,
                                  "opaque-id": 0,
                                  "age": 1649,
                                  "type": "ospfv2-area-scope-opaque-lsa",
                                  "adv-router": "3.3.3.3",
                                  "seq-num": 2147483678,
                                  "checksum": "0xfec4",
                                  "length": 28
                                },
                                "body": {
                                  "opaque": {
                                    "ri-opaque": {
                                      "router-capabilities-tlv": {
                                        "router-informational-capabilities": {
                                          "informational-capabilities": [
                                            "graceful-restart-helper",
                                            "stub-router"
                                          ]
                                        },
                                        "informational-capabilities-flags": [
                                          {
                                            "informational-flag": 536870912
                                          },
                                          {
                                            "informational-flag": 1073741824
                                          }
                                        ]
                                      }
                                    }
                                  }
                                }
                              }
                            },
                            {
                              "lsa-id": "4.0.0.0",
                              "adv-router": "4.4.4.4",
                              "decode-completed": true,
                              "raw-data": "00:02:02:0a:04:00:00:00:04:04:04:04:80:00:00:1e:e0:de:00:1c:00:01:00:04:60:00:00:00",
                              "ospfv2": {
                                "header": {
                                  "lsa-options": {
                                    "lsa-options": [
                                      "v2-e-bit"
                                    ]
                                  },
                                  "lsa-id": "4.0.0.0",
                                  "opaque-type": 4,
                                  "opaque-id": 0,
                                  "age": 1647,
                                  "type": "ospfv2-area-scope-opaque-lsa",
                                  "adv-router": "4.4.4.4",
                                  "seq-num": 2147483678,
                                  "checksum": "0xe0de",
                                  "length": 28
                                },
                                "body": {
                                  "opaque": {
                                    "ri-opaque": {
                                      "router-capabilities-tlv": {
                                        "router-informational-capabilities": {
                                          "informational-capabilities": [
                                            "graceful-restart-helper",
                                            "stub-router"
                                          ]
                                        },
                                        "informational-capabilities-flags": [
                                          {
                                            "informational-flag": 536870912
                                          },
                                          {
                                            "informational-flag": 1073741824
                                          }
                                        ]
                                      }
                                    }
                                  }
                                }
                              }
                            },
                            {
                              "lsa-id": "4.0.0.0",
                              "adv-router": "5.5.5.5",
                              "decode-completed": true,
                              "raw-data": "00:02:02:0a:04:00:00:00:05:05:05:05:80:00:00:1e:c2:f8:00:1c:00:01:00:04:60:00:00:00",
                              "ospfv2": {
                                "header": {
                                  "lsa-options": {
                                    "lsa-options": [
                                      "v2-e-bit"
                                    ]
                                  },
                                  "lsa-id": "4.0.0.0",
                                  "opaque-type": 4,
                                  "opaque-id": 0,
                                  "age": 1645,
                                  "type": "ospfv2-area-scope-opaque-lsa",
                                  "adv-router": "5.5.5.5",
                                  "seq-num": 2147483678,
                                  "checksum": "0xc2f8",
                                  "length": 28
                                },
                                "body": {
                                  "opaque": {
                                    "ri-opaque": {
                                      "router-capabilities-tlv": {
                                        "router-informational-capabilities": {
                                          "informational-capabilities": [
                                            "graceful-restart-helper",
                                            "stub-router"
                                          ]
                                        },
                                        "informational-capabilities-flags": [
                                          {
                                            "informational-flag": 536870912
                                          },
                                          {
                                            "informational-flag": 1073741824
                                          }
                                        ]
                                      }
                                    }
                                  }
                                }
                              }
                            },
                            {
                              "lsa-id": "4.0.0.0",
                              "adv-router": "6.6.6.6",
                              "decode-completed": true,
                              "raw-data": "00:03:02:0a:04:00:00:00:06:06:06:06:80:00:00:1e:a4:13:00:1c:00:01:00:04:60:00:00:00",
                              "ospfv2": {
                                "header": {
                                  "lsa-options": {
                                    "lsa-options": [
                                      "v2-e-bit"
                                    ]
                                  },
                                  "lsa-id": "4.0.0.0",
                                  "opaque-type": 4,
                                  "opaque-id": 0,
                                  "age": 1643,
                                  "type": "ospfv2-area-scope-opaque-lsa",
                                  "adv-router": "6.6.6.6",
                                  "seq-num": 2147483678,
                                  "checksum": "0xa413",
                                  "length": 28
                                },
                                "body": {
                                  "opaque": {
                                    "ri-opaque": {
                                      "router-capabilities-tlv": {
                                        "router-informational-capabilities": {
                                          "informational-capabilities": [
                                            "graceful-restart-helper",
                                            "stub-router"
                                          ]
                                        },
                                        "informational-capabilities-flags": [
                                          {
                                            "informational-flag": 536870912
                                          },
                                          {
                                            "informational-flag": 1073741824
                                          }
                                        ]
                                      }
                                    }
                                  }
                                }
                              }
                            }
                          ]
                        }
                      }
                    ]
                  },
                  "interfaces": {
                    "interface": [
                      {
                        "name": "eth1",
                        "state": "dr-other",
                        "hello-timer": 1,
                        "wait-timer": "not-set",
                        "dr-router-id": "3.3.3.3",
                        "dr-ip-addr": "10.0.1.3",
                        "bdr-router-id": "2.2.2.2",
                        "bdr-ip-addr": "10.0.1.2",
                        "statistics": {
                          "discontinuity-time": "2023-12-24T13:15:08.991986482+00:00",
                          "if-event-count": 2,
                          "link-scope-lsa-count": 0,
                          "link-scope-lsa-cksum-sum": 0
                        },
                        "neighbors": {
                          "neighbor": [
                            {
                              "neighbor-router-id": "2.2.2.2",
                              "address": "10.0.1.2",
                              "dr-router-id": "3.3.3.3",
                              "dr-ip-addr": "10.0.1.3",
                              "bdr-router-id": "2.2.2.2",
                              "bdr-ip-addr": "10.0.1.2",
                              "state": "full",
                              "dead-timer": 10,
                              "statistics": {
                                "discontinuity-time": "2023-12-24T13:15:13.992815285+00:00",
                                "nbr-event-count": 6,
                                "nbr-retrans-qlen": 0
                              }
                            },
                            {
                              "neighbor-router-id": "3.3.3.3",
                              "address": "10.0.1.3",
                              "dr-router-id": "3.3.3.3",
                              "dr-ip-addr": "10.0.1.3",
                              "bdr-router-id": "2.2.2.2",
                              "bdr-ip-addr": "10.0.1.2",
                              "state": "full",
                              "dead-timer": 10,
                              "statistics": {
                                "discontinuity-time": "2023-12-24T13:15:13.992883023+00:00",
                                "nbr-event-count": 6,
                                "nbr-retrans-qlen": 0
                              }
                            }
                          ]
                        }
                      },
                      {
                        "name": "lo",
                        "state": "loopback",
                        "hello-timer": "not-set",
                        "wait-timer": "not-set",
                        "statistics": {
                          "discontinuity-time": "2023-12-24T13:15:06.823054552+00:00",
                          "if-event-count": 1,
                          "link-scope-lsa-count": 0,
                          "link-scope-lsa-cksum-sum": 0
                        }
                      }
                    ]
                  }
                }
              ]
            }
          }
        }
      ]
    }
  }
}