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