Next: Filtering RIP Routes, Previous: RIP Version Control, Up: RIP [Contents][Index]
redistribute kernel
redistributes routing information from
kernel route entries into the RIP tables. no redistribute kernel
disables the routes.
redistribute static
redistributes routing information from
static route entries into the RIP tables. no redistribute static
disables the routes.
Redistribute connected routes into the RIP tables. no
redistribute connected
disables 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 ospf
redistributes routing information from
ospf route entries into the RIP tables. no redistribute ospf
disables the routes.
redistribute bgp
redistributes routing information from
bgp route entries into the RIP tables. no redistribute bgp
disables the routes.
If you want to specify RIP only static routes:
This command is specific to Quagga. The route
command 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 using redistribute static
.
Next: Filtering RIP Routes, Previous: RIP Version Control, Up: RIP [Contents][Index]