Programmable Internetworking & Communication Operating System Docs ... Click Spaces -> Space Directory to see docs for all releases ...
Page tree

Versions Compared

Key

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

...

Command Syntax

set protocols bgp [vrf <text><vrf-name>] neighbor <bgp<bgp-peer>peer> evpn allowas-in {<1-10> | origin}

delete protocols bgp [vrf <text><vrf-name>] neighbor <bgp-peer> evpn allowas-in {<1-10> | origin}

...

Parameter

Parameter

Description

vrf <vrf<text>-name>

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

neighbor <bgp<bgp-peer>peer>Specify the BGP peer IPv4 or IPv6 address, e.g. 1.1.1.1

allowas-in ({<1-10> | origin)}

Value <1-10> specifies the number of occurrences of AS in AS path, origin configures BGP to only accept routes originated with the same AS number as that of the system.

...

Code Block
admin@Xorplus# set protocols bgp vrf BLUE neighbor peer13.3.3.3 evpn allowas-in origin
admin@Xorplus# commit