]> git.proxmox.com Git - mirror_frr.git/blob - tests/topotests/ospf_nssa_topo1/rt3/step7/show_ip_ospf_route.ref
Merge pull request #13455 from sri-mohan1/srib-ldpd
[mirror_frr.git] / tests / topotests / ospf_nssa_topo1 / rt3 / step7 / 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.2.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.2.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.2.2",
31 "via":"eth-rt2"
32 }
33 ]
34 },
35 "3.3.3.3\/32":{
36 "routeType":"N",
37 "cost":0,
38 "area":"0.0.0.1",
39 "nexthops":[
40 {
41 "ip":" ",
42 "directlyAttachedTo":"lo"
43 }
44 ]
45 },
46 "4.4.4.4\/32":{
47 "routeType":"N",
48 "cost":20,
49 "area":"0.0.0.1",
50 "nexthops":[
51 {
52 "ip":"10.0.2.2",
53 "via":"eth-rt2"
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.2.2",
64 "via":"eth-rt2"
65 }
66 ]
67 },
68 "10.0.2.0\/24":{
69 "routeType":"N",
70 "cost":10,
71 "area":"0.0.0.1",
72 "nexthops":[
73 {
74 "ip":" ",
75 "directlyAttachedTo":"eth-rt2"
76 }
77 ]
78 },
79 "10.0.3.0\/24":{
80 "routeType":"N",
81 "cost":20,
82 "area":"0.0.0.1",
83 "nexthops":[
84 {
85 "ip":"10.0.2.2",
86 "via":"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.2.2",
98 "via":"eth-rt2"
99 }
100 ]
101 },
102 "4.4.4.4":{
103 "routeType":"R ",
104 "cost":20,
105 "area":"0.0.0.1",
106 "routerType":"asbr",
107 "nexthops":[
108 {
109 "ip":"10.0.2.2",
110 "via":"eth-rt2"
111 }
112 ]
113 },
114 "172.16.1.0\/24":{
115 "routeType":"N E2",
116 "cost":10,
117 "type2cost":20,
118 "tag":0,
119 "nexthops":[
120 {
121 "ip":"10.0.2.2",
122 "via":"eth-rt2"
123 }
124 ]
125 },
126 "172.16.1.1\/32":{
127 "routeType":"N E2",
128 "cost":20,
129 "type2cost":20,
130 "tag":0,
131 "nexthops":[
132 {
133 "ip":"10.0.2.2",
134 "via":"eth-rt2"
135 }
136 ]
137 },
138 "172.16.1.2\/32":{
139 "routeType":"N E2",
140 "cost":20,
141 "type2cost":20,
142 "tag":0,
143 "nexthops":[
144 {
145 "ip":"10.0.2.2",
146 "via":"eth-rt2"
147 }
148 ]
149 }
150 }