Penguin
Annotated edit history of ZebraConfig version 10, including all changes. View license author blame.
Rev Author # Line
8 StuartYeates 1 Sample [Zebra] Configuration Files
1 JamieCurtis 2
3 The location of these files may change according to your distribution.
4
5 Most, if not all of the WANd authors are running Debian 3.0 (woody) and so this is what we are best able to help with.
6
6 DanielLawson 7 The format of the [zebra.conf] and [bgpd.conf] files should be the same for all distributions as long as you are running a similar version of Zebra.
1 JamieCurtis 8
9 The version installed by woody at the time of writing was : 0.92a-5
10
11 /etc/zebra/[zebra.conf] %%%
6 DanielLawson 12 /etc/zebra/[bgpd.conf] %%%
9 GerwinVanDeSteeg 13 The following file is possibly very debian specific. (Does not seem to be present using [Quagga] under [Fedora])
1 JamieCurtis 14
15 /etc/zebra/[daemons] %%%
16
6 DanielLawson 17 If all is configured correctly you should have both the zebra and bgpd daemons running
1 JamieCurtis 18
19 and hopefully your routing table should start to fill up :)
2 CraigBox 20
21 If you have see something like this:
22
10 AlastairPorter 23 <pre>
24 ~[root@fartlek etc]# zebra -d
2 CraigBox 25 2002/05/15 22:45:24 ZEBRA: can't create router advertisement socket: Address
26 family not supported by protocol
27 There is no such command.
28 Error occured during reading below line.
29 ipv6 nd suppress-ra
10 AlastairPorter 30 </pre>
2 CraigBox 31
8 StuartYeates 32 then you don't have [IPv6] support. Try modprobe ipv6 or recompile your kernel. If you are not trying to use IPv6 these messages can be safely ignored.
7 DanielLawson 33
34
8 StuartYeates 35 To get Zebra playing with [SNMP], look at [ZebraSNMP]
9 GerwinVanDeSteeg 36
37 !![RedHat] and [Fedora] notes
38
39 The package you would be after to get [Zebra] installed is called [Quagga], and it places the config files in /etc/quagga instead of /etc/zebra but other than that it appears to be the same.