summaryrefslogtreecommitdiffstats
path: root/tests/topotests/bgp_peer_type_multipath_relax/r1/prefix1-eBGP-iBGP.json
blob: facddcda463f9be365c86d22d383c090f8b15c28 (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
{
  "203.0.113.0\/30":[
    {
      "prefix":"203.0.113.0\/30",
      "protocol":"bgp",
      "installed":true,
      "internalNextHopNum":4,
      "internalNextHopActiveNum":4,
      "nexthops":[
        {
          "ip":"198.51.100.1",
          "active":true,
          "recursive":true
        },
        {
          "fib":true,
          "ip":"10.0.3.2",
          "active":true
        },
        {
          "ip":"198.51.100.10",
          "active":true,
          "recursive":true
        },
        {
          "fib":true,
          "ip":"10.0.3.2",
          "active":true
        }
      ]
    }
  ]
}