Versions Compared

Key

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

...

set protocols bgp [vrf <vrf-name>] neighbor <bgp-peer{neighbor <ip>peer-group <peer-group> |interface <interface>} evpn  activate <true | false>

...

Specifies the BGP neighbor IPv4 or IPv6 address, e.g. 1.1.1.1

Parameter

Description

vrf <vrf-name>

Specifies the name of the VRF. The value is a string.

neighbor <bgp-peer>

neighbor <ip>Specifies the IPv4/IPv6 address of a peer.
peer-group <peer-group>Specifies a peer group.
interface <interface>Specifies an L3 interface for BGP connection. The value could be a VLAN interface name, loopback interface name, routed interface or sub-interface name.
activate <true | false>

Enables or disables the address family for the specified neighbor

  • true: Enables the address family for the specified neighbor.
  • false: Disables the address family for the specified neighbor.

...