isisd: change ISIS_METHOD to use C preprocessor
[jleu-quagga.git] / zebra / testrib.conf
blob75ba0ccd7999646773f038f9a6a893f6097b7aeb
2 ! Zebra configuration saved from vty
3 !   2007/04/01 17:46:48
5 password foo
6 log stdout
7 service advanced-vty
9 debug zebra rib
10 debug zebra kernel
12 interface eth0
13  ip address 10.0.0.1/24
14  state up
16 interface eth1
17  ip address 10.0.1.1/24
19 interface eth2
20  ip address 10.0.2.1/24
22 interface foo1
23  ip address 192.168.1.1/32
25 interface foo0
26  ip address 192.168.1.1/32
27  ip address 192.168.1.1/24 label foo
28  state up
30 ip route 1.1.1.0/24 1.1.2.2
32 ! statics that should be subsumed by connected routes, according to interface
33 ! state
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
38 ! normalish route
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
54 line vty
55  exec-timeout 0 0