Path: utzoo!utgpu!watserv1!watmath!att!devildog!jrallen From: jrallen@devildog.att.com (Jon Allen) Newsgroups: comp.protocols.tcp-ip Subject: Re: Looking for utility to monitor RIP packets Message-ID: <1635@devildog.att.com> Date: 30 Oct 90 14:30:55 GMT References: <775@casbah.acns.nwu.edu> Reply-To: jrallen@devildog.att.com (Jon Allen) Organization: AT&T IMS - Piscataway, NJ Lines: 24 In article <775@casbah.acns.nwu.edu> matt@acns.nwu.edu writes: >I am looking for a UNIX utility that will listen for all the RIP >packets on a network and display their contents. I am essentially >trying to duplicate the output of a cisco router with RIP debugging >turned on. The output looks something like: > >Received RIP update from xxx.xxx.xxx.xxx: > network yyy.yyy.yyy.yyy in n hops > network zzz.zzz.zzz.zzz in m hops > ... Actually, most 4.XX based TCP/IP implementations used on various flavors of UNIX have options to the 'routed' command to print out just the information you are talking about. All packets received by routed (and those sent out) are printed. I don't have the man page handy, but on System V I have used the -t or log option to output this information. This has proved to be a very useful debugging tool on networks with many routers exchaning info. -Jon jrallen@devildog.att.com