> Hi,
>
> I''m trying to test RIP but I have some problems:
>
> 1. I connect two linux boxes running zebra and ripd, with a cross
> ethernet cable.
>
> looking at the sniffer (ethereal) all seems to go well, because I
> can see both boxes sending the Ripv2 response message in broadcast
> and receiving them. The fact is that on both the ripd.conf file I put the
> command "redistribute kernel" but only one box updates its
routing
> table. Why the other box doesn''t?
>
> 2. Substituting one of the linux boxes with a cisco2600 router, things
> get worst. The cisco router send a ripv2 request packet and then
> continues to send CDP packets without redistributing its static routes.
> Does anybady know a simple configuration for the cisco2600 rip? On
> cisco web siteI found all but this.
>
> my zebra.conf:
>
> hostname Router-A
> password zebra
> enable password zebra
> interface lo
> description Router-A loopback
> ip route 0.0.0.0/0 192.168.100.1
> log file zebra.log
>
> my ripd.conf
>
> hostname ripd-r1
> password zebra
> router rip
> network 192.168.100.0/24
> redistribute kernel
> log stdout
>
> my cisco configuration
>
> router rip
> version 2
> network 192.168.100.0
> redistribute static
>
> Many thanks for help,
>
> Luca Andreani