Differences between version 6 and previous revision of Quagga.
Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 6 | Last edited on Sunday, February 18, 2007 5:07:09 pm | by AlastairPorter | Revert |
Older page: | version 5 | Last edited on Thursday, August 11, 2005 11:33:07 am | by PerryLorier | Revert |
@@ -30,4 +30,21 @@
----
!!Notes
! interface tewh:192.168.70.114: ospf_read authentication type mismatch.
You have an md5 vs no auth on your link. check your configuration for typos
+
+! How vtysh works
+<pre>
+18:27 <@mattb> telnet localhost 2601 will take you to zebra
+18:28 <@mattb> telnet 2605
+18:28 <@mattb> will take you to bgpd
+18:28 <@mattb> vtysh will take you to Quagga's integrated shell
+18:28 <@mattb> which combines the interface of zebra and whatever other quagga
+ daemons you have running
+18:29 < Remosi> I think you've gotta admit
+18:29 < Remosi> that part of quagga is rather uh quirky
+18:29 <@mattb> I quite like vtysh
+18:29 <@mattb> the telneting into a particular port for a particular daemon bit
+18:29 <@mattb> is a bit quirky
+18:29 < Remosi> yeah
+18:29 < Remosi> vtysh isn't too bad
+</pre>