2 ! Zebra configuration saved from vty
13 ip address 10.0.0.1/24
14 ipv6 address 1::0:1/64
18 ip address 10.0.1.1/24
19 ipv6 address 1::1:1/64
22 ip address 10.0.2.1/24
23 ipv6 address 1::2:1/64
27 ip address 192.168.1.1/32
28 ipv6 address 2::1:1/128
31 ip address 192.168.1.1/32
32 ip address 192.168.1.1/24 label foo
33 ipv6 address 2::1:1/128
37 ! statics that should be subsumed by connected routes, according to interface
39 ip route 10.0.0.0/24 10.0.1.254
40 ip route 10.0.1.0/24 10.0.2.254
41 ip route 10.0.2.0/24 10.0.0.254
42 ipv6 route 1::0:0/64 1::1:f
43 ipv6 route 1::1:0/64 1::2:f
44 ipv6 route 1::2:0/64 1::0:f
47 ip route 10.1.0.1/32 null0
48 ipv6 route 100::1:1/128 null0
51 ip route 1.1.2.0/24 10.0.0.2
52 ipv6 route 80::/64 1::0:e
54 ! different admin distances
55 ip route 1.1.0.2/32 10.0.0.3 10
56 ip route 1.1.0.2/32 10.0.0.4 20
57 ip route 1.1.0.2/32 10.0.1.3 30
59 ipv6 route 90::1/128 1::0:a 10
60 ipv6 route 90::1/128 1::0:b 20
61 ipv6 route 90::1/128 1::1:c 30
63 ! multiple-nexthop + distance
64 ip route 1.1.0.2/32 10.0.0.5 10
65 ipv6 route 90::1/128 1::0:d 10
67 ! a recursive route, potentially.
68 ip route 1.1.3.0/24 10.0.0.2
69 ! double recursive, potentially
70 ip route 1.1.0.1/32 1.1.3.1
72 ip route 1.1.1.0/24 1.1.2.2