Srikanth Vavilapalli | da0b4e5 | 2015-03-09 16:09:15 -0700 | [diff] [blame] | 1 | ! -*- zebra -*- |
2 | ! | ||||
3 | ! zebra sample configuration file | ||||
4 | ! | ||||
5 | ! $Id: zebra.conf.sample,v 1.1 2002/12/13 20:15:30 paul Exp $ | ||||
6 | ! | ||||
7 | hostname zebra | ||||
8 | password hello | ||||
9 | enable password 0fw0rk | ||||
10 | log stdout | ||||
11 | ! | ||||
12 | ! Interfaces description. | ||||
13 | ! | ||||
14 | !interface lo | ||||
15 | ! description test of desc. | ||||
16 | ! | ||||
17 | !interface sit0 | ||||
18 | ! multicast | ||||
19 | |||||
20 | ! | ||||
21 | ! Static default route sample. | ||||
22 | ! | ||||
23 | !ip route 0.0.0.0/0 203.181.89.241 | ||||
24 | ! | ||||
25 | |||||
26 | !log file /usr/local/var/log/quagga/zebra.log |