]> git.proxmox.com Git - mirror_frr.git/blame - ports/pkg/DESCR
Initial revision
[mirror_frr.git] / ports / pkg / DESCR
CommitLineData
718e3744 1=============
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
50
51I recommend you to add upper list to /etc/services.
52
53====================
54For More Information
55====================
56 Web page is located at:
57 http://www.zebra.org/
58
59 Alpha version source file can be found at:
60 ftp://ftp.zebra.org/pub/zebra/
61
62 Mailing List is here
63 zebra@zebra.org
64 zebra-jp@zebra.org
65
66 If you want to join zebra mailing list, mail to
67 majordomo@zebra.org
68 and you write
69 subscribe zebra
70 -- if you want to talk with English
71 subscribe zebra-jp
72 -- if you want to talk with Japanese
73 on Mail BODY (Not Subject).
74
75Enjoy.