R3166-R3206-HP High-End Firewalls Network Management Command Reference-6PW101

Table Of Contents
204
[Sysname-rip-1] undo host-route
import-route (RIP view)
Syntax
import-route protocol [ process-id | all-processes | allow-ibgp ] [ cost cost | route-policy
route-policy-name | tag tag ] *
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, which can be bgp, direct, 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 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 or ospf.
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.
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 by using the keyword route-policy to redistribute only the specified
routes.
You can configure a cost for redistributed routes by using the keyword cost.
You can configure a tag value for redistributed routes by using the keyword tag.
Related commands: default cost.
Examples
# Redistribute static routes, and set the cost to 4.