1{
2  "1.1.1.1/32":[
3    {
4      "prefix":"1.1.1.1/32",
5      "protocol":"ospf",
6      "distance":110,
7      "metric":0,
8      "nexthops":[
9        {
10          "directlyConnected":true,
11          "interfaceName":"lo",
12          "active":true
13        }
14      ]
15    },
16    {
17      "prefix":"1.1.1.1/32",
18      "protocol":"connected",
19      "selected":true,
20      "nexthops":[
21        {
22          "fib":true,
23          "directlyConnected":true,
24          "interfaceName":"lo",
25          "active":true
26        }
27      ]
28    }
29  ],
30  "2.2.2.2/32":[
31    {
32      "prefix":"2.2.2.2/32",
33      "protocol":"ospf",
34      "selected":true,
35      "distance":110,
36      "metric":10,
37      "nexthops":[
38        {
39          "fib":true,
40          "ip":"10.0.1.2",
41          "afi":"ipv4",
42          "interfaceName":"r1-eth1",
43          "active":true
44        }
45      ]
46    }
47  ],
48  "3.3.3.3/32":[
49    {
50      "prefix":"3.3.3.3/32",
51      "protocol":"ospf",
52      "selected":true,
53      "distance":110,
54      "metric":10,
55      "nexthops":[
56        {
57          "fib":true,
58          "ip":"10.0.2.3",
59          "afi":"ipv4",
60          "interfaceName":"r1-eth2",
61          "active":true
62        }
63      ]
64    }
65  ],
66  "10.0.1.0/24":[
67    {
68      "prefix":"10.0.1.0/24",
69      "protocol":"ospf",
70      "distance":110,
71      "metric":10,
72      "nexthops":[
73        {
74          "directlyConnected":true,
75          "interfaceName":"r1-eth1",
76          "active":true
77        }
78      ]
79    },
80    {
81      "prefix":"10.0.1.0/24",
82      "protocol":"connected",
83      "selected":true,
84      "nexthops":[
85        {
86          "fib":true,
87          "directlyConnected":true,
88          "interfaceName":"r1-eth1",
89          "active":true
90        }
91      ]
92    }
93  ],
94  "10.0.2.0/24":[
95    {
96      "prefix":"10.0.2.0/24",
97      "protocol":"ospf",
98      "distance":110,
99      "metric":10,
100      "nexthops":[
101        {
102          "directlyConnected":true,
103          "interfaceName":"r1-eth2",
104          "active":true
105        }
106      ]
107    },
108    {
109      "prefix":"10.0.2.0/24",
110      "protocol":"connected",
111      "selected":true,
112      "nexthops":[
113        {
114          "fib":true,
115          "directlyConnected":true,
116          "interfaceName":"r1-eth2",
117          "active":true
118        }
119      ]
120    }
121  ],
122  "10.0.3.0/24":[
123    {
124      "prefix":"10.0.3.0/24",
125      "protocol":"ospf",
126      "selected":true,
127      "distance":110,
128      "metric":20,
129      "nexthops":[
130        {
131          "fib":true,
132          "ip":"10.0.1.2",
133          "afi":"ipv4",
134          "interfaceName":"r1-eth1",
135          "active":true
136        },
137        {
138          "fib":true,
139          "ip":"10.0.2.3",
140          "afi":"ipv4",
141          "interfaceName":"r1-eth2",
142          "active":true
143        }
144      ]
145    }
146  ]
147}
148