I wrote:
> I'm running Zebra 0.94 on Linux 2.16.12 and I want to control which RIP
> version is sent to each interface. The man page hints at such an
> ability but the commands shown in the man page don't work for me. I've
> searched the web and usenet for "ripd.conf" and not found a useful
> example. I see that rip_interface.c seems to be able to _write_ a
> configuration file with version in it but I can't find any place that
> it will _read_ such configuration. I have to assume I'm missing
> something fundamental but I can't figure out what it is. Help, please!
After finding the configure command which unlocked the ip command, I
configured ripd then saved configuraiton and found that order is
everything. My working ripd.conf looks like:
interface eth0
ip rip send version 1 2
ip rip receive version 1 2
router rip
network eth0
Hope this helps someone else...
|