]> git.proxmox.com Git - mirror_frr.git/blob - tests/topotests/isis-topo1/r4/r4_topology.json
isis-topo1: fix IPv6 changes and remove metric
[mirror_frr.git] / tests / topotests / isis-topo1 / r4 / r4_topology.json
1 {
2 "1": {
3 "level-1": {
4 "ipv4": [
5 {
6 "vertex": "r4"
7 },
8 {
9 "metric": "internal",
10 "parent": "0",
11 "type": "IP",
12 "vertex": "10.0.11.0/24"
13 },
14 {
15 "interface": "r4-eth1",
16 "metric": "10",
17 "next-hop": "r5",
18 "parent": "r4(4)",
19 "type": "TE-IS",
20 "vertex": "r5"
21 },
22 {
23 "interface": "r5",
24 "metric": "TE",
25 "next-hop": "10",
26 "parent": "r4-eth1",
27 "type": "IP",
28 "vertex": "10.0.10.0/24"
29 },
30 {
31 "interface": "r5",
32 "metric": "TE",
33 "next-hop": "10",
34 "parent": "r4-eth1",
35 "type": "IP",
36 "vertex": "10.0.11.0/24"
37 },
38 {
39 "interface": "r5",
40 "metric": "TE",
41 "next-hop": "10",
42 "parent": "r4-eth1",
43 "type": "IP",
44 "vertex": "10.254.0.5/32"
45 },
46 {
47 "interface": "r4-eth1",
48 "metric": "20",
49 "next-hop": "r5",
50 "type": "TE-IS",
51 "vertex": "r3"
52 },
53 {
54 "interface": "r5",
55 "metric": "TE",
56 "next-hop": "20",
57 "parent": "r4-eth1",
58 "type": "IP",
59 "vertex": "10.0.20.0/24"
60 },
61 {
62 "interface": "r5",
63 "metric": "TE",
64 "next-hop": "20",
65 "parent": "r4-eth1",
66 "type": "IP",
67 "vertex": "10.254.0.3/32"
68 }
69 ],
70 "ipv6": [
71 {
72 "vertex": "r4"
73 },
74 {
75 "metric": "internal",
76 "parent": "0",
77 "type": "IP6",
78 "vertex": "2001:db8:2:2::/64"
79 },
80 {
81 "interface": "r4-eth1",
82 "metric": "10",
83 "next-hop": "r5",
84 "parent": "r4(4)",
85 "type": "TE-IS",
86 "vertex": "r5"
87 },
88 {
89 "interface": "r5",
90 "next-hop": "10",
91 "parent": "r4-eth1",
92 "type": "IP6",
93 "vertex": "2001:db8:2:1::/64"
94 },
95 {
96 "interface": "r5",
97 "next-hop": "10",
98 "parent": "r4-eth1",
99 "type": "IP6",
100 "vertex": "2001:db8:f::5/128"
101 },
102 {
103 "interface": "r4-eth1",
104 "metric": "20",
105 "next-hop": "r5",
106 "type": "TE-IS",
107 "vertex": "r3"
108 },
109 {
110 "interface": "r5",
111 "next-hop": "20",
112 "parent": "r4-eth1",
113 "type": "IP6",
114 "vertex": "2001:db8:1:1::/64"
115 },
116 {
117 "interface": "r5",
118 "next-hop": "20",
119 "parent": "r4-eth1",
120 "type": "IP6",
121 "vertex": "2001:db8:f::3/128"
122 }
123 ]
124 },
125 "level-2": {
126 "ipv4": [
127 {
128 "vertex": "r4"
129 },
130 {
131 "metric": "internal",
132 "parent": "0",
133 "type": "IP",
134 "vertex": "10.0.21.0/24"
135 },
136 {
137 "interface": "r4-eth0",
138 "metric": "10",
139 "next-hop": "r2",
140 "parent": "r4(4)",
141 "type": "TE-IS",
142 "vertex": "r2"
143 },
144 {
145 "interface": "r2",
146 "metric": "TE",
147 "next-hop": "10",
148 "parent": "r4-eth0",
149 "type": "IP",
150 "vertex": "10.0.21.0/24"
151 },
152 {
153 "interface": "r2",
154 "metric": "TE",
155 "next-hop": "10",
156 "parent": "r4-eth0",
157 "type": "IP",
158 "vertex": "10.254.0.2/32"
159 }
160 ],
161 "ipv6": [
162 {
163 "vertex": "r4"
164 },
165 {
166 "metric": "internal",
167 "parent": "0",
168 "type": "IP6",
169 "vertex": "2001:db8:1:2::/64"
170 },
171 {
172 "interface": "r4-eth0",
173 "metric": "10",
174 "next-hop": "r2",
175 "parent": "r4(4)",
176 "type": "TE-IS",
177 "vertex": "r2"
178 },
179 {
180 "interface": "r2",
181 "next-hop": "10",
182 "parent": "r4-eth0",
183 "type": "IP6",
184 "vertex": "2001:db8:f::2/128"
185 }
186 ]
187 }
188 }
189 }