]> git.proxmox.com Git - mirror_frr.git/blob - tests/topotests/ospf_nssa_topo1/rt2/step5/show_ip_ospf_route.ref
Merge pull request #13455 from sri-mohan1/srib-ldpd
[mirror_frr.git] / tests / topotests / ospf_nssa_topo1 / rt2 / step5 / 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 "172.16.1.0\/24":{
80 },
81 "3.3.3.3":{
82 "routeType":"R ",
83 "cost":10,
84 "area":"0.0.0.1",
85 "routerType":"asbr",
86 "nexthops":[
87 {
88 "ip":"10.0.2.3",
89 "via":"eth-rt3"
90 }
91 ]
92 },
93 "4.4.4.4":{
94 "routeType":"R ",
95 "cost":10,
96 "area":"0.0.0.1",
97 "routerType":"asbr",
98 "nexthops":[
99 {
100 "ip":"10.0.3.4",
101 "via":"eth-rt4"
102 }
103 ]
104 },
105 "172.16.1.2\/32":{
106 "routeType":"N E2",
107 "cost":10,
108 "type2cost":20,
109 "tag":0,
110 "nexthops":[
111 {
112 "ip":"10.0.3.4",
113 "via":"eth-rt4"
114 }
115 ]
116 }
117 }