R3303-HP HSR6800 Routers Layer 3 - IP Routing Command Reference
277
peer preferred-value (BGP/BGP-VPN instance view)
Use peer preferred-value to assign a preferred value to routes received from a peer or peer group.
Use undo peer preferred-value to restore the default value.
Syntax
peer { group-name | ip-address } preferred-value value
undo peer { group-name | ip-address } preferred-value
Default
The default preferred value is 0.
Views
BGP view, BGP-VPN instance view
Default command level
2: System level
Parameters
group-name: Specifies the name of a peer group, a string of 1 to 47 characters.
ip-address: Specifies the IP address of a peer.
value: Preferred value in the range of 0 to 65535.
Usage guidelines
Routes learned from a peer have an initial preferred value. Among multiple routes that have the same
destination/mask and are learned from different peers, the one with the greatest preferred value is
selected as the route to the destination.
If you both reference a routing policy and use the peer { group-name | ip-address } preferred-value value
command to set a preferred value for routes from a peer, the routing policy sets the specified preferred
value for routes matching it. Other routes not matching the routing policy uses the value set with the
command. If the preferred value specified in the routing policy is zero, the routes matching it will also use
the value set with the peer { group-name | ip-address } preferred-value value command. For information
about using a routing policy to set a preferred value, see the command peer { group-name | ip-address }
route-policy route-policy-name { export | import } in this document, and the command apply
preferred-value preferred-value in "Routing policy configuration commands."
Examples
# I n B G P v i e w, c o n fi g u r e t h e p re f e rr e d v a l u e a s 50 f o r ro u t e s fr o m p e e r 131.10 8 .1.1.
<Sysname> system-view
[Sysname] bgp 100
[Sysname-bgp] peer 131.108.1.1 preferred-value 50
# In BGP-VPN instance view, configure the preferred value as 50 for routes from peer 131.108.1.1 (The
VPN has been created).
<Sysname> system-view
[Sysname] bgp 100
[Sysname-bgp] ipv4-family vpn-instance vpn1
[Sysname-bgp-ipv4-vpn1] peer 131.108.1.1 preferred-value 50