blob: 75ba0ccd7999646773f038f9a6a893f6097b7aeb [file] [log] [blame]
Paul Jakmafab7f892009-08-06 12:12:12 +01001!
2! Zebra configuration saved from vty
3! 2007/04/01 17:46:48
4!
5password foo
6log stdout
7service advanced-vty
8!
9debug zebra rib
10debug zebra kernel
11!
12interface eth0
13 ip address 10.0.0.1/24
14 state up
15!
16interface eth1
17 ip address 10.0.1.1/24
18!
19interface eth2
20 ip address 10.0.2.1/24
21!
22interface foo1
23 ip address 192.168.1.1/32
24!
25interface foo0
26 ip address 192.168.1.1/32
27 ip address 192.168.1.1/24 label foo
28 state up
29!
30ip route 1.1.1.0/24 1.1.2.2
31
32! statics that should be subsumed by connected routes, according to interface
33! state
34ip route 10.0.0.0/24 10.0.1.254
35ip route 10.0.1.0/24 10.0.2.254
36ip route 10.0.2.0/24 10.0.0.254
37
38! normalish route
39ip route 1.1.2.0/24 10.0.0.2
40! different admin distances
41ip route 1.1.0.2/32 10.0.0.3 10
42ip route 1.1.0.2/32 10.0.0.4 20
43ip route 1.1.0.2/32 10.0.1.3 30
44
45! multiple-nexthop + distance
46ip route 1.1.0.2/32 10.0.0.5 10
47
48! a recursive route, potentially.
49ip route 1.1.3.0/24 10.0.0.2
50! double recursive, potentially
51ip route 1.1.0.1/32 1.1.3.1
52!
53
54line vty
55 exec-timeout 0 0
56!