The peer update-group-independent enable command sets a specified peer or each peer in a peer group as an independent update peer-group.
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 enable 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.
peer ipv4-address update-group-independent enable
peer ipv4-address update-group-independent disable
peer ipv6-address update-group-independent enable
peer ipv6-address update-group-independent disable
undo peer ipv4-address update-group-independent enable
undo peer ipv4-address update-group-independent disable
undo peer ipv6-address update-group-independent disable
undo peer ipv6-address update-group-independent enable
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.Precautions
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.
<HUAWEI> system-view [~HUAWEI] bgp 100 [*HUAWEI-bgp] peer 10.1.1.1 as-number 10 [*HUAWEI-bgp] ipv6-family mvpn [*HUAWEI-bgp-af-mvpnv6] peer 10.1.1.1 enable [*HUAWEI-bgp-af-mvpnv6] peer 10.1.1.1 update-group-independent enable <HUAWEI> system-view [~HUAWEI] bgp 100 [*HUAWEI-bgp] peer 1::1 as-number 10 [*HUAWEI-bgp] ipv6-family mvpn [*HUAWEI-bgp-af-mvpnv6] peer 1::1 enable [*HUAWEI-bgp-af-mvpnv6] peer 1::1 update-group-independent enable