summaryrefslogtreecommitdiffstats
path: root/tests/topotests/bgp_nexthop_mp_ipv4_6/r2/bgp_ipv4.json
blob: 64dadf680c0bca4887791c39516270602e7aad29 (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
{
  "routes": {
    "192.168.1.0/24": [
      {
        "valid": true,
        "bestpath": true,
        "path": "65100",
        "nexthops": [
          {
            "ip": "172.16.0.1",
            "afi": "ipv4",
            "used": true
          }
        ]
      }
    ],
    "192.168.7.0/24": [
      {
        "valid": true,
        "bestpath": true,
        "path": "65700",
        "nexthops": [
          {
            "ip": "172.17.0.7",
            "afi": "ipv4",
            "used": true
          }
        ]
      }
    ],
    "192.168.8.0/24": [
      {
        "valid": true,
        "bestpath": true,
        "path": "65800",
        "nexthops": [
          {
            "ip": "172.17.0.8",
            "afi": "ipv4",
            "used": true
          }
        ]
      }
    ]
  }
}