HP MSR2000/3000/4000 Router Series Layer 3 - IP Routing Command Reference

440
allow-ibgp: Allows redistribution of IBGP routes. This keyword is available when the protocol argument
is set to bgp4+.
cost cost: Specifies a metric for redistributed routes, in the range of 0 to 16. The default metric 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 bgp4+ command redistributes only EBGP routes. The import-route bgp4+ allow-ibgp
command redistributes both EBGP and IBGP routes.
Examples
# Redistribute routes from IPv6 IS-IS process 7 into RIPng and set the metric for redistributed routes to 7.
<Sysname> system-view
[Sysname] ripng 100
[Sysname-ripng-100] import-route isisv6 7 cost 7
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
Default
The default setting varies by device model.
Views
RIPng view
Predefined user roles
network-admin
Parameters
number: Specifies the maximum number of ECMP routes, in the range of 1 to 8. When this argument
takes a value of 1, RIPng does not perform load balancing.
Usage guidelines
The maximum number of ECMP routes configured by using this command cannot be greater than the
limit configured by using the max-ecmp-num command.
Examples
# Specify the maximum number of ECMP routes as 2.
<Sysname> system-view
[Sysname] ripng 100
[Sysname-ripng-100] maximum load-balancing 2