November 2007
Beginner
642 pages
15h 43m
English
How do you see what RIPD is doing in real time?
Open a telnet session, and run the built-in RIPD-watching commands:
$ telnet localhost 2602
ripd1> show ip rip
ripd1> show ip rip status
ripd1> show work-queuesThere are a number of helpful debugging commands as well:
ripd1> enable
ripd1# debug rip zebra
ripd1# debug rip eventsThe first three commands show routes and all manner of statistics, and the communications between routers. The debug commands show probably more details than you'll ever need to know, but when you're tracking down a problem, they usually pinpoint it quickly.
Quagga documentation: http://www.quagga.net/docs/docs-info.php
/usr/share/doc/quagga
Read now
Unlock full access