R3303-HP HSR6800 Routers IP Multicast Command Reference
239
Examples
# In IPv4 MBGP address family view, specify the router as the next hop for routes sent to the peer group
test.
<Sysname> system-view
[Sysname] bgp 100
[Sysname-bgp] group test internal
[Sysname-bgp] peer test as-number 100
[Sysname-bgp] ipv4-family multicast
[Sysname-bgp-af-mul] peer test enable
[Sysname-bgp-af-mul] peer test next-hop-local
peer preferred-value (MBGP address family view)
Use peer preferred-value to specify a preferred value for 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
IPv4 MBGP address family view
Default command level
2: System level
Parameters
group-name: Specifies an IPv4 MBGP peer group by its name, a string of 1 to 47 characters.
ip-address: Specifies an IPv4 MBGP peer by its IP address.
value: Specifies a 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 or a peer group, the routing policy sets the
specified preferred value for routes that match it. Other routes that do not match the routing policy use the
value set through the peer preferred-value command. If the preferred value specified in the routing policy
is zero, the routes that match it also use the value set through the peer preferred-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. For more information about the command, see Layer
3—IP Routing Command Reference.