OS:Centos6.6
安装方法:
yum install quagga
配置方法
[root@gdc1000 example]# vi /etc/quagga/zebra.conf
hostname gdc1000
password zebra
enable password zebra
[root@gdc1000 example]#
启动配置 service zebra restart
查看启动情况 ps aux | grep zebra
quagga 15582 0.0 0.0 33132 1524 ? Ss 09:30 0:00 zebra -d -A 127.0.0.1 -f /etc/quagga/zebra.conf
root 15654 0.0 0.0 103252 864 pts/9 R+ 09:33 0:00 grep zebra
[root@gdc1000 example]#
接下来可以登录了telnet 127.0.0.1 2601
密码:zebra
登录后可以配置了。
用Ubuntu 10.10做路由器动态路由由zebra(quagga)实现:http://www.linuxdiyf.com/linux/9103.html