undo import-route protocol [ process-id ]
View
RIP view
Default Level
2: System level
Parameters
protocol: Specifies a routing protocol from which to redistribute routes. At present, it can be bgp, direct,
isis, ospf, rip, or static.
process-id: Process ID, in the range of 1 to 65535. The default is 1. It is available only when the protocol
is isis, rip, or ospf.
all-processes: Enables route redistribution from all the processes of a protocol. This keyword takes
effect only when the protocol is rip, ospf, or isis.
allow-ibgp: When the protocol argument is set to bgp, allow-ibgp is an optional keyword. The
import-route bgp command only redistributes eBGP routes, while the import-route bgp allow-ibgp
command additionally redistributes iBGP routes, which may cause routing loops. Be cautious when
using it.
cost: Cost for redistributed routes, in the range of 0 to 16. If cost is not specified, the default cost
specified by the default cost command applies.
tag: Tag marking redistributed routes, in the range of 0 to 65,535. The default is 0.
route-policy route-policy-name: Specifies a routing policy with 1 to 19 characters.
Description
Use the import-route command to enable route redistribution from another routing protocol.
Use the undo import-route command to disable route redistribution.
By default, RIP does not redistribute routes from other routing protocols.
Note that:
Only active routes can be redistributed. You can use the display ip routing-table protocol command
to display route state information.
You can specify a routing policy using the keyword route-policy to redistribute only the specified
routes.
You can configure a cost for redistributed routes using the keyword cost.
You can configure a tag value for redistributed routes using the keyword tag.
Related commands: default cost.
Examples
# Redistribute static routes, and set the cost to 4.
<Sysname> system-view
[Sysname] rip 1
[Sysname-rip-1] import-route static cost 4
# Set the default cost for redistributed routes to 3.
[Sysname-rip-1] default cost 3
1-12
Need help?
Do you have a question about the S7906E and is the answer not in the manual?
Questions and answers