summaryrefslogtreecommitdiffstats
path: root/tests/topotests/ldp_sync_ospf_topo1/r1/show_ldp_neighbor.ref
blob: 40d8ebeb90746ba02272e3f13b06018bdc23a37c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "neighbors":[
    {
      "addressFamily":"ipv4",
      "neighborId":"2.2.2.2",
      "state":"OPERATIONAL",
      "transportAddress":"2.2.2.2"
    },
    {
      "addressFamily":"ipv4",
      "neighborId":"3.3.3.3",
      "state":"OPERATIONAL",
      "transportAddress":"3.3.3.3"
    }
  ]
}