redistribute kernelredistributes routing information from kernel route entries into the RIP tables.no redistribute kerneldisables the routes.
redistribute staticredistributes routing information from static route entries into the RIP tables.no redistribute staticdisables the routes.
Redistribute connected routes into the RIP tables.
no redistribute connecteddisables the connected routes in the RIP tables. This command redistribute connected of the interface which RIP disabled. The connected route on RIP enabled interface is announced by default.
redistribute ospfredistributes routing information from ospf route entries into the RIP tables.no redistribute ospfdisables the routes.
redistribute bgpredistributes routing information from bgp route entries into the RIP tables.no redistribute bgpdisables the routes.
If you want to specify RIP only static routes:
This command is specific to Quagga. The
routecommand makes a static route only inside RIP. This command should be used only by advanced users who are particularly knowledgeable about the RIP protocol. In most cases, we recommend creating a static route in Quagga and redistributing it in RIP usingredistribute static.