Keywords Function
same work can be done by using the
peer route-policy
command.
Description
Use
aggregate
to create an IPv6 summary route in the IPv6 BGP routing table.
Use
undo aggregate
to remove an IPv6 summary route.
By default, no summary route is configured.
Examples
# In IPv6 address family view, create a summary of 12::/64 in the IPv6 routing table.
<Sysname> system-view
[Sysname] bgp 100
[Sysname-bgp] ipv6-family
[Sysname-bgp-af-ipv6] aggregate 12:: 64
balance (IPv6 address family view/IPv6 BGP-VPN instance
view)
Syntax
balance
number
undo balance
View
IPv6 address family view, IPv6 BGP-VPN instance view
Default level
2: System level
Parameters
number
: Number of BGP routes participating in load balancing , in the range of 1 to 8. When it is set
to 1, load balancing is disabled.
Description
Use
balance
to configure the number of routes participating in IPv6 BGP load balancing.
Use
undo balance
to restore the default.
The feature is not available by default.
Unlike IGP, BGP has no explicit metric for making load balancing decision. Instead, it implements
load balancing by defining its routing rule.
Related commands:
display bgp ipv6 routing-table
.
Examples
# Set the number of routes participating in IPv6 BGP load balancing to 2.
<Sysname> system-view
[Sysname] bgp 100
[Sysname-bgp] ipv6-family
[Sysname-bgp-af-ipv6] balance 2
344