]> git.proxmox.com Git - mirror_frr.git/blob - tests/topotests/ospf_nssa_topo1/rt4/step1/show_ip_ospf_route.ref
Merge pull request #13183 from Pdoijode/pdoijode/pim-json-changes
[mirror_frr.git] / tests / topotests / ospf_nssa_topo1 / rt4 / step1 / show_ip_ospf_route.ref
1 {
2 "0.0.0.0\/0":{
3 "routeType":"N IA",
4 "cost":11,
5 "area":"0.0.0.1",
6 "nexthops":[
7 {
8 "ip":"10.0.3.2",
9 "via":"eth-rt2"
10 }
11 ]
12 },
13 "1.1.1.1\/32":{
14 "routeType":"N IA",
15 "cost":20,
16 "area":"0.0.0.1",
17 "nexthops":[
18 {
19 "ip":"10.0.3.2",
20 "via":"eth-rt2"
21 }
22 ]
23 },
24 "2.2.2.2\/32":{
25 "routeType":"N IA",
26 "cost":10,
27 "area":"0.0.0.1",
28 "nexthops":[
29 {
30 "ip":"10.0.3.2",
31 "via":"eth-rt2"
32 }
33 ]
34 },
35 "3.3.3.3\/32":{
36 "routeType":"N",
37 "cost":20,
38 "area":"0.0.0.1",
39 "nexthops":[
40 {
41 "ip":"10.0.3.2",
42 "via":"eth-rt2"
43 }
44 ]
45 },
46 "4.4.4.4\/32":{
47 "routeType":"N",
48 "cost":0,
49 "area":"0.0.0.1",
50 "nexthops":[
51 {
52 "ip":" ",
53 "directlyAttachedTo":"lo"
54 }
55 ]
56 },
57 "10.0.1.0\/24":{
58 "routeType":"N IA",
59 "cost":20,
60 "area":"0.0.0.1",
61 "nexthops":[
62 {
63 "ip":"10.0.3.2",
64 "via":"eth-rt2"
65 }
66 ]
67 },
68 "10.0.2.0\/24":{
69 "routeType":"N",
70 "cost":20,
71 "area":"0.0.0.1",
72 "nexthops":[
73 {
74 "ip":"10.0.3.2",
75 "via":"eth-rt2"
76 }
77 ]
78 },
79 "10.0.3.0\/24":{
80 "routeType":"N",
81 "cost":10,
82 "area":"0.0.0.1",
83 "nexthops":[
84 {
85 "ip":" ",
86 "directlyAttachedTo":"eth-rt2"
87 }
88 ]
89 },
90 "2.2.2.2":{
91 "routeType":"R ",
92 "cost":10,
93 "area":"0.0.0.1",
94 "routerType":"abr",
95 "nexthops":[
96 {
97 "ip":"10.0.3.2",
98 "via":"eth-rt2"
99 }
100 ]
101 },
102 "3.3.3.3":{
103 "routeType":"R ",
104 "cost":20,
105 "area":"0.0.0.1",
106 "routerType":"asbr",
107 "nexthops":[
108 {
109 "ip":"10.0.3.2",
110 "via":"eth-rt2"
111 }
112 ]
113 }
114 }