To install Quagga simply run
[root@localhost ~]# yum install quagga
You do not have to create any additional users or set permissions, the package manager takes care of all of that automatically.
[root@localhost ~]# cat /etc/group | grep quagga quaggavt:x:85: quagga:x:92:
All the configuration files are stored under /etc in /etc/quagga. To test the software simply copy the sample configuration file and start the daemon.
[root@localhost ~]# cp /etc/quagga/bgpd.conf.sample /etc/quagga/bgpd.conf [root@localhost ~]# service bgpd start Starting bgpd: [ OK ]
Done! Try it out.
[root@localhost quagga]# telnet localhost bgpd Trying 127.0.0.1... Connected to localhost.localdomain (127.0.0.1). Escape character is '^]'. Hello, this is Quagga (version 0.98.6). Copyright 1996-2005 Kunihiro Ishiguro, et al. User Access Verification Password: bgpd>
No comments:
Post a Comment