summaryrefslogtreecommitdiffstats
path: root/tests/topotests/bgp_link_bw_ip/r1/bgp-route-3.json
blob: 3501d12e70a74a2572289cf9a76f29b1a4bd46fd (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
{
  "prefix":"198.10.1.1\/32",
  "paths":[
    {
      "valid":true,
      "multipath":true,
      "extendedCommunity":{
        "string":"LB:65303:125000 (1.000 Mbps)"
      },
      "nexthops":[
        {
          "ip":"11.1.1.6"
        }
      ]
    },
    {
      "valid":true,
      "multipath":true,
      "bestpath":{
        "overall":true
      },
      "extendedCommunity":{
        "string":"LB:65301:250000 (2.000 Mbps)"
      },
      "nexthops":[
        {
          "ip":"11.1.1.2"
        }
      ]
    }
  ]
}