]> git.proxmox.com Git - mirror_frr.git/blob - ports/pkg/DESCR
pimd: merge pimd as of 2015-01-19
[mirror_frr.git] / ports / pkg / DESCR
1 =============
2 WHAT 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
6 complexity of the Internet.
7
8 Currently zebra is still under development, so If you want to use zebra,
9 I strongly recommend you to get the latest version of zebra.
10 Zebra snapshot is released on every monday.
11
12 ===================
13 SUPPORTED 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 ===================
26 Supported 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 ===========
38 ZEBRA Ports
39 ===========
40 Each daemon has each own terminal interface. Also zebra has communication
41 port which provides several services to other daemons. Below is zebra ports
42 list.
43
44 zebrasrv 2600/tcp # zebra service
45 zebra 2601/tcp # zebra vty
46 ripd 2602/tcp # RIPd vty
47 ripngd 2603/tcp # RIPngd vty
48 ospfd 2604/tcp # OSPFd vty
49 bgpd 2605/tcp # BGPd vty
50 pimd 2611/tcp # PIMd vty
51
52 I recommend you to add upper list to /etc/services.
53
54 ====================
55 For 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
76 Enjoy.