File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / quagga / zebra / zebra.conf.sample
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue Feb 21 17:26:11 2012 UTC (12 years, 4 months ago) by misho
Branches: quagga, MAIN
CVS tags: v1_0_20160315, v0_99_22p0, v0_99_22, v0_99_21, v0_99_20_1, v0_99_20, HEAD
quagga

    1: ! -*- zebra -*-
    2: !
    3: ! zebra sample configuration file
    4: !
    5: ! $Id: zebra.conf.sample,v 1.1.1.1 2012/02/21 17:26:11 misho Exp $
    6: !
    7: hostname Router
    8: password zebra
    9: enable password zebra
   10: !
   11: ! Interface's description. 
   12: !
   13: !interface lo
   14: ! description test of desc.
   15: !
   16: !interface sit0
   17: ! multicast
   18: 
   19: !
   20: ! Static default route sample.
   21: !
   22: !ip route 0.0.0.0/0 203.181.89.241
   23: !
   24: 
   25: !log file zebra.log

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>