...
set protocols bgp [vrf <vrf-name>] neighbor <bgp-peer>{neighbor <ip>| peer-group <peer-group> |interface <interface>} evpn allowas-in {<1-10> | origin}
delete protocols bgp [vrf <vrf-name>] neighbor <bgp-peer>{neighbor <ip>| peer-group <peer-group> |interface <interface>} evpn allowas-in {<1-10> | origin}
...
Parameter | Description | |
vrf <vrf-name> | Optional. Specifies the name of the VRF. The value is a string. | |
neighbor <bgp-peer> | Specify the BGP peer IPv4 or IPv6 address, e.g. 1.1.1.1neighbor <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. | |
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. |
...