import-route bgp permit-ibgp (RIP view)

Function

The import-route bgp permit-ibgp command imports other routing protocol routes to RIP.

The undo import-route bgp permit-ibgp command deletes other routing protocol routes from RIP.

By default, RIP does not import routes from any other processes or routing protocols.

Format

import-route bgp permit-ibgp [ [ cost cost ] | [ { route-policy route-policy-name } | { route-filter route-filter-name } ] ] *

import-route bgp permit-ibgp { cost transparent { route-policy route-policy-name | route-filter route-filter-name } | route-policy route-policy-name cost transparent | route-filter route-filter-name cost transparent | cost transparent }

undo import-route bgp permit-ibgp

Parameters

Parameter Description Value
cost cost

Specifies the cost for imported routes.

The value is an integer ranging from 0 to 15. The default value is 0.

route-policy route-policy-name

Specifies the name of a route-policy used to filter imported routes. A device imports only routes matching the policy.

The name is a string of 1 to 200 case-sensitive characters, with spaces not supported. When double quotation marks are used around the string, spaces are allowed in the string.

route-filter route-filter-name

Specifies the name of a route-filter used to filter imported routes. A device imports only routes matching the policy.

The value is a string of 1 to 200 case-sensitive characters, spaces not supported. If parameters are included in the referenced route-filter, specify values for them in the format of (var1, var2, ...var8) behind the route-filter name. A maximum of eight parameters can be specified, and each value ranges from 1 to 200 characters.

bgp

Imports BGP routes.

-

permit-ibgp

Imports IBGP routes.

If you do not specify permit-ibgp, the device imports EBGP routes only.

-

transparent

Retains the Multi_Exit Discriminator (MED) value of an imported BGP route as its cost. transparent takes effect only when the protocol is BGP.

-

Views

RIP view

Default Level

2: Configuration level

Task Name and Operations

Task Name Operations
rip write

Usage Guidelines

Usage Scenario

When RIP and other routing protocols are deployed on a network, you can enable the traffic within a RIP domain to reach a destination outside the RIP domain using the import-route command.

Prerequisites

A RIP process has been created and the RIP view has been displayed using the rip command.

Configuration Impact

Importing routes from other routing protocols to a RIP process can lead to routing loops. Therefore, exercise caution when running this command.

Precautions

The import-route command cannot import default routes.

Example

# Import IBGP routes to RIP process 1 with cost 5 using route-policy abc.
<HUAWEI> system-view
[~HUAWEI] route-policy abc permit node 10
[*HUAWEI-route-policy] quit
[*HUAWEI] rip 1
[*HUAWEI-rip-1] import-route bgp permit-ibgp cost 5 route-policy abc
Copyright © Huawei Technologies Co., Ltd.
Copyright © Huawei Technologies Co., Ltd.
< Previous topic Next topic >