From owner-freebsd-multimedia Thu Mar 21 09:50:49 1996 Return-Path: owner-multimedia Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA11070 for multimedia-outgoing; Thu, 21 Mar 1996 09:50:49 -0800 (PST) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id JAA11056 for ; Thu, 21 Mar 1996 09:50:46 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by time.cdrom.com (8.7.5/8.6.9) with SMTP id JAA20485; Thu, 21 Mar 1996 09:50:40 -0800 (PST) To: Bill Fenner cc: multimedia@freebsd.org Subject: Re: OK, I think I *finally* got my multicast setup done properly! In-reply-to: Your message of "Thu, 21 Mar 1996 09:22:29 PST." <96Mar21.092231pst.177478@crevenia.parc.xerox.com> Date: Thu, 21 Mar 1996 09:50:40 -0800 Message-ID: <20463.827430640@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > You need to enable DVMRP on your Cisco's ethernet interface; if it's running > PIM then mrouted won't know how to talk to it. Hmmm! > (You can safely say "ip dvmrp default originate only" on that interface, to By "that interface" I assume you mean serial0, e.g. the T1? It doesn't like that command, for some reason. I'm running IOS 11.0 and it says: gw-walnut-creek(config)#interface serial0 gw-walnut-creek(config-if)#ip dvmrp default originate only ^ % Invalid input detected at '^' marker. On the off chance that this isn't a command that's applicable in the interface context, I also tried: gw-walnut-creek(config)#ip dvmrp default originate only ^ % Invalid input detected at '^' marker. I've looked at the help for the `ip' command and can't see anything related to dvmrp. Thanks! Jordan