summaryrefslogtreecommitdiffstats
path: root/tests/topotests/bgp_nexthop_mp_ipv4_6/r1/bgp_ipv6_step1.json
blob: f7c5c7c3b56a19c30e681585571d0e98d29afc4b (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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
  "routes": {
    "fd00:100::/64": [
      {
        "valid": true,
        "bestpath": true,
        "path": "",
        "nexthops": [
          {
            "ip": "::",
            "afi": "ipv6",
            "used": true
          }
        ]
      }
    ],
    "fd00:700::/64": [
      {
        "valid": true,
        "multipath": true,
        "path": "65000 65700",
        "nexthops": [
          {
            "ip": "fd00:0:2::3",
            "afi": "ipv6",
            "scope": "global"
          },
          {
            "afi": "ipv6",
            "scope": "link-local",
            "used": true
          }
        ]
      },
      {
        "valid": true,
        "bestpath": true,
        "path": "65000 65700",
        "nexthops": [
          {
            "ip": "fd00:0:1::2",
            "afi": "ipv6",
            "scope": "global"
          },
          {
            "afi": "ipv6",
            "scope": "link-local",
            "used": true
          }
        ]
      }
    ],
    "fd00:800::/64": [
      {
        "valid": true,
        "multipath": true,
        "path": "65000 65800",
        "nexthops": [
          {
            "ip": "fd00:0:2::3",
            "afi": "ipv6",
            "scope": "global"
          },
          {
            "afi": "ipv6",
            "scope": "link-local",
            "used": true
          }
        ]
      },
      {
        "valid": true,
        "bestpath": true,
        "path": "65000 65800",
        "nexthops": [
          {
            "ip": "fd00:0:1::2",
            "afi": "ipv6",
            "scope": "global"
          },
          {
            "afi": "ipv6",
            "scope": "link-local",
            "used": true
          }
        ]
      }
    ]
  }
}