F3726, F3211, F3174, R5135, R3816-HP Firewalls and UTM Devices Network Management Command Reference-6PW100

Table Of Contents
289
Default
RIP does not redistribute routes from any other routing protocol.
Views
RIP view
Default command level
2: System level
Parameters
protocol: Specifies a routing protocol from which to redistribute routes. It can be bgp, direct, isis, ospf,
rip, or static.
The following matrix shows the values for the protocol argument on different firewalls and UTM devices:
Hardware Protocols
F1000-A-EI/F1000-S-EI bgp, direct, ospf, rip, and static
F1000-E bgp, direct, ospf, rip, and static
F5000 bgp, direct, isis, ospf, rip, and static
Firewall module bgp, direct, ospf, rip, and static
U200-A bgp, direct, ospf, rip, and static
U200-S direct, ospf, rip, and static
process-id: Specifies a process by its ID, in the range of 1 to 65535. The default is 1. This argument is
available only when the protocol is isis, rip, or ospf.
all-processes: Enables route redistribution from all the processes of the specified protocol. This keyword
takes effect only when the protocol is isis, rip, or ospf.
allow-ibgp: Allows redistribution of IBGP routes. This keyword is available when the protocol argument
is set to bgp.
cost: Specifies a cost for redistributed routes, in the range of 0 to 16. If no cost is specified, the default cost
specified by the default cost command applies.
tag: Specifies a tag for marking redistributed routes, in the range of 0 to 65535. The default is 0.
route-policy route-policy-name: Specifies a routing policy by its name, a case-sensitive string of 1 to 63
characters.
Usage guidelines
The import-route bgp command only redistributes 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.