Newbie needs help with config file!!

View: New views
4 Messages — Rating Filter:   Alert me  

Newbie needs help with config file!!

by Hades_Pluto :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi guys:

I am new to Zebra and I have trouble following the doc (I am new.. )

There is a sample zebra config file provided in the Zebra doc,  can anyone please provide me samples of config files to "ripd", "ripngd", "ospfd", "ospf6d" and "bgpd" please!!  I am having trouble with configure/running these routing daemons...  I really need some help so please!!

Greatly appreciated

Best,

Hades

[zebra 23201] Re: Newbie needs help with config file!!

by SATHYANARAYANAN :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.
Hi ,

Please find some of the steps :

Get the Zebra tar file
Grep for any previous ZEBRA installed 
rpm -qa | grep zebra
If yes then 
Uninstall it by using rpm -e <zebra> --nodeps ( to keep the libraries )
Then UNTAR it in ur linux PC.
tar xvzf <zebra>
./configure --enable-vtysh ( to get the vtysh )
make ; make install ;
then /usr/local/sbin/ 
will have the deamons installed
zebra , ospfd , bgp , pimd etc

cd /usr/local/etc/
then cp vtysh.conf.sample vtysh.conf
like this do for ospfd and zebra

and start the deamon as /usr/local/sbin/zebra -d
/usr/local/sbin/ospfd -d

then zebra and ospfd are configured and running in ur linux.

Chk by ps -A | grep zebra as well as for ospfd 

then telnet localhost zebra
     config term
     interface eth0
     ip address 11.11.11.11/24
     write memory 
     sh run

telnet localhost ospfd 
  config term
  router ospf 
  network 11.11.11.0/24 area 1
  redistr or
  redist kernel

ser z restart
ser o restart

UR box is a router now ENJOY , 

and root > VTYSH 
    show ip ospf databas
 
--sathya



From: Hades_Pluto <bohueilin@...>
To: zebra@...
Sent: Wednesday, 12 August, 2009 1:53:59 AM
Subject: [zebra 23200] Newbie needs help with config file!!


Hi guys:

I am new to Zebra and I have trouble following the doc (I am new.. )

There is a sample zebra config file provided in the Zebra doc,  can anyone
please provide me samples of config files to "ripd", "ripngd", "ospfd",
"ospf6d" and "bgpd" please!!  I am having trouble with configure/running
these routing daemons...  I really need some help so please!!

Greatly appreciated :-)

Best,

Hades
--
View this message in context: http://www.nabble.com/Newbie-needs-help-with-config-file%21%21-tp24882352p24882352.html
Sent from the Gnu - Zebra mailing list archive at Nabble.com.

_______________________________________________
Zebra mailing list
Zebra@...
http://ml.zebra.org/mailman/listinfo/zebra


Yahoo! recommends that you upgrade to the new and safer Internet Explorer 8.
_______________________________________________
Zebra mailing list
Zebra@...
http://ml.zebra.org/mailman/listinfo/zebra

[zebra 23202] Re: Newbie needs help with config file!!

by Michael H. Warfield :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Tue, 2009-08-11 at 13:23 -0700, Hades_Pluto wrote:
> Hi guys:

> I am new to Zebra and I have trouble following the doc (I am new.. )

        Sounds like you're a lot newer than the last release of Zebra is.  If
you are running a modern Linux distribution (or maybe the BSD's) you are
probably running Quagga, a fork of Zebra, and not Zebra.  There are now
a lot of things in Quagga that never made it into Zebra.  There hasn't
been anything going on with Zebra, the project, in a long time.

> There is a sample zebra config file provided in the Zebra doc,  can anyone
> please provide me samples of config files to "ripd", "ripngd", "ospfd",
> "ospf6d" and "bgpd" please!!  I am having trouble with configure/running
> these routing daemons...  I really need some help so please!!

        Insufficient information to proceed.  Yes, the documentation is thick
as mud but if you don't already understand the basics of the routing
protocols and their configuration, there's not much we can do to help.
Quite frankly, just your question tells me you shouldn't be monkeying
with these.  You're asking how to configure ripd, ripngd, ospfd, and
ospf6d in one question?  Do you even know which you want to use or what
you intend to do with it?  I won't say they are mutually exclusive
(certainly ospfd and ospf6d could be seen together) but you carpet
bombing us for newbie help and that tends to encourage me to direct you
to an introductory text in routing protocols.

        1) What are you trying to do with it?

        2) What protocols do you require?

        3) What platforms are you on.

        4) Describe your network.

        5) Take it to the Quagga list.  At least that fork is maintained.

        http://www.quagga.net

> Greatly appreciated :-)

> Best,

> Hades

        Mike
--
Michael H. Warfield (AI4NB) | (770) 985-6132 |  mhw@...
   /\/\|=mhw=|\/\/          | (678) 463-0932 |  http://www.wittsend.com/mhw/
   NIC whois: MHW9          | An optimist believes we live in the best of all
 PGP Key: 0xDF1DD471        | possible worlds.  A pessimist is sure of it!



_______________________________________________
Zebra mailing list
Zebra@...
http://ml.zebra.org/mailman/listinfo/zebra

signature.asc (316 bytes) Download Attachment

Parent Message unknown [zebra 23203] Re: Latest Zebra version

by Michael H. Warfield :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Thu, 2009-09-17 at 10:36 -0700, Abarbanel, Benjamin wrote:
> Does anyone know where I can get the latest stable version of zebra
> code, or should I use the latest stable QUAGGA version for ZEBRA and
> BGPD processes?

Use quagga.  Zebra has not been updated in ages.  Quagga is zeroing in
on a 1.0 release Zebra stopped even looking toward ages ago.  Lots of
changes in BGPd in Quagga (like MD5 signatures) you just won't find in
Zebra.

> Thanks in advance,
> Ben

Mike

> -----Original Message-----
> From: Michael H. Warfield [mailto:mhw@...]
> Sent: Thursday, August 13, 2009 12:57 PM
> To: Hades_Pluto
> Cc: mhw@...; zebra@...
> Subject: [zebra 23202] Re: Newbie needs help with config file!!
>
> On Tue, 2009-08-11 at 13:23 -0700, Hades_Pluto wrote:
> > Hi guys:
>
> > I am new to Zebra and I have trouble following the doc (I am new.. )
>
> Sounds like you're a lot newer than the last release of Zebra is.  If you are running a modern Linux distribution (or maybe the BSD's) you are probably running Quagga, a fork of Zebra, and not Zebra.  There are now a lot of things in Quagga that never made it into Zebra.  There hasn't been anything going on with Zebra, the project, in a long time.
>
> > There is a sample zebra config file provided in the Zebra doc,  can
> > anyone please provide me samples of config files to "ripd", "ripngd",
> > "ospfd", "ospf6d" and "bgpd" please!!  I am having trouble with
> > configure/running these routing daemons...  I really need some help so please!!
>
> Insufficient information to proceed.  Yes, the documentation is thick as mud but if you don't already understand the basics of the routing protocols and their configuration, there's not much we can do to help.
> Quite frankly, just your question tells me you shouldn't be monkeying with these.  You're asking how to configure ripd, ripngd, ospfd, and ospf6d in one question?  Do you even know which you want to use or what you intend to do with it?  I won't say they are mutually exclusive (certainly ospfd and ospf6d could be seen together) but you carpet bombing us for newbie help and that tends to encourage me to direct you to an introductory text in routing protocols.
>
> 1) What are you trying to do with it?
>
> 2) What protocols do you require?
>
> 3) What platforms are you on.
>
> 4) Describe your network.
>
> 5) Take it to the Quagga list.  At least that fork is maintained.
>
> http://www.quagga.net
>
> > Greatly appreciated :-)
>
> > Best,
>
> > Hades
>
> Mike
> --
> Michael H. Warfield (AI4NB) | (770) 985-6132 |  mhw@...
>    /\/\|=mhw=|\/\/          | (678) 463-0932 |  http://www.wittsend.com/mhw/
>    NIC whois: MHW9          | An optimist believes we live in the best of all
>  PGP Key: 0xDF1DD471        | possible worlds.  A pessimist is sure of it!
--
Michael H. Warfield (AI4NB) | (770) 985-6132 |  mhw@...
   /\/\|=mhw=|\/\/          | (678) 463-0932 |  http://www.wittsend.com/mhw/
   NIC whois: MHW9          | An optimist believes we live in the best of all
 PGP Key: 0x674627FF        | possible worlds.  A pessimist is sure of it!


_______________________________________________
Zebra mailing list
Zebra@...
http://ml.zebra.org/mailman/listinfo/zebra

signature.asc (493 bytes) Download Attachment