Thread: Quagga / Zebra
View Single Post
Old 04-11-2006, 07:37 PM   #2 (permalink)
trache
Insane
 
trache's Avatar
 
We use a combination of Quagga and OpenVPN on Anonet, an entire encrypted network running on top of the public Internet ( Anonet Wikipedia entry / Anonet connection information )

The only process I go about debugging (since the Quagga documentation is in need of some serious updates) is using the "clear proto *", e.g. "clear bgp *" - this clears all the BGP routes. Start your interfaces up, and they should start exchanging information.

Then, if you issue a "show bgp ip" (iirc) it will show you some routes.

As well, you can go to a command line and issue a "netstat -r" (or equivalent if you're on Linux I suppose) to show the routing table. If you have entries, it's working.
__________________
"You looked at me as if I was eating runny eggs in slow motion." - Gord Downie of The Tragically Hip
trache is offline  
 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62