Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Jun 2002 10:21:09 +0700 (NOVST)
From:      Alexey Privalov <lucky@land3.nsu.ru>
To:        Hector Villalvazo <hvillalvazo@yahoo.com>
Cc:        freebsd-questions@FreeBSD.ORG, <freebsd-doc@FreeBSD.ORG>
Subject:   Re: about Zebra
Message-ID:  <20020618101709.X19665-100000@land3.nsu.ru>
In-Reply-To: <20020617182645.78102.qmail@web11602.mail.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help

i hope that this sample is help you:


zebra.conf:
! -*- zebra -*-
!
! zebra sample configuration file
!
! $Id: zebra.conf.sample,v 1.14 1999/02/19 17:26:38 developer Exp $
!
hostname land
password ********
enable password ********
!
! Interface's description.
!
interface lo0
        ip address 127.0.0.1/8
        no multicast
interface rl0
        ip address <network>
        multicast

! description test of desc.
!
!interface sit0
! multicast

!
! Static default route sample.
!
!ip route 0.0.0.0/0 203.181.89.241
!

!log file zebra.log



ospfd.conf:
!
! Zebra configuration saved from vty
!   2002/04/02 23:42:03
!
hostname land81
password ********
enable password ********
!
!
!
interface lo0
!
interface rl0
 ip ospf cost 1
 ip ospf priority 100
!
!interface lp0
! ip ospf network point-to-point
!
!interface faith0
!
router ospf
 ospf router-id <router_ip>
 network <network> area 108.97.110.100
!
line vty
 exec-timeout 0 0
!


wbr,
Alexey Privalov.

On Mon, 17 Jun 2002, Hector Villalvazo wrote:

> Date: Mon, 17 Jun 2002 11:26:45 -0700 (PDT)
> From: Hector Villalvazo <hvillalvazo@yahoo.com>
> To: freebsd-questions@FreeBSD.ORG
> Cc: freebsd-doc@FreeBSD.ORG
> Subject: about Zebra
>
> hi
>
> can you help me to configure Zebra?
>
> i have two PCs(FreeBSD) with Zebra, but i can't
> communcate them. i follow the zebra´s manual, but it
> is from the .88 version and i have 0.92a.
>
> can you help me??
> thanks
> Hector Villalvazo
>
> __________________________________________________
> Do You Yahoo!?
> Yahoo! - Official partner of 2002 FIFA World Cup
> http://fifaworldcup.yahoo.com
>
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-questions" in the body of the message
>




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020618101709.X19665-100000>