Node:How to Announce RIP route, Next:, Previous:RIP Configuration, Up:RIP



How to Announce RIP route

redistribute kernel RIP command
redistribute kernel metric <0-16> RIP command
redistribute kernel route-map route-map RIP command
no redistribute kernel RIP command
redistribute kernel redistributes routing information from kernel route entries into the RIP tables. no redistribute kernel disables the routes.

redistribute static RIP command
redistribute static metric <0-16> RIP command
redistribute static route-map route-map RIP command
no redistribute static RIP command
redistribute static redistributes routing information from static route entries into the RIP tables. no redistribute static disables the routes.

redistribute connected RIP command
redistribute connected metric <0-16> RIP command
redistribute connected route-map route-map RIP command
no redistribute connected RIP command
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 RIP command
redistribute ospf metric <0-16> RIP command
redistribute ospf route-map route-map RIP command
no redistribute ospf RIP command
redistribute ospf redistributes routing information from ospf route entries into the RIP tables. no redistribute ospf disables the routes.

redistribute bgp RIP command
redistribute bgp metric <0-16> RIP command
redistribute bgp route-map route-map RIP command
no redistribute bgp RIP command
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:

default-information originate RIP command

route a.b.c.d/m RIP command
no route a.b.c.d/m RIP command
This command is specific to Zebra. 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 Zebra and redistributing it in RIP using redistribute static.