summaryrefslogtreecommitdiffstats
path: root/tests/topotests/ldp_sync_ospf_topo1/r1/show_ldp_binding.ref
blob: b3a12ec53f8edfcb27ab4d632910f6983c5ee00d (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
33
34
35
36
37
38
39
40
41
42
43
44
{
  "bindings":[
    {
      "addressFamily":"ipv4",
      "prefix":"1.1.1.1/32",
      "neighborId":"2.2.2.2",
      "localLabel":"imp-null",
      "inUse":0
    },
    {
      "addressFamily":"ipv4",
      "prefix":"1.1.1.1/32",
      "neighborId":"3.3.3.3",
      "localLabel":"imp-null",
      "inUse":0
    },
    {
      "addressFamily":"ipv4",
      "prefix":"2.2.2.2/32",
      "neighborId":"2.2.2.2",
      "remoteLabel":"imp-null",
      "inUse":1
    },
    {
      "addressFamily":"ipv4",
      "prefix":"2.2.2.2/32",
      "neighborId":"3.3.3.3",
      "inUse":0
    },
    {
      "addressFamily":"ipv4",
      "prefix":"3.3.3.3/32",
      "neighborId":"2.2.2.2",
      "inUse":0
    },
    {
      "addressFamily":"ipv4",
      "prefix":"3.3.3.3/32",
      "neighborId":"3.3.3.3",
      "remoteLabel":"imp-null",
      "inUse":1
    }
  ]
}