Penguin

Differences between version 3 and previous revision of Quagga.

Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History

Newer page: version 3 Last edited on Thursday, June 23, 2005 11:16:21 am by JohnMcPherson Revert
Older page: version 2 Last edited on Thursday, June 23, 2005 11:14:50 am by JohnMcPherson Revert
@@ -10,9 +10,13 @@
  
 Quagga uses the files in <tt>/etc/quagga/</tt>. By default, there is only a <tt>daemons</tt> file and a <tt>debian.conf</tt> file. I wanted to use [BGP], so I copied my old <tt>bgpd.conf</tt> from zebra, changed the log file entry in it from <tt>/var/log/zebra/bgpd.log</tt> to <tt>/var/log/quagga/bgpd.log</tt> and made the file readable by the quagga group (since quagga has its own user and group in Debian). I also had to enable ''bgpd=yes'' in the <tt>daemons</tt> file. 
  
 When you use the <tt>vtysh</tt> program, it wants your user's normal login password, not a configured quagga password or anything. 
-You can create (and configure) an <tt>/etc/quagga/vtysh.conf</tt> file, and give a <tt>log file /var/log/quagga/vtysh.log</tt> entry. Note that the <tt>username ''user password''</tt> given in the example config file doesn't seem to do anything. 
+You can create (and configure) an <tt>/etc/quagga/vtysh.conf</tt> file, and give a  
+<pre>  
+ <tt>log file /var/log/quagga/vtysh.log</tt>  
+</pre>  
+ entry. Note that the <tt>username ''user password''</tt> given in the example config file doesn't seem to do anything. 
  
-I think you need to have have <tt>line vty</tt> entries in each daemon's config file. 
+I think you need to have have " <tt>line vty</tt>" entries in each daemon's config file. 
  
 There are example files in <tt>/usr/share/doc/quagga/examples</tt>.