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