5.3 How to Announce RIP route
- RIP command: redistribute kernel {}
-
- RIP command: redistribute kernel metric <0-16> {}
-
- RIP command: redistribute kernel route-map route-map {}
-
- RIP command: no redistribute kernel {}
redistribute kernel
redistributes routing information from
kernel route entries into the RIP tables. no redistribute kernel
disables the routes.
- RIP command: redistribute static {}
-
- RIP command: redistribute static metric <0-16> {}
-
- RIP command: redistribute static route-map route-map {}
-
- RIP command: no redistribute static {}
redistribute static
redistributes routing information from
static route entries into the RIP tables. no redistribute static
disables the routes.
- RIP command: redistribute connected {}
-
- RIP command: redistribute connected metric <0-16> {}
-
- RIP command: redistribute connected route-map route-map {}
-
- RIP command: no redistribute connected {}
- 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.
- RIP command: redistribute ospf {}
-
- RIP command: redistribute ospf metric <0-16> {}
-
- RIP command: redistribute ospf route-map route-map {}
-
- RIP command: no redistribute ospf {}
redistribute ospf
redistributes routing information from
ospf route entries into the RIP tables. no redistribute ospf
disables the routes.
- RIP command: redistribute bgp {}
-
- RIP command: redistribute bgp metric <0-16> {}
-
- RIP command: redistribute bgp route-map route-map {}
-
- RIP command: no redistribute bgp {}
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:
- RIP command: default-information originate {}
- RIP command: route a.b.c.d/m {}
-
- RIP command: no route a.b.c.d/m {}
- 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
.
This document was generated
by Jasper Wallace on April, 24 2001
using texi2html