2 ! Zebra configuration saved from vty
13 ip address 10.0.0.1/24
17 ip address 10.0.1.1/24
20 ip address 10.0.2.1/24
23 ip address 192.168.1.1/32
26 ip address 192.168.1.1/32
27 ip address 192.168.1.1/24 label foo
30 ip route 1.1.1.0/24 1.1.2.2
32 ! statics that should be subsumed by connected routes, according to interface
34 ip route 10.0.0.0/24 10.0.1.254
35 ip route 10.0.1.0/24 10.0.2.254
36 ip route 10.0.2.0/24 10.0.0.254
39 ip route 1.1.2.0/24 10.0.0.2
40 ! different admin distances
41 ip route 1.1.0.2/32 10.0.0.3 10
42 ip route 1.1.0.2/32 10.0.0.4 20
43 ip route 1.1.0.2/32 10.0.1.3 30
45 ! multiple-nexthop + distance
46 ip route 1.1.0.2/32 10.0.0.5 10
48 ! a recursive route, potentially.
49 ip route 1.1.3.0/24 10.0.0.2
50 ! double recursive, potentially
51 ip route 1.1.0.1/32 1.1.3.1