Networking Forums

Networking Forums > Computer Networking > Linux Networking > Can't control RIP in Zebra 0.94

Reply
Thread Tools Display Modes

Can't control RIP in Zebra 0.94

 
 
Chris
Guest
Posts: n/a

 
      07-05-2006, 06:41 PM
I DL'd and built Zebra 0.94 and am trying to get RIP running.
http://www.zebra.org/zebra/RIP-Confi...0Configuration
says:

ip rip send version version Interface command
version can be `1', `2', `1 2'. This configuration command overrides
the router's rip version setting. The command will enable the
selected interface to send packets with RIP Version 1, RIP
Version 2, or both. In the case of '1 2', packets will be both
broadcast and multicast.

ip rip receive version version Interface command
Version setting for incoming RIP packets. This command will
enable the selected interface to receive packets in RIP
Version 1, RIP Version 2, or both.

but no matter what I do, ripd tells me

There is no such command.
Error occured during reading below line.
ip rip send version '1 2'

I have, for example, in ripd.conf:

router rip
network eth0
interface eth0 ip rip send version '1 2'

How do I control the versions ripd sends and receives? What is an
"interface command" and where do I put it? Is this something only for
the VTY? Can I not control this in configuration?

Chris

 
Reply With Quote
 
 
 
 
Chris
Guest
Posts: n/a

 
      07-17-2006, 12:54 PM
Chris wrote:
> I DL'd and built Zebra 0.94 and am trying to get RIP running.
> ...
> but no matter what I do, ripd tells me
>
> There is no such command.
> Error occured during reading below line.
> ip rip send version '1 2'
> ...


After quite a bit of struggle, I ended up with:

interface eth0
ip rip send version 1 2
ip rip receive version 1 2
router rip
network eth0

 
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Zebra protocol...what is it..do I need??? Marty Windows Networking 3 01-27-2005 04:07 PM
ZEBRA/OSPF and HDLC Markus Klenk Linux Networking 0 12-21-2003 08:55 AM
Configuration de ZEBRA marc Linux Networking 0 09-25-2003 05:27 PM
Zebra / Bird Sylvain Linux Networking 0 09-11-2003 09:24 PM
Performance with Zebra Uomo Tigre Linux Networking 0 07-14-2003 10:44 AM



1 2 3 4 5 6 7 8 9 10 11