]> git.proxmox.com Git - mirror_frr.git/blame - tests/topotests/isis-topo1/r1/r1_topology.json
isis-topo1: fix IPv6 changes and remove metric
[mirror_frr.git] / tests / topotests / isis-topo1 / r1 / r1_topology.json
CommitLineData
67f1e9ed
RZ
1{
2 "1": {
5836fac2
RZ
3 "level-1": {
4 "ipv4": [
5 {
6 "vertex": "r1"
7 }
8 ],
9 "ipv6": [
10 {
11 "vertex": "r1"
12 }
13 ]
14 },
15 "level-2": {
16 "ipv4": [
17 {
18 "vertex": "r1"
19 },
20 {
21 "metric": "internal",
22 "parent": "0",
23 "type": "IP",
24 "vertex": "10.0.20.0/24"
25 },
26 {
27 "interface": "r1-eth0",
28 "metric": "10",
29 "next-hop": "r3",
30 "parent": "r1(4)",
31 "type": "TE-IS",
32 "vertex": "r3"
33 },
34 {
35 "interface": "r3",
36 "metric": "TE",
37 "next-hop": "10",
38 "parent": "r1-eth0",
39 "type": "IP",
40 "vertex": "10.0.10.0/24"
41 },
42 {
43 "interface": "r3",
44 "metric": "TE",
45 "next-hop": "10",
46 "parent": "r1-eth0",
47 "type": "IP",
48 "vertex": "10.0.20.0/24"
49 },
50 {
51 "interface": "r3",
52 "metric": "TE",
53 "next-hop": "10",
54 "parent": "r1-eth0",
55 "type": "IP",
56 "vertex": "10.254.0.3/32"
57 }
58 ],
59 "ipv6": [
60 {
61 "vertex": "r1"
62 },
63 {
64 "metric": "internal",
65 "parent": "0",
66 "type": "IP6",
67 "vertex": "2001:db8:1:1::/64"
68 },
69 {
70 "interface": "r1-eth0",
71 "metric": "10",
72 "next-hop": "r3",
73 "parent": "r1(4)",
74 "type": "TE-IS",
75 "vertex": "r3"
76 },
77 {
78 "interface": "r3",
5836fac2
RZ
79 "next-hop": "10",
80 "parent": "r1-eth0",
81 "type": "IP6",
82 "vertex": "2001:db8:2:1::/64"
83 },
84 {
85 "interface": "r3",
5836fac2
RZ
86 "next-hop": "10",
87 "parent": "r1-eth0",
88 "type": "IP6",
89 "vertex": "2001:db8:f::3/128"
90 }
91 ]
92 }
67f1e9ed
RZ
93 }
94}