]> git.proxmox.com Git - mirror_frr.git/blame - tests/topotests/eigrp_topo1/r3/show_ip_route.json_ref
Merge pull request #8672 from qlyoung/fix-bgp-timer-display
[mirror_frr.git] / tests / topotests / eigrp_topo1 / r3 / show_ip_route.json_ref
CommitLineData
ee4523a2
MW
1{
2 "192.168.1.0/24":[
3 {
4 "prefix":"192.168.1.0/24",
5 "protocol":"eigrp",
6 "selected":true,
0f9bc496 7 "metric":33280,
ee4523a2
MW
8 "nexthops":[
9 {
10 "fib":true,
11 "ip":"193.1.2.1",
12 "afi":"ipv4",
13 "interfaceName":"r3-eth1",
14 "active":true
15 }
16 ]
17 }
18 ],
19 "192.168.2.0/24":[
20 {
21 "prefix":"192.168.2.0/24",
22 "protocol":"static",
23 "selected":true,
24 "distance":1,
25 "metric":0,
26 "nexthops":[
27 {
28 "fib":true,
29 "ip":"192.168.3.10",
30 "afi":"ipv4",
31 "interfaceName":"r3-eth0",
32 "active":true
33 }
34 ]
35 }
36 ],
37 "192.168.3.0/24":[
38 {
39 "prefix":"192.168.3.0/24",
40 "protocol":"eigrp",
0f9bc496 41 "metric":28160,
ee4523a2
MW
42 "nexthops":[
43 {
44 "directlyConnected":true,
45 "interfaceName":"r3-eth0",
46 "active":true
47 }
48 ]
49 },
50 {
51 "prefix":"192.168.3.0/24",
52 "protocol":"connected",
53 "selected":true,
54 "nexthops":[
55 {
56 "fib":true,
57 "directlyConnected":true,
58 "interfaceName":"r3-eth0",
59 "active":true
60 }
61 ]
62 }
63 ],
64 "193.1.1.0/26":[
65 {
66 "prefix":"193.1.1.0/26",
67 "protocol":"eigrp",
68 "selected":true,
0f9bc496 69 "metric":30720,
ee4523a2
MW
70 "nexthops":[
71 {
72 "fib":true,
73 "ip":"193.1.2.1",
74 "afi":"ipv4",
75 "interfaceName":"r3-eth1",
76 "active":true
77 }
78 ]
79 }
80 ],
81 "193.1.2.0/24":[
82 {
83 "prefix":"193.1.2.0/24",
84 "protocol":"eigrp",
0f9bc496 85 "metric":28160,
ee4523a2
MW
86 "nexthops":[
87 {
88 "directlyConnected":true,
89 "interfaceName":"r3-eth1",
90 "active":true
91 }
92 ]
93 },
94 {
95 "prefix":"193.1.2.0/24",
96 "protocol":"connected",
97 "selected":true,
98 "nexthops":[
99 {
100 "fib":true,
101 "directlyConnected":true,
102 "interfaceName":"r3-eth1",
103 "active":true
104 }
105 ]
106 }
107 ]
108}