Versions Compared

Key

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

...

To enable originating default Type-5 routes, run the command set protocol protocols bgp evpn default-originate. Both the IPv4 and IPv6 default Type-5 routes are supported to be originated. Optional parameter vrf can be used to specify a VRF, if no VRF is specified the command takes effect on the default VRF. The other optional parameter is l2vpn to specify that the command affects layer 2 VPN.

The command delete protocol delete protocols bgp evpn default-originate can be used to remove this configuration.


Command Syntax

set protocol protocols bgp [vrf <text>] [l2vpn] evpn default-originate <ipv4|ipv6>

delete protocol protocols bgp [vrf <text>] [l2vpn] evpn default-originate  <ipv4|ipv6>

...

Optional.  Specifies that the configuration applies to layer 2 VPN

Parameter

Description

vrf <vrf-name>

Optional. Specifies the name of the VRF.

l2vpn

.

default-originate (ipv4<ipv4|ipv6)ipv6>

Specifies whether IPv4 or IPv6 Type-5 routes are to be originated.

...

Code Block
admin@Xorplus# set protocolprotocols bgp vrf BLUE l2vpn evpn default-originate ipv4
admin@Xorplus# commit

...