paul | 718e374 | 2002-12-13 20:15:29 +0000 | [diff] [blame] | 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 | |
| 51 | I recommend you to add upper list to /etc/services. |
| 52 | |
| 53 | ==================== |
| 54 | For 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 | |
| 75 | Enjoy. |