R3303-HP 6600/HSR6600 Routers Layer 3 - IP Routing Command Reference

252
Default command level
2: System level
Parameters
protocol: Redistributes routes from the specified routing protocol, which can be 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, ospf, or rip.
all-processes: Redistributes routes from all the processes of the specified protocol. This keyword takes
effect only when the protocol is rip, ospf, or isis.
allow-direct: Redistributes direct routes from the specified protocol. This keyword is available only when
the specified protocol is OSPF. Without this keyword, BGP does not redistribute direct routes from OSPF.
If you specify the route-policy route-policy-name keyword together with the allow-direct keyword, make
sure that no rule in the routing policy conflicts with any direct route. For example, do not configure the
if-match route-type command for the routing policy to filter OSPF routes. Otherwise, the allow-direct
keyword does not take effect.
med-value: Specifies a MED value for redistributed routes, in the range of 0 to 4294967295. If the
argument is not specified, the cost of the redistributed route is used as its MED in the BGP routing domain.
route-policy-name: Name of a routing policy used to filter redistributed routes, a case-sensitive string of
1 to 63 characters.
Usage guidelines
Only active routes can be redistributed. You can use the display ip routing-table protocol command to
display route state information.
The ORIGIN attribute of routes redistributed with the import-route command is INCOMPLETE.
Examples
# In BGP view, redistribute routes from RIP process 1.
<Sysname> system-view
[Sysname] bgp 100
[Sysname-bgp] import-route rip
# In BGP-VPN instance view, redistribute routes from RIP process 1. (The VPN has been created.)
<Sysname> system-view
[Sysname] bgp 100
[Sysname-bgp] ipv4-family vpn-instance vpn1
[Sysname-bgp-ipv4-vpn1] import-route rip
ipv4-family vpn-instance
Use ipv4-family vpn-instance to associate the specified VPN instance with the IPv4 address family, and
enter BGP-VPN instance view.
Use undo ipv4-family vpn-instance to remove all configurations in BGP-VPN instance view.
Syntax
ipv4-family vpn-instance vpn-instance-name
undo ipv4-family vpn-instance vpn-instance-name