summaryrefslogtreecommitdiffstats
path: root/tests/topotests/bgp_nexthop_mp_ipv4_6/r1/bgp_ipv4.json
blob: 12fecee39fdf3efd62d87ad7742269b5242d5799 (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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
  "routes": {
    "192.168.1.0/24": [
      {
        "valid": true,
        "bestpath": true,
        "path": "",
        "nexthops": [
          {
            "ip": "0.0.0.0",
            "afi": "ipv4",
            "used": true
          }
        ]
      }
    ],
    "192.168.7.0/24": [
      {
        "valid": true,
        "multipath": true,
        "path": "65000 65700",
        "nexthops": [
          {
            "ip": "172.16.1.3",
            "afi": "ipv4",
            "used": true
          }
        ]
      },
      {
        "valid": true,
        "bestpath": true,
        "path": "65000 65700",
        "nexthops": [
          {
            "ip": "172.16.0.2",
            "afi": "ipv4",
            "used": true
          }
        ]
      }
    ],
    "192.168.8.0/24": [
      {
        "valid": true,
        "multipath": true,
        "path": "65000 65800",
        "nexthops": [
          {
            "ip": "172.16.1.3",
            "afi": "ipv4",
            "used": true
          }
        ]
      },
      {
        "valid": true,
        "bestpath": true,
        "path": "65000 65800",
        "nexthops": [
          {
            "ip": "172.16.0.2",
            "afi": "ipv4",
            "used": true
          }
        ]
      }
    ]
  }
}