Skip to content

Commit

Permalink
Merge branch 'devel' into control_plane
Browse files Browse the repository at this point in the history
  • Loading branch information
ClausHolbechArista authored Sep 16, 2024
2 parents 4b0f0bb + fb085fb commit 51197fa
Show file tree
Hide file tree
Showing 1,234 changed files with 2,036 additions and 2,034 deletions.
13 changes: 11 additions & 2 deletions ansible_collections/arista/avd/docs/porting-guides/5.x.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ It is possible to forcefully add or remove BGP configuration per VRF by setting:

With AVD version 5.0.0 the default interface descriptions are changed to give better consistency.

The interface description for `Loopback0` changes to `ROUTER_ID` for all designs.
The default interface description for `Loopback0` changes to `ROUTER_ID` for all designs.
Previously this description varied depending on the network design and chosen protocols.

The `router_id_loopback_description` or the deprecated `overlay_loopback_description` settings still takes precedence,
Expand All @@ -297,7 +297,7 @@ The description can be reverted manually if needed:
+router_id_loopback_description: "EVPN_Overlay_Peering"
```

The interface description for `Loopback1` (or the interface set with `vtep_loopback`) changes to `VXLAN_TUNNEL_SOURCE`.
The default interface description for `Loopback1` (or the interface set with `vtep_loopback`) changes to `VXLAN_TUNNEL_SOURCE`.
Previously the description was `VTEP_VXLAN_Tunnel_Source`.

The description can be reverted manually if needed:
Expand All @@ -306,6 +306,15 @@ The description can be reverted manually if needed:
+vtep_loopback_description: "VTEP_VXLAN_Tunnel_Source"
```

The default interface description for the management interface changes to `OOB_MANAGEMENT`.
Previously the description was `oob_management`.

The description can be reverted manually if needed:

```diff
+mgmt_interface_description: "oob_management"
```

### custom_structured_configuration_prefix no longer accepts a string

Starting AVD 5.0.0, `custom_structured_configuration_prefix` only accepts a list of strings.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,20 +50,20 @@

| Management Interface | Description | Type | VRF | IP Address | Gateway |
| -------------------- | ----------- | ---- | --- | ---------- | ------- |
| Management0 | oob_management | oob | MGMT | 172.16.100.103/24 | 172.16.100.1 |
| Management0 | OOB_MANAGEMENT | oob | MGMT | 172.16.100.103/24 | 172.16.100.1 |

##### IPv6

| Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway |
| -------------------- | ----------- | ---- | --- | ------------ | ------------ |
| Management0 | oob_management | oob | MGMT | - | - |
| Management0 | OOB_MANAGEMENT | oob | MGMT | - | - |

#### Management Interfaces Device Configuration

```eos
!
interface Management0
description oob_management
description OOB_MANAGEMENT
no shutdown
vrf MGMT
ip address 172.16.100.103/24
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,20 +50,20 @@

| Management Interface | Description | Type | VRF | IP Address | Gateway |
| -------------------- | ----------- | ---- | --- | ---------- | ------- |
| Management0 | oob_management | oob | MGMT | 172.16.100.104/24 | 172.16.100.1 |
| Management0 | OOB_MANAGEMENT | oob | MGMT | 172.16.100.104/24 | 172.16.100.1 |

##### IPv6

| Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway |
| -------------------- | ----------- | ---- | --- | ------------ | ------------ |
| Management0 | oob_management | oob | MGMT | - | - |
| Management0 | OOB_MANAGEMENT | oob | MGMT | - | - |

#### Management Interfaces Device Configuration

```eos
!
interface Management0
description oob_management
description OOB_MANAGEMENT
no shutdown
vrf MGMT
ip address 172.16.100.104/24
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,20 +49,20 @@

| Management Interface | Description | Type | VRF | IP Address | Gateway |
| -------------------- | ----------- | ---- | --- | ---------- | ------- |
| Management0 | oob_management | oob | MGMT | 172.16.100.105/24 | 172.16.100.1 |
| Management0 | OOB_MANAGEMENT | oob | MGMT | 172.16.100.105/24 | 172.16.100.1 |

##### IPv6

| Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway |
| -------------------- | ----------- | ---- | --- | ------------ | ------------ |
| Management0 | oob_management | oob | MGMT | - | - |
| Management0 | OOB_MANAGEMENT | oob | MGMT | - | - |

#### Management Interfaces Device Configuration

```eos
!
interface Management0
description oob_management
description OOB_MANAGEMENT
no shutdown
vrf MGMT
ip address 172.16.100.105/24
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,20 +50,20 @@

| Management Interface | Description | Type | VRF | IP Address | Gateway |
| -------------------- | ----------- | ---- | --- | ---------- | ------- |
| Management0 | oob_management | oob | MGMT | 172.16.100.106/24 | 172.16.100.1 |
| Management0 | OOB_MANAGEMENT | oob | MGMT | 172.16.100.106/24 | 172.16.100.1 |

##### IPv6

| Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway |
| -------------------- | ----------- | ---- | --- | ------------ | ------------ |
| Management0 | oob_management | oob | MGMT | - | - |
| Management0 | OOB_MANAGEMENT | oob | MGMT | - | - |

#### Management Interfaces Device Configuration

```eos
!
interface Management0
description oob_management
description OOB_MANAGEMENT
no shutdown
vrf MGMT
ip address 172.16.100.106/24
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,20 +50,20 @@

| Management Interface | Description | Type | VRF | IP Address | Gateway |
| -------------------- | ----------- | ---- | --- | ---------- | ------- |
| Management0 | oob_management | oob | MGMT | 172.16.100.107/24 | 172.16.100.1 |
| Management0 | OOB_MANAGEMENT | oob | MGMT | 172.16.100.107/24 | 172.16.100.1 |

##### IPv6

| Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway |
| -------------------- | ----------- | ---- | --- | ------------ | ------------ |
| Management0 | oob_management | oob | MGMT | - | - |
| Management0 | OOB_MANAGEMENT | oob | MGMT | - | - |

#### Management Interfaces Device Configuration

```eos
!
interface Management0
description oob_management
description OOB_MANAGEMENT
no shutdown
vrf MGMT
ip address 172.16.100.107/24
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,20 +47,20 @@

| Management Interface | Description | Type | VRF | IP Address | Gateway |
| -------------------- | ----------- | ---- | --- | ---------- | ------- |
| Management0 | oob_management | oob | MGMT | 172.16.100.108/24 | 172.16.100.1 |
| Management0 | OOB_MANAGEMENT | oob | MGMT | 172.16.100.108/24 | 172.16.100.1 |

##### IPv6

| Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway |
| -------------------- | ----------- | ---- | --- | ------------ | ------------ |
| Management0 | oob_management | oob | MGMT | - | - |
| Management0 | OOB_MANAGEMENT | oob | MGMT | - | - |

#### Management Interfaces Device Configuration

```eos
!
interface Management0
description oob_management
description OOB_MANAGEMENT
no shutdown
vrf MGMT
ip address 172.16.100.108/24
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,20 +47,20 @@

| Management Interface | Description | Type | VRF | IP Address | Gateway |
| -------------------- | ----------- | ---- | --- | ---------- | ------- |
| Management0 | oob_management | oob | MGMT | 172.16.100.109/24 | 172.16.100.1 |
| Management0 | OOB_MANAGEMENT | oob | MGMT | 172.16.100.109/24 | 172.16.100.1 |

##### IPv6

| Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway |
| -------------------- | ----------- | ---- | --- | ------------ | ------------ |
| Management0 | oob_management | oob | MGMT | - | - |
| Management0 | OOB_MANAGEMENT | oob | MGMT | - | - |

#### Management Interfaces Device Configuration

```eos
!
interface Management0
description oob_management
description OOB_MANAGEMENT
no shutdown
vrf MGMT
ip address 172.16.100.109/24
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,20 +47,20 @@

| Management Interface | Description | Type | VRF | IP Address | Gateway |
| -------------------- | ----------- | ---- | --- | ---------- | ------- |
| Management0 | oob_management | oob | MGMT | 172.16.100.110/24 | 172.16.100.1 |
| Management0 | OOB_MANAGEMENT | oob | MGMT | 172.16.100.110/24 | 172.16.100.1 |

##### IPv6

| Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway |
| -------------------- | ----------- | ---- | --- | ------------ | ------------ |
| Management0 | oob_management | oob | MGMT | - | - |
| Management0 | OOB_MANAGEMENT | oob | MGMT | - | - |

#### Management Interfaces Device Configuration

```eos
!
interface Management0
description oob_management
description OOB_MANAGEMENT
no shutdown
vrf MGMT
ip address 172.16.100.110/24
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,20 +51,20 @@

| Management Interface | Description | Type | VRF | IP Address | Gateway |
| -------------------- | ----------- | ---- | --- | ---------- | ------- |
| Management0 | oob_management | oob | MGMT | 172.16.100.101/24 | 172.16.100.1 |
| Management0 | OOB_MANAGEMENT | oob | MGMT | 172.16.100.101/24 | 172.16.100.1 |

##### IPv6

| Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway |
| -------------------- | ----------- | ---- | --- | ------------ | ------------ |
| Management0 | oob_management | oob | MGMT | - | - |
| Management0 | OOB_MANAGEMENT | oob | MGMT | - | - |

#### Management Interfaces Device Configuration

```eos
!
interface Management0
description oob_management
description OOB_MANAGEMENT
no shutdown
vrf MGMT
ip address 172.16.100.101/24
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,20 +51,20 @@

| Management Interface | Description | Type | VRF | IP Address | Gateway |
| -------------------- | ----------- | ---- | --- | ---------- | ------- |
| Management0 | oob_management | oob | MGMT | 172.16.100.102/24 | 172.16.100.1 |
| Management0 | OOB_MANAGEMENT | oob | MGMT | 172.16.100.102/24 | 172.16.100.1 |

##### IPv6

| Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway |
| -------------------- | ----------- | ---- | --- | ------------ | ------------ |
| Management0 | oob_management | oob | MGMT | - | - |
| Management0 | OOB_MANAGEMENT | oob | MGMT | - | - |

#### Management Interfaces Device Configuration

```eos
!
interface Management0
description oob_management
description OOB_MANAGEMENT
no shutdown
vrf MGMT
ip address 172.16.100.102/24
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1036,7 +1036,7 @@ interface Ethernet54
channel-group 53 mode active
!
interface Management0
description oob_management
description OOB_MANAGEMENT
no shutdown
vrf MGMT
ip address 172.16.100.103/24
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1036,7 +1036,7 @@ interface Ethernet54
channel-group 53 mode active
!
interface Management0
description oob_management
description OOB_MANAGEMENT
no shutdown
vrf MGMT
ip address 172.16.100.104/24
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6058,7 +6058,7 @@ interface Ethernet7/48
spanning-tree bpduguard enable
!
interface Management0
description oob_management
description OOB_MANAGEMENT
no shutdown
vrf MGMT
ip address 172.16.100.105/24
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2040,7 +2040,7 @@ interface Ethernet98/4
channel-group 983 mode active
!
interface Management0
description oob_management
description OOB_MANAGEMENT
no shutdown
vrf MGMT
ip address 172.16.100.106/24
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2040,7 +2040,7 @@ interface Ethernet98/4
channel-group 983 mode active
!
interface Management0
description oob_management
description OOB_MANAGEMENT
no shutdown
vrf MGMT
ip address 172.16.100.107/24
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1978,7 +1978,7 @@ interface Ethernet97/2
channel-group 971 mode active
!
interface Management0
description oob_management
description OOB_MANAGEMENT
no shutdown
vrf MGMT
ip address 172.16.100.108/24
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1978,7 +1978,7 @@ interface Ethernet97/2
channel-group 971 mode active
!
interface Management0
description oob_management
description OOB_MANAGEMENT
no shutdown
vrf MGMT
ip address 172.16.100.109/24
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1978,7 +1978,7 @@ interface Ethernet97/2
channel-group 971 mode active
!
interface Management0
description oob_management
description OOB_MANAGEMENT
no shutdown
vrf MGMT
ip address 172.16.100.110/24
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ interface Loopback0
ip ospf area 0.0.0.0
!
interface Management0
description oob_management
description OOB_MANAGEMENT
no shutdown
vrf MGMT
ip address 172.16.100.101/24
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ interface Loopback0
ip ospf area 0.0.0.0
!
interface Management0
description oob_management
description OOB_MANAGEMENT
no shutdown
vrf MGMT
ip address 172.16.100.102/24
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ vrfs:
ip_routing: false
management_interfaces:
- name: Management0
description: oob_management
description: OOB_MANAGEMENT
shutdown: false
vrf: MGMT
ip_address: 172.16.100.103/24
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ vrfs:
ip_routing: false
management_interfaces:
- name: Management0
description: oob_management
description: OOB_MANAGEMENT
shutdown: false
vrf: MGMT
ip_address: 172.16.100.104/24
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ vrfs:
ip_routing: false
management_interfaces:
- name: Management0
description: oob_management
description: OOB_MANAGEMENT
shutdown: false
vrf: MGMT
ip_address: 172.16.100.105/24
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ vrfs:
ip_routing: false
management_interfaces:
- name: Management0
description: oob_management
description: OOB_MANAGEMENT
shutdown: false
vrf: MGMT
ip_address: 172.16.100.106/24
Expand Down
Loading

0 comments on commit 51197fa

Please sign in to comment.