summaryrefslogtreecommitdiffstats
path: root/tests/topotests/ldp_vpls_topo1/r3/show_ldp_neighbor.ref
blob: 5c482da69723ab3e39775624c41bf85c14ba105a (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":"2.2.2.2",
      "state":"OPERATIONAL",
      "transportAddress":"2.2.2.2"
    }
  ]
}