Redistribute RIP tables in quagga

quaggariprouting

Apparently the command for that is redistribute connected. Where do I input it? I tried it in the telnet interface, but it's not recognised.

Best Answer

Connect to ripd daemon

telnet localhost ripd

If still not working or doesn't recognize ripd try

telnet localhost 2602

enable

Then go in configuration mode

host# conf t

Then go into rip configuration

host# router rip

and run command

host#(conf-router) redistribute connected

Now press Ctrl+Z and save configuration

host# write

Regards