summaryrefslogtreecommitdiffstats
path: root/tests/topotests/ldp_topo1/r3/show_ip_ospf_neighbor.json
blob: d3c50247eae7d92cdae1b3281eb05d7510306537 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
  "neighbors": {
    "2.2.2.2": [
      {
        "dbSummaryCounter": 0,
        "retransmitCounter": 0,
        "priority": 1,
        "converged": "Full",
        "address": "10.0.2.2",
        "requestCounter": 0
      },
      {
        "dbSummaryCounter": 0,
        "retransmitCounter": 0,
        "priority": 1,
        "converged": "Full",
        "address": "10.0.3.2",
        "requestCounter": 0
      }
    ],
    "4.4.4.4": [
      {
        "dbSummaryCounter": 0,
        "retransmitCounter": 0,
        "priority": 1,
        "converged": "Full",
        "address": "10.0.2.4",
        "requestCounter": 0
      }
    ]
  }
}