Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v1.1.3 - Bug Fix release #654

Merged
merged 23 commits into from
Feb 5, 2021
Merged
Show file tree
Hide file tree
Changes from 22 commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
fa827f4
Fix exception for passing empty dict
ClausHolbechArista Dec 16, 2020
542a99e
Change location for MTU konb so 4093 uses it
onurgashi Dec 21, 2020
7dddba2
Include default VRF in for loop for API
onurgashi Dec 22, 2020
8ab9757
Fix l2vlan and svi in if cond to int
onurgashi Dec 23, 2020
51dc922
#543 add ability to not use mlag accross L2 leaves
ksator Dec 27, 2020
55cea6e
#540 fix l3ls doc about igmp snooping
ksator Dec 28, 2020
fed386f
Made unit optional and fixed readme
onurgashi Dec 29, 2020
f73c009
Fix incorrect send_community for underlay on spines
titom73 Jan 8, 2021
7758cf1
Fix incorrect send_community for underlay on super-spines
titom73 Jan 8, 2021
e766d18
logging event link status on ethernet interfaces
aphillipps Jan 21, 2021
cd15471
logging event link-status on port-channels
aphillipps Jan 21, 2021
bedd440
added platform sand multicast replication default
aphillipps Jan 21, 2021
6ac2919
added timeout for tacacs servers
aphillipps Jan 21, 2021
1bb9df3
Fix logic for ifd logging event to fit with #570
titom73 Feb 3, 2021
4603e2b
code readability pep8 style
carlbuchmann Feb 4, 2021
b2a03f4
remove unused imports
carlbuchmann Feb 3, 2021
5ed56a5
add space ansible-lint
carlbuchmann Feb 3, 2021
a44906c
Variables should have spaces before and after
carlbuchmann Feb 3, 2021
4abc0d9
add collection dependencies
carlbuchmann Jan 29, 2021
9cbf9aa
Fix YAML Lint error in Molecule
titom73 Feb 3, 2021
05df46e
update CI Artifacts
carlbuchmann Feb 4, 2021
6f1ffaa
release 1.1.3
carlbuchmann Feb 4, 2021
c765b91
code readability pep8 style
carlbuchmann Feb 5, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions ansible_collections/arista/avd/galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace: arista
name: avd

# The version of the collection. Must be compatible with semantic versioning
version: 1.1.2
version: 1.1.3

# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
readme: README.md
Expand All @@ -36,7 +36,10 @@ tags: ['arista', 'network', 'networking', 'eos', 'avd', 'cloudvision', 'cvp']
# collection label 'namespace.name'. The value is a version range
# L(specifiers,https://python-semanticversion.readthedocs.io/en/latest/#requirement-specification). Multiple version
# range specifiers can be set and are separated by ','
dependencies: {}
dependencies:
"arista.cvp": "*"
"arista.eos": "*"
"ansible.netcommon": "*"

# The URL of the originating SCM repository
repository: https://github.com/aristanetworks/ansible-avd
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,8 @@ username cvpadmin privilege 15 role network-admin secret sha512 $6$.I7/ZR/zlLIUv

```eos
!
tacacs-server host 10.10.10.157 vrf mgt key 7 071B245F5A
tacacs-server host 10.10.10.249 key 7 071B245F5A
tacacs-server host 10.10.10.157 vrf mgt key 7 071B245F5A
tacacs-server host 10.10.10.249 key 7 071B245F5A
```

## IP TACACS Source Interfaces
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ aaa group server tacacs+ TACACS
server 10.10.10.157 vrf mgt
server 10.10.10.249
!
tacacs-server host 10.10.10.157 vrf mgt key 7 071B245F5A
tacacs-server host 10.10.10.249 key 7 071B245F5A
tacacs-server host 10.10.10.157 vrf mgt key 7 071B245F5A
tacacs-server host 10.10.10.249 key 7 071B245F5A
!
aaa authentication login default group TACACS local
aaa authentication login serial-console local
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ interface Ethernet2

| Interface | Description | MTU | Type | Mode | Allowed VLANs (trunk) | Trunk Group | LACP Fallback Timeout | LACP Fallback Mode | MLAG ID | EVPN ESI | VRF | IP Address | IPv6 Address |
| --------- | ----------- | --- | ---- | ---- | --------------------- | ----------- | --------------------- ! ------------------ | ------- | -------- | --- | ---------- | ------------ |
| Port-Channel1 | DC1-LEAF2A_Po7 | 1500 | switched | trunk | 110-111,120-121,130-131 | - | - | - | 1 | - | - | - | - |
| Port-Channel1 | DC1-LEAF2A_Po7 | 1500 | switched | trunk | 110-111,120-121,130-131 | - | - | - | - | - | - | - | - |

### Port-Channel Interfaces Device Configuration

Expand All @@ -396,7 +396,6 @@ interface Port-Channel1
description DC1-LEAF2A_Po7
switchport trunk allowed vlan 110-111,120-121,130-131
switchport mode trunk
mlag 1
```

## Loopback Interfaces
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -498,6 +498,7 @@ Router ISIS not defined
| Settings | Value |
| -------- | ----- |
| Address Family | ipv4 |
| Send community | true |
| Maximum routes | 12000 |

### BGP Neighbors
Expand Down Expand Up @@ -544,6 +545,7 @@ router bgp 65001
neighbor EVPN-OVERLAY-PEERS maximum-routes 0
neighbor IPv4-UNDERLAY-PEERS peer group
neighbor IPv4-UNDERLAY-PEERS password 7 AQQvKeimxJu+uGQ/yYvv9w==
neighbor IPv4-UNDERLAY-PEERS send-community
neighbor IPv4-UNDERLAY-PEERS maximum-routes 12000
neighbor 172.31.255.1 peer group IPv4-UNDERLAY-PEERS
neighbor 172.31.255.1 remote-as 65101
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -498,6 +498,7 @@ Router ISIS not defined
| Settings | Value |
| -------- | ----- |
| Address Family | ipv4 |
| Send community | true |
| Maximum routes | 12000 |

### BGP Neighbors
Expand Down Expand Up @@ -544,6 +545,7 @@ router bgp 65001
neighbor EVPN-OVERLAY-PEERS maximum-routes 0
neighbor IPv4-UNDERLAY-PEERS peer group
neighbor IPv4-UNDERLAY-PEERS password 7 AQQvKeimxJu+uGQ/yYvv9w==
neighbor IPv4-UNDERLAY-PEERS send-community
neighbor IPv4-UNDERLAY-PEERS maximum-routes 12000
neighbor 172.31.255.3 peer group IPv4-UNDERLAY-PEERS
neighbor 172.31.255.3 remote-as 65101
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -498,6 +498,7 @@ Router ISIS not defined
| Settings | Value |
| -------- | ----- |
| Address Family | ipv4 |
| Send community | true |
| Maximum routes | 12000 |

### BGP Neighbors
Expand Down Expand Up @@ -544,6 +545,7 @@ router bgp 65001
neighbor EVPN-OVERLAY-PEERS maximum-routes 0
neighbor IPv4-UNDERLAY-PEERS peer group
neighbor IPv4-UNDERLAY-PEERS password 7 AQQvKeimxJu+uGQ/yYvv9w==
neighbor IPv4-UNDERLAY-PEERS send-community
neighbor IPv4-UNDERLAY-PEERS maximum-routes 12000
neighbor 172.31.255.5 peer group IPv4-UNDERLAY-PEERS
neighbor 172.31.255.5 remote-as 65101
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -498,6 +498,7 @@ Router ISIS not defined
| Settings | Value |
| -------- | ----- |
| Address Family | ipv4 |
| Send community | true |
| Maximum routes | 12000 |

### BGP Neighbors
Expand Down Expand Up @@ -544,6 +545,7 @@ router bgp 65001
neighbor EVPN-OVERLAY-PEERS maximum-routes 0
neighbor IPv4-UNDERLAY-PEERS peer group
neighbor IPv4-UNDERLAY-PEERS password 7 AQQvKeimxJu+uGQ/yYvv9w==
neighbor IPv4-UNDERLAY-PEERS send-community
neighbor IPv4-UNDERLAY-PEERS maximum-routes 12000
neighbor 172.31.255.7 peer group IPv4-UNDERLAY-PEERS
neighbor 172.31.255.7 remote-as 65101
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ interface Port-Channel1
description DC1-LEAF2A_Po7
switchport trunk allowed vlan 110-111,120-121,130-131
switchport mode trunk
mlag 1
!
interface Ethernet1
description DC1-LEAF2A_Ethernet7
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ router bgp 65001
neighbor EVPN-OVERLAY-PEERS maximum-routes 0
neighbor IPv4-UNDERLAY-PEERS peer group
neighbor IPv4-UNDERLAY-PEERS password 7 AQQvKeimxJu+uGQ/yYvv9w==
neighbor IPv4-UNDERLAY-PEERS send-community
neighbor IPv4-UNDERLAY-PEERS maximum-routes 12000
neighbor 172.31.255.1 peer group IPv4-UNDERLAY-PEERS
neighbor 172.31.255.1 remote-as 65101
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ router bgp 65001
neighbor EVPN-OVERLAY-PEERS maximum-routes 0
neighbor IPv4-UNDERLAY-PEERS peer group
neighbor IPv4-UNDERLAY-PEERS password 7 AQQvKeimxJu+uGQ/yYvv9w==
neighbor IPv4-UNDERLAY-PEERS send-community
neighbor IPv4-UNDERLAY-PEERS maximum-routes 12000
neighbor 172.31.255.3 peer group IPv4-UNDERLAY-PEERS
neighbor 172.31.255.3 remote-as 65101
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ router bgp 65001
neighbor EVPN-OVERLAY-PEERS maximum-routes 0
neighbor IPv4-UNDERLAY-PEERS peer group
neighbor IPv4-UNDERLAY-PEERS password 7 AQQvKeimxJu+uGQ/yYvv9w==
neighbor IPv4-UNDERLAY-PEERS send-community
neighbor IPv4-UNDERLAY-PEERS maximum-routes 12000
neighbor 172.31.255.5 peer group IPv4-UNDERLAY-PEERS
neighbor 172.31.255.5 remote-as 65101
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ router bgp 65001
neighbor EVPN-OVERLAY-PEERS maximum-routes 0
neighbor IPv4-UNDERLAY-PEERS peer group
neighbor IPv4-UNDERLAY-PEERS password 7 AQQvKeimxJu+uGQ/yYvv9w==
neighbor IPv4-UNDERLAY-PEERS send-community
neighbor IPv4-UNDERLAY-PEERS maximum-routes 12000
neighbor 172.31.255.7 peer group IPv4-UNDERLAY-PEERS
neighbor 172.31.255.7 remote-as 65101
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ port_channel_interfaces:
description: DC1-LEAF2A_Po7
vlans: 110-111,120-121,130-131
mode: trunk
mlag: 1

### Ethernet Interfaces ###
ethernet_interfaces:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ router_bgp:
peer_filter: LEAF-AS-RANGE
password: "AQQvKeimxJu+uGQ/yYvv9w=="
maximum_routes: 12000
send_community: true
EVPN-OVERLAY-PEERS:
type: evpn
peer_filter: LEAF-AS-RANGE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ router_bgp:
peer_filter: LEAF-AS-RANGE
password: "AQQvKeimxJu+uGQ/yYvv9w=="
maximum_routes: 12000
send_community: true
EVPN-OVERLAY-PEERS:
type: evpn
peer_filter: LEAF-AS-RANGE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ router_bgp:
peer_filter: LEAF-AS-RANGE
password: "AQQvKeimxJu+uGQ/yYvv9w=="
maximum_routes: 12000
send_community: true
EVPN-OVERLAY-PEERS:
type: evpn
peer_filter: LEAF-AS-RANGE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ router_bgp:
peer_filter: LEAF-AS-RANGE
password: "AQQvKeimxJu+uGQ/yYvv9w=="
maximum_routes: 12000
send_community: true
EVPN-OVERLAY-PEERS:
type: evpn
peer_filter: LEAF-AS-RANGE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ interface Ethernet2

| Interface | Description | MTU | Type | Mode | Allowed VLANs (trunk) | Trunk Group | LACP Fallback Timeout | LACP Fallback Mode | MLAG ID | EVPN ESI | VRF | IP Address | IPv6 Address |
| --------- | ----------- | --- | ---- | ---- | --------------------- | ----------- | --------------------- ! ------------------ | ------- | -------- | --- | ---------- | ------------ |
| Port-Channel1 | DC1-LEAF2A_Po7 | 1500 | switched | trunk | 110-111,120-121,130-131 | - | - | - | 1 | - | - | - | - |
| Port-Channel1 | DC1-LEAF2A_Po7 | 1500 | switched | trunk | 110-111,120-121,130-131 | - | - | - | - | - | - | - | - |

### Port-Channel Interfaces Device Configuration

Expand All @@ -396,7 +396,6 @@ interface Port-Channel1
description DC1-LEAF2A_Po7
switchport trunk allowed vlan 110-111,120-121,130-131
switchport mode trunk
mlag 1
```

## Loopback Interfaces
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -498,6 +498,7 @@ Router ISIS not defined
| Settings | Value |
| -------- | ----- |
| Address Family | ipv4 |
| Send community | true |
| Maximum routes | 12000 |

### BGP Neighbors
Expand Down Expand Up @@ -544,6 +545,7 @@ router bgp 65001
neighbor EVPN-OVERLAY-PEERS maximum-routes 0
neighbor IPv4-UNDERLAY-PEERS peer group
neighbor IPv4-UNDERLAY-PEERS password 7 AQQvKeimxJu+uGQ/yYvv9w==
neighbor IPv4-UNDERLAY-PEERS send-community
neighbor IPv4-UNDERLAY-PEERS maximum-routes 12000
neighbor 172.31.255.1 peer group IPv4-UNDERLAY-PEERS
neighbor 172.31.255.1 remote-as 65101
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -498,6 +498,7 @@ Router ISIS not defined
| Settings | Value |
| -------- | ----- |
| Address Family | ipv4 |
| Send community | true |
| Maximum routes | 12000 |

### BGP Neighbors
Expand Down Expand Up @@ -544,6 +545,7 @@ router bgp 65001
neighbor EVPN-OVERLAY-PEERS maximum-routes 0
neighbor IPv4-UNDERLAY-PEERS peer group
neighbor IPv4-UNDERLAY-PEERS password 7 AQQvKeimxJu+uGQ/yYvv9w==
neighbor IPv4-UNDERLAY-PEERS send-community
neighbor IPv4-UNDERLAY-PEERS maximum-routes 12000
neighbor 172.31.255.3 peer group IPv4-UNDERLAY-PEERS
neighbor 172.31.255.3 remote-as 65101
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -498,6 +498,7 @@ Router ISIS not defined
| Settings | Value |
| -------- | ----- |
| Address Family | ipv4 |
| Send community | true |
| Maximum routes | 12000 |

### BGP Neighbors
Expand Down Expand Up @@ -544,6 +545,7 @@ router bgp 65001
neighbor EVPN-OVERLAY-PEERS maximum-routes 0
neighbor IPv4-UNDERLAY-PEERS peer group
neighbor IPv4-UNDERLAY-PEERS password 7 AQQvKeimxJu+uGQ/yYvv9w==
neighbor IPv4-UNDERLAY-PEERS send-community
neighbor IPv4-UNDERLAY-PEERS maximum-routes 12000
neighbor 172.31.255.5 peer group IPv4-UNDERLAY-PEERS
neighbor 172.31.255.5 remote-as 65101
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -498,6 +498,7 @@ Router ISIS not defined
| Settings | Value |
| -------- | ----- |
| Address Family | ipv4 |
| Send community | true |
| Maximum routes | 12000 |

### BGP Neighbors
Expand Down Expand Up @@ -544,6 +545,7 @@ router bgp 65001
neighbor EVPN-OVERLAY-PEERS maximum-routes 0
neighbor IPv4-UNDERLAY-PEERS peer group
neighbor IPv4-UNDERLAY-PEERS password 7 AQQvKeimxJu+uGQ/yYvv9w==
neighbor IPv4-UNDERLAY-PEERS send-community
neighbor IPv4-UNDERLAY-PEERS maximum-routes 12000
neighbor 172.31.255.7 peer group IPv4-UNDERLAY-PEERS
neighbor 172.31.255.7 remote-as 65101
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ interface Port-Channel1
description DC1-LEAF2A_Po7
switchport trunk allowed vlan 110-111,120-121,130-131
switchport mode trunk
mlag 1
!
interface Ethernet1
description DC1-LEAF2A_Ethernet7
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ router bgp 65001
neighbor EVPN-OVERLAY-PEERS maximum-routes 0
neighbor IPv4-UNDERLAY-PEERS peer group
neighbor IPv4-UNDERLAY-PEERS password 7 AQQvKeimxJu+uGQ/yYvv9w==
neighbor IPv4-UNDERLAY-PEERS send-community
neighbor IPv4-UNDERLAY-PEERS maximum-routes 12000
neighbor 172.31.255.1 peer group IPv4-UNDERLAY-PEERS
neighbor 172.31.255.1 remote-as 65101
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ router bgp 65001
neighbor EVPN-OVERLAY-PEERS maximum-routes 0
neighbor IPv4-UNDERLAY-PEERS peer group
neighbor IPv4-UNDERLAY-PEERS password 7 AQQvKeimxJu+uGQ/yYvv9w==
neighbor IPv4-UNDERLAY-PEERS send-community
neighbor IPv4-UNDERLAY-PEERS maximum-routes 12000
neighbor 172.31.255.3 peer group IPv4-UNDERLAY-PEERS
neighbor 172.31.255.3 remote-as 65101
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ router bgp 65001
neighbor EVPN-OVERLAY-PEERS maximum-routes 0
neighbor IPv4-UNDERLAY-PEERS peer group
neighbor IPv4-UNDERLAY-PEERS password 7 AQQvKeimxJu+uGQ/yYvv9w==
neighbor IPv4-UNDERLAY-PEERS send-community
neighbor IPv4-UNDERLAY-PEERS maximum-routes 12000
neighbor 172.31.255.5 peer group IPv4-UNDERLAY-PEERS
neighbor 172.31.255.5 remote-as 65101
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ router bgp 65001
neighbor EVPN-OVERLAY-PEERS maximum-routes 0
neighbor IPv4-UNDERLAY-PEERS peer group
neighbor IPv4-UNDERLAY-PEERS password 7 AQQvKeimxJu+uGQ/yYvv9w==
neighbor IPv4-UNDERLAY-PEERS send-community
neighbor IPv4-UNDERLAY-PEERS maximum-routes 12000
neighbor 172.31.255.7 peer group IPv4-UNDERLAY-PEERS
neighbor 172.31.255.7 remote-as 65101
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,7 @@ vlan_interfaces:
Vlan4093:
description: MLAG_PEER_L3_PEERING
ip_address: 10.255.251.10/31
mtu: 1500
Vlan4094:
description: MLAG_PEER
ip_address: 10.255.252.10/31
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,7 @@ vlan_interfaces:
Vlan4093:
description: MLAG_PEER_L3_PEERING
ip_address: 10.255.251.11/31
mtu: 1500
Vlan4094:
description: MLAG_PEER
ip_address: 10.255.252.11/31
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ port_channel_interfaces:
description: DC1-LEAF2A_Po7
vlans: 110-111,120-121,130-131
mode: trunk
mlag: 1

### Ethernet Interfaces ###
ethernet_interfaces:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,7 @@ vlan_interfaces:
Vlan4093:
description: MLAG_PEER_L3_PEERING
ip_address: 10.255.251.2/31
mtu: 1500
Vlan4094:
description: MLAG_PEER
ip_address: 10.255.252.2/31
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,7 @@ vlan_interfaces:
Vlan4093:
description: MLAG_PEER_L3_PEERING
ip_address: 10.255.251.3/31
mtu: 1500
Vlan4094:
description: MLAG_PEER
ip_address: 10.255.252.3/31
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ router_bgp:
peer_filter: LEAF-AS-RANGE
password: "AQQvKeimxJu+uGQ/yYvv9w=="
maximum_routes: 12000
send_community: true
EVPN-OVERLAY-PEERS:
type: evpn
peer_filter: LEAF-AS-RANGE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ router_bgp:
peer_filter: LEAF-AS-RANGE
password: "AQQvKeimxJu+uGQ/yYvv9w=="
maximum_routes: 12000
send_community: true
EVPN-OVERLAY-PEERS:
type: evpn
peer_filter: LEAF-AS-RANGE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ router_bgp:
peer_filter: LEAF-AS-RANGE
password: "AQQvKeimxJu+uGQ/yYvv9w=="
maximum_routes: 12000
send_community: true
EVPN-OVERLAY-PEERS:
type: evpn
peer_filter: LEAF-AS-RANGE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ router_bgp:
peer_filter: LEAF-AS-RANGE
password: "AQQvKeimxJu+uGQ/yYvv9w=="
maximum_routes: 12000
send_community: true
EVPN-OVERLAY-PEERS:
type: evpn
peer_filter: LEAF-AS-RANGE
Expand Down
Loading