R3166-R3206-HP High-End Firewalls Network Management Command Reference-6PW101

Table Of Contents
283
Unlike IGP, BGP has no explicit metric for making load balancing decision. Instead, it implements load
balancing by using route selection rules.
Related commands: display bgp routing-table.
Examples
# In BGP view, set the number of routes participating in BGP load balancing to 2.
<Sysname> system-view
[Sysname] bgp 100
[Sysname-bgp] balance 2
# In BGP-VPN instance view, set the number of routes participating in BGP load balancing to 2 (the VPN
has been created).
<Sysname> system-view
[Sysname] bgp 100
[Sysname-bgp] ipv4-family vpn-instance vpn1
[Sysname-bgp-vpn1] balance 2
bestroute as-path-neglect (BGP/BGP-VPN instance view)
Syntax
bestroute as-path-neglect
undo bestroute as-path-neglect
View
BGP view, BGP-VPN instance view
Default level
2: System level
Parameters
None
Description
Use the bestroute as-path-neglect command to configure BGP not to consider the AS_PATH during best
route selection.
Use the undo bestroute as-path-neglect command to configure BGP to consider the AS_PATH during best
route selection.
By default, BGP considers the AS_PATH during best route selection.
Examples
# In BGP view, ignore AS_PATH in route selection.
<Sysname> system-view
[Sysname] bgp 100
[Sysname-bgp] bestroute as-path-neglect
# In BGP-VPN instance view, ignore AS_PATH in route selection (the VPN has been created).
<Sysname> system-view
[Sysname] bgp 100
[Sysname-bgp] ipv4-family vpn-instance vpn1
[Sysname-bgp-vpn1] bestroute as-path-neglect