HomeGuidesAPI Reference
GuidesAPI ReferenceGitHubAirheads Developer CommunityLog In
API Reference

/system/evpn/evpn_vlans/{VLAN.vlan}

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Reference Resource: EVPN_VLAN
References to per-VLAN EVPN configurations.

Body Params
string
enum

Specifies whether EVPN global arp-suppression mode should be overridden for this particular vlan: 'enable': Enables arp-suppression, regardless of EVPN global arp_suppression_enable. 'disable': Disables arp-suppression, regardless of EVPN global arp_suppression_enable. If value is not set, Keeps arp-suppression disabled or enabled according to EVPN global arp_suppression_enable.

Allowed:
arp_suppression_ip_exemption
array of strings
length ≤ 256

List of Neighbor IPv4 addresses that have to be excluded from ARP-Suppression.

arp_suppression_ip_exemption
export_route_targets
array of strings
length ≤ 32

Route targets to be exported from the VLAN in ASN:nn format or 'auto'.

export_route_targets
import_route_targets
array of strings
length ≤ 32

Route targets to be imported into the VLAN in ASN:nn format or 'auto'.

import_route_targets
string
enum

Specifies whether EVPN global nd-suppression mode should be overridden for this particular vlan: 'enable': Enables nd-suppression, regardless of EVPN global nd_suppression_enable. 'disable': Disables nd-suppression, regardless of EVPN global nd_suppression_enable. If value is not set, Keeps nd-suppression disabled or enabled according to EVPN global nd_suppression_enable.

Allowed:
nd_suppression_ip_exemption
array of strings
length ≤ 256

List of Neighbor IPv6 addresses that have to be excluded from ND-Suppression.

nd_suppression_ip_exemption
string
length between 3 and 22

EVPN RD in ASN:nn format or IP:nn format or 'auto'. This is optional.

redistribute
object

Types of routes that should be redistributed by EVPN.

string
enum

If export_route_targets or import_route_targets is set to 'auto' this configuration specifies the RFC according to which route-targets are auto-generated. 'legacy' : To auto-generate route-target as per RFC 4364. 'default': To auto-generate route-target as per RFC 8365.

Allowed:
string
required

Reference Resource: EVPN_VLAN
References to per-VLAN EVPN configurations.

Responses
200

OK

204

No Content

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

415

Unsupported Media Type

500

Internal Server Error

501

Not Implemented

503

Service Unavailable

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here!