Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The command set protocol protocols bgp evpn advertise ipv6-unicast is used to configure the device to announce IPv6 prefixes in the BGP RIB as EVPN Type-5 routes. Add the optional parameter route-map if you want to add a route map filter to the IPv6 Type-5 route advertisement. If the route map filter is not used, all the IPv6 routes in the BGP RIB are included in the advertisement. The other optional parameters are vrf to specify a VRF for this command to take effect on and l2vpn to specify only layer 2 EVPN.

To delete this configuration, run the command delete set protocol protocols bgp evpn advertise ipv6-unicast.


Command Syntax

set protocol protocols bgp [vrf <text>] [l2vpn] <vrf-name>] evpn advertise ipv6-unicast [route-map <route<route-map>map>]

delete protocol delete protocols bgp [vrf <text>] [l2vpn] <vrf-name>] evpn advertise ipv6-unicast [route-map <route<route-map>map>]


Parameter

Parameter

Description

vrf

<text>

<vrf-name>

Optional. Specifies the name of the VRF

.

l2vpn

Optional. Specifies whether the configuration affects only layer 2 EVPN

.

route-map

<route

<route-

map>

map>

Specifies a route map filter for the IPv6 Type-5 route advertisement.


Example

  • Configure the device to advertise layer 2 EVPN Type-5 IPv6 routes in VRF BLUE and apply route-map map1.
Code Block
admin@Xorplus# set protocolprotocols bgp vrf BLUE l2vpn advertise ipv6-unicast route-map map1
admin@Xorplus# commit