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 {in | out} route-map <route-map>

delete protocols bgp [vrf <vrf-name>] neighbor <bgp-peer>{neighbor <ip>peer-group <peer-group> |interface <interface>} evpn {in | out} route-map <route-map>

...

Parameter

Description

vrf <vrf-name>

Optional. Specifies the name of the VRF. The value is a string.neighbor <bgp-peer>Specifies the BGP neighbor IPv4 or IPv6 address

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.
in|outKeywords to specify the inbound or outbound direction for route map.
route-map <route-map>Specifies the name of the route map.

...