peer update-group-independent disable (BGP-VPNv4-multicast address family view)

Function

The peer update-group-independent disable command removes the setting of a specified peer or each peer in a peer group as an independent update peer-group.

The undo peer update-group-independent disable command sets a specified peer or each peer in a peer group as an independent update peer-group.

By default, no peer is set as an independent update peer-group.

Format

peer ipv4-address update-group-independent disable

undo peer ipv4-address update-group-independent disable

Parameters

Parameter Description Value
ipv4-address

Specifies the IPv4 address of a peer.

The value is an IPv4 address, in dotted decimal notation.

Views

BGP-VPNv4-multicast address family view

Default Level

2: Configuration level

Task Name and Operations

Task Name Operations
bgp write

Usage Guidelines

Usage Scenario

To improve the efficiency of route advertisement, BGP uses the dynamic update peer-group mechanism. The BGP peers with the same configurations are placed in an update peer-group. These routes are grouped once and then sent to all peers in the update peer-group. However, the routes learned from a peer may be sent back to the peer, for example, the preferred route learned from an EBGP peer is sent back to the EBGP peer, or the preferred route that an RR learns from a client is reflected back to the client. In this case, messages are discarded, wasting network resources.

To address this problem, you can run the peer update-group-independent command to set a specified peer or each peer in a peer group as an independent update peer-group so that the routes learned from the peer are not sent back to the peer. However, if a specified peer or each peer in a peer group is set as an independent update peer-group, the advantages of the dynamic update peer-group mechanism cannot be brought into full play. Therefore, this command is used only when users have such a requirement.

Prerequisites

A peer has been added to an update peer-group using the peer group command.

Precautions

The configuration of a peer takes precedence over that of the peer group to which the peer belongs. For example, if the peer update-group-independent disable command is run for a peer and the peer update-group-independent command is run for the peer group to which the peer belongs, the configuration of the peer prevails. That is, the peer is not set as an independent update peer-group.

On a device with a large memory, you are advised to run the peer update-group-independent command to prevent network resource waste by route sending back.

Example

# Disable a specified peer as an independent update peer-group.
<HUAWEI> system-view
[*HUAWEI] bgp 100
[*HUAWEI-bgp] peer 10.1.1.1 as-number 100
[*HUAWEI-bgp] ipv4-family vpnv4-multicast
[*HUAWEI-bgp-af-vpnv4-multicast] peer 10.1.1.1 enable
[*HUAWEI-bgp-af-vpnv4-multicast] peer 10.1.1.1 update-group-independent disable
Copyright © Huawei Technologies Co., Ltd.
Copyright © Huawei Technologies Co., Ltd.
< Previous topic Next topic >