在quagga中重新分配RIP表

显然这个命令是redistribute connected 。 我在哪里input? 我在远程login界面中尝试过,但没有被识别。

连接到ripd守护进程

 telnet localhost ripd 

如果仍然不工作或不认识ripd尝试

 telnet localhost 2602 enable 

然后进入configuration模式

 host# conf t 

然后进入RIPconfiguration

 host# router rip 

并运行命令

 host#(conf-router) redistribute connected 

现在按Ctrl + Z并保存configuration

 host# write 

问候

你可以将它添加到/etc/quaga/ripd.conf ripdconfiguration文件中。 顺便说一下,你应该启用ripd服务,并开始…