43
all-processes
: Enables route redistribution from all the processes of the specified protocol. This keyword
takes effect only when the protocol is
rip
,
ospf
, or
isis
.
allow-ibgp
: Allows redistribution of IBGP routes. This keyword is available when the
protocol
argument
is set to
bgp
.
cost
cost
: Specifies a cost for redistributed routes, in the range of 0 to 16. The default cost is 0.
route-policy
route-policy-name
: Specifies a routing policy by its name, a case-sensitive string of 1 to 63
characters.
tag
tag
: Specifies a tag for marking redistributed routes, in the range of 0 to 65535. The default is 0.
Usage guidelines
The
import-route bgp
command redistributes only EBGP routes. The
import-route
bgp
allow-ibgp
command additionally redistributes IBGP routes and might cause routing loops. Therefore, use it with
caution.
This command redistributes only active routes. To view route state information, use the
display ip
routing-table
protocol
command.
The
undo import-route
protocol
all-processes
command removes only the configuration made by the
import-route
protocol
all-processes
command, instead of the configuration made by the
import-route
protocol
process-id
command.
Examples
# Redistribute static routes into RIP, and set the cost for redistributed routes to 4.
<Sysname> system-view
[Sysname] rip 1
[Sysname-rip-1] import-route static cost 4
Related commands
default cost
maximum load-balancing
Use
maximum load-balancing
to specify the maximum number of equal-cost multi-path (ECMP) routes for
load balancing.
Use
undo maximum load-balancing
to restore the default.
Syntax
maximum load-balancing
number
undo maximum load-balancing
Views
RIP view
Predefined user roles
network-admin