peer prefix-sid (BGP-VPNv6 address family view)(IPv6)

Function

The peer prefix-sid command enables a BGP device to exchange IPv6 prefix SIDs with a specified IPv6 peer.

The peer prefix-sid disable command disables a device from exchanging prefix SIDs with a specified IPv6 peer.

The undo peer prefix-sid command disables a specified IPv6 peer from exchanging IPv6 prefix SIDs.

The undo peer prefix-sid disable command disables a specified IPv6 peer from exchanging prefix SIDs.

This function is disabled by default.

Format

peer peerIpv6Addr prefix-sid [ advertise-srv6-locator ]

peer peerIpv6Addr prefix-sid disable

undo peer peerIpv6Addr prefix-sid [ advertise-srv6-locator ]

undo peer peerIpv6Addr prefix-sid disable

Parameters

Parameter Description Value
peerIpv6Addr

Specifies the IPv6 address of a peer.

The value is a 32-digit hexadecimal number, in the format X:X:X:X:X:X:X:X.

advertise-srv6-locator

Uses the SRv6 Services TLV (TLV Type 5) to carry SRv6 SID information, and uses the SRv6 SID Structure sub-sub-TLV to carry locator length information.

-

Views

BGP-VPNv6 address family view

Default Level

2: Configuration level

Task Name and Operations

Task Name Operations
bgp write

Usage Guidelines

Usage Scenario

In a VPNv6 over SRv6 scenario, to enable BGP to exchange IPv6 route information with the specified IPv6 peer in the BGP-VPNv6 address family view, run the peer enable command. To enable a device to exchange IPv6 prefix SIDs with a specified IPv6 peer, run the peer prefix-sid command.

In a VPNv6 over SRv6 scenario where BFD is used to monitor a locator's reachability, if the primary path fails, BFD goes down, triggering auto FRR to perform path switching. However, if locator routes are summarized by a P device between PEs, the remote PE can learn only the locator route obtained after routes from the local PE are summarized. Since BFD detection on the remote PE depends on the peer IPv6 address (locator address of the local PE) bound to the BFD session, BFD fails in this case and auto FRR cannot be triggered to perform path switching. To resolve this problem, specify the advertise-srv6-locator parameter when you run the peer prefix-sid command on the local PE so that the BGP routes that the local PE advertises to the remote PE carry the locator length information. The remote PE uses the SRv6 SID and locator length information carried in the received routes to calculate the local PE's locator. In this way, the peer IPv6 address bound to the BFD session on the remote PE matches the IPv6 address of the local PE's locator, allowing BFD to take effect. In this case, if the primary path fails, auto FRR is triggered to perform path switching.

Example

# Enable a device to exchange prefix SIDs with a specified IPv6 peer.
<HUAWEI> system-view
[~HUAWEI] bgp 100
[*HUAWEI-bgp] peer 2001:db8:1::1 as-number 100
[*HUAWEI-bgp] ipv6-family vpnv6
[*HUAWEI-bgp-af-vpnv6] peer 2001:db8:1::1 enable
[*HUAWEI-bgp-af-vpnv6] peer 2001:db8:1::1 prefix-sid
Copyright © Huawei Technologies Co., Ltd.
Copyright © Huawei Technologies Co., Ltd.
< Previous topic Next topic >