blob: aeb1950e2fa8b014ec28789543141076ef7e0f97 [file] [log] [blame]
paul718e3742002-12-13 20:15:29 +00001=============
2WHAT IS ZEBRA
3=============
4 Zebra is a free software that manages TCP/IP based routing protocol.
5 It takes multi-server and multi-thread approach to resolve the current
6complexity of the Internet.
7
8 Currently zebra is still under development, so If you want to use zebra,
9I strongly recommend you to get the latest version of zebra.
10 Zebra snapshot is released on every monday.
11
12===================
13SUPPORTED Protocols
14===================
15 Zebra supports both IPv4 and IPv6 :-)
16 For supporting IPv4 Routing protocols is here
17 RIP (both version1 and version2)
18 RIPv2 supports both Multicast and Broadcast
19 BGP (only support BGP4)
20
21 For supporting IPv6 Routing protocols is here
22 RIPng
23 BGP4+
24
25===================
26Supported plat-home
27===================
28 Now zebra is testing on
29 o FreeBSD 2.2.8
30 -- without IPv6 ;-)
31 -- with KAME
32 -- with INRIA IPv6 protocol stack.
33
34 o GNU/Linux 2.2.2
35 o GNU/Linux 2.0.36
36
37===========
38ZEBRA Ports
39===========
40 Each daemon has each own terminal interface. Also zebra has communication
41port which provides several services to other daemons. Below is zebra ports
42list.
43
44zebrasrv 2600/tcp # zebra service
45zebra 2601/tcp # zebra vty
46ripd 2602/tcp # RIPd vty
47ripngd 2603/tcp # RIPngd vty
48ospfd 2604/tcp # OSPFd vty
49bgpd 2605/tcp # BGPd vty
Everton Marques871dbcf2009-08-11 15:43:05 -030050pimd 2611/tcp # PIMd vty
paul718e3742002-12-13 20:15:29 +000051
52I recommend you to add upper list to /etc/services.
53
54====================
55For More Information
56====================
57 Web page is located at:
58 http://www.zebra.org/
59
60 Alpha version source file can be found at:
61 ftp://ftp.zebra.org/pub/zebra/
62
63 Mailing List is here
64 zebra@zebra.org
65 zebra-jp@zebra.org
66
67 If you want to join zebra mailing list, mail to
68 majordomo@zebra.org
69 and you write
70 subscribe zebra
71 -- if you want to talk with English
72 subscribe zebra-jp
73 -- if you want to talk with Japanese
74 on Mail BODY (Not Subject).
75
76Enjoy.