diff --git a/ansible_collections/arista/avd/docs/porting-guides/5.x.x.md b/ansible_collections/arista/avd/docs/porting-guides/5.x.x.md index 9ef0eb24eca..3dc636d9c93 100644 --- a/ansible_collections/arista/avd/docs/porting-guides/5.x.x.md +++ b/ansible_collections/arista/avd/docs/porting-guides/5.x.x.md @@ -425,6 +425,35 @@ The default descriptions can be reverted manually if needed: The description fields support templates. See the input variables documentation for available fields. +#### Underlay L2 ethernet interfaces + +The interface description for the L2 uplink/downlink interfaces changes to `L2__`. Previously the description was `_`. + +The interfaces using this are the member interfaces of port-channel uplinks. + +The descriptions can be reverted manually if needed: + +```diff ++underlay_l2_ethernet_description: "{peer!u}_{peer_interface}" +``` + +The description field support templates. See the input variables documentation for available fields. + +#### Underlay L2 port-channel interfaces + +The interface description for the L2 uplink/downlink port-channels changes to `L2__`. Previously the default description was `_Po`. +The field `peer_node_group_or_peer` will contain the peer's node group name for MLAG pairs or EVPN A/A nodes or the peer's hostname for a single switch. + +The port-channels using this are port-channel uplinks. + +The descriptions can be reverted manually if needed: + +```diff ++underlay_l2_port_channel_description: "{peer_node_group_or_uppercase_peer}_Po{peer_port_channel_id}" +``` + +The description field support templates. See the input variables documentation for available fields. + #### Out-of-band management interface The default interface description for the management interface changes to `OOB_MANAGEMENT`. diff --git a/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/LEAF1A.md b/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/LEAF1A.md index 12f693832ab..20bf481bf72 100644 --- a/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/LEAF1A.md +++ b/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/LEAF1A.md @@ -329,7 +329,7 @@ vlan 4094 | Ethernet46 | IDF1 Standard Port | trunk phone | - | 110 | - | - | | Ethernet47 | IDF1 Standard Port | trunk phone | - | 110 | - | - | | Ethernet48 | IDF1 Standard Port | trunk phone | - | 110 | - | - | -| Ethernet51 | SPINE1_Ethernet1 | *trunk | *10,110,120,130 | *- | *- | 51 | +| Ethernet51 | L2_SPINE1_Ethernet1 | *trunk | *10,110,120,130 | *- | *- | 51 | | Ethernet53 | MLAG_LEAF1B_Ethernet53 | *trunk | *- | *- | *MLAG | 53 | | Ethernet54 | MLAG_LEAF1B_Ethernet54 | *trunk | *- | *- | *MLAG | 53 | @@ -1353,7 +1353,7 @@ interface Ethernet48 spanning-tree bpduguard enable ! interface Ethernet51 - description SPINE1_Ethernet1 + description L2_SPINE1_Ethernet1 no shutdown channel-group 51 mode active ! @@ -1376,7 +1376,7 @@ interface Ethernet54 | Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | LACP Fallback Timeout | LACP Fallback Mode | MLAG ID | EVPN ESI | | --------- | ----------- | ---- | ----- | ----------- | ------------| --------------------- | ------------------ | ------- | -------- | -| Port-Channel51 | SPINES_Po1 | trunk | 10,110,120,130 | - | - | - | - | 51 | - | +| Port-Channel51 | L2_SPINES_Port-Channel1 | trunk | 10,110,120,130 | - | - | - | - | 51 | - | | Port-Channel53 | MLAG_LEAF1B_Port-Channel53 | trunk | - | - | MLAG | - | - | - | - | #### Port-Channel Interfaces Device Configuration @@ -1384,7 +1384,7 @@ interface Ethernet54 ```eos ! interface Port-Channel51 - description SPINES_Po1 + description L2_SPINES_Port-Channel1 no shutdown switchport trunk allowed vlan 10,110,120,130 switchport mode trunk diff --git a/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/LEAF1B.md b/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/LEAF1B.md index ffd245861bf..29eeecbbfbd 100644 --- a/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/LEAF1B.md +++ b/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/LEAF1B.md @@ -329,7 +329,7 @@ vlan 4094 | Ethernet46 | IDF1 Standard Port | trunk phone | - | 110 | - | - | | Ethernet47 | IDF1 Standard Port | trunk phone | - | 110 | - | - | | Ethernet48 | IDF1 Standard Port | trunk phone | - | 110 | - | - | -| Ethernet51 | SPINE2_Ethernet1 | *trunk | *10,110,120,130 | *- | *- | 51 | +| Ethernet51 | L2_SPINE2_Ethernet1 | *trunk | *10,110,120,130 | *- | *- | 51 | | Ethernet53 | MLAG_LEAF1A_Ethernet53 | *trunk | *- | *- | *MLAG | 53 | | Ethernet54 | MLAG_LEAF1A_Ethernet54 | *trunk | *- | *- | *MLAG | 53 | @@ -1353,7 +1353,7 @@ interface Ethernet48 spanning-tree bpduguard enable ! interface Ethernet51 - description SPINE2_Ethernet1 + description L2_SPINE2_Ethernet1 no shutdown channel-group 51 mode active ! @@ -1376,7 +1376,7 @@ interface Ethernet54 | Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | LACP Fallback Timeout | LACP Fallback Mode | MLAG ID | EVPN ESI | | --------- | ----------- | ---- | ----- | ----------- | ------------| --------------------- | ------------------ | ------- | -------- | -| Port-Channel51 | SPINES_Po1 | trunk | 10,110,120,130 | - | - | - | - | 51 | - | +| Port-Channel51 | L2_SPINES_Port-Channel1 | trunk | 10,110,120,130 | - | - | - | - | 51 | - | | Port-Channel53 | MLAG_LEAF1A_Port-Channel53 | trunk | - | - | MLAG | - | - | - | - | #### Port-Channel Interfaces Device Configuration @@ -1384,7 +1384,7 @@ interface Ethernet54 ```eos ! interface Port-Channel51 - description SPINES_Po1 + description L2_SPINES_Port-Channel1 no shutdown switchport trunk allowed vlan 10,110,120,130 switchport mode trunk diff --git a/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/LEAF2A.md b/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/LEAF2A.md index ee5256a62fe..de1fb4c82f9 100644 --- a/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/LEAF2A.md +++ b/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/LEAF2A.md @@ -247,8 +247,8 @@ vlan 230 | Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | Channel-Group | | --------- | ----------- | ---- | ----- | ----------- | ----------- | ------------- | -| Ethernet1/1 | SPINE1_Ethernet49/1 | *trunk | *10,210,220,230 | *- | *- | 11 | -| Ethernet1/3 | SPINE2_Ethernet49/1 | *trunk | *10,210,220,230 | *- | *- | 11 | +| Ethernet1/1 | L2_SPINE1_Ethernet49/1 | *trunk | *10,210,220,230 | *- | *- | 11 | +| Ethernet1/3 | L2_SPINE2_Ethernet49/1 | *trunk | *10,210,220,230 | *- | *- | 11 | | Ethernet3/1 | IDF2 Standard Port | trunk phone | - | 210 | - | - | | Ethernet3/2 | IDF2 Standard Port | trunk phone | - | 210 | - | - | | Ethernet3/3 | IDF2 Standard Port | trunk phone | - | 210 | - | - | @@ -742,12 +742,12 @@ vlan 230 ```eos ! interface Ethernet1/1 - description SPINE1_Ethernet49/1 + description L2_SPINE1_Ethernet49/1 no shutdown channel-group 11 mode active ! interface Ethernet1/3 - description SPINE2_Ethernet49/1 + description L2_SPINE2_Ethernet49/1 no shutdown channel-group 11 mode active ! @@ -6760,14 +6760,14 @@ interface Ethernet7/48 | Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | LACP Fallback Timeout | LACP Fallback Mode | MLAG ID | EVPN ESI | | --------- | ----------- | ---- | ----- | ----------- | ------------| --------------------- | ------------------ | ------- | -------- | -| Port-Channel11 | SPINES_Po491 | trunk | 10,210,220,230 | - | - | - | - | - | - | +| Port-Channel11 | L2_SPINES_Port-Channel491 | trunk | 10,210,220,230 | - | - | - | - | - | - | #### Port-Channel Interfaces Device Configuration ```eos ! interface Port-Channel11 - description SPINES_Po491 + description L2_SPINES_Port-Channel491 no shutdown switchport trunk allowed vlan 10,210,220,230 switchport mode trunk diff --git a/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/LEAF3A.md b/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/LEAF3A.md index 02d80eb4b44..7a0cf2b3c75 100644 --- a/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/LEAF3A.md +++ b/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/LEAF3A.md @@ -377,11 +377,11 @@ vlan 4094 | Ethernet94 | IDF3 Standard Port | trunk phone | - | 310 | - | - | | Ethernet95 | IDF3 Standard Port | trunk phone | - | 310 | - | - | | Ethernet96 | IDF3 Standard Port | trunk phone | - | 310 | - | - | -| Ethernet97/1 | SPINE1_Ethernet50/1 | *trunk | *10,310,320,330 | *- | *- | 971 | -| Ethernet97/2 | SPINE2_Ethernet50/1 | *trunk | *10,310,320,330 | *- | *- | 971 | -| Ethernet97/3 | LEAF3C_Ethernet97/1 | *trunk | *10,310,320,330 | *- | *- | 973 | -| Ethernet97/4 | LEAF3D_Ethernet97/1 | *trunk | *10,310,320,330 | *- | *- | 974 | -| Ethernet98/1 | LEAF3E_Ethernet97/1 | *trunk | *10,310,320,330 | *- | *- | 981 | +| Ethernet97/1 | L2_SPINE1_Ethernet50/1 | *trunk | *10,310,320,330 | *- | *- | 971 | +| Ethernet97/2 | L2_SPINE2_Ethernet50/1 | *trunk | *10,310,320,330 | *- | *- | 971 | +| Ethernet97/3 | L2_LEAF3C_Ethernet97/1 | *trunk | *10,310,320,330 | *- | *- | 973 | +| Ethernet97/4 | L2_LEAF3D_Ethernet97/1 | *trunk | *10,310,320,330 | *- | *- | 974 | +| Ethernet98/1 | L2_LEAF3E_Ethernet97/1 | *trunk | *10,310,320,330 | *- | *- | 981 | | Ethernet98/3 | MLAG_LEAF3B_Ethernet98/3 | *trunk | *- | *- | *MLAG | 983 | | Ethernet98/4 | MLAG_LEAF3B_Ethernet98/4 | *trunk | *- | *- | *MLAG | 983 | @@ -2413,27 +2413,27 @@ interface Ethernet96 spanning-tree bpduguard enable ! interface Ethernet97/1 - description SPINE1_Ethernet50/1 + description L2_SPINE1_Ethernet50/1 no shutdown channel-group 971 mode active ! interface Ethernet97/2 - description SPINE2_Ethernet50/1 + description L2_SPINE2_Ethernet50/1 no shutdown channel-group 971 mode active ! interface Ethernet97/3 - description LEAF3C_Ethernet97/1 + description L2_LEAF3C_Ethernet97/1 no shutdown channel-group 973 mode active ! interface Ethernet97/4 - description LEAF3D_Ethernet97/1 + description L2_LEAF3D_Ethernet97/1 no shutdown channel-group 974 mode active ! interface Ethernet98/1 - description LEAF3E_Ethernet97/1 + description L2_LEAF3E_Ethernet97/1 no shutdown channel-group 981 mode active ! @@ -2456,10 +2456,10 @@ interface Ethernet98/4 | Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | LACP Fallback Timeout | LACP Fallback Mode | MLAG ID | EVPN ESI | | --------- | ----------- | ---- | ----- | ----------- | ------------| --------------------- | ------------------ | ------- | -------- | -| Port-Channel971 | SPINES_Po501 | trunk | 10,310,320,330 | - | - | - | - | 971 | - | -| Port-Channel973 | LEAF3C_Po971 | trunk | 10,310,320,330 | - | - | - | - | 973 | - | -| Port-Channel974 | LEAF3D_Po971 | trunk | 10,310,320,330 | - | - | - | - | 974 | - | -| Port-Channel981 | LEAF3E_Po971 | trunk | 10,310,320,330 | - | - | - | - | 981 | - | +| Port-Channel971 | L2_SPINES_Port-Channel501 | trunk | 10,310,320,330 | - | - | - | - | 971 | - | +| Port-Channel973 | L2_LEAF3C_Port-Channel971 | trunk | 10,310,320,330 | - | - | - | - | 973 | - | +| Port-Channel974 | L2_LEAF3D_Port-Channel971 | trunk | 10,310,320,330 | - | - | - | - | 974 | - | +| Port-Channel981 | L2_LEAF3E_Port-Channel971 | trunk | 10,310,320,330 | - | - | - | - | 981 | - | | Port-Channel983 | MLAG_LEAF3B_Port-Channel983 | trunk | - | - | MLAG | - | - | - | - | #### Port-Channel Interfaces Device Configuration @@ -2467,7 +2467,7 @@ interface Ethernet98/4 ```eos ! interface Port-Channel971 - description SPINES_Po501 + description L2_SPINES_Port-Channel501 no shutdown switchport trunk allowed vlan 10,310,320,330 switchport mode trunk @@ -2475,7 +2475,7 @@ interface Port-Channel971 mlag 971 ! interface Port-Channel973 - description LEAF3C_Po971 + description L2_LEAF3C_Port-Channel971 no shutdown switchport trunk allowed vlan 10,310,320,330 switchport mode trunk @@ -2483,7 +2483,7 @@ interface Port-Channel973 mlag 973 ! interface Port-Channel974 - description LEAF3D_Po971 + description L2_LEAF3D_Port-Channel971 no shutdown switchport trunk allowed vlan 10,310,320,330 switchport mode trunk @@ -2491,7 +2491,7 @@ interface Port-Channel974 mlag 974 ! interface Port-Channel981 - description LEAF3E_Po971 + description L2_LEAF3E_Port-Channel971 no shutdown switchport trunk allowed vlan 10,310,320,330 switchport mode trunk diff --git a/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/LEAF3B.md b/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/LEAF3B.md index 17f1052e0b3..950333fe299 100644 --- a/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/LEAF3B.md +++ b/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/LEAF3B.md @@ -377,11 +377,11 @@ vlan 4094 | Ethernet94 | IDF3 Standard Port | trunk phone | - | 310 | - | - | | Ethernet95 | IDF3 Standard Port | trunk phone | - | 310 | - | - | | Ethernet96 | IDF3 Standard Port | trunk phone | - | 310 | - | - | -| Ethernet97/1 | SPINE1_Ethernet51/1 | *trunk | *10,310,320,330 | *- | *- | 971 | -| Ethernet97/2 | SPINE2_Ethernet51/1 | *trunk | *10,310,320,330 | *- | *- | 971 | -| Ethernet97/3 | LEAF3C_Ethernet97/2 | *trunk | *10,310,320,330 | *- | *- | 973 | -| Ethernet97/4 | LEAF3D_Ethernet97/2 | *trunk | *10,310,320,330 | *- | *- | 974 | -| Ethernet98/1 | LEAF3E_Ethernet97/2 | *trunk | *10,310,320,330 | *- | *- | 981 | +| Ethernet97/1 | L2_SPINE1_Ethernet51/1 | *trunk | *10,310,320,330 | *- | *- | 971 | +| Ethernet97/2 | L2_SPINE2_Ethernet51/1 | *trunk | *10,310,320,330 | *- | *- | 971 | +| Ethernet97/3 | L2_LEAF3C_Ethernet97/2 | *trunk | *10,310,320,330 | *- | *- | 973 | +| Ethernet97/4 | L2_LEAF3D_Ethernet97/2 | *trunk | *10,310,320,330 | *- | *- | 974 | +| Ethernet98/1 | L2_LEAF3E_Ethernet97/2 | *trunk | *10,310,320,330 | *- | *- | 981 | | Ethernet98/3 | MLAG_LEAF3A_Ethernet98/3 | *trunk | *- | *- | *MLAG | 983 | | Ethernet98/4 | MLAG_LEAF3A_Ethernet98/4 | *trunk | *- | *- | *MLAG | 983 | @@ -2413,27 +2413,27 @@ interface Ethernet96 spanning-tree bpduguard enable ! interface Ethernet97/1 - description SPINE1_Ethernet51/1 + description L2_SPINE1_Ethernet51/1 no shutdown channel-group 971 mode active ! interface Ethernet97/2 - description SPINE2_Ethernet51/1 + description L2_SPINE2_Ethernet51/1 no shutdown channel-group 971 mode active ! interface Ethernet97/3 - description LEAF3C_Ethernet97/2 + description L2_LEAF3C_Ethernet97/2 no shutdown channel-group 973 mode active ! interface Ethernet97/4 - description LEAF3D_Ethernet97/2 + description L2_LEAF3D_Ethernet97/2 no shutdown channel-group 974 mode active ! interface Ethernet98/1 - description LEAF3E_Ethernet97/2 + description L2_LEAF3E_Ethernet97/2 no shutdown channel-group 981 mode active ! @@ -2456,10 +2456,10 @@ interface Ethernet98/4 | Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | LACP Fallback Timeout | LACP Fallback Mode | MLAG ID | EVPN ESI | | --------- | ----------- | ---- | ----- | ----------- | ------------| --------------------- | ------------------ | ------- | -------- | -| Port-Channel971 | SPINES_Po501 | trunk | 10,310,320,330 | - | - | - | - | 971 | - | -| Port-Channel973 | LEAF3C_Po971 | trunk | 10,310,320,330 | - | - | - | - | 973 | - | -| Port-Channel974 | LEAF3D_Po971 | trunk | 10,310,320,330 | - | - | - | - | 974 | - | -| Port-Channel981 | LEAF3E_Po971 | trunk | 10,310,320,330 | - | - | - | - | 981 | - | +| Port-Channel971 | L2_SPINES_Port-Channel501 | trunk | 10,310,320,330 | - | - | - | - | 971 | - | +| Port-Channel973 | L2_LEAF3C_Port-Channel971 | trunk | 10,310,320,330 | - | - | - | - | 973 | - | +| Port-Channel974 | L2_LEAF3D_Port-Channel971 | trunk | 10,310,320,330 | - | - | - | - | 974 | - | +| Port-Channel981 | L2_LEAF3E_Port-Channel971 | trunk | 10,310,320,330 | - | - | - | - | 981 | - | | Port-Channel983 | MLAG_LEAF3A_Port-Channel983 | trunk | - | - | MLAG | - | - | - | - | #### Port-Channel Interfaces Device Configuration @@ -2467,7 +2467,7 @@ interface Ethernet98/4 ```eos ! interface Port-Channel971 - description SPINES_Po501 + description L2_SPINES_Port-Channel501 no shutdown switchport trunk allowed vlan 10,310,320,330 switchport mode trunk @@ -2475,7 +2475,7 @@ interface Port-Channel971 mlag 971 ! interface Port-Channel973 - description LEAF3C_Po971 + description L2_LEAF3C_Port-Channel971 no shutdown switchport trunk allowed vlan 10,310,320,330 switchport mode trunk @@ -2483,7 +2483,7 @@ interface Port-Channel973 mlag 973 ! interface Port-Channel974 - description LEAF3D_Po971 + description L2_LEAF3D_Port-Channel971 no shutdown switchport trunk allowed vlan 10,310,320,330 switchport mode trunk @@ -2491,7 +2491,7 @@ interface Port-Channel974 mlag 974 ! interface Port-Channel981 - description LEAF3E_Po971 + description L2_LEAF3E_Port-Channel971 no shutdown switchport trunk allowed vlan 10,310,320,330 switchport mode trunk diff --git a/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/LEAF3C.md b/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/LEAF3C.md index 82f52b83128..b4716f308bb 100644 --- a/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/LEAF3C.md +++ b/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/LEAF3C.md @@ -341,8 +341,8 @@ vlan 330 | Ethernet94 | IDF3 Standard Port | trunk phone | - | 310 | - | - | | Ethernet95 | IDF3 Standard Port | trunk phone | - | 310 | - | - | | Ethernet96 | IDF3 Standard Port | trunk phone | - | 310 | - | - | -| Ethernet97/1 | LEAF3A_Ethernet97/3 | *trunk | *10,310,320,330 | *- | *- | 971 | -| Ethernet97/2 | LEAF3B_Ethernet97/3 | *trunk | *10,310,320,330 | *- | *- | 971 | +| Ethernet97/1 | L2_LEAF3A_Ethernet97/3 | *trunk | *10,310,320,330 | *- | *- | 971 | +| Ethernet97/2 | L2_LEAF3B_Ethernet97/3 | *trunk | *10,310,320,330 | *- | *- | 971 | *Inherited from Port-Channel Interface @@ -2372,12 +2372,12 @@ interface Ethernet96 spanning-tree bpduguard enable ! interface Ethernet97/1 - description LEAF3A_Ethernet97/3 + description L2_LEAF3A_Ethernet97/3 no shutdown channel-group 971 mode active ! interface Ethernet97/2 - description LEAF3B_Ethernet97/3 + description L2_LEAF3B_Ethernet97/3 no shutdown channel-group 971 mode active ``` @@ -2390,14 +2390,14 @@ interface Ethernet97/2 | Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | LACP Fallback Timeout | LACP Fallback Mode | MLAG ID | EVPN ESI | | --------- | ----------- | ---- | ----- | ----------- | ------------| --------------------- | ------------------ | ------- | -------- | -| Port-Channel971 | IDF3_AGG_Po973 | trunk | 10,310,320,330 | - | - | - | - | - | - | +| Port-Channel971 | L2_IDF3_AGG_Port-Channel973 | trunk | 10,310,320,330 | - | - | - | - | - | - | #### Port-Channel Interfaces Device Configuration ```eos ! interface Port-Channel971 - description IDF3_AGG_Po973 + description L2_IDF3_AGG_Port-Channel973 no shutdown switchport trunk allowed vlan 10,310,320,330 switchport mode trunk diff --git a/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/LEAF3D.md b/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/LEAF3D.md index 79870e6962e..a4e2878e21e 100644 --- a/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/LEAF3D.md +++ b/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/LEAF3D.md @@ -341,8 +341,8 @@ vlan 330 | Ethernet94 | IDF3 Standard Port | trunk phone | - | 310 | - | - | | Ethernet95 | IDF3 Standard Port | trunk phone | - | 310 | - | - | | Ethernet96 | IDF3 Standard Port | trunk phone | - | 310 | - | - | -| Ethernet97/1 | LEAF3A_Ethernet97/4 | *trunk | *10,310,320,330 | *- | *- | 971 | -| Ethernet97/2 | LEAF3B_Ethernet97/4 | *trunk | *10,310,320,330 | *- | *- | 971 | +| Ethernet97/1 | L2_LEAF3A_Ethernet97/4 | *trunk | *10,310,320,330 | *- | *- | 971 | +| Ethernet97/2 | L2_LEAF3B_Ethernet97/4 | *trunk | *10,310,320,330 | *- | *- | 971 | *Inherited from Port-Channel Interface @@ -2372,12 +2372,12 @@ interface Ethernet96 spanning-tree bpduguard enable ! interface Ethernet97/1 - description LEAF3A_Ethernet97/4 + description L2_LEAF3A_Ethernet97/4 no shutdown channel-group 971 mode active ! interface Ethernet97/2 - description LEAF3B_Ethernet97/4 + description L2_LEAF3B_Ethernet97/4 no shutdown channel-group 971 mode active ``` @@ -2390,14 +2390,14 @@ interface Ethernet97/2 | Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | LACP Fallback Timeout | LACP Fallback Mode | MLAG ID | EVPN ESI | | --------- | ----------- | ---- | ----- | ----------- | ------------| --------------------- | ------------------ | ------- | -------- | -| Port-Channel971 | IDF3_AGG_Po974 | trunk | 10,310,320,330 | - | - | - | - | - | - | +| Port-Channel971 | L2_IDF3_AGG_Port-Channel974 | trunk | 10,310,320,330 | - | - | - | - | - | - | #### Port-Channel Interfaces Device Configuration ```eos ! interface Port-Channel971 - description IDF3_AGG_Po974 + description L2_IDF3_AGG_Port-Channel974 no shutdown switchport trunk allowed vlan 10,310,320,330 switchport mode trunk diff --git a/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/LEAF3E.md b/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/LEAF3E.md index 40923615ba8..b5d2e740d92 100644 --- a/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/LEAF3E.md +++ b/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/LEAF3E.md @@ -341,8 +341,8 @@ vlan 330 | Ethernet94 | IDF3 Standard Port | trunk phone | - | 310 | - | - | | Ethernet95 | IDF3 Standard Port | trunk phone | - | 310 | - | - | | Ethernet96 | IDF3 Standard Port | trunk phone | - | 310 | - | - | -| Ethernet97/1 | LEAF3A_Ethernet98/1 | *trunk | *10,310,320,330 | *- | *- | 971 | -| Ethernet97/2 | LEAF3B_Ethernet98/1 | *trunk | *10,310,320,330 | *- | *- | 971 | +| Ethernet97/1 | L2_LEAF3A_Ethernet98/1 | *trunk | *10,310,320,330 | *- | *- | 971 | +| Ethernet97/2 | L2_LEAF3B_Ethernet98/1 | *trunk | *10,310,320,330 | *- | *- | 971 | *Inherited from Port-Channel Interface @@ -2372,12 +2372,12 @@ interface Ethernet96 spanning-tree bpduguard enable ! interface Ethernet97/1 - description LEAF3A_Ethernet98/1 + description L2_LEAF3A_Ethernet98/1 no shutdown channel-group 971 mode active ! interface Ethernet97/2 - description LEAF3B_Ethernet98/1 + description L2_LEAF3B_Ethernet98/1 no shutdown channel-group 971 mode active ``` @@ -2390,14 +2390,14 @@ interface Ethernet97/2 | Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | LACP Fallback Timeout | LACP Fallback Mode | MLAG ID | EVPN ESI | | --------- | ----------- | ---- | ----- | ----------- | ------------| --------------------- | ------------------ | ------- | -------- | -| Port-Channel971 | IDF3_AGG_Po981 | trunk | 10,310,320,330 | - | - | - | - | - | - | +| Port-Channel971 | L2_IDF3_AGG_Port-Channel981 | trunk | 10,310,320,330 | - | - | - | - | - | - | #### Port-Channel Interfaces Device Configuration ```eos ! interface Port-Channel971 - description IDF3_AGG_Po981 + description L2_IDF3_AGG_Port-Channel981 no shutdown switchport trunk allowed vlan 10,310,320,330 switchport mode trunk diff --git a/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/SPINE1.md b/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/SPINE1.md index a4a4fd1950b..1fcac74e690 100644 --- a/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/SPINE1.md +++ b/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/SPINE1.md @@ -311,10 +311,10 @@ vlan 4094 | Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | Channel-Group | | --------- | ----------- | ---- | ----- | ----------- | ----------- | ------------- | -| Ethernet1 | LEAF1A_Ethernet51 | *trunk | *10,110,120,130 | *- | *- | 1 | -| Ethernet49/1 | LEAF2A_Ethernet1/1 | *trunk | *10,210,220,230 | *- | *- | 491 | -| Ethernet50/1 | LEAF3A_Ethernet97/1 | *trunk | *10,310,320,330 | *- | *- | 501 | -| Ethernet51/1 | LEAF3B_Ethernet97/1 | *trunk | *10,310,320,330 | *- | *- | 501 | +| Ethernet1 | L2_LEAF1A_Ethernet51 | *trunk | *10,110,120,130 | *- | *- | 1 | +| Ethernet49/1 | L2_LEAF2A_Ethernet1/1 | *trunk | *10,210,220,230 | *- | *- | 491 | +| Ethernet50/1 | L2_LEAF3A_Ethernet97/1 | *trunk | *10,310,320,330 | *- | *- | 501 | +| Ethernet51/1 | L2_LEAF3B_Ethernet97/1 | *trunk | *10,310,320,330 | *- | *- | 501 | | Ethernet55/1 | MLAG_SPINE2_Ethernet55/1 | *trunk | *- | *- | *MLAG | 551 | | Ethernet56/1 | MLAG_SPINE2_Ethernet56/1 | *trunk | *- | *- | *MLAG | 551 | @@ -331,22 +331,22 @@ vlan 4094 ```eos ! interface Ethernet1 - description LEAF1A_Ethernet51 + description L2_LEAF1A_Ethernet51 no shutdown channel-group 1 mode active ! interface Ethernet49/1 - description LEAF2A_Ethernet1/1 + description L2_LEAF2A_Ethernet1/1 no shutdown channel-group 491 mode active ! interface Ethernet50/1 - description LEAF3A_Ethernet97/1 + description L2_LEAF3A_Ethernet97/1 no shutdown channel-group 501 mode active ! interface Ethernet51/1 - description LEAF3B_Ethernet97/1 + description L2_LEAF3B_Ethernet97/1 no shutdown channel-group 501 mode active ! @@ -378,9 +378,9 @@ interface Ethernet56/1 | Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | LACP Fallback Timeout | LACP Fallback Mode | MLAG ID | EVPN ESI | | --------- | ----------- | ---- | ----- | ----------- | ------------| --------------------- | ------------------ | ------- | -------- | -| Port-Channel1 | IDF1_Po51 | trunk | 10,110,120,130 | - | - | - | - | 1 | - | -| Port-Channel491 | LEAF2A_Po11 | trunk | 10,210,220,230 | - | - | - | - | 491 | - | -| Port-Channel501 | IDF3_AGG_Po971 | trunk | 10,310,320,330 | - | - | - | - | 501 | - | +| Port-Channel1 | L2_IDF1_Port-Channel51 | trunk | 10,110,120,130 | - | - | - | - | 1 | - | +| Port-Channel491 | L2_LEAF2A_Port-Channel11 | trunk | 10,210,220,230 | - | - | - | - | 491 | - | +| Port-Channel501 | L2_IDF3_AGG_Port-Channel971 | trunk | 10,310,320,330 | - | - | - | - | 501 | - | | Port-Channel551 | MLAG_SPINE2_Port-Channel551 | trunk | - | - | MLAG | - | - | - | - | #### Port-Channel Interfaces Device Configuration @@ -388,7 +388,7 @@ interface Ethernet56/1 ```eos ! interface Port-Channel1 - description IDF1_Po51 + description L2_IDF1_Port-Channel51 no shutdown switchport trunk allowed vlan 10,110,120,130 switchport mode trunk @@ -396,7 +396,7 @@ interface Port-Channel1 mlag 1 ! interface Port-Channel491 - description LEAF2A_Po11 + description L2_LEAF2A_Port-Channel11 no shutdown switchport trunk allowed vlan 10,210,220,230 switchport mode trunk @@ -404,7 +404,7 @@ interface Port-Channel491 mlag 491 ! interface Port-Channel501 - description IDF3_AGG_Po971 + description L2_IDF3_AGG_Port-Channel971 no shutdown switchport trunk allowed vlan 10,310,320,330 switchport mode trunk diff --git a/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/SPINE2.md b/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/SPINE2.md index 2f1cdd6cf88..b20b61ec27c 100644 --- a/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/SPINE2.md +++ b/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/SPINE2.md @@ -311,10 +311,10 @@ vlan 4094 | Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | Channel-Group | | --------- | ----------- | ---- | ----- | ----------- | ----------- | ------------- | -| Ethernet1 | LEAF1B_Ethernet51 | *trunk | *10,110,120,130 | *- | *- | 1 | -| Ethernet49/1 | LEAF2A_Ethernet1/3 | *trunk | *10,210,220,230 | *- | *- | 491 | -| Ethernet50/1 | LEAF3A_Ethernet97/2 | *trunk | *10,310,320,330 | *- | *- | 501 | -| Ethernet51/1 | LEAF3B_Ethernet97/2 | *trunk | *10,310,320,330 | *- | *- | 501 | +| Ethernet1 | L2_LEAF1B_Ethernet51 | *trunk | *10,110,120,130 | *- | *- | 1 | +| Ethernet49/1 | L2_LEAF2A_Ethernet1/3 | *trunk | *10,210,220,230 | *- | *- | 491 | +| Ethernet50/1 | L2_LEAF3A_Ethernet97/2 | *trunk | *10,310,320,330 | *- | *- | 501 | +| Ethernet51/1 | L2_LEAF3B_Ethernet97/2 | *trunk | *10,310,320,330 | *- | *- | 501 | | Ethernet55/1 | MLAG_SPINE1_Ethernet55/1 | *trunk | *- | *- | *MLAG | 551 | | Ethernet56/1 | MLAG_SPINE1_Ethernet56/1 | *trunk | *- | *- | *MLAG | 551 | @@ -331,22 +331,22 @@ vlan 4094 ```eos ! interface Ethernet1 - description LEAF1B_Ethernet51 + description L2_LEAF1B_Ethernet51 no shutdown channel-group 1 mode active ! interface Ethernet49/1 - description LEAF2A_Ethernet1/3 + description L2_LEAF2A_Ethernet1/3 no shutdown channel-group 491 mode active ! interface Ethernet50/1 - description LEAF3A_Ethernet97/2 + description L2_LEAF3A_Ethernet97/2 no shutdown channel-group 501 mode active ! interface Ethernet51/1 - description LEAF3B_Ethernet97/2 + description L2_LEAF3B_Ethernet97/2 no shutdown channel-group 501 mode active ! @@ -378,9 +378,9 @@ interface Ethernet56/1 | Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | LACP Fallback Timeout | LACP Fallback Mode | MLAG ID | EVPN ESI | | --------- | ----------- | ---- | ----- | ----------- | ------------| --------------------- | ------------------ | ------- | -------- | -| Port-Channel1 | IDF1_Po51 | trunk | 10,110,120,130 | - | - | - | - | 1 | - | -| Port-Channel491 | LEAF2A_Po11 | trunk | 10,210,220,230 | - | - | - | - | 491 | - | -| Port-Channel501 | IDF3_AGG_Po971 | trunk | 10,310,320,330 | - | - | - | - | 501 | - | +| Port-Channel1 | L2_IDF1_Port-Channel51 | trunk | 10,110,120,130 | - | - | - | - | 1 | - | +| Port-Channel491 | L2_LEAF2A_Port-Channel11 | trunk | 10,210,220,230 | - | - | - | - | 491 | - | +| Port-Channel501 | L2_IDF3_AGG_Port-Channel971 | trunk | 10,310,320,330 | - | - | - | - | 501 | - | | Port-Channel551 | MLAG_SPINE1_Port-Channel551 | trunk | - | - | MLAG | - | - | - | - | #### Port-Channel Interfaces Device Configuration @@ -388,7 +388,7 @@ interface Ethernet56/1 ```eos ! interface Port-Channel1 - description IDF1_Po51 + description L2_IDF1_Port-Channel51 no shutdown switchport trunk allowed vlan 10,110,120,130 switchport mode trunk @@ -396,7 +396,7 @@ interface Port-Channel1 mlag 1 ! interface Port-Channel491 - description LEAF2A_Po11 + description L2_LEAF2A_Port-Channel11 no shutdown switchport trunk allowed vlan 10,210,220,230 switchport mode trunk @@ -404,7 +404,7 @@ interface Port-Channel491 mlag 491 ! interface Port-Channel501 - description IDF3_AGG_Po971 + description L2_IDF3_AGG_Port-Channel971 no shutdown switchport trunk allowed vlan 10,310,320,330 switchport mode trunk diff --git a/ansible_collections/arista/avd/examples/campus-fabric/intended/configs/LEAF1A.cfg b/ansible_collections/arista/avd/examples/campus-fabric/intended/configs/LEAF1A.cfg index e0c3aa532db..6e16ba91114 100644 --- a/ansible_collections/arista/avd/examples/campus-fabric/intended/configs/LEAF1A.cfg +++ b/ansible_collections/arista/avd/examples/campus-fabric/intended/configs/LEAF1A.cfg @@ -46,7 +46,7 @@ management api http-commands aaa authorization exec default local ! interface Port-Channel51 - description SPINES_Po1 + description L2_SPINES_Port-Channel1 no shutdown switchport trunk allowed vlan 10,110,120,130 switchport mode trunk @@ -1021,7 +1021,7 @@ interface Ethernet48 spanning-tree bpduguard enable ! interface Ethernet51 - description SPINE1_Ethernet1 + description L2_SPINE1_Ethernet1 no shutdown channel-group 51 mode active ! diff --git a/ansible_collections/arista/avd/examples/campus-fabric/intended/configs/LEAF1B.cfg b/ansible_collections/arista/avd/examples/campus-fabric/intended/configs/LEAF1B.cfg index 020d0262c13..ab088194cbe 100644 --- a/ansible_collections/arista/avd/examples/campus-fabric/intended/configs/LEAF1B.cfg +++ b/ansible_collections/arista/avd/examples/campus-fabric/intended/configs/LEAF1B.cfg @@ -46,7 +46,7 @@ management api http-commands aaa authorization exec default local ! interface Port-Channel51 - description SPINES_Po1 + description L2_SPINES_Port-Channel1 no shutdown switchport trunk allowed vlan 10,110,120,130 switchport mode trunk @@ -1021,7 +1021,7 @@ interface Ethernet48 spanning-tree bpduguard enable ! interface Ethernet51 - description SPINE2_Ethernet1 + description L2_SPINE2_Ethernet1 no shutdown channel-group 51 mode active ! diff --git a/ansible_collections/arista/avd/examples/campus-fabric/intended/configs/LEAF2A.cfg b/ansible_collections/arista/avd/examples/campus-fabric/intended/configs/LEAF2A.cfg index d9303260ef6..125cd78e247 100644 --- a/ansible_collections/arista/avd/examples/campus-fabric/intended/configs/LEAF2A.cfg +++ b/ansible_collections/arista/avd/examples/campus-fabric/intended/configs/LEAF2A.cfg @@ -41,19 +41,19 @@ management api http-commands aaa authorization exec default local ! interface Port-Channel11 - description SPINES_Po491 + description L2_SPINES_Port-Channel491 no shutdown switchport trunk allowed vlan 10,210,220,230 switchport mode trunk switchport ! interface Ethernet1/1 - description SPINE1_Ethernet49/1 + description L2_SPINE1_Ethernet49/1 no shutdown channel-group 11 mode active ! interface Ethernet1/3 - description SPINE2_Ethernet49/1 + description L2_SPINE2_Ethernet49/1 no shutdown channel-group 11 mode active ! diff --git a/ansible_collections/arista/avd/examples/campus-fabric/intended/configs/LEAF3A.cfg b/ansible_collections/arista/avd/examples/campus-fabric/intended/configs/LEAF3A.cfg index cd266106a93..cef9766ee89 100644 --- a/ansible_collections/arista/avd/examples/campus-fabric/intended/configs/LEAF3A.cfg +++ b/ansible_collections/arista/avd/examples/campus-fabric/intended/configs/LEAF3A.cfg @@ -46,7 +46,7 @@ management api http-commands aaa authorization exec default local ! interface Port-Channel971 - description SPINES_Po501 + description L2_SPINES_Port-Channel501 no shutdown switchport trunk allowed vlan 10,310,320,330 switchport mode trunk @@ -54,7 +54,7 @@ interface Port-Channel971 mlag 971 ! interface Port-Channel973 - description LEAF3C_Po971 + description L2_LEAF3C_Port-Channel971 no shutdown switchport trunk allowed vlan 10,310,320,330 switchport mode trunk @@ -62,7 +62,7 @@ interface Port-Channel973 mlag 973 ! interface Port-Channel974 - description LEAF3D_Po971 + description L2_LEAF3D_Port-Channel971 no shutdown switchport trunk allowed vlan 10,310,320,330 switchport mode trunk @@ -70,7 +70,7 @@ interface Port-Channel974 mlag 974 ! interface Port-Channel981 - description LEAF3E_Po971 + description L2_LEAF3E_Port-Channel971 no shutdown switchport trunk allowed vlan 10,310,320,330 switchport mode trunk @@ -2005,27 +2005,27 @@ interface Ethernet96 spanning-tree bpduguard enable ! interface Ethernet97/1 - description SPINE1_Ethernet50/1 + description L2_SPINE1_Ethernet50/1 no shutdown channel-group 971 mode active ! interface Ethernet97/2 - description SPINE2_Ethernet50/1 + description L2_SPINE2_Ethernet50/1 no shutdown channel-group 971 mode active ! interface Ethernet97/3 - description LEAF3C_Ethernet97/1 + description L2_LEAF3C_Ethernet97/1 no shutdown channel-group 973 mode active ! interface Ethernet97/4 - description LEAF3D_Ethernet97/1 + description L2_LEAF3D_Ethernet97/1 no shutdown channel-group 974 mode active ! interface Ethernet98/1 - description LEAF3E_Ethernet97/1 + description L2_LEAF3E_Ethernet97/1 no shutdown channel-group 981 mode active ! diff --git a/ansible_collections/arista/avd/examples/campus-fabric/intended/configs/LEAF3B.cfg b/ansible_collections/arista/avd/examples/campus-fabric/intended/configs/LEAF3B.cfg index 1c56c34346d..f90364608db 100644 --- a/ansible_collections/arista/avd/examples/campus-fabric/intended/configs/LEAF3B.cfg +++ b/ansible_collections/arista/avd/examples/campus-fabric/intended/configs/LEAF3B.cfg @@ -46,7 +46,7 @@ management api http-commands aaa authorization exec default local ! interface Port-Channel971 - description SPINES_Po501 + description L2_SPINES_Port-Channel501 no shutdown switchport trunk allowed vlan 10,310,320,330 switchport mode trunk @@ -54,7 +54,7 @@ interface Port-Channel971 mlag 971 ! interface Port-Channel973 - description LEAF3C_Po971 + description L2_LEAF3C_Port-Channel971 no shutdown switchport trunk allowed vlan 10,310,320,330 switchport mode trunk @@ -62,7 +62,7 @@ interface Port-Channel973 mlag 973 ! interface Port-Channel974 - description LEAF3D_Po971 + description L2_LEAF3D_Port-Channel971 no shutdown switchport trunk allowed vlan 10,310,320,330 switchport mode trunk @@ -70,7 +70,7 @@ interface Port-Channel974 mlag 974 ! interface Port-Channel981 - description LEAF3E_Po971 + description L2_LEAF3E_Port-Channel971 no shutdown switchport trunk allowed vlan 10,310,320,330 switchport mode trunk @@ -2005,27 +2005,27 @@ interface Ethernet96 spanning-tree bpduguard enable ! interface Ethernet97/1 - description SPINE1_Ethernet51/1 + description L2_SPINE1_Ethernet51/1 no shutdown channel-group 971 mode active ! interface Ethernet97/2 - description SPINE2_Ethernet51/1 + description L2_SPINE2_Ethernet51/1 no shutdown channel-group 971 mode active ! interface Ethernet97/3 - description LEAF3C_Ethernet97/2 + description L2_LEAF3C_Ethernet97/2 no shutdown channel-group 973 mode active ! interface Ethernet97/4 - description LEAF3D_Ethernet97/2 + description L2_LEAF3D_Ethernet97/2 no shutdown channel-group 974 mode active ! interface Ethernet98/1 - description LEAF3E_Ethernet97/2 + description L2_LEAF3E_Ethernet97/2 no shutdown channel-group 981 mode active ! diff --git a/ansible_collections/arista/avd/examples/campus-fabric/intended/configs/LEAF3C.cfg b/ansible_collections/arista/avd/examples/campus-fabric/intended/configs/LEAF3C.cfg index 6d550e4b695..5bc01fdbd86 100644 --- a/ansible_collections/arista/avd/examples/campus-fabric/intended/configs/LEAF3C.cfg +++ b/ansible_collections/arista/avd/examples/campus-fabric/intended/configs/LEAF3C.cfg @@ -41,7 +41,7 @@ management api http-commands aaa authorization exec default local ! interface Port-Channel971 - description IDF3_AGG_Po973 + description L2_IDF3_AGG_Port-Channel973 no shutdown switchport trunk allowed vlan 10,310,320,330 switchport mode trunk @@ -1968,12 +1968,12 @@ interface Ethernet96 spanning-tree bpduguard enable ! interface Ethernet97/1 - description LEAF3A_Ethernet97/3 + description L2_LEAF3A_Ethernet97/3 no shutdown channel-group 971 mode active ! interface Ethernet97/2 - description LEAF3B_Ethernet97/3 + description L2_LEAF3B_Ethernet97/3 no shutdown channel-group 971 mode active ! diff --git a/ansible_collections/arista/avd/examples/campus-fabric/intended/configs/LEAF3D.cfg b/ansible_collections/arista/avd/examples/campus-fabric/intended/configs/LEAF3D.cfg index b42c55f658c..740fcbbab1e 100644 --- a/ansible_collections/arista/avd/examples/campus-fabric/intended/configs/LEAF3D.cfg +++ b/ansible_collections/arista/avd/examples/campus-fabric/intended/configs/LEAF3D.cfg @@ -41,7 +41,7 @@ management api http-commands aaa authorization exec default local ! interface Port-Channel971 - description IDF3_AGG_Po974 + description L2_IDF3_AGG_Port-Channel974 no shutdown switchport trunk allowed vlan 10,310,320,330 switchport mode trunk @@ -1968,12 +1968,12 @@ interface Ethernet96 spanning-tree bpduguard enable ! interface Ethernet97/1 - description LEAF3A_Ethernet97/4 + description L2_LEAF3A_Ethernet97/4 no shutdown channel-group 971 mode active ! interface Ethernet97/2 - description LEAF3B_Ethernet97/4 + description L2_LEAF3B_Ethernet97/4 no shutdown channel-group 971 mode active ! diff --git a/ansible_collections/arista/avd/examples/campus-fabric/intended/configs/LEAF3E.cfg b/ansible_collections/arista/avd/examples/campus-fabric/intended/configs/LEAF3E.cfg index a278522b1bd..f3087935cac 100644 --- a/ansible_collections/arista/avd/examples/campus-fabric/intended/configs/LEAF3E.cfg +++ b/ansible_collections/arista/avd/examples/campus-fabric/intended/configs/LEAF3E.cfg @@ -41,7 +41,7 @@ management api http-commands aaa authorization exec default local ! interface Port-Channel971 - description IDF3_AGG_Po981 + description L2_IDF3_AGG_Port-Channel981 no shutdown switchport trunk allowed vlan 10,310,320,330 switchport mode trunk @@ -1968,12 +1968,12 @@ interface Ethernet96 spanning-tree bpduguard enable ! interface Ethernet97/1 - description LEAF3A_Ethernet98/1 + description L2_LEAF3A_Ethernet98/1 no shutdown channel-group 971 mode active ! interface Ethernet97/2 - description LEAF3B_Ethernet98/1 + description L2_LEAF3B_Ethernet98/1 no shutdown channel-group 971 mode active ! diff --git a/ansible_collections/arista/avd/examples/campus-fabric/intended/configs/SPINE1.cfg b/ansible_collections/arista/avd/examples/campus-fabric/intended/configs/SPINE1.cfg index cb5b1fa786e..7dd6c6d9e99 100644 --- a/ansible_collections/arista/avd/examples/campus-fabric/intended/configs/SPINE1.cfg +++ b/ansible_collections/arista/avd/examples/campus-fabric/intended/configs/SPINE1.cfg @@ -68,7 +68,7 @@ management api http-commands aaa authorization exec default local ! interface Port-Channel1 - description IDF1_Po51 + description L2_IDF1_Port-Channel51 no shutdown switchport trunk allowed vlan 10,110,120,130 switchport mode trunk @@ -76,7 +76,7 @@ interface Port-Channel1 mlag 1 ! interface Port-Channel491 - description LEAF2A_Po11 + description L2_LEAF2A_Port-Channel11 no shutdown switchport trunk allowed vlan 10,210,220,230 switchport mode trunk @@ -84,7 +84,7 @@ interface Port-Channel491 mlag 491 ! interface Port-Channel501 - description IDF3_AGG_Po971 + description L2_IDF3_AGG_Port-Channel971 no shutdown switchport trunk allowed vlan 10,310,320,330 switchport mode trunk @@ -99,22 +99,22 @@ interface Port-Channel551 switchport ! interface Ethernet1 - description LEAF1A_Ethernet51 + description L2_LEAF1A_Ethernet51 no shutdown channel-group 1 mode active ! interface Ethernet49/1 - description LEAF2A_Ethernet1/1 + description L2_LEAF2A_Ethernet1/1 no shutdown channel-group 491 mode active ! interface Ethernet50/1 - description LEAF3A_Ethernet97/1 + description L2_LEAF3A_Ethernet97/1 no shutdown channel-group 501 mode active ! interface Ethernet51/1 - description LEAF3B_Ethernet97/1 + description L2_LEAF3B_Ethernet97/1 no shutdown channel-group 501 mode active ! diff --git a/ansible_collections/arista/avd/examples/campus-fabric/intended/configs/SPINE2.cfg b/ansible_collections/arista/avd/examples/campus-fabric/intended/configs/SPINE2.cfg index d5f26edea48..ef5daac52e1 100644 --- a/ansible_collections/arista/avd/examples/campus-fabric/intended/configs/SPINE2.cfg +++ b/ansible_collections/arista/avd/examples/campus-fabric/intended/configs/SPINE2.cfg @@ -68,7 +68,7 @@ management api http-commands aaa authorization exec default local ! interface Port-Channel1 - description IDF1_Po51 + description L2_IDF1_Port-Channel51 no shutdown switchport trunk allowed vlan 10,110,120,130 switchport mode trunk @@ -76,7 +76,7 @@ interface Port-Channel1 mlag 1 ! interface Port-Channel491 - description LEAF2A_Po11 + description L2_LEAF2A_Port-Channel11 no shutdown switchport trunk allowed vlan 10,210,220,230 switchport mode trunk @@ -84,7 +84,7 @@ interface Port-Channel491 mlag 491 ! interface Port-Channel501 - description IDF3_AGG_Po971 + description L2_IDF3_AGG_Port-Channel971 no shutdown switchport trunk allowed vlan 10,310,320,330 switchport mode trunk @@ -99,22 +99,22 @@ interface Port-Channel551 switchport ! interface Ethernet1 - description LEAF1B_Ethernet51 + description L2_LEAF1B_Ethernet51 no shutdown channel-group 1 mode active ! interface Ethernet49/1 - description LEAF2A_Ethernet1/3 + description L2_LEAF2A_Ethernet1/3 no shutdown channel-group 491 mode active ! interface Ethernet50/1 - description LEAF3A_Ethernet97/2 + description L2_LEAF3A_Ethernet97/2 no shutdown channel-group 501 mode active ! interface Ethernet51/1 - description LEAF3B_Ethernet97/2 + description L2_LEAF3B_Ethernet97/2 no shutdown channel-group 501 mode active ! diff --git a/ansible_collections/arista/avd/examples/campus-fabric/intended/structured_configs/LEAF1A.yml b/ansible_collections/arista/avd/examples/campus-fabric/intended/structured_configs/LEAF1A.yml index 730de75c919..1c3b6e75149 100644 --- a/ansible_collections/arista/avd/examples/campus-fabric/intended/structured_configs/LEAF1A.yml +++ b/ansible_collections/arista/avd/examples/campus-fabric/intended/structured_configs/LEAF1A.yml @@ -101,7 +101,7 @@ port_channel_interfaces: - MLAG shutdown: false - name: Port-Channel51 - description: SPINES_Po1 + description: L2_SPINES_Port-Channel1 switchport: enabled: true mode: trunk @@ -132,7 +132,7 @@ ethernet_interfaces: peer: SPINE1 peer_interface: Ethernet1 peer_type: l3spine - description: SPINE1_Ethernet1 + description: L2_SPINE1_Ethernet1 shutdown: false channel_group: id: 51 diff --git a/ansible_collections/arista/avd/examples/campus-fabric/intended/structured_configs/LEAF1B.yml b/ansible_collections/arista/avd/examples/campus-fabric/intended/structured_configs/LEAF1B.yml index 95b927caf9d..94d3d21aeda 100644 --- a/ansible_collections/arista/avd/examples/campus-fabric/intended/structured_configs/LEAF1B.yml +++ b/ansible_collections/arista/avd/examples/campus-fabric/intended/structured_configs/LEAF1B.yml @@ -101,7 +101,7 @@ port_channel_interfaces: - MLAG shutdown: false - name: Port-Channel51 - description: SPINES_Po1 + description: L2_SPINES_Port-Channel1 switchport: enabled: true mode: trunk @@ -132,7 +132,7 @@ ethernet_interfaces: peer: SPINE2 peer_interface: Ethernet1 peer_type: l3spine - description: SPINE2_Ethernet1 + description: L2_SPINE2_Ethernet1 shutdown: false channel_group: id: 51 diff --git a/ansible_collections/arista/avd/examples/campus-fabric/intended/structured_configs/LEAF2A.yml b/ansible_collections/arista/avd/examples/campus-fabric/intended/structured_configs/LEAF2A.yml index 727476492f5..11ca0c4352d 100644 --- a/ansible_collections/arista/avd/examples/campus-fabric/intended/structured_configs/LEAF2A.yml +++ b/ansible_collections/arista/avd/examples/campus-fabric/intended/structured_configs/LEAF2A.yml @@ -63,7 +63,7 @@ ethernet_interfaces: peer: SPINE1 peer_interface: Ethernet49/1 peer_type: l3spine - description: SPINE1_Ethernet49/1 + description: L2_SPINE1_Ethernet49/1 shutdown: false channel_group: id: 11 @@ -72,7 +72,7 @@ ethernet_interfaces: peer: SPINE2 peer_interface: Ethernet49/1 peer_type: l3spine - description: SPINE2_Ethernet49/1 + description: L2_SPINE2_Ethernet49/1 shutdown: false channel_group: id: 11 @@ -10159,7 +10159,7 @@ ethernet_interfaces: class: 4 port_channel_interfaces: - name: Port-Channel11 - description: SPINES_Po491 + description: L2_SPINES_Port-Channel491 switchport: enabled: true mode: trunk diff --git a/ansible_collections/arista/avd/examples/campus-fabric/intended/structured_configs/LEAF3A.yml b/ansible_collections/arista/avd/examples/campus-fabric/intended/structured_configs/LEAF3A.yml index 7d5d688d014..5075bdd6b9e 100644 --- a/ansible_collections/arista/avd/examples/campus-fabric/intended/structured_configs/LEAF3A.yml +++ b/ansible_collections/arista/avd/examples/campus-fabric/intended/structured_configs/LEAF3A.yml @@ -101,7 +101,7 @@ port_channel_interfaces: - MLAG shutdown: false - name: Port-Channel971 - description: SPINES_Po501 + description: L2_SPINES_Port-Channel501 switchport: enabled: true mode: trunk @@ -110,7 +110,7 @@ port_channel_interfaces: shutdown: false mlag: 971 - name: Port-Channel973 - description: LEAF3C_Po971 + description: L2_LEAF3C_Port-Channel971 switchport: enabled: true mode: trunk @@ -119,7 +119,7 @@ port_channel_interfaces: shutdown: false mlag: 973 - name: Port-Channel974 - description: LEAF3D_Po971 + description: L2_LEAF3D_Port-Channel971 switchport: enabled: true mode: trunk @@ -128,7 +128,7 @@ port_channel_interfaces: shutdown: false mlag: 974 - name: Port-Channel981 - description: LEAF3E_Po971 + description: L2_LEAF3E_Port-Channel971 switchport: enabled: true mode: trunk @@ -159,7 +159,7 @@ ethernet_interfaces: peer: SPINE1 peer_interface: Ethernet50/1 peer_type: l3spine - description: SPINE1_Ethernet50/1 + description: L2_SPINE1_Ethernet50/1 shutdown: false channel_group: id: 971 @@ -168,7 +168,7 @@ ethernet_interfaces: peer: SPINE2 peer_interface: Ethernet50/1 peer_type: l3spine - description: SPINE2_Ethernet50/1 + description: L2_SPINE2_Ethernet50/1 shutdown: false channel_group: id: 971 @@ -177,7 +177,7 @@ ethernet_interfaces: peer: LEAF3C peer_interface: Ethernet97/1 peer_type: l2leaf - description: LEAF3C_Ethernet97/1 + description: L2_LEAF3C_Ethernet97/1 shutdown: false channel_group: id: 973 @@ -186,7 +186,7 @@ ethernet_interfaces: peer: LEAF3D peer_interface: Ethernet97/1 peer_type: l2leaf - description: LEAF3D_Ethernet97/1 + description: L2_LEAF3D_Ethernet97/1 shutdown: false channel_group: id: 974 @@ -195,7 +195,7 @@ ethernet_interfaces: peer: LEAF3E peer_interface: Ethernet97/1 peer_type: l2leaf - description: LEAF3E_Ethernet97/1 + description: L2_LEAF3E_Ethernet97/1 shutdown: false channel_group: id: 981 diff --git a/ansible_collections/arista/avd/examples/campus-fabric/intended/structured_configs/LEAF3B.yml b/ansible_collections/arista/avd/examples/campus-fabric/intended/structured_configs/LEAF3B.yml index f74d529477a..4c52b2b7a39 100644 --- a/ansible_collections/arista/avd/examples/campus-fabric/intended/structured_configs/LEAF3B.yml +++ b/ansible_collections/arista/avd/examples/campus-fabric/intended/structured_configs/LEAF3B.yml @@ -101,7 +101,7 @@ port_channel_interfaces: - MLAG shutdown: false - name: Port-Channel971 - description: SPINES_Po501 + description: L2_SPINES_Port-Channel501 switchport: enabled: true mode: trunk @@ -110,7 +110,7 @@ port_channel_interfaces: shutdown: false mlag: 971 - name: Port-Channel973 - description: LEAF3C_Po971 + description: L2_LEAF3C_Port-Channel971 switchport: enabled: true mode: trunk @@ -119,7 +119,7 @@ port_channel_interfaces: shutdown: false mlag: 973 - name: Port-Channel974 - description: LEAF3D_Po971 + description: L2_LEAF3D_Port-Channel971 switchport: enabled: true mode: trunk @@ -128,7 +128,7 @@ port_channel_interfaces: shutdown: false mlag: 974 - name: Port-Channel981 - description: LEAF3E_Po971 + description: L2_LEAF3E_Port-Channel971 switchport: enabled: true mode: trunk @@ -159,7 +159,7 @@ ethernet_interfaces: peer: SPINE1 peer_interface: Ethernet51/1 peer_type: l3spine - description: SPINE1_Ethernet51/1 + description: L2_SPINE1_Ethernet51/1 shutdown: false channel_group: id: 971 @@ -168,7 +168,7 @@ ethernet_interfaces: peer: SPINE2 peer_interface: Ethernet51/1 peer_type: l3spine - description: SPINE2_Ethernet51/1 + description: L2_SPINE2_Ethernet51/1 shutdown: false channel_group: id: 971 @@ -177,7 +177,7 @@ ethernet_interfaces: peer: LEAF3C peer_interface: Ethernet97/2 peer_type: l2leaf - description: LEAF3C_Ethernet97/2 + description: L2_LEAF3C_Ethernet97/2 shutdown: false channel_group: id: 973 @@ -186,7 +186,7 @@ ethernet_interfaces: peer: LEAF3D peer_interface: Ethernet97/2 peer_type: l2leaf - description: LEAF3D_Ethernet97/2 + description: L2_LEAF3D_Ethernet97/2 shutdown: false channel_group: id: 974 @@ -195,7 +195,7 @@ ethernet_interfaces: peer: LEAF3E peer_interface: Ethernet97/2 peer_type: l2leaf - description: LEAF3E_Ethernet97/2 + description: L2_LEAF3E_Ethernet97/2 shutdown: false channel_group: id: 981 diff --git a/ansible_collections/arista/avd/examples/campus-fabric/intended/structured_configs/LEAF3C.yml b/ansible_collections/arista/avd/examples/campus-fabric/intended/structured_configs/LEAF3C.yml index 0e44e25929c..025ef846cff 100644 --- a/ansible_collections/arista/avd/examples/campus-fabric/intended/structured_configs/LEAF3C.yml +++ b/ansible_collections/arista/avd/examples/campus-fabric/intended/structured_configs/LEAF3C.yml @@ -63,7 +63,7 @@ ethernet_interfaces: peer: LEAF3A peer_interface: Ethernet97/3 peer_type: l2leaf - description: LEAF3A_Ethernet97/3 + description: L2_LEAF3A_Ethernet97/3 shutdown: false channel_group: id: 971 @@ -72,7 +72,7 @@ ethernet_interfaces: peer: LEAF3B peer_interface: Ethernet97/3 peer_type: l2leaf - description: LEAF3B_Ethernet97/3 + description: L2_LEAF3B_Ethernet97/3 shutdown: false channel_group: id: 971 @@ -3151,7 +3151,7 @@ ethernet_interfaces: allow_vlan: 330 port_channel_interfaces: - name: Port-Channel971 - description: IDF3_AGG_Po973 + description: L2_IDF3_AGG_Port-Channel973 switchport: enabled: true mode: trunk diff --git a/ansible_collections/arista/avd/examples/campus-fabric/intended/structured_configs/LEAF3D.yml b/ansible_collections/arista/avd/examples/campus-fabric/intended/structured_configs/LEAF3D.yml index 9d11992a228..eda946a4e01 100644 --- a/ansible_collections/arista/avd/examples/campus-fabric/intended/structured_configs/LEAF3D.yml +++ b/ansible_collections/arista/avd/examples/campus-fabric/intended/structured_configs/LEAF3D.yml @@ -63,7 +63,7 @@ ethernet_interfaces: peer: LEAF3A peer_interface: Ethernet97/4 peer_type: l2leaf - description: LEAF3A_Ethernet97/4 + description: L2_LEAF3A_Ethernet97/4 shutdown: false channel_group: id: 971 @@ -72,7 +72,7 @@ ethernet_interfaces: peer: LEAF3B peer_interface: Ethernet97/4 peer_type: l2leaf - description: LEAF3B_Ethernet97/4 + description: L2_LEAF3B_Ethernet97/4 shutdown: false channel_group: id: 971 @@ -3151,7 +3151,7 @@ ethernet_interfaces: allow_vlan: 330 port_channel_interfaces: - name: Port-Channel971 - description: IDF3_AGG_Po974 + description: L2_IDF3_AGG_Port-Channel974 switchport: enabled: true mode: trunk diff --git a/ansible_collections/arista/avd/examples/campus-fabric/intended/structured_configs/LEAF3E.yml b/ansible_collections/arista/avd/examples/campus-fabric/intended/structured_configs/LEAF3E.yml index 14c1fcc47cd..5eb560d39be 100644 --- a/ansible_collections/arista/avd/examples/campus-fabric/intended/structured_configs/LEAF3E.yml +++ b/ansible_collections/arista/avd/examples/campus-fabric/intended/structured_configs/LEAF3E.yml @@ -63,7 +63,7 @@ ethernet_interfaces: peer: LEAF3A peer_interface: Ethernet98/1 peer_type: l2leaf - description: LEAF3A_Ethernet98/1 + description: L2_LEAF3A_Ethernet98/1 shutdown: false channel_group: id: 971 @@ -72,7 +72,7 @@ ethernet_interfaces: peer: LEAF3B peer_interface: Ethernet98/1 peer_type: l2leaf - description: LEAF3B_Ethernet98/1 + description: L2_LEAF3B_Ethernet98/1 shutdown: false channel_group: id: 971 @@ -3151,7 +3151,7 @@ ethernet_interfaces: allow_vlan: 330 port_channel_interfaces: - name: Port-Channel971 - description: IDF3_AGG_Po981 + description: L2_IDF3_AGG_Port-Channel981 switchport: enabled: true mode: trunk diff --git a/ansible_collections/arista/avd/examples/campus-fabric/intended/structured_configs/SPINE1.yml b/ansible_collections/arista/avd/examples/campus-fabric/intended/structured_configs/SPINE1.yml index 4369a021a16..ad93d9f733d 100644 --- a/ansible_collections/arista/avd/examples/campus-fabric/intended/structured_configs/SPINE1.yml +++ b/ansible_collections/arista/avd/examples/campus-fabric/intended/structured_configs/SPINE1.yml @@ -215,7 +215,7 @@ port_channel_interfaces: - MLAG shutdown: false - name: Port-Channel1 - description: IDF1_Po51 + description: L2_IDF1_Port-Channel51 switchport: enabled: true mode: trunk @@ -224,7 +224,7 @@ port_channel_interfaces: shutdown: false mlag: 1 - name: Port-Channel491 - description: LEAF2A_Po11 + description: L2_LEAF2A_Port-Channel11 switchport: enabled: true mode: trunk @@ -233,7 +233,7 @@ port_channel_interfaces: shutdown: false mlag: 491 - name: Port-Channel501 - description: IDF3_AGG_Po971 + description: L2_IDF3_AGG_Port-Channel971 switchport: enabled: true mode: trunk @@ -264,7 +264,7 @@ ethernet_interfaces: peer: LEAF1A peer_interface: Ethernet51 peer_type: l2leaf - description: LEAF1A_Ethernet51 + description: L2_LEAF1A_Ethernet51 shutdown: false channel_group: id: 1 @@ -273,7 +273,7 @@ ethernet_interfaces: peer: LEAF2A peer_interface: Ethernet1/1 peer_type: l2leaf - description: LEAF2A_Ethernet1/1 + description: L2_LEAF2A_Ethernet1/1 shutdown: false channel_group: id: 491 @@ -282,7 +282,7 @@ ethernet_interfaces: peer: LEAF3A peer_interface: Ethernet97/1 peer_type: l2leaf - description: LEAF3A_Ethernet97/1 + description: L2_LEAF3A_Ethernet97/1 shutdown: false channel_group: id: 501 @@ -291,7 +291,7 @@ ethernet_interfaces: peer: LEAF3B peer_interface: Ethernet97/1 peer_type: l2leaf - description: LEAF3B_Ethernet97/1 + description: L2_LEAF3B_Ethernet97/1 shutdown: false channel_group: id: 501 diff --git a/ansible_collections/arista/avd/examples/campus-fabric/intended/structured_configs/SPINE2.yml b/ansible_collections/arista/avd/examples/campus-fabric/intended/structured_configs/SPINE2.yml index 2142e2800a2..b150bd3ae29 100644 --- a/ansible_collections/arista/avd/examples/campus-fabric/intended/structured_configs/SPINE2.yml +++ b/ansible_collections/arista/avd/examples/campus-fabric/intended/structured_configs/SPINE2.yml @@ -215,7 +215,7 @@ port_channel_interfaces: - MLAG shutdown: false - name: Port-Channel1 - description: IDF1_Po51 + description: L2_IDF1_Port-Channel51 switchport: enabled: true mode: trunk @@ -224,7 +224,7 @@ port_channel_interfaces: shutdown: false mlag: 1 - name: Port-Channel491 - description: LEAF2A_Po11 + description: L2_LEAF2A_Port-Channel11 switchport: enabled: true mode: trunk @@ -233,7 +233,7 @@ port_channel_interfaces: shutdown: false mlag: 491 - name: Port-Channel501 - description: IDF3_AGG_Po971 + description: L2_IDF3_AGG_Port-Channel971 switchport: enabled: true mode: trunk @@ -264,7 +264,7 @@ ethernet_interfaces: peer: LEAF1B peer_interface: Ethernet51 peer_type: l2leaf - description: LEAF1B_Ethernet51 + description: L2_LEAF1B_Ethernet51 shutdown: false channel_group: id: 1 @@ -273,7 +273,7 @@ ethernet_interfaces: peer: LEAF2A peer_interface: Ethernet1/3 peer_type: l2leaf - description: LEAF2A_Ethernet1/3 + description: L2_LEAF2A_Ethernet1/3 shutdown: false channel_group: id: 491 @@ -282,7 +282,7 @@ ethernet_interfaces: peer: LEAF3A peer_interface: Ethernet97/2 peer_type: l2leaf - description: LEAF3A_Ethernet97/2 + description: L2_LEAF3A_Ethernet97/2 shutdown: false channel_group: id: 501 @@ -291,7 +291,7 @@ ethernet_interfaces: peer: LEAF3B peer_interface: Ethernet97/2 peer_type: l2leaf - description: LEAF3B_Ethernet97/2 + description: L2_LEAF3B_Ethernet97/2 shutdown: false channel_group: id: 501 diff --git a/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc1-leaf1a.md b/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc1-leaf1a.md index c45e41d6543..62d820eb68f 100644 --- a/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc1-leaf1a.md +++ b/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc1-leaf1a.md @@ -257,7 +257,7 @@ vlan 4094 | Ethernet3 | MLAG_dc1-leaf1b_Ethernet3 | *trunk | *- | *- | *MLAG | 3 | | Ethernet4 | MLAG_dc1-leaf1b_Ethernet4 | *trunk | *- | *- | *MLAG | 3 | | Ethernet5 | SERVER_dc1-leaf1-server1_PCI1 | *trunk | *11-12,21-22 | *4092 | *- | 5 | -| Ethernet8 | DC1-LEAF1C_Ethernet1 | *trunk | *11-12,21-22,3401-3402 | *- | *- | 8 | +| Ethernet8 | L2_dc1-leaf1c_Ethernet1 | *trunk | *11-12,21-22,3401-3402 | *- | *- | 8 | *Inherited from Port-Channel Interface @@ -302,7 +302,7 @@ interface Ethernet5 channel-group 5 mode active ! interface Ethernet8 - description DC1-LEAF1C_Ethernet1 + description L2_dc1-leaf1c_Ethernet1 no shutdown channel-group 8 mode active ``` @@ -317,7 +317,7 @@ interface Ethernet8 | --------- | ----------- | ---- | ----- | ----------- | ------------| --------------------- | ------------------ | ------- | -------- | | Port-Channel3 | MLAG_dc1-leaf1b_Port-Channel3 | trunk | - | - | MLAG | - | - | - | - | | Port-Channel5 | PortChannel dc1-leaf1-server1 | trunk | 11-12,21-22 | 4092 | - | - | - | 5 | - | -| Port-Channel8 | DC1-LEAF1C_Po1 | trunk | 11-12,21-22,3401-3402 | - | - | - | - | 8 | - | +| Port-Channel8 | L2_dc1-leaf1c_Port-Channel1 | trunk | 11-12,21-22,3401-3402 | - | - | - | - | 8 | - | #### Port-Channel Interfaces Device Configuration @@ -341,7 +341,7 @@ interface Port-Channel5 spanning-tree portfast ! interface Port-Channel8 - description DC1-LEAF1C_Po1 + description L2_dc1-leaf1c_Port-Channel1 no shutdown switchport trunk allowed vlan 11-12,21-22,3401-3402 switchport mode trunk diff --git a/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc1-leaf1b.md b/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc1-leaf1b.md index 7f7b4658d57..b1aea70b336 100644 --- a/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc1-leaf1b.md +++ b/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc1-leaf1b.md @@ -257,7 +257,7 @@ vlan 4094 | Ethernet3 | MLAG_dc1-leaf1a_Ethernet3 | *trunk | *- | *- | *MLAG | 3 | | Ethernet4 | MLAG_dc1-leaf1a_Ethernet4 | *trunk | *- | *- | *MLAG | 3 | | Ethernet5 | SERVER_dc1-leaf1-server1_PCI2 | *trunk | *11-12,21-22 | *4092 | *- | 5 | -| Ethernet8 | DC1-LEAF1C_Ethernet2 | *trunk | *11-12,21-22,3401-3402 | *- | *- | 8 | +| Ethernet8 | L2_dc1-leaf1c_Ethernet2 | *trunk | *11-12,21-22,3401-3402 | *- | *- | 8 | *Inherited from Port-Channel Interface @@ -302,7 +302,7 @@ interface Ethernet5 channel-group 5 mode active ! interface Ethernet8 - description DC1-LEAF1C_Ethernet2 + description L2_dc1-leaf1c_Ethernet2 no shutdown channel-group 8 mode active ``` @@ -317,7 +317,7 @@ interface Ethernet8 | --------- | ----------- | ---- | ----- | ----------- | ------------| --------------------- | ------------------ | ------- | -------- | | Port-Channel3 | MLAG_dc1-leaf1a_Port-Channel3 | trunk | - | - | MLAG | - | - | - | - | | Port-Channel5 | PortChannel dc1-leaf1-server1 | trunk | 11-12,21-22 | 4092 | - | - | - | 5 | - | -| Port-Channel8 | DC1-LEAF1C_Po1 | trunk | 11-12,21-22,3401-3402 | - | - | - | - | 8 | - | +| Port-Channel8 | L2_dc1-leaf1c_Port-Channel1 | trunk | 11-12,21-22,3401-3402 | - | - | - | - | 8 | - | #### Port-Channel Interfaces Device Configuration @@ -341,7 +341,7 @@ interface Port-Channel5 spanning-tree portfast ! interface Port-Channel8 - description DC1-LEAF1C_Po1 + description L2_dc1-leaf1c_Port-Channel1 no shutdown switchport trunk allowed vlan 11-12,21-22,3401-3402 switchport mode trunk diff --git a/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc1-leaf1c.md b/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc1-leaf1c.md index 9b63a2d6a40..abc95e9d3ab 100644 --- a/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc1-leaf1c.md +++ b/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc1-leaf1c.md @@ -190,8 +190,8 @@ vlan 3402 | Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | Channel-Group | | --------- | ----------- | ---- | ----- | ----------- | ----------- | ------------- | -| Ethernet1 | DC1-LEAF1A_Ethernet8 | *trunk | *11-12,21-22,3401-3402 | *- | *- | 1 | -| Ethernet2 | DC1-LEAF1B_Ethernet8 | *trunk | *11-12,21-22,3401-3402 | *- | *- | 1 | +| Ethernet1 | L2_dc1-leaf1a_Ethernet8 | *trunk | *11-12,21-22,3401-3402 | *- | *- | 1 | +| Ethernet2 | L2_dc1-leaf1b_Ethernet8 | *trunk | *11-12,21-22,3401-3402 | *- | *- | 1 | | Ethernet5 | SERVER_dc1-leaf1-server1_iLO | access | 11 | - | - | - | *Inherited from Port-Channel Interface @@ -201,12 +201,12 @@ vlan 3402 ```eos ! interface Ethernet1 - description DC1-LEAF1A_Ethernet8 + description L2_dc1-leaf1a_Ethernet8 no shutdown channel-group 1 mode active ! interface Ethernet2 - description DC1-LEAF1B_Ethernet8 + description L2_dc1-leaf1b_Ethernet8 no shutdown channel-group 1 mode active ! @@ -227,14 +227,14 @@ interface Ethernet5 | Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | LACP Fallback Timeout | LACP Fallback Mode | MLAG ID | EVPN ESI | | --------- | ----------- | ---- | ----- | ----------- | ------------| --------------------- | ------------------ | ------- | -------- | -| Port-Channel1 | DC1_L3_LEAF1_Po8 | trunk | 11-12,21-22,3401-3402 | - | - | - | - | - | - | +| Port-Channel1 | L2_DC1_L3_LEAF1_Port-Channel8 | trunk | 11-12,21-22,3401-3402 | - | - | - | - | - | - | #### Port-Channel Interfaces Device Configuration ```eos ! interface Port-Channel1 - description DC1_L3_LEAF1_Po8 + description L2_DC1_L3_LEAF1_Port-Channel8 no shutdown switchport trunk allowed vlan 11-12,21-22,3401-3402 switchport mode trunk diff --git a/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc1-leaf2a.md b/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc1-leaf2a.md index 521ea7eba67..699d3902d06 100644 --- a/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc1-leaf2a.md +++ b/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc1-leaf2a.md @@ -257,7 +257,7 @@ vlan 4094 | Ethernet3 | MLAG_dc1-leaf2b_Ethernet3 | *trunk | *- | *- | *MLAG | 3 | | Ethernet4 | MLAG_dc1-leaf2b_Ethernet4 | *trunk | *- | *- | *MLAG | 3 | | Ethernet5 | SERVER_dc1-leaf2-server1_PCI1 | *trunk | *11-12,21-22 | *4092 | *- | 5 | -| Ethernet8 | DC1-LEAF2C_Ethernet1 | *trunk | *11-12,21-22,3401-3402 | *- | *- | 8 | +| Ethernet8 | L2_dc1-leaf2c_Ethernet1 | *trunk | *11-12,21-22,3401-3402 | *- | *- | 8 | *Inherited from Port-Channel Interface @@ -310,7 +310,7 @@ interface Ethernet6 ip address 172.16.100.0/31 ! interface Ethernet8 - description DC1-LEAF2C_Ethernet1 + description L2_dc1-leaf2c_Ethernet1 no shutdown channel-group 8 mode active ``` @@ -325,7 +325,7 @@ interface Ethernet8 | --------- | ----------- | ---- | ----- | ----------- | ------------| --------------------- | ------------------ | ------- | -------- | | Port-Channel3 | MLAG_dc1-leaf2b_Port-Channel3 | trunk | - | - | MLAG | - | - | - | - | | Port-Channel5 | SERVER_dc1-leaf2-server1 | trunk | 11-12,21-22 | 4092 | - | - | - | 5 | - | -| Port-Channel8 | DC1-LEAF2C_Po1 | trunk | 11-12,21-22,3401-3402 | - | - | - | - | 8 | - | +| Port-Channel8 | L2_dc1-leaf2c_Port-Channel1 | trunk | 11-12,21-22,3401-3402 | - | - | - | - | 8 | - | #### Port-Channel Interfaces Device Configuration @@ -349,7 +349,7 @@ interface Port-Channel5 spanning-tree portfast ! interface Port-Channel8 - description DC1-LEAF2C_Po1 + description L2_dc1-leaf2c_Port-Channel1 no shutdown switchport trunk allowed vlan 11-12,21-22,3401-3402 switchport mode trunk diff --git a/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc1-leaf2b.md b/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc1-leaf2b.md index d242a467947..3f027821918 100644 --- a/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc1-leaf2b.md +++ b/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc1-leaf2b.md @@ -257,7 +257,7 @@ vlan 4094 | Ethernet3 | MLAG_dc1-leaf2a_Ethernet3 | *trunk | *- | *- | *MLAG | 3 | | Ethernet4 | MLAG_dc1-leaf2a_Ethernet4 | *trunk | *- | *- | *MLAG | 3 | | Ethernet5 | SERVER_dc1-leaf2-server1_PCI2 | *trunk | *11-12,21-22 | *4092 | *- | 5 | -| Ethernet8 | DC1-LEAF2C_Ethernet2 | *trunk | *11-12,21-22,3401-3402 | *- | *- | 8 | +| Ethernet8 | L2_dc1-leaf2c_Ethernet2 | *trunk | *11-12,21-22,3401-3402 | *- | *- | 8 | *Inherited from Port-Channel Interface @@ -310,7 +310,7 @@ interface Ethernet6 ip address 172.16.100.2/31 ! interface Ethernet8 - description DC1-LEAF2C_Ethernet2 + description L2_dc1-leaf2c_Ethernet2 no shutdown channel-group 8 mode active ``` @@ -325,7 +325,7 @@ interface Ethernet8 | --------- | ----------- | ---- | ----- | ----------- | ------------| --------------------- | ------------------ | ------- | -------- | | Port-Channel3 | MLAG_dc1-leaf2a_Port-Channel3 | trunk | - | - | MLAG | - | - | - | - | | Port-Channel5 | SERVER_dc1-leaf2-server1 | trunk | 11-12,21-22 | 4092 | - | - | - | 5 | - | -| Port-Channel8 | DC1-LEAF2C_Po1 | trunk | 11-12,21-22,3401-3402 | - | - | - | - | 8 | - | +| Port-Channel8 | L2_dc1-leaf2c_Port-Channel1 | trunk | 11-12,21-22,3401-3402 | - | - | - | - | 8 | - | #### Port-Channel Interfaces Device Configuration @@ -349,7 +349,7 @@ interface Port-Channel5 spanning-tree portfast ! interface Port-Channel8 - description DC1-LEAF2C_Po1 + description L2_dc1-leaf2c_Port-Channel1 no shutdown switchport trunk allowed vlan 11-12,21-22,3401-3402 switchport mode trunk diff --git a/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc1-leaf2c.md b/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc1-leaf2c.md index a17ebed6fbe..bf3ad1eec14 100644 --- a/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc1-leaf2c.md +++ b/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc1-leaf2c.md @@ -190,8 +190,8 @@ vlan 3402 | Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | Channel-Group | | --------- | ----------- | ---- | ----- | ----------- | ----------- | ------------- | -| Ethernet1 | DC1-LEAF2A_Ethernet8 | *trunk | *11-12,21-22,3401-3402 | *- | *- | 1 | -| Ethernet2 | DC1-LEAF2B_Ethernet8 | *trunk | *11-12,21-22,3401-3402 | *- | *- | 1 | +| Ethernet1 | L2_dc1-leaf2a_Ethernet8 | *trunk | *11-12,21-22,3401-3402 | *- | *- | 1 | +| Ethernet2 | L2_dc1-leaf2b_Ethernet8 | *trunk | *11-12,21-22,3401-3402 | *- | *- | 1 | | Ethernet5 | SERVER_dc1-leaf2-server1_iLO | access | 11 | - | - | - | *Inherited from Port-Channel Interface @@ -201,12 +201,12 @@ vlan 3402 ```eos ! interface Ethernet1 - description DC1-LEAF2A_Ethernet8 + description L2_dc1-leaf2a_Ethernet8 no shutdown channel-group 1 mode active ! interface Ethernet2 - description DC1-LEAF2B_Ethernet8 + description L2_dc1-leaf2b_Ethernet8 no shutdown channel-group 1 mode active ! @@ -227,14 +227,14 @@ interface Ethernet5 | Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | LACP Fallback Timeout | LACP Fallback Mode | MLAG ID | EVPN ESI | | --------- | ----------- | ---- | ----- | ----------- | ------------| --------------------- | ------------------ | ------- | -------- | -| Port-Channel1 | DC1_L3_LEAF2_Po8 | trunk | 11-12,21-22,3401-3402 | - | - | - | - | - | - | +| Port-Channel1 | L2_DC1_L3_LEAF2_Port-Channel8 | trunk | 11-12,21-22,3401-3402 | - | - | - | - | - | - | #### Port-Channel Interfaces Device Configuration ```eos ! interface Port-Channel1 - description DC1_L3_LEAF2_Po8 + description L2_DC1_L3_LEAF2_Port-Channel8 no shutdown switchport trunk allowed vlan 11-12,21-22,3401-3402 switchport mode trunk diff --git a/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc2-leaf1a.md b/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc2-leaf1a.md index 926269cdf33..b94afcc90df 100644 --- a/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc2-leaf1a.md +++ b/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc2-leaf1a.md @@ -257,7 +257,7 @@ vlan 4094 | Ethernet3 | MLAG_dc2-leaf1b_Ethernet3 | *trunk | *- | *- | *MLAG | 3 | | Ethernet4 | MLAG_dc2-leaf1b_Ethernet4 | *trunk | *- | *- | *MLAG | 3 | | Ethernet5 | SERVER_dc2-leaf1-server1_PCI1 | *trunk | *11-12,21-22 | *4092 | *- | 5 | -| Ethernet8 | DC2-LEAF1C_Ethernet1 | *trunk | *11-12,21-22,3401-3402 | *- | *- | 8 | +| Ethernet8 | L2_dc2-leaf1c_Ethernet1 | *trunk | *11-12,21-22,3401-3402 | *- | *- | 8 | *Inherited from Port-Channel Interface @@ -302,7 +302,7 @@ interface Ethernet5 channel-group 5 mode active ! interface Ethernet8 - description DC2-LEAF1C_Ethernet1 + description L2_dc2-leaf1c_Ethernet1 no shutdown channel-group 8 mode active ``` @@ -317,7 +317,7 @@ interface Ethernet8 | --------- | ----------- | ---- | ----- | ----------- | ------------| --------------------- | ------------------ | ------- | -------- | | Port-Channel3 | MLAG_dc2-leaf1b_Port-Channel3 | trunk | - | - | MLAG | - | - | - | - | | Port-Channel5 | SERVER_dc2-leaf1-server1_Bond1 | trunk | 11-12,21-22 | 4092 | - | - | - | 5 | - | -| Port-Channel8 | DC2-LEAF1C_Po1 | trunk | 11-12,21-22,3401-3402 | - | - | - | - | 8 | - | +| Port-Channel8 | L2_dc2-leaf1c_Port-Channel1 | trunk | 11-12,21-22,3401-3402 | - | - | - | - | 8 | - | #### Port-Channel Interfaces Device Configuration @@ -341,7 +341,7 @@ interface Port-Channel5 spanning-tree portfast ! interface Port-Channel8 - description DC2-LEAF1C_Po1 + description L2_dc2-leaf1c_Port-Channel1 no shutdown switchport trunk allowed vlan 11-12,21-22,3401-3402 switchport mode trunk diff --git a/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc2-leaf1b.md b/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc2-leaf1b.md index 0753332b85a..24f5f02ab5a 100644 --- a/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc2-leaf1b.md +++ b/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc2-leaf1b.md @@ -257,7 +257,7 @@ vlan 4094 | Ethernet3 | MLAG_dc2-leaf1a_Ethernet3 | *trunk | *- | *- | *MLAG | 3 | | Ethernet4 | MLAG_dc2-leaf1a_Ethernet4 | *trunk | *- | *- | *MLAG | 3 | | Ethernet5 | SERVER_dc2-leaf1-server1_PCI2 | *trunk | *11-12,21-22 | *4092 | *- | 5 | -| Ethernet8 | DC2-LEAF1C_Ethernet2 | *trunk | *11-12,21-22,3401-3402 | *- | *- | 8 | +| Ethernet8 | L2_dc2-leaf1c_Ethernet2 | *trunk | *11-12,21-22,3401-3402 | *- | *- | 8 | *Inherited from Port-Channel Interface @@ -302,7 +302,7 @@ interface Ethernet5 channel-group 5 mode active ! interface Ethernet8 - description DC2-LEAF1C_Ethernet2 + description L2_dc2-leaf1c_Ethernet2 no shutdown channel-group 8 mode active ``` @@ -317,7 +317,7 @@ interface Ethernet8 | --------- | ----------- | ---- | ----- | ----------- | ------------| --------------------- | ------------------ | ------- | -------- | | Port-Channel3 | MLAG_dc2-leaf1a_Port-Channel3 | trunk | - | - | MLAG | - | - | - | - | | Port-Channel5 | SERVER_dc2-leaf1-server1_Bond1 | trunk | 11-12,21-22 | 4092 | - | - | - | 5 | - | -| Port-Channel8 | DC2-LEAF1C_Po1 | trunk | 11-12,21-22,3401-3402 | - | - | - | - | 8 | - | +| Port-Channel8 | L2_dc2-leaf1c_Port-Channel1 | trunk | 11-12,21-22,3401-3402 | - | - | - | - | 8 | - | #### Port-Channel Interfaces Device Configuration @@ -341,7 +341,7 @@ interface Port-Channel5 spanning-tree portfast ! interface Port-Channel8 - description DC2-LEAF1C_Po1 + description L2_dc2-leaf1c_Port-Channel1 no shutdown switchport trunk allowed vlan 11-12,21-22,3401-3402 switchport mode trunk diff --git a/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc2-leaf1c.md b/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc2-leaf1c.md index a0af2c52797..42c79233b0f 100644 --- a/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc2-leaf1c.md +++ b/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc2-leaf1c.md @@ -190,8 +190,8 @@ vlan 3402 | Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | Channel-Group | | --------- | ----------- | ---- | ----- | ----------- | ----------- | ------------- | -| Ethernet1 | DC2-LEAF1A_Ethernet8 | *trunk | *11-12,21-22,3401-3402 | *- | *- | 1 | -| Ethernet2 | DC2-LEAF1B_Ethernet8 | *trunk | *11-12,21-22,3401-3402 | *- | *- | 1 | +| Ethernet1 | L2_dc2-leaf1a_Ethernet8 | *trunk | *11-12,21-22,3401-3402 | *- | *- | 1 | +| Ethernet2 | L2_dc2-leaf1b_Ethernet8 | *trunk | *11-12,21-22,3401-3402 | *- | *- | 1 | | Ethernet5 | SERVER_dc2-leaf1-server1_iLO | access | 11 | - | - | - | *Inherited from Port-Channel Interface @@ -201,12 +201,12 @@ vlan 3402 ```eos ! interface Ethernet1 - description DC2-LEAF1A_Ethernet8 + description L2_dc2-leaf1a_Ethernet8 no shutdown channel-group 1 mode active ! interface Ethernet2 - description DC2-LEAF1B_Ethernet8 + description L2_dc2-leaf1b_Ethernet8 no shutdown channel-group 1 mode active ! @@ -227,14 +227,14 @@ interface Ethernet5 | Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | LACP Fallback Timeout | LACP Fallback Mode | MLAG ID | EVPN ESI | | --------- | ----------- | ---- | ----- | ----------- | ------------| --------------------- | ------------------ | ------- | -------- | -| Port-Channel1 | DC2_L3_LEAF1_Po8 | trunk | 11-12,21-22,3401-3402 | - | - | - | - | - | - | +| Port-Channel1 | L2_DC2_L3_LEAF1_Port-Channel8 | trunk | 11-12,21-22,3401-3402 | - | - | - | - | - | - | #### Port-Channel Interfaces Device Configuration ```eos ! interface Port-Channel1 - description DC2_L3_LEAF1_Po8 + description L2_DC2_L3_LEAF1_Port-Channel8 no shutdown switchport trunk allowed vlan 11-12,21-22,3401-3402 switchport mode trunk diff --git a/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc2-leaf2a.md b/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc2-leaf2a.md index 14949c3d0c6..8958dba962a 100644 --- a/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc2-leaf2a.md +++ b/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc2-leaf2a.md @@ -257,7 +257,7 @@ vlan 4094 | Ethernet3 | MLAG_dc2-leaf2b_Ethernet3 | *trunk | *- | *- | *MLAG | 3 | | Ethernet4 | MLAG_dc2-leaf2b_Ethernet4 | *trunk | *- | *- | *MLAG | 3 | | Ethernet5 | SERVER_dc2-leaf2-server1_PCI1 | *trunk | *11-12,21-22 | *4092 | *- | 5 | -| Ethernet8 | DC2-LEAF2C_Ethernet1 | *trunk | *11-12,21-22,3401-3402 | *- | *- | 8 | +| Ethernet8 | L2_dc2-leaf2c_Ethernet1 | *trunk | *11-12,21-22,3401-3402 | *- | *- | 8 | *Inherited from Port-Channel Interface @@ -310,7 +310,7 @@ interface Ethernet6 ip address 172.16.100.1/31 ! interface Ethernet8 - description DC2-LEAF2C_Ethernet1 + description L2_dc2-leaf2c_Ethernet1 no shutdown channel-group 8 mode active ``` @@ -325,7 +325,7 @@ interface Ethernet8 | --------- | ----------- | ---- | ----- | ----------- | ------------| --------------------- | ------------------ | ------- | -------- | | Port-Channel3 | MLAG_dc2-leaf2b_Port-Channel3 | trunk | - | - | MLAG | - | - | - | - | | Port-Channel5 | SERVER_dc2-leaf2-server1 | trunk | 11-12,21-22 | 4092 | - | - | - | 5 | - | -| Port-Channel8 | DC2-LEAF2C_Po1 | trunk | 11-12,21-22,3401-3402 | - | - | - | - | 8 | - | +| Port-Channel8 | L2_dc2-leaf2c_Port-Channel1 | trunk | 11-12,21-22,3401-3402 | - | - | - | - | 8 | - | #### Port-Channel Interfaces Device Configuration @@ -349,7 +349,7 @@ interface Port-Channel5 spanning-tree portfast ! interface Port-Channel8 - description DC2-LEAF2C_Po1 + description L2_dc2-leaf2c_Port-Channel1 no shutdown switchport trunk allowed vlan 11-12,21-22,3401-3402 switchport mode trunk diff --git a/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc2-leaf2b.md b/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc2-leaf2b.md index 568dc8ca296..d3d2a4f22f5 100644 --- a/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc2-leaf2b.md +++ b/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc2-leaf2b.md @@ -257,7 +257,7 @@ vlan 4094 | Ethernet3 | MLAG_dc2-leaf2a_Ethernet3 | *trunk | *- | *- | *MLAG | 3 | | Ethernet4 | MLAG_dc2-leaf2a_Ethernet4 | *trunk | *- | *- | *MLAG | 3 | | Ethernet5 | SERVER_dc2-leaf2-server1_PCI2 | *trunk | *11-12,21-22 | *4092 | *- | 5 | -| Ethernet8 | DC2-LEAF2C_Ethernet2 | *trunk | *11-12,21-22,3401-3402 | *- | *- | 8 | +| Ethernet8 | L2_dc2-leaf2c_Ethernet2 | *trunk | *11-12,21-22,3401-3402 | *- | *- | 8 | *Inherited from Port-Channel Interface @@ -310,7 +310,7 @@ interface Ethernet6 ip address 172.16.100.3/31 ! interface Ethernet8 - description DC2-LEAF2C_Ethernet2 + description L2_dc2-leaf2c_Ethernet2 no shutdown channel-group 8 mode active ``` @@ -325,7 +325,7 @@ interface Ethernet8 | --------- | ----------- | ---- | ----- | ----------- | ------------| --------------------- | ------------------ | ------- | -------- | | Port-Channel3 | MLAG_dc2-leaf2a_Port-Channel3 | trunk | - | - | MLAG | - | - | - | - | | Port-Channel5 | SERVER_dc2-leaf2-server1 | trunk | 11-12,21-22 | 4092 | - | - | - | 5 | - | -| Port-Channel8 | DC2-LEAF2C_Po1 | trunk | 11-12,21-22,3401-3402 | - | - | - | - | 8 | - | +| Port-Channel8 | L2_dc2-leaf2c_Port-Channel1 | trunk | 11-12,21-22,3401-3402 | - | - | - | - | 8 | - | #### Port-Channel Interfaces Device Configuration @@ -349,7 +349,7 @@ interface Port-Channel5 spanning-tree portfast ! interface Port-Channel8 - description DC2-LEAF2C_Po1 + description L2_dc2-leaf2c_Port-Channel1 no shutdown switchport trunk allowed vlan 11-12,21-22,3401-3402 switchport mode trunk diff --git a/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc2-leaf2c.md b/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc2-leaf2c.md index df44b6279aa..c46767c2b70 100644 --- a/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc2-leaf2c.md +++ b/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc2-leaf2c.md @@ -190,8 +190,8 @@ vlan 3402 | Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | Channel-Group | | --------- | ----------- | ---- | ----- | ----------- | ----------- | ------------- | -| Ethernet1 | DC2-LEAF2A_Ethernet8 | *trunk | *11-12,21-22,3401-3402 | *- | *- | 1 | -| Ethernet2 | DC2-LEAF2B_Ethernet8 | *trunk | *11-12,21-22,3401-3402 | *- | *- | 1 | +| Ethernet1 | L2_dc2-leaf2a_Ethernet8 | *trunk | *11-12,21-22,3401-3402 | *- | *- | 1 | +| Ethernet2 | L2_dc2-leaf2b_Ethernet8 | *trunk | *11-12,21-22,3401-3402 | *- | *- | 1 | | Ethernet5 | SERVER_dc2-leaf2-server1_iLO | access | 11 | - | - | - | *Inherited from Port-Channel Interface @@ -201,12 +201,12 @@ vlan 3402 ```eos ! interface Ethernet1 - description DC2-LEAF2A_Ethernet8 + description L2_dc2-leaf2a_Ethernet8 no shutdown channel-group 1 mode active ! interface Ethernet2 - description DC2-LEAF2B_Ethernet8 + description L2_dc2-leaf2b_Ethernet8 no shutdown channel-group 1 mode active ! @@ -227,14 +227,14 @@ interface Ethernet5 | Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | LACP Fallback Timeout | LACP Fallback Mode | MLAG ID | EVPN ESI | | --------- | ----------- | ---- | ----- | ----------- | ------------| --------------------- | ------------------ | ------- | -------- | -| Port-Channel1 | DC2_L3_LEAF2_Po8 | trunk | 11-12,21-22,3401-3402 | - | - | - | - | - | - | +| Port-Channel1 | L2_DC2_L3_LEAF2_Port-Channel8 | trunk | 11-12,21-22,3401-3402 | - | - | - | - | - | - | #### Port-Channel Interfaces Device Configuration ```eos ! interface Port-Channel1 - description DC2_L3_LEAF2_Po8 + description L2_DC2_L3_LEAF2_Port-Channel8 no shutdown switchport trunk allowed vlan 11-12,21-22,3401-3402 switchport mode trunk diff --git a/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/configs/dc1-leaf1a.cfg b/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/configs/dc1-leaf1a.cfg index 2dec8c133a3..70be116e1b4 100644 --- a/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/configs/dc1-leaf1a.cfg +++ b/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/configs/dc1-leaf1a.cfg @@ -82,7 +82,7 @@ interface Port-Channel5 spanning-tree portfast ! interface Port-Channel8 - description DC1-LEAF1C_Po1 + description L2_dc1-leaf1c_Port-Channel1 no shutdown switchport trunk allowed vlan 11-12,21-22,3401-3402 switchport mode trunk @@ -119,7 +119,7 @@ interface Ethernet5 channel-group 5 mode active ! interface Ethernet8 - description DC1-LEAF1C_Ethernet1 + description L2_dc1-leaf1c_Ethernet1 no shutdown channel-group 8 mode active ! diff --git a/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/configs/dc1-leaf1b.cfg b/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/configs/dc1-leaf1b.cfg index 0639b3091a6..5d06e4773eb 100644 --- a/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/configs/dc1-leaf1b.cfg +++ b/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/configs/dc1-leaf1b.cfg @@ -82,7 +82,7 @@ interface Port-Channel5 spanning-tree portfast ! interface Port-Channel8 - description DC1-LEAF1C_Po1 + description L2_dc1-leaf1c_Port-Channel1 no shutdown switchport trunk allowed vlan 11-12,21-22,3401-3402 switchport mode trunk @@ -119,7 +119,7 @@ interface Ethernet5 channel-group 5 mode active ! interface Ethernet8 - description DC1-LEAF1C_Ethernet2 + description L2_dc1-leaf1c_Ethernet2 no shutdown channel-group 8 mode active ! diff --git a/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/configs/dc1-leaf1c.cfg b/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/configs/dc1-leaf1c.cfg index b0a3beb3161..88dd097099b 100644 --- a/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/configs/dc1-leaf1c.cfg +++ b/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/configs/dc1-leaf1c.cfg @@ -44,19 +44,19 @@ management api http-commands no shutdown ! interface Port-Channel1 - description DC1_L3_LEAF1_Po8 + description L2_DC1_L3_LEAF1_Port-Channel8 no shutdown switchport trunk allowed vlan 11-12,21-22,3401-3402 switchport mode trunk switchport ! interface Ethernet1 - description DC1-LEAF1A_Ethernet8 + description L2_dc1-leaf1a_Ethernet8 no shutdown channel-group 1 mode active ! interface Ethernet2 - description DC1-LEAF1B_Ethernet8 + description L2_dc1-leaf1b_Ethernet8 no shutdown channel-group 1 mode active ! diff --git a/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/configs/dc1-leaf2a.cfg b/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/configs/dc1-leaf2a.cfg index ae95013e195..0cf76b0dd8f 100644 --- a/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/configs/dc1-leaf2a.cfg +++ b/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/configs/dc1-leaf2a.cfg @@ -82,7 +82,7 @@ interface Port-Channel5 spanning-tree portfast ! interface Port-Channel8 - description DC1-LEAF2C_Po1 + description L2_dc1-leaf2c_Port-Channel1 no shutdown switchport trunk allowed vlan 11-12,21-22,3401-3402 switchport mode trunk @@ -126,7 +126,7 @@ interface Ethernet6 ip address 172.16.100.0/31 ! interface Ethernet8 - description DC1-LEAF2C_Ethernet1 + description L2_dc1-leaf2c_Ethernet1 no shutdown channel-group 8 mode active ! diff --git a/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/configs/dc1-leaf2b.cfg b/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/configs/dc1-leaf2b.cfg index 0b4432f1177..b0c461784d3 100644 --- a/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/configs/dc1-leaf2b.cfg +++ b/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/configs/dc1-leaf2b.cfg @@ -82,7 +82,7 @@ interface Port-Channel5 spanning-tree portfast ! interface Port-Channel8 - description DC1-LEAF2C_Po1 + description L2_dc1-leaf2c_Port-Channel1 no shutdown switchport trunk allowed vlan 11-12,21-22,3401-3402 switchport mode trunk @@ -126,7 +126,7 @@ interface Ethernet6 ip address 172.16.100.2/31 ! interface Ethernet8 - description DC1-LEAF2C_Ethernet2 + description L2_dc1-leaf2c_Ethernet2 no shutdown channel-group 8 mode active ! diff --git a/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/configs/dc1-leaf2c.cfg b/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/configs/dc1-leaf2c.cfg index 0314daf4291..118e06fac62 100644 --- a/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/configs/dc1-leaf2c.cfg +++ b/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/configs/dc1-leaf2c.cfg @@ -44,19 +44,19 @@ management api http-commands no shutdown ! interface Port-Channel1 - description DC1_L3_LEAF2_Po8 + description L2_DC1_L3_LEAF2_Port-Channel8 no shutdown switchport trunk allowed vlan 11-12,21-22,3401-3402 switchport mode trunk switchport ! interface Ethernet1 - description DC1-LEAF2A_Ethernet8 + description L2_dc1-leaf2a_Ethernet8 no shutdown channel-group 1 mode active ! interface Ethernet2 - description DC1-LEAF2B_Ethernet8 + description L2_dc1-leaf2b_Ethernet8 no shutdown channel-group 1 mode active ! diff --git a/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/configs/dc2-leaf1a.cfg b/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/configs/dc2-leaf1a.cfg index 55334f7ae62..57127117680 100644 --- a/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/configs/dc2-leaf1a.cfg +++ b/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/configs/dc2-leaf1a.cfg @@ -82,7 +82,7 @@ interface Port-Channel5 spanning-tree portfast ! interface Port-Channel8 - description DC2-LEAF1C_Po1 + description L2_dc2-leaf1c_Port-Channel1 no shutdown switchport trunk allowed vlan 11-12,21-22,3401-3402 switchport mode trunk @@ -119,7 +119,7 @@ interface Ethernet5 channel-group 5 mode active ! interface Ethernet8 - description DC2-LEAF1C_Ethernet1 + description L2_dc2-leaf1c_Ethernet1 no shutdown channel-group 8 mode active ! diff --git a/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/configs/dc2-leaf1b.cfg b/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/configs/dc2-leaf1b.cfg index 7a758906883..32e9200c340 100644 --- a/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/configs/dc2-leaf1b.cfg +++ b/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/configs/dc2-leaf1b.cfg @@ -82,7 +82,7 @@ interface Port-Channel5 spanning-tree portfast ! interface Port-Channel8 - description DC2-LEAF1C_Po1 + description L2_dc2-leaf1c_Port-Channel1 no shutdown switchport trunk allowed vlan 11-12,21-22,3401-3402 switchport mode trunk @@ -119,7 +119,7 @@ interface Ethernet5 channel-group 5 mode active ! interface Ethernet8 - description DC2-LEAF1C_Ethernet2 + description L2_dc2-leaf1c_Ethernet2 no shutdown channel-group 8 mode active ! diff --git a/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/configs/dc2-leaf1c.cfg b/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/configs/dc2-leaf1c.cfg index 03929588092..50d453fb56a 100644 --- a/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/configs/dc2-leaf1c.cfg +++ b/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/configs/dc2-leaf1c.cfg @@ -44,19 +44,19 @@ management api http-commands no shutdown ! interface Port-Channel1 - description DC2_L3_LEAF1_Po8 + description L2_DC2_L3_LEAF1_Port-Channel8 no shutdown switchport trunk allowed vlan 11-12,21-22,3401-3402 switchport mode trunk switchport ! interface Ethernet1 - description DC2-LEAF1A_Ethernet8 + description L2_dc2-leaf1a_Ethernet8 no shutdown channel-group 1 mode active ! interface Ethernet2 - description DC2-LEAF1B_Ethernet8 + description L2_dc2-leaf1b_Ethernet8 no shutdown channel-group 1 mode active ! diff --git a/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/configs/dc2-leaf2a.cfg b/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/configs/dc2-leaf2a.cfg index f6a1aa0ddb1..8cf8fde53ac 100644 --- a/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/configs/dc2-leaf2a.cfg +++ b/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/configs/dc2-leaf2a.cfg @@ -82,7 +82,7 @@ interface Port-Channel5 spanning-tree portfast ! interface Port-Channel8 - description DC2-LEAF2C_Po1 + description L2_dc2-leaf2c_Port-Channel1 no shutdown switchport trunk allowed vlan 11-12,21-22,3401-3402 switchport mode trunk @@ -126,7 +126,7 @@ interface Ethernet6 ip address 172.16.100.1/31 ! interface Ethernet8 - description DC2-LEAF2C_Ethernet1 + description L2_dc2-leaf2c_Ethernet1 no shutdown channel-group 8 mode active ! diff --git a/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/configs/dc2-leaf2b.cfg b/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/configs/dc2-leaf2b.cfg index 12e901e38d1..b6ce25e1309 100644 --- a/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/configs/dc2-leaf2b.cfg +++ b/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/configs/dc2-leaf2b.cfg @@ -82,7 +82,7 @@ interface Port-Channel5 spanning-tree portfast ! interface Port-Channel8 - description DC2-LEAF2C_Po1 + description L2_dc2-leaf2c_Port-Channel1 no shutdown switchport trunk allowed vlan 11-12,21-22,3401-3402 switchport mode trunk @@ -126,7 +126,7 @@ interface Ethernet6 ip address 172.16.100.3/31 ! interface Ethernet8 - description DC2-LEAF2C_Ethernet2 + description L2_dc2-leaf2c_Ethernet2 no shutdown channel-group 8 mode active ! diff --git a/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/configs/dc2-leaf2c.cfg b/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/configs/dc2-leaf2c.cfg index f913e4fe809..0f9c5cab819 100644 --- a/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/configs/dc2-leaf2c.cfg +++ b/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/configs/dc2-leaf2c.cfg @@ -44,19 +44,19 @@ management api http-commands no shutdown ! interface Port-Channel1 - description DC2_L3_LEAF2_Po8 + description L2_DC2_L3_LEAF2_Port-Channel8 no shutdown switchport trunk allowed vlan 11-12,21-22,3401-3402 switchport mode trunk switchport ! interface Ethernet1 - description DC2-LEAF2A_Ethernet8 + description L2_dc2-leaf2a_Ethernet8 no shutdown channel-group 1 mode active ! interface Ethernet2 - description DC2-LEAF2B_Ethernet8 + description L2_dc2-leaf2b_Ethernet8 no shutdown channel-group 1 mode active ! diff --git a/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/structured_configs/dc1-leaf1a.yml b/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/structured_configs/dc1-leaf1a.yml index fcbcdabe32a..a98018dc6ac 100644 --- a/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/structured_configs/dc1-leaf1a.yml +++ b/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/structured_configs/dc1-leaf1a.yml @@ -315,7 +315,7 @@ port_channel_interfaces: - MLAG shutdown: false - name: Port-Channel8 - description: DC1-LEAF1C_Po1 + description: L2_dc1-leaf1c_Port-Channel1 switchport: enabled: true mode: trunk @@ -377,7 +377,7 @@ ethernet_interfaces: peer: dc1-leaf1c peer_interface: Ethernet1 peer_type: l2leaf - description: DC1-LEAF1C_Ethernet1 + description: L2_dc1-leaf1c_Ethernet1 shutdown: false channel_group: id: 8 diff --git a/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/structured_configs/dc1-leaf1b.yml b/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/structured_configs/dc1-leaf1b.yml index a25d2d336c8..71a683ce4b4 100644 --- a/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/structured_configs/dc1-leaf1b.yml +++ b/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/structured_configs/dc1-leaf1b.yml @@ -315,7 +315,7 @@ port_channel_interfaces: - MLAG shutdown: false - name: Port-Channel8 - description: DC1-LEAF1C_Po1 + description: L2_dc1-leaf1c_Port-Channel1 switchport: enabled: true mode: trunk @@ -377,7 +377,7 @@ ethernet_interfaces: peer: dc1-leaf1c peer_interface: Ethernet2 peer_type: l2leaf - description: DC1-LEAF1C_Ethernet2 + description: L2_dc1-leaf1c_Ethernet2 shutdown: false channel_group: id: 8 diff --git a/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/structured_configs/dc1-leaf1c.yml b/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/structured_configs/dc1-leaf1c.yml index 3e003677ab5..3cb9c58027e 100644 --- a/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/structured_configs/dc1-leaf1c.yml +++ b/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/structured_configs/dc1-leaf1c.yml @@ -50,7 +50,7 @@ ethernet_interfaces: peer: dc1-leaf1a peer_interface: Ethernet8 peer_type: l3leaf - description: DC1-LEAF1A_Ethernet8 + description: L2_dc1-leaf1a_Ethernet8 shutdown: false channel_group: id: 1 @@ -59,7 +59,7 @@ ethernet_interfaces: peer: dc1-leaf1b peer_interface: Ethernet8 peer_type: l3leaf - description: DC1-LEAF1B_Ethernet8 + description: L2_dc1-leaf1b_Ethernet8 shutdown: false channel_group: id: 1 @@ -77,7 +77,7 @@ ethernet_interfaces: spanning_tree_portfast: edge port_channel_interfaces: - name: Port-Channel1 - description: DC1_L3_LEAF1_Po8 + description: L2_DC1_L3_LEAF1_Port-Channel8 switchport: enabled: true mode: trunk diff --git a/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/structured_configs/dc1-leaf2a.yml b/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/structured_configs/dc1-leaf2a.yml index 2e0634afa08..f3c92270d4c 100644 --- a/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/structured_configs/dc1-leaf2a.yml +++ b/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/structured_configs/dc1-leaf2a.yml @@ -377,7 +377,7 @@ port_channel_interfaces: - MLAG shutdown: false - name: Port-Channel8 - description: DC1-LEAF2C_Po1 + description: L2_dc1-leaf2c_Port-Channel1 switchport: enabled: true mode: trunk @@ -439,7 +439,7 @@ ethernet_interfaces: peer: dc1-leaf2c peer_interface: Ethernet1 peer_type: l2leaf - description: DC1-LEAF2C_Ethernet1 + description: L2_dc1-leaf2c_Ethernet1 shutdown: false channel_group: id: 8 diff --git a/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/structured_configs/dc1-leaf2b.yml b/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/structured_configs/dc1-leaf2b.yml index a9277440a48..95935924964 100644 --- a/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/structured_configs/dc1-leaf2b.yml +++ b/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/structured_configs/dc1-leaf2b.yml @@ -377,7 +377,7 @@ port_channel_interfaces: - MLAG shutdown: false - name: Port-Channel8 - description: DC1-LEAF2C_Po1 + description: L2_dc1-leaf2c_Port-Channel1 switchport: enabled: true mode: trunk @@ -439,7 +439,7 @@ ethernet_interfaces: peer: dc1-leaf2c peer_interface: Ethernet2 peer_type: l2leaf - description: DC1-LEAF2C_Ethernet2 + description: L2_dc1-leaf2c_Ethernet2 shutdown: false channel_group: id: 8 diff --git a/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/structured_configs/dc1-leaf2c.yml b/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/structured_configs/dc1-leaf2c.yml index f9a788b81a2..ff4dfad42ff 100644 --- a/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/structured_configs/dc1-leaf2c.yml +++ b/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/structured_configs/dc1-leaf2c.yml @@ -50,7 +50,7 @@ ethernet_interfaces: peer: dc1-leaf2a peer_interface: Ethernet8 peer_type: l3leaf - description: DC1-LEAF2A_Ethernet8 + description: L2_dc1-leaf2a_Ethernet8 shutdown: false channel_group: id: 1 @@ -59,7 +59,7 @@ ethernet_interfaces: peer: dc1-leaf2b peer_interface: Ethernet8 peer_type: l3leaf - description: DC1-LEAF2B_Ethernet8 + description: L2_dc1-leaf2b_Ethernet8 shutdown: false channel_group: id: 1 @@ -77,7 +77,7 @@ ethernet_interfaces: spanning_tree_portfast: edge port_channel_interfaces: - name: Port-Channel1 - description: DC1_L3_LEAF2_Po8 + description: L2_DC1_L3_LEAF2_Port-Channel8 switchport: enabled: true mode: trunk diff --git a/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/structured_configs/dc2-leaf1a.yml b/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/structured_configs/dc2-leaf1a.yml index c2d81104e5a..c715085df41 100644 --- a/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/structured_configs/dc2-leaf1a.yml +++ b/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/structured_configs/dc2-leaf1a.yml @@ -315,7 +315,7 @@ port_channel_interfaces: - MLAG shutdown: false - name: Port-Channel8 - description: DC2-LEAF1C_Po1 + description: L2_dc2-leaf1c_Port-Channel1 switchport: enabled: true mode: trunk @@ -377,7 +377,7 @@ ethernet_interfaces: peer: dc2-leaf1c peer_interface: Ethernet1 peer_type: l2leaf - description: DC2-LEAF1C_Ethernet1 + description: L2_dc2-leaf1c_Ethernet1 shutdown: false channel_group: id: 8 diff --git a/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/structured_configs/dc2-leaf1b.yml b/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/structured_configs/dc2-leaf1b.yml index 33c7ff5fc6e..6a118282f0c 100644 --- a/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/structured_configs/dc2-leaf1b.yml +++ b/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/structured_configs/dc2-leaf1b.yml @@ -315,7 +315,7 @@ port_channel_interfaces: - MLAG shutdown: false - name: Port-Channel8 - description: DC2-LEAF1C_Po1 + description: L2_dc2-leaf1c_Port-Channel1 switchport: enabled: true mode: trunk @@ -377,7 +377,7 @@ ethernet_interfaces: peer: dc2-leaf1c peer_interface: Ethernet2 peer_type: l2leaf - description: DC2-LEAF1C_Ethernet2 + description: L2_dc2-leaf1c_Ethernet2 shutdown: false channel_group: id: 8 diff --git a/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/structured_configs/dc2-leaf1c.yml b/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/structured_configs/dc2-leaf1c.yml index 38daa927d7c..37279e33d8e 100644 --- a/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/structured_configs/dc2-leaf1c.yml +++ b/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/structured_configs/dc2-leaf1c.yml @@ -50,7 +50,7 @@ ethernet_interfaces: peer: dc2-leaf1a peer_interface: Ethernet8 peer_type: l3leaf - description: DC2-LEAF1A_Ethernet8 + description: L2_dc2-leaf1a_Ethernet8 shutdown: false channel_group: id: 1 @@ -59,7 +59,7 @@ ethernet_interfaces: peer: dc2-leaf1b peer_interface: Ethernet8 peer_type: l3leaf - description: DC2-LEAF1B_Ethernet8 + description: L2_dc2-leaf1b_Ethernet8 shutdown: false channel_group: id: 1 @@ -77,7 +77,7 @@ ethernet_interfaces: spanning_tree_portfast: edge port_channel_interfaces: - name: Port-Channel1 - description: DC2_L3_LEAF1_Po8 + description: L2_DC2_L3_LEAF1_Port-Channel8 switchport: enabled: true mode: trunk diff --git a/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/structured_configs/dc2-leaf2a.yml b/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/structured_configs/dc2-leaf2a.yml index a237ae40c6c..02c7095eda1 100644 --- a/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/structured_configs/dc2-leaf2a.yml +++ b/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/structured_configs/dc2-leaf2a.yml @@ -377,7 +377,7 @@ port_channel_interfaces: - MLAG shutdown: false - name: Port-Channel8 - description: DC2-LEAF2C_Po1 + description: L2_dc2-leaf2c_Port-Channel1 switchport: enabled: true mode: trunk @@ -439,7 +439,7 @@ ethernet_interfaces: peer: dc2-leaf2c peer_interface: Ethernet1 peer_type: l2leaf - description: DC2-LEAF2C_Ethernet1 + description: L2_dc2-leaf2c_Ethernet1 shutdown: false channel_group: id: 8 diff --git a/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/structured_configs/dc2-leaf2b.yml b/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/structured_configs/dc2-leaf2b.yml index d5b94223beb..0dd00b04242 100644 --- a/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/structured_configs/dc2-leaf2b.yml +++ b/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/structured_configs/dc2-leaf2b.yml @@ -377,7 +377,7 @@ port_channel_interfaces: - MLAG shutdown: false - name: Port-Channel8 - description: DC2-LEAF2C_Po1 + description: L2_dc2-leaf2c_Port-Channel1 switchport: enabled: true mode: trunk @@ -439,7 +439,7 @@ ethernet_interfaces: peer: dc2-leaf2c peer_interface: Ethernet2 peer_type: l2leaf - description: DC2-LEAF2C_Ethernet2 + description: L2_dc2-leaf2c_Ethernet2 shutdown: false channel_group: id: 8 diff --git a/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/structured_configs/dc2-leaf2c.yml b/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/structured_configs/dc2-leaf2c.yml index 7b8cfda6fb9..4b6106746b8 100644 --- a/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/structured_configs/dc2-leaf2c.yml +++ b/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/structured_configs/dc2-leaf2c.yml @@ -50,7 +50,7 @@ ethernet_interfaces: peer: dc2-leaf2a peer_interface: Ethernet8 peer_type: l3leaf - description: DC2-LEAF2A_Ethernet8 + description: L2_dc2-leaf2a_Ethernet8 shutdown: false channel_group: id: 1 @@ -59,7 +59,7 @@ ethernet_interfaces: peer: dc2-leaf2b peer_interface: Ethernet8 peer_type: l3leaf - description: DC2-LEAF2B_Ethernet8 + description: L2_dc2-leaf2b_Ethernet8 shutdown: false channel_group: id: 1 @@ -77,7 +77,7 @@ ethernet_interfaces: spanning_tree_portfast: edge port_channel_interfaces: - name: Port-Channel1 - description: DC2_L3_LEAF2_Po8 + description: L2_DC2_L3_LEAF2_Port-Channel8 switchport: enabled: true mode: trunk diff --git a/ansible_collections/arista/avd/examples/l2ls-fabric/documentation/devices/LEAF1.md b/ansible_collections/arista/avd/examples/l2ls-fabric/documentation/devices/LEAF1.md index 29d9c233bd1..bed3f0b3e50 100644 --- a/ansible_collections/arista/avd/examples/l2ls-fabric/documentation/devices/LEAF1.md +++ b/ansible_collections/arista/avd/examples/l2ls-fabric/documentation/devices/LEAF1.md @@ -290,8 +290,8 @@ vlan 4094 | Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | Channel-Group | | --------- | ----------- | ---- | ----- | ----------- | ----------- | ------------- | -| Ethernet1 | SPINE1_Ethernet1 | *trunk | *10,20 | *- | *- | 1 | -| Ethernet2 | SPINE2_Ethernet1 | *trunk | *10,20 | *- | *- | 1 | +| Ethernet1 | L2_SPINE1_Ethernet1 | *trunk | *10,20 | *- | *- | 1 | +| Ethernet2 | L2_SPINE2_Ethernet1 | *trunk | *10,20 | *- | *- | 1 | | Ethernet3 | SERVER_HostA_Eth1 | access | 10 | - | - | - | | Ethernet47 | MLAG_LEAF2_Ethernet47 | *trunk | *- | *- | *MLAG | 47 | | Ethernet48 | MLAG_LEAF2_Ethernet48 | *trunk | *- | *- | *MLAG | 47 | @@ -303,12 +303,12 @@ vlan 4094 ```eos ! interface Ethernet1 - description SPINE1_Ethernet1 + description L2_SPINE1_Ethernet1 no shutdown channel-group 1 mode active ! interface Ethernet2 - description SPINE2_Ethernet1 + description L2_SPINE2_Ethernet1 no shutdown channel-group 1 mode active ! @@ -339,7 +339,7 @@ interface Ethernet48 | Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | LACP Fallback Timeout | LACP Fallback Mode | MLAG ID | EVPN ESI | | --------- | ----------- | ---- | ----- | ----------- | ------------| --------------------- | ------------------ | ------- | -------- | -| Port-Channel1 | SPINES_Po1 | trunk | 10,20 | - | - | - | - | 1 | - | +| Port-Channel1 | L2_SPINES_Port-Channel1 | trunk | 10,20 | - | - | - | - | 1 | - | | Port-Channel47 | MLAG_LEAF2_Port-Channel47 | trunk | - | - | MLAG | - | - | - | - | #### Port-Channel Interfaces Device Configuration @@ -347,7 +347,7 @@ interface Ethernet48 ```eos ! interface Port-Channel1 - description SPINES_Po1 + description L2_SPINES_Port-Channel1 no shutdown switchport trunk allowed vlan 10,20 switchport mode trunk diff --git a/ansible_collections/arista/avd/examples/l2ls-fabric/documentation/devices/LEAF2.md b/ansible_collections/arista/avd/examples/l2ls-fabric/documentation/devices/LEAF2.md index fed8e1917f0..1250ccd21f9 100644 --- a/ansible_collections/arista/avd/examples/l2ls-fabric/documentation/devices/LEAF2.md +++ b/ansible_collections/arista/avd/examples/l2ls-fabric/documentation/devices/LEAF2.md @@ -290,8 +290,8 @@ vlan 4094 | Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | Channel-Group | | --------- | ----------- | ---- | ----- | ----------- | ----------- | ------------- | -| Ethernet1 | SPINE1_Ethernet2 | *trunk | *10,20 | *- | *- | 1 | -| Ethernet2 | SPINE2_Ethernet2 | *trunk | *10,20 | *- | *- | 1 | +| Ethernet1 | L2_SPINE1_Ethernet2 | *trunk | *10,20 | *- | *- | 1 | +| Ethernet2 | L2_SPINE2_Ethernet2 | *trunk | *10,20 | *- | *- | 1 | | Ethernet3 | SERVER_HostB_Eth1 | access | 20 | - | - | - | | Ethernet47 | MLAG_LEAF1_Ethernet47 | *trunk | *- | *- | *MLAG | 47 | | Ethernet48 | MLAG_LEAF1_Ethernet48 | *trunk | *- | *- | *MLAG | 47 | @@ -303,12 +303,12 @@ vlan 4094 ```eos ! interface Ethernet1 - description SPINE1_Ethernet2 + description L2_SPINE1_Ethernet2 no shutdown channel-group 1 mode active ! interface Ethernet2 - description SPINE2_Ethernet2 + description L2_SPINE2_Ethernet2 no shutdown channel-group 1 mode active ! @@ -339,7 +339,7 @@ interface Ethernet48 | Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | LACP Fallback Timeout | LACP Fallback Mode | MLAG ID | EVPN ESI | | --------- | ----------- | ---- | ----- | ----------- | ------------| --------------------- | ------------------ | ------- | -------- | -| Port-Channel1 | SPINES_Po1 | trunk | 10,20 | - | - | - | - | 1 | - | +| Port-Channel1 | L2_SPINES_Port-Channel1 | trunk | 10,20 | - | - | - | - | 1 | - | | Port-Channel47 | MLAG_LEAF1_Port-Channel47 | trunk | - | - | MLAG | - | - | - | - | #### Port-Channel Interfaces Device Configuration @@ -347,7 +347,7 @@ interface Ethernet48 ```eos ! interface Port-Channel1 - description SPINES_Po1 + description L2_SPINES_Port-Channel1 no shutdown switchport trunk allowed vlan 10,20 switchport mode trunk diff --git a/ansible_collections/arista/avd/examples/l2ls-fabric/documentation/devices/LEAF3.md b/ansible_collections/arista/avd/examples/l2ls-fabric/documentation/devices/LEAF3.md index 5713d7936e6..cfb87fdafc8 100644 --- a/ansible_collections/arista/avd/examples/l2ls-fabric/documentation/devices/LEAF3.md +++ b/ansible_collections/arista/avd/examples/l2ls-fabric/documentation/devices/LEAF3.md @@ -290,8 +290,8 @@ vlan 4094 | Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | Channel-Group | | --------- | ----------- | ---- | ----- | ----------- | ----------- | ------------- | -| Ethernet1 | SPINE1_Ethernet3 | *trunk | *10,30 | *- | *- | 1 | -| Ethernet2 | SPINE2_Ethernet3 | *trunk | *10,30 | *- | *- | 1 | +| Ethernet1 | L2_SPINE1_Ethernet3 | *trunk | *10,30 | *- | *- | 1 | +| Ethernet2 | L2_SPINE2_Ethernet3 | *trunk | *10,30 | *- | *- | 1 | | Ethernet3 | SERVER_HostC_Eth1 | access | 10 | - | - | - | | Ethernet47 | MLAG_LEAF4_Ethernet47 | *trunk | *- | *- | *MLAG | 47 | | Ethernet48 | MLAG_LEAF4_Ethernet48 | *trunk | *- | *- | *MLAG | 47 | @@ -303,12 +303,12 @@ vlan 4094 ```eos ! interface Ethernet1 - description SPINE1_Ethernet3 + description L2_SPINE1_Ethernet3 no shutdown channel-group 1 mode active ! interface Ethernet2 - description SPINE2_Ethernet3 + description L2_SPINE2_Ethernet3 no shutdown channel-group 1 mode active ! @@ -339,7 +339,7 @@ interface Ethernet48 | Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | LACP Fallback Timeout | LACP Fallback Mode | MLAG ID | EVPN ESI | | --------- | ----------- | ---- | ----- | ----------- | ------------| --------------------- | ------------------ | ------- | -------- | -| Port-Channel1 | SPINES_Po3 | trunk | 10,30 | - | - | - | - | 1 | - | +| Port-Channel1 | L2_SPINES_Port-Channel3 | trunk | 10,30 | - | - | - | - | 1 | - | | Port-Channel47 | MLAG_LEAF4_Port-Channel47 | trunk | - | - | MLAG | - | - | - | - | #### Port-Channel Interfaces Device Configuration @@ -347,7 +347,7 @@ interface Ethernet48 ```eos ! interface Port-Channel1 - description SPINES_Po3 + description L2_SPINES_Port-Channel3 no shutdown switchport trunk allowed vlan 10,30 switchport mode trunk diff --git a/ansible_collections/arista/avd/examples/l2ls-fabric/documentation/devices/LEAF4.md b/ansible_collections/arista/avd/examples/l2ls-fabric/documentation/devices/LEAF4.md index 5e3e19333a3..67e35adbbd0 100644 --- a/ansible_collections/arista/avd/examples/l2ls-fabric/documentation/devices/LEAF4.md +++ b/ansible_collections/arista/avd/examples/l2ls-fabric/documentation/devices/LEAF4.md @@ -290,8 +290,8 @@ vlan 4094 | Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | Channel-Group | | --------- | ----------- | ---- | ----- | ----------- | ----------- | ------------- | -| Ethernet1 | SPINE1_Ethernet4 | *trunk | *10,30 | *- | *- | 1 | -| Ethernet2 | SPINE2_Ethernet4 | *trunk | *10,30 | *- | *- | 1 | +| Ethernet1 | L2_SPINE1_Ethernet4 | *trunk | *10,30 | *- | *- | 1 | +| Ethernet2 | L2_SPINE2_Ethernet4 | *trunk | *10,30 | *- | *- | 1 | | Ethernet3 | SERVER_Host2_Eth1 | access | 30 | - | - | - | | Ethernet47 | MLAG_LEAF3_Ethernet47 | *trunk | *- | *- | *MLAG | 47 | | Ethernet48 | MLAG_LEAF3_Ethernet48 | *trunk | *- | *- | *MLAG | 47 | @@ -303,12 +303,12 @@ vlan 4094 ```eos ! interface Ethernet1 - description SPINE1_Ethernet4 + description L2_SPINE1_Ethernet4 no shutdown channel-group 1 mode active ! interface Ethernet2 - description SPINE2_Ethernet4 + description L2_SPINE2_Ethernet4 no shutdown channel-group 1 mode active ! @@ -339,7 +339,7 @@ interface Ethernet48 | Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | LACP Fallback Timeout | LACP Fallback Mode | MLAG ID | EVPN ESI | | --------- | ----------- | ---- | ----- | ----------- | ------------| --------------------- | ------------------ | ------- | -------- | -| Port-Channel1 | SPINES_Po3 | trunk | 10,30 | - | - | - | - | 1 | - | +| Port-Channel1 | L2_SPINES_Port-Channel3 | trunk | 10,30 | - | - | - | - | 1 | - | | Port-Channel47 | MLAG_LEAF3_Port-Channel47 | trunk | - | - | MLAG | - | - | - | - | #### Port-Channel Interfaces Device Configuration @@ -347,7 +347,7 @@ interface Ethernet48 ```eos ! interface Port-Channel1 - description SPINES_Po3 + description L2_SPINES_Port-Channel3 no shutdown switchport trunk allowed vlan 10,30 switchport mode trunk diff --git a/ansible_collections/arista/avd/examples/l2ls-fabric/documentation/devices/SPINE1.md b/ansible_collections/arista/avd/examples/l2ls-fabric/documentation/devices/SPINE1.md index a5c5670c5b5..0d015dbead5 100644 --- a/ansible_collections/arista/avd/examples/l2ls-fabric/documentation/devices/SPINE1.md +++ b/ansible_collections/arista/avd/examples/l2ls-fabric/documentation/devices/SPINE1.md @@ -294,10 +294,10 @@ vlan 4094 | Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | Channel-Group | | --------- | ----------- | ---- | ----- | ----------- | ----------- | ------------- | -| Ethernet1 | LEAF1_Ethernet1 | *trunk | *10,20 | *- | *- | 1 | -| Ethernet2 | LEAF2_Ethernet1 | *trunk | *10,20 | *- | *- | 1 | -| Ethernet3 | LEAF3_Ethernet1 | *trunk | *10,30 | *- | *- | 3 | -| Ethernet4 | LEAF4_Ethernet1 | *trunk | *10,30 | *- | *- | 3 | +| Ethernet1 | L2_LEAF1_Ethernet1 | *trunk | *10,20 | *- | *- | 1 | +| Ethernet2 | L2_LEAF2_Ethernet1 | *trunk | *10,20 | *- | *- | 1 | +| Ethernet3 | L2_LEAF3_Ethernet1 | *trunk | *10,30 | *- | *- | 3 | +| Ethernet4 | L2_LEAF4_Ethernet1 | *trunk | *10,30 | *- | *- | 3 | | Ethernet5 | FIREWALL_FIREWALL_Eth1 | *trunk | *10,20,30 | *- | *- | 5 | | Ethernet47 | MLAG_SPINE2_Ethernet47 | *trunk | *- | *- | *MLAG | 47 | | Ethernet48 | MLAG_SPINE2_Ethernet48 | *trunk | *- | *- | *MLAG | 47 | @@ -309,22 +309,22 @@ vlan 4094 ```eos ! interface Ethernet1 - description LEAF1_Ethernet1 + description L2_LEAF1_Ethernet1 no shutdown channel-group 1 mode active ! interface Ethernet2 - description LEAF2_Ethernet1 + description L2_LEAF2_Ethernet1 no shutdown channel-group 1 mode active ! interface Ethernet3 - description LEAF3_Ethernet1 + description L2_LEAF3_Ethernet1 no shutdown channel-group 3 mode active ! interface Ethernet4 - description LEAF4_Ethernet1 + description L2_LEAF4_Ethernet1 no shutdown channel-group 3 mode active ! @@ -352,8 +352,8 @@ interface Ethernet48 | Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | LACP Fallback Timeout | LACP Fallback Mode | MLAG ID | EVPN ESI | | --------- | ----------- | ---- | ----- | ----------- | ------------| --------------------- | ------------------ | ------- | -------- | -| Port-Channel1 | RACK1_Po1 | trunk | 10,20 | - | - | - | - | 1 | - | -| Port-Channel3 | RACK2_Po1 | trunk | 10,30 | - | - | - | - | 3 | - | +| Port-Channel1 | L2_RACK1_Port-Channel1 | trunk | 10,20 | - | - | - | - | 1 | - | +| Port-Channel3 | L2_RACK2_Port-Channel1 | trunk | 10,30 | - | - | - | - | 3 | - | | Port-Channel5 | FIREWALL_FIREWALL | trunk | 10,20,30 | - | - | - | - | 5 | - | | Port-Channel47 | MLAG_SPINE2_Port-Channel47 | trunk | - | - | MLAG | - | - | - | - | @@ -362,7 +362,7 @@ interface Ethernet48 ```eos ! interface Port-Channel1 - description RACK1_Po1 + description L2_RACK1_Port-Channel1 no shutdown switchport trunk allowed vlan 10,20 switchport mode trunk @@ -370,7 +370,7 @@ interface Port-Channel1 mlag 1 ! interface Port-Channel3 - description RACK2_Po1 + description L2_RACK2_Port-Channel1 no shutdown switchport trunk allowed vlan 10,30 switchport mode trunk diff --git a/ansible_collections/arista/avd/examples/l2ls-fabric/documentation/devices/SPINE2.md b/ansible_collections/arista/avd/examples/l2ls-fabric/documentation/devices/SPINE2.md index a126702d827..47929cc991d 100644 --- a/ansible_collections/arista/avd/examples/l2ls-fabric/documentation/devices/SPINE2.md +++ b/ansible_collections/arista/avd/examples/l2ls-fabric/documentation/devices/SPINE2.md @@ -294,10 +294,10 @@ vlan 4094 | Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | Channel-Group | | --------- | ----------- | ---- | ----- | ----------- | ----------- | ------------- | -| Ethernet1 | LEAF1_Ethernet2 | *trunk | *10,20 | *- | *- | 1 | -| Ethernet2 | LEAF2_Ethernet2 | *trunk | *10,20 | *- | *- | 1 | -| Ethernet3 | LEAF3_Ethernet2 | *trunk | *10,30 | *- | *- | 3 | -| Ethernet4 | LEAF4_Ethernet2 | *trunk | *10,30 | *- | *- | 3 | +| Ethernet1 | L2_LEAF1_Ethernet2 | *trunk | *10,20 | *- | *- | 1 | +| Ethernet2 | L2_LEAF2_Ethernet2 | *trunk | *10,20 | *- | *- | 1 | +| Ethernet3 | L2_LEAF3_Ethernet2 | *trunk | *10,30 | *- | *- | 3 | +| Ethernet4 | L2_LEAF4_Ethernet2 | *trunk | *10,30 | *- | *- | 3 | | Ethernet5 | FIREWALL_FIREWALL_Eth2 | *trunk | *10,20,30 | *- | *- | 5 | | Ethernet47 | MLAG_SPINE1_Ethernet47 | *trunk | *- | *- | *MLAG | 47 | | Ethernet48 | MLAG_SPINE1_Ethernet48 | *trunk | *- | *- | *MLAG | 47 | @@ -309,22 +309,22 @@ vlan 4094 ```eos ! interface Ethernet1 - description LEAF1_Ethernet2 + description L2_LEAF1_Ethernet2 no shutdown channel-group 1 mode active ! interface Ethernet2 - description LEAF2_Ethernet2 + description L2_LEAF2_Ethernet2 no shutdown channel-group 1 mode active ! interface Ethernet3 - description LEAF3_Ethernet2 + description L2_LEAF3_Ethernet2 no shutdown channel-group 3 mode active ! interface Ethernet4 - description LEAF4_Ethernet2 + description L2_LEAF4_Ethernet2 no shutdown channel-group 3 mode active ! @@ -352,8 +352,8 @@ interface Ethernet48 | Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | LACP Fallback Timeout | LACP Fallback Mode | MLAG ID | EVPN ESI | | --------- | ----------- | ---- | ----- | ----------- | ------------| --------------------- | ------------------ | ------- | -------- | -| Port-Channel1 | RACK1_Po1 | trunk | 10,20 | - | - | - | - | 1 | - | -| Port-Channel3 | RACK2_Po1 | trunk | 10,30 | - | - | - | - | 3 | - | +| Port-Channel1 | L2_RACK1_Port-Channel1 | trunk | 10,20 | - | - | - | - | 1 | - | +| Port-Channel3 | L2_RACK2_Port-Channel1 | trunk | 10,30 | - | - | - | - | 3 | - | | Port-Channel5 | FIREWALL_FIREWALL | trunk | 10,20,30 | - | - | - | - | 5 | - | | Port-Channel47 | MLAG_SPINE1_Port-Channel47 | trunk | - | - | MLAG | - | - | - | - | @@ -362,7 +362,7 @@ interface Ethernet48 ```eos ! interface Port-Channel1 - description RACK1_Po1 + description L2_RACK1_Port-Channel1 no shutdown switchport trunk allowed vlan 10,20 switchport mode trunk @@ -370,7 +370,7 @@ interface Port-Channel1 mlag 1 ! interface Port-Channel3 - description RACK2_Po1 + description L2_RACK2_Port-Channel1 no shutdown switchport trunk allowed vlan 10,30 switchport mode trunk diff --git a/ansible_collections/arista/avd/examples/l2ls-fabric/intended/configs/LEAF1.cfg b/ansible_collections/arista/avd/examples/l2ls-fabric/intended/configs/LEAF1.cfg index 40d5a7629ed..6388e45fe55 100644 --- a/ansible_collections/arista/avd/examples/l2ls-fabric/intended/configs/LEAF1.cfg +++ b/ansible_collections/arista/avd/examples/l2ls-fabric/intended/configs/LEAF1.cfg @@ -42,7 +42,7 @@ aaa authentication policy local allow-nopassword-remote-login aaa authorization exec default local ! interface Port-Channel1 - description SPINES_Po1 + description L2_SPINES_Port-Channel1 no shutdown switchport trunk allowed vlan 10,20 switchport mode trunk @@ -57,12 +57,12 @@ interface Port-Channel47 switchport ! interface Ethernet1 - description SPINE1_Ethernet1 + description L2_SPINE1_Ethernet1 no shutdown channel-group 1 mode active ! interface Ethernet2 - description SPINE2_Ethernet1 + description L2_SPINE2_Ethernet1 no shutdown channel-group 1 mode active ! diff --git a/ansible_collections/arista/avd/examples/l2ls-fabric/intended/configs/LEAF2.cfg b/ansible_collections/arista/avd/examples/l2ls-fabric/intended/configs/LEAF2.cfg index 038bee0ebaa..0bfd54273ac 100644 --- a/ansible_collections/arista/avd/examples/l2ls-fabric/intended/configs/LEAF2.cfg +++ b/ansible_collections/arista/avd/examples/l2ls-fabric/intended/configs/LEAF2.cfg @@ -42,7 +42,7 @@ aaa authentication policy local allow-nopassword-remote-login aaa authorization exec default local ! interface Port-Channel1 - description SPINES_Po1 + description L2_SPINES_Port-Channel1 no shutdown switchport trunk allowed vlan 10,20 switchport mode trunk @@ -57,12 +57,12 @@ interface Port-Channel47 switchport ! interface Ethernet1 - description SPINE1_Ethernet2 + description L2_SPINE1_Ethernet2 no shutdown channel-group 1 mode active ! interface Ethernet2 - description SPINE2_Ethernet2 + description L2_SPINE2_Ethernet2 no shutdown channel-group 1 mode active ! diff --git a/ansible_collections/arista/avd/examples/l2ls-fabric/intended/configs/LEAF3.cfg b/ansible_collections/arista/avd/examples/l2ls-fabric/intended/configs/LEAF3.cfg index bb5c6a7926a..c20cf1eadc3 100644 --- a/ansible_collections/arista/avd/examples/l2ls-fabric/intended/configs/LEAF3.cfg +++ b/ansible_collections/arista/avd/examples/l2ls-fabric/intended/configs/LEAF3.cfg @@ -42,7 +42,7 @@ aaa authentication policy local allow-nopassword-remote-login aaa authorization exec default local ! interface Port-Channel1 - description SPINES_Po3 + description L2_SPINES_Port-Channel3 no shutdown switchport trunk allowed vlan 10,30 switchport mode trunk @@ -57,12 +57,12 @@ interface Port-Channel47 switchport ! interface Ethernet1 - description SPINE1_Ethernet3 + description L2_SPINE1_Ethernet3 no shutdown channel-group 1 mode active ! interface Ethernet2 - description SPINE2_Ethernet3 + description L2_SPINE2_Ethernet3 no shutdown channel-group 1 mode active ! diff --git a/ansible_collections/arista/avd/examples/l2ls-fabric/intended/configs/LEAF4.cfg b/ansible_collections/arista/avd/examples/l2ls-fabric/intended/configs/LEAF4.cfg index 6cdd0ce68a4..ff73bd3cd73 100644 --- a/ansible_collections/arista/avd/examples/l2ls-fabric/intended/configs/LEAF4.cfg +++ b/ansible_collections/arista/avd/examples/l2ls-fabric/intended/configs/LEAF4.cfg @@ -42,7 +42,7 @@ aaa authentication policy local allow-nopassword-remote-login aaa authorization exec default local ! interface Port-Channel1 - description SPINES_Po3 + description L2_SPINES_Port-Channel3 no shutdown switchport trunk allowed vlan 10,30 switchport mode trunk @@ -57,12 +57,12 @@ interface Port-Channel47 switchport ! interface Ethernet1 - description SPINE1_Ethernet4 + description L2_SPINE1_Ethernet4 no shutdown channel-group 1 mode active ! interface Ethernet2 - description SPINE2_Ethernet4 + description L2_SPINE2_Ethernet4 no shutdown channel-group 1 mode active ! diff --git a/ansible_collections/arista/avd/examples/l2ls-fabric/intended/configs/SPINE1.cfg b/ansible_collections/arista/avd/examples/l2ls-fabric/intended/configs/SPINE1.cfg index bc833d113e7..0ae9d6d207f 100644 --- a/ansible_collections/arista/avd/examples/l2ls-fabric/intended/configs/SPINE1.cfg +++ b/ansible_collections/arista/avd/examples/l2ls-fabric/intended/configs/SPINE1.cfg @@ -45,7 +45,7 @@ aaa authentication policy local allow-nopassword-remote-login aaa authorization exec default local ! interface Port-Channel1 - description RACK1_Po1 + description L2_RACK1_Port-Channel1 no shutdown switchport trunk allowed vlan 10,20 switchport mode trunk @@ -53,7 +53,7 @@ interface Port-Channel1 mlag 1 ! interface Port-Channel3 - description RACK2_Po1 + description L2_RACK2_Port-Channel1 no shutdown switchport trunk allowed vlan 10,30 switchport mode trunk @@ -76,22 +76,22 @@ interface Port-Channel47 switchport ! interface Ethernet1 - description LEAF1_Ethernet1 + description L2_LEAF1_Ethernet1 no shutdown channel-group 1 mode active ! interface Ethernet2 - description LEAF2_Ethernet1 + description L2_LEAF2_Ethernet1 no shutdown channel-group 1 mode active ! interface Ethernet3 - description LEAF3_Ethernet1 + description L2_LEAF3_Ethernet1 no shutdown channel-group 3 mode active ! interface Ethernet4 - description LEAF4_Ethernet1 + description L2_LEAF4_Ethernet1 no shutdown channel-group 3 mode active ! diff --git a/ansible_collections/arista/avd/examples/l2ls-fabric/intended/configs/SPINE2.cfg b/ansible_collections/arista/avd/examples/l2ls-fabric/intended/configs/SPINE2.cfg index 15638cf88fa..1514ed24379 100644 --- a/ansible_collections/arista/avd/examples/l2ls-fabric/intended/configs/SPINE2.cfg +++ b/ansible_collections/arista/avd/examples/l2ls-fabric/intended/configs/SPINE2.cfg @@ -45,7 +45,7 @@ aaa authentication policy local allow-nopassword-remote-login aaa authorization exec default local ! interface Port-Channel1 - description RACK1_Po1 + description L2_RACK1_Port-Channel1 no shutdown switchport trunk allowed vlan 10,20 switchport mode trunk @@ -53,7 +53,7 @@ interface Port-Channel1 mlag 1 ! interface Port-Channel3 - description RACK2_Po1 + description L2_RACK2_Port-Channel1 no shutdown switchport trunk allowed vlan 10,30 switchport mode trunk @@ -76,22 +76,22 @@ interface Port-Channel47 switchport ! interface Ethernet1 - description LEAF1_Ethernet2 + description L2_LEAF1_Ethernet2 no shutdown channel-group 1 mode active ! interface Ethernet2 - description LEAF2_Ethernet2 + description L2_LEAF2_Ethernet2 no shutdown channel-group 1 mode active ! interface Ethernet3 - description LEAF3_Ethernet2 + description L2_LEAF3_Ethernet2 no shutdown channel-group 3 mode active ! interface Ethernet4 - description LEAF4_Ethernet2 + description L2_LEAF4_Ethernet2 no shutdown channel-group 3 mode active ! diff --git a/ansible_collections/arista/avd/examples/l2ls-fabric/intended/structured_configs/LEAF1.yml b/ansible_collections/arista/avd/examples/l2ls-fabric/intended/structured_configs/LEAF1.yml index 4d14cfca557..159122eb475 100644 --- a/ansible_collections/arista/avd/examples/l2ls-fabric/intended/structured_configs/LEAF1.yml +++ b/ansible_collections/arista/avd/examples/l2ls-fabric/intended/structured_configs/LEAF1.yml @@ -91,7 +91,7 @@ port_channel_interfaces: - MLAG shutdown: false - name: Port-Channel1 - description: SPINES_Po1 + description: L2_SPINES_Port-Channel1 switchport: enabled: true mode: trunk @@ -122,7 +122,7 @@ ethernet_interfaces: peer: SPINE1 peer_interface: Ethernet1 peer_type: l2spine - description: SPINE1_Ethernet1 + description: L2_SPINE1_Ethernet1 shutdown: false channel_group: id: 1 @@ -131,7 +131,7 @@ ethernet_interfaces: peer: SPINE2 peer_interface: Ethernet1 peer_type: l2spine - description: SPINE2_Ethernet1 + description: L2_SPINE2_Ethernet1 shutdown: false channel_group: id: 1 diff --git a/ansible_collections/arista/avd/examples/l2ls-fabric/intended/structured_configs/LEAF2.yml b/ansible_collections/arista/avd/examples/l2ls-fabric/intended/structured_configs/LEAF2.yml index 75310f12866..0024fa8e73b 100644 --- a/ansible_collections/arista/avd/examples/l2ls-fabric/intended/structured_configs/LEAF2.yml +++ b/ansible_collections/arista/avd/examples/l2ls-fabric/intended/structured_configs/LEAF2.yml @@ -91,7 +91,7 @@ port_channel_interfaces: - MLAG shutdown: false - name: Port-Channel1 - description: SPINES_Po1 + description: L2_SPINES_Port-Channel1 switchport: enabled: true mode: trunk @@ -122,7 +122,7 @@ ethernet_interfaces: peer: SPINE1 peer_interface: Ethernet2 peer_type: l2spine - description: SPINE1_Ethernet2 + description: L2_SPINE1_Ethernet2 shutdown: false channel_group: id: 1 @@ -131,7 +131,7 @@ ethernet_interfaces: peer: SPINE2 peer_interface: Ethernet2 peer_type: l2spine - description: SPINE2_Ethernet2 + description: L2_SPINE2_Ethernet2 shutdown: false channel_group: id: 1 diff --git a/ansible_collections/arista/avd/examples/l2ls-fabric/intended/structured_configs/LEAF3.yml b/ansible_collections/arista/avd/examples/l2ls-fabric/intended/structured_configs/LEAF3.yml index 8db7b84de10..e7eb82a4e15 100644 --- a/ansible_collections/arista/avd/examples/l2ls-fabric/intended/structured_configs/LEAF3.yml +++ b/ansible_collections/arista/avd/examples/l2ls-fabric/intended/structured_configs/LEAF3.yml @@ -91,7 +91,7 @@ port_channel_interfaces: - MLAG shutdown: false - name: Port-Channel1 - description: SPINES_Po3 + description: L2_SPINES_Port-Channel3 switchport: enabled: true mode: trunk @@ -122,7 +122,7 @@ ethernet_interfaces: peer: SPINE1 peer_interface: Ethernet3 peer_type: l2spine - description: SPINE1_Ethernet3 + description: L2_SPINE1_Ethernet3 shutdown: false channel_group: id: 1 @@ -131,7 +131,7 @@ ethernet_interfaces: peer: SPINE2 peer_interface: Ethernet3 peer_type: l2spine - description: SPINE2_Ethernet3 + description: L2_SPINE2_Ethernet3 shutdown: false channel_group: id: 1 diff --git a/ansible_collections/arista/avd/examples/l2ls-fabric/intended/structured_configs/LEAF4.yml b/ansible_collections/arista/avd/examples/l2ls-fabric/intended/structured_configs/LEAF4.yml index b33c74ce8cd..2c716ce01a8 100644 --- a/ansible_collections/arista/avd/examples/l2ls-fabric/intended/structured_configs/LEAF4.yml +++ b/ansible_collections/arista/avd/examples/l2ls-fabric/intended/structured_configs/LEAF4.yml @@ -91,7 +91,7 @@ port_channel_interfaces: - MLAG shutdown: false - name: Port-Channel1 - description: SPINES_Po3 + description: L2_SPINES_Port-Channel3 switchport: enabled: true mode: trunk @@ -122,7 +122,7 @@ ethernet_interfaces: peer: SPINE1 peer_interface: Ethernet4 peer_type: l2spine - description: SPINE1_Ethernet4 + description: L2_SPINE1_Ethernet4 shutdown: false channel_group: id: 1 @@ -131,7 +131,7 @@ ethernet_interfaces: peer: SPINE2 peer_interface: Ethernet4 peer_type: l2spine - description: SPINE2_Ethernet4 + description: L2_SPINE2_Ethernet4 shutdown: false channel_group: id: 1 diff --git a/ansible_collections/arista/avd/examples/l2ls-fabric/intended/structured_configs/SPINE1.yml b/ansible_collections/arista/avd/examples/l2ls-fabric/intended/structured_configs/SPINE1.yml index 2a728155343..a40b8b4b3c3 100644 --- a/ansible_collections/arista/avd/examples/l2ls-fabric/intended/structured_configs/SPINE1.yml +++ b/ansible_collections/arista/avd/examples/l2ls-fabric/intended/structured_configs/SPINE1.yml @@ -94,7 +94,7 @@ port_channel_interfaces: - MLAG shutdown: false - name: Port-Channel1 - description: RACK1_Po1 + description: L2_RACK1_Port-Channel1 switchport: enabled: true mode: trunk @@ -103,7 +103,7 @@ port_channel_interfaces: shutdown: false mlag: 1 - name: Port-Channel3 - description: RACK2_Po1 + description: L2_RACK2_Port-Channel1 switchport: enabled: true mode: trunk @@ -143,7 +143,7 @@ ethernet_interfaces: peer: LEAF1 peer_interface: Ethernet1 peer_type: l2leaf - description: LEAF1_Ethernet1 + description: L2_LEAF1_Ethernet1 shutdown: false channel_group: id: 1 @@ -152,7 +152,7 @@ ethernet_interfaces: peer: LEAF2 peer_interface: Ethernet1 peer_type: l2leaf - description: LEAF2_Ethernet1 + description: L2_LEAF2_Ethernet1 shutdown: false channel_group: id: 1 @@ -161,7 +161,7 @@ ethernet_interfaces: peer: LEAF3 peer_interface: Ethernet1 peer_type: l2leaf - description: LEAF3_Ethernet1 + description: L2_LEAF3_Ethernet1 shutdown: false channel_group: id: 3 @@ -170,7 +170,7 @@ ethernet_interfaces: peer: LEAF4 peer_interface: Ethernet1 peer_type: l2leaf - description: LEAF4_Ethernet1 + description: L2_LEAF4_Ethernet1 shutdown: false channel_group: id: 3 diff --git a/ansible_collections/arista/avd/examples/l2ls-fabric/intended/structured_configs/SPINE2.yml b/ansible_collections/arista/avd/examples/l2ls-fabric/intended/structured_configs/SPINE2.yml index ce8ce792a8e..fde91f5f6ef 100644 --- a/ansible_collections/arista/avd/examples/l2ls-fabric/intended/structured_configs/SPINE2.yml +++ b/ansible_collections/arista/avd/examples/l2ls-fabric/intended/structured_configs/SPINE2.yml @@ -94,7 +94,7 @@ port_channel_interfaces: - MLAG shutdown: false - name: Port-Channel1 - description: RACK1_Po1 + description: L2_RACK1_Port-Channel1 switchport: enabled: true mode: trunk @@ -103,7 +103,7 @@ port_channel_interfaces: shutdown: false mlag: 1 - name: Port-Channel3 - description: RACK2_Po1 + description: L2_RACK2_Port-Channel1 switchport: enabled: true mode: trunk @@ -143,7 +143,7 @@ ethernet_interfaces: peer: LEAF1 peer_interface: Ethernet2 peer_type: l2leaf - description: LEAF1_Ethernet2 + description: L2_LEAF1_Ethernet2 shutdown: false channel_group: id: 1 @@ -152,7 +152,7 @@ ethernet_interfaces: peer: LEAF2 peer_interface: Ethernet2 peer_type: l2leaf - description: LEAF2_Ethernet2 + description: L2_LEAF2_Ethernet2 shutdown: false channel_group: id: 1 @@ -161,7 +161,7 @@ ethernet_interfaces: peer: LEAF3 peer_interface: Ethernet2 peer_type: l2leaf - description: LEAF3_Ethernet2 + description: L2_LEAF3_Ethernet2 shutdown: false channel_group: id: 3 @@ -170,7 +170,7 @@ ethernet_interfaces: peer: LEAF4 peer_interface: Ethernet2 peer_type: l2leaf - description: LEAF4_Ethernet2 + description: L2_LEAF4_Ethernet2 shutdown: false channel_group: id: 3 diff --git a/ansible_collections/arista/avd/examples/single-dc-l3ls/documentation/devices/dc1-leaf1a.md b/ansible_collections/arista/avd/examples/single-dc-l3ls/documentation/devices/dc1-leaf1a.md index 2766beda9b5..b7e500aa556 100644 --- a/ansible_collections/arista/avd/examples/single-dc-l3ls/documentation/devices/dc1-leaf1a.md +++ b/ansible_collections/arista/avd/examples/single-dc-l3ls/documentation/devices/dc1-leaf1a.md @@ -318,7 +318,7 @@ vlan 4094 | Ethernet3 | MLAG_dc1-leaf1b_Ethernet3 | *trunk | *- | *- | *MLAG | 3 | | Ethernet4 | MLAG_dc1-leaf1b_Ethernet4 | *trunk | *- | *- | *MLAG | 3 | | Ethernet5 | SERVER_dc1-leaf1-server1_PCI1 | *trunk | *11-12,21-22 | *4092 | *- | 5 | -| Ethernet8 | DC1-LEAF1C_Ethernet1 | *trunk | *11-12,21-22,3401-3402 | *- | *- | 8 | +| Ethernet8 | L2_dc1-leaf1c_Ethernet1 | *trunk | *11-12,21-22,3401-3402 | *- | *- | 8 | *Inherited from Port-Channel Interface @@ -363,7 +363,7 @@ interface Ethernet5 channel-group 5 mode active ! interface Ethernet8 - description DC1-LEAF1C_Ethernet1 + description L2_dc1-leaf1c_Ethernet1 no shutdown channel-group 8 mode active ``` @@ -378,7 +378,7 @@ interface Ethernet8 | --------- | ----------- | ---- | ----- | ----------- | ------------| --------------------- | ------------------ | ------- | -------- | | Port-Channel3 | MLAG_dc1-leaf1b_Port-Channel3 | trunk | - | - | MLAG | - | - | - | - | | Port-Channel5 | SERVER_dc1-leaf1-server1_Bond1 | trunk | 11-12,21-22 | 4092 | - | - | - | 5 | - | -| Port-Channel8 | DC1-LEAF1C_Po1 | trunk | 11-12,21-22,3401-3402 | - | - | - | - | 8 | - | +| Port-Channel8 | L2_dc1-leaf1c_Port-Channel1 | trunk | 11-12,21-22,3401-3402 | - | - | - | - | 8 | - | #### Port-Channel Interfaces Device Configuration @@ -402,7 +402,7 @@ interface Port-Channel5 spanning-tree portfast ! interface Port-Channel8 - description DC1-LEAF1C_Po1 + description L2_dc1-leaf1c_Port-Channel1 no shutdown switchport trunk allowed vlan 11-12,21-22,3401-3402 switchport mode trunk diff --git a/ansible_collections/arista/avd/examples/single-dc-l3ls/documentation/devices/dc1-leaf1b.md b/ansible_collections/arista/avd/examples/single-dc-l3ls/documentation/devices/dc1-leaf1b.md index ba1e7faf0f0..aefbcda8ee6 100644 --- a/ansible_collections/arista/avd/examples/single-dc-l3ls/documentation/devices/dc1-leaf1b.md +++ b/ansible_collections/arista/avd/examples/single-dc-l3ls/documentation/devices/dc1-leaf1b.md @@ -318,7 +318,7 @@ vlan 4094 | Ethernet3 | MLAG_dc1-leaf1a_Ethernet3 | *trunk | *- | *- | *MLAG | 3 | | Ethernet4 | MLAG_dc1-leaf1a_Ethernet4 | *trunk | *- | *- | *MLAG | 3 | | Ethernet5 | SERVER_dc1-leaf1-server1_PCI2 | *trunk | *11-12,21-22 | *4092 | *- | 5 | -| Ethernet8 | DC1-LEAF1C_Ethernet2 | *trunk | *11-12,21-22,3401-3402 | *- | *- | 8 | +| Ethernet8 | L2_dc1-leaf1c_Ethernet2 | *trunk | *11-12,21-22,3401-3402 | *- | *- | 8 | *Inherited from Port-Channel Interface @@ -363,7 +363,7 @@ interface Ethernet5 channel-group 5 mode active ! interface Ethernet8 - description DC1-LEAF1C_Ethernet2 + description L2_dc1-leaf1c_Ethernet2 no shutdown channel-group 8 mode active ``` @@ -378,7 +378,7 @@ interface Ethernet8 | --------- | ----------- | ---- | ----- | ----------- | ------------| --------------------- | ------------------ | ------- | -------- | | Port-Channel3 | MLAG_dc1-leaf1a_Port-Channel3 | trunk | - | - | MLAG | - | - | - | - | | Port-Channel5 | SERVER_dc1-leaf1-server1_Bond1 | trunk | 11-12,21-22 | 4092 | - | - | - | 5 | - | -| Port-Channel8 | DC1-LEAF1C_Po1 | trunk | 11-12,21-22,3401-3402 | - | - | - | - | 8 | - | +| Port-Channel8 | L2_dc1-leaf1c_Port-Channel1 | trunk | 11-12,21-22,3401-3402 | - | - | - | - | 8 | - | #### Port-Channel Interfaces Device Configuration @@ -402,7 +402,7 @@ interface Port-Channel5 spanning-tree portfast ! interface Port-Channel8 - description DC1-LEAF1C_Po1 + description L2_dc1-leaf1c_Port-Channel1 no shutdown switchport trunk allowed vlan 11-12,21-22,3401-3402 switchport mode trunk diff --git a/ansible_collections/arista/avd/examples/single-dc-l3ls/documentation/devices/dc1-leaf1c.md b/ansible_collections/arista/avd/examples/single-dc-l3ls/documentation/devices/dc1-leaf1c.md index 15321e70367..ce2b5b36304 100644 --- a/ansible_collections/arista/avd/examples/single-dc-l3ls/documentation/devices/dc1-leaf1c.md +++ b/ansible_collections/arista/avd/examples/single-dc-l3ls/documentation/devices/dc1-leaf1c.md @@ -251,8 +251,8 @@ vlan 3402 | Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | Channel-Group | | --------- | ----------- | ---- | ----- | ----------- | ----------- | ------------- | -| Ethernet1 | DC1-LEAF1A_Ethernet8 | *trunk | *11-12,21-22,3401-3402 | *- | *- | 1 | -| Ethernet2 | DC1-LEAF1B_Ethernet8 | *trunk | *11-12,21-22,3401-3402 | *- | *- | 1 | +| Ethernet1 | L2_dc1-leaf1a_Ethernet8 | *trunk | *11-12,21-22,3401-3402 | *- | *- | 1 | +| Ethernet2 | L2_dc1-leaf1b_Ethernet8 | *trunk | *11-12,21-22,3401-3402 | *- | *- | 1 | | Ethernet5 | SERVER_dc1-leaf1-server1_iLO | access | 11 | - | - | - | *Inherited from Port-Channel Interface @@ -262,12 +262,12 @@ vlan 3402 ```eos ! interface Ethernet1 - description DC1-LEAF1A_Ethernet8 + description L2_dc1-leaf1a_Ethernet8 no shutdown channel-group 1 mode active ! interface Ethernet2 - description DC1-LEAF1B_Ethernet8 + description L2_dc1-leaf1b_Ethernet8 no shutdown channel-group 1 mode active ! @@ -288,14 +288,14 @@ interface Ethernet5 | Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | LACP Fallback Timeout | LACP Fallback Mode | MLAG ID | EVPN ESI | | --------- | ----------- | ---- | ----- | ----------- | ------------| --------------------- | ------------------ | ------- | -------- | -| Port-Channel1 | DC1_L3_LEAF1_Po8 | trunk | 11-12,21-22,3401-3402 | - | - | - | - | - | - | +| Port-Channel1 | L2_DC1_L3_LEAF1_Port-Channel8 | trunk | 11-12,21-22,3401-3402 | - | - | - | - | - | - | #### Port-Channel Interfaces Device Configuration ```eos ! interface Port-Channel1 - description DC1_L3_LEAF1_Po8 + description L2_DC1_L3_LEAF1_Port-Channel8 no shutdown switchport trunk allowed vlan 11-12,21-22,3401-3402 switchport mode trunk diff --git a/ansible_collections/arista/avd/examples/single-dc-l3ls/documentation/devices/dc1-leaf2a.md b/ansible_collections/arista/avd/examples/single-dc-l3ls/documentation/devices/dc1-leaf2a.md index 12d2f514283..82388edcfb5 100644 --- a/ansible_collections/arista/avd/examples/single-dc-l3ls/documentation/devices/dc1-leaf2a.md +++ b/ansible_collections/arista/avd/examples/single-dc-l3ls/documentation/devices/dc1-leaf2a.md @@ -318,7 +318,7 @@ vlan 4094 | Ethernet3 | MLAG_dc1-leaf2b_Ethernet3 | *trunk | *- | *- | *MLAG | 3 | | Ethernet4 | MLAG_dc1-leaf2b_Ethernet4 | *trunk | *- | *- | *MLAG | 3 | | Ethernet5 | SERVER_dc1-leaf2-server1_PCI1 | *trunk | *11-12,21-22 | *4092 | *- | 5 | -| Ethernet8 | DC1-LEAF2C_Ethernet1 | *trunk | *11-12,21-22,3401-3402 | *- | *- | 8 | +| Ethernet8 | L2_dc1-leaf2c_Ethernet1 | *trunk | *11-12,21-22,3401-3402 | *- | *- | 8 | *Inherited from Port-Channel Interface @@ -363,7 +363,7 @@ interface Ethernet5 channel-group 5 mode active ! interface Ethernet8 - description DC1-LEAF2C_Ethernet1 + description L2_dc1-leaf2c_Ethernet1 no shutdown channel-group 8 mode active ``` @@ -378,7 +378,7 @@ interface Ethernet8 | --------- | ----------- | ---- | ----- | ----------- | ------------| --------------------- | ------------------ | ------- | -------- | | Port-Channel3 | MLAG_dc1-leaf2b_Port-Channel3 | trunk | - | - | MLAG | - | - | - | - | | Port-Channel5 | SERVER_dc1-leaf2-server1 | trunk | 11-12,21-22 | 4092 | - | - | - | 5 | - | -| Port-Channel8 | DC1-LEAF2C_Po1 | trunk | 11-12,21-22,3401-3402 | - | - | - | - | 8 | - | +| Port-Channel8 | L2_dc1-leaf2c_Port-Channel1 | trunk | 11-12,21-22,3401-3402 | - | - | - | - | 8 | - | #### Port-Channel Interfaces Device Configuration @@ -402,7 +402,7 @@ interface Port-Channel5 spanning-tree portfast ! interface Port-Channel8 - description DC1-LEAF2C_Po1 + description L2_dc1-leaf2c_Port-Channel1 no shutdown switchport trunk allowed vlan 11-12,21-22,3401-3402 switchport mode trunk diff --git a/ansible_collections/arista/avd/examples/single-dc-l3ls/documentation/devices/dc1-leaf2b.md b/ansible_collections/arista/avd/examples/single-dc-l3ls/documentation/devices/dc1-leaf2b.md index 5fc25888cee..a4fa45552f2 100644 --- a/ansible_collections/arista/avd/examples/single-dc-l3ls/documentation/devices/dc1-leaf2b.md +++ b/ansible_collections/arista/avd/examples/single-dc-l3ls/documentation/devices/dc1-leaf2b.md @@ -318,7 +318,7 @@ vlan 4094 | Ethernet3 | MLAG_dc1-leaf2a_Ethernet3 | *trunk | *- | *- | *MLAG | 3 | | Ethernet4 | MLAG_dc1-leaf2a_Ethernet4 | *trunk | *- | *- | *MLAG | 3 | | Ethernet5 | SERVER_dc1-leaf2-server1_PCI2 | *trunk | *11-12,21-22 | *4092 | *- | 5 | -| Ethernet8 | DC1-LEAF2C_Ethernet2 | *trunk | *11-12,21-22,3401-3402 | *- | *- | 8 | +| Ethernet8 | L2_dc1-leaf2c_Ethernet2 | *trunk | *11-12,21-22,3401-3402 | *- | *- | 8 | *Inherited from Port-Channel Interface @@ -363,7 +363,7 @@ interface Ethernet5 channel-group 5 mode active ! interface Ethernet8 - description DC1-LEAF2C_Ethernet2 + description L2_dc1-leaf2c_Ethernet2 no shutdown channel-group 8 mode active ``` @@ -378,7 +378,7 @@ interface Ethernet8 | --------- | ----------- | ---- | ----- | ----------- | ------------| --------------------- | ------------------ | ------- | -------- | | Port-Channel3 | MLAG_dc1-leaf2a_Port-Channel3 | trunk | - | - | MLAG | - | - | - | - | | Port-Channel5 | SERVER_dc1-leaf2-server1 | trunk | 11-12,21-22 | 4092 | - | - | - | 5 | - | -| Port-Channel8 | DC1-LEAF2C_Po1 | trunk | 11-12,21-22,3401-3402 | - | - | - | - | 8 | - | +| Port-Channel8 | L2_dc1-leaf2c_Port-Channel1 | trunk | 11-12,21-22,3401-3402 | - | - | - | - | 8 | - | #### Port-Channel Interfaces Device Configuration @@ -402,7 +402,7 @@ interface Port-Channel5 spanning-tree portfast ! interface Port-Channel8 - description DC1-LEAF2C_Po1 + description L2_dc1-leaf2c_Port-Channel1 no shutdown switchport trunk allowed vlan 11-12,21-22,3401-3402 switchport mode trunk diff --git a/ansible_collections/arista/avd/examples/single-dc-l3ls/documentation/devices/dc1-leaf2c.md b/ansible_collections/arista/avd/examples/single-dc-l3ls/documentation/devices/dc1-leaf2c.md index b9ffa08ffee..38842552b6e 100644 --- a/ansible_collections/arista/avd/examples/single-dc-l3ls/documentation/devices/dc1-leaf2c.md +++ b/ansible_collections/arista/avd/examples/single-dc-l3ls/documentation/devices/dc1-leaf2c.md @@ -251,8 +251,8 @@ vlan 3402 | Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | Channel-Group | | --------- | ----------- | ---- | ----- | ----------- | ----------- | ------------- | -| Ethernet1 | DC1-LEAF2A_Ethernet8 | *trunk | *11-12,21-22,3401-3402 | *- | *- | 1 | -| Ethernet2 | DC1-LEAF2B_Ethernet8 | *trunk | *11-12,21-22,3401-3402 | *- | *- | 1 | +| Ethernet1 | L2_dc1-leaf2a_Ethernet8 | *trunk | *11-12,21-22,3401-3402 | *- | *- | 1 | +| Ethernet2 | L2_dc1-leaf2b_Ethernet8 | *trunk | *11-12,21-22,3401-3402 | *- | *- | 1 | | Ethernet5 | SERVER_dc1-leaf2-server1_iLO | access | 11 | - | - | - | *Inherited from Port-Channel Interface @@ -262,12 +262,12 @@ vlan 3402 ```eos ! interface Ethernet1 - description DC1-LEAF2A_Ethernet8 + description L2_dc1-leaf2a_Ethernet8 no shutdown channel-group 1 mode active ! interface Ethernet2 - description DC1-LEAF2B_Ethernet8 + description L2_dc1-leaf2b_Ethernet8 no shutdown channel-group 1 mode active ! @@ -288,14 +288,14 @@ interface Ethernet5 | Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | LACP Fallback Timeout | LACP Fallback Mode | MLAG ID | EVPN ESI | | --------- | ----------- | ---- | ----- | ----------- | ------------| --------------------- | ------------------ | ------- | -------- | -| Port-Channel1 | DC1_L3_LEAF2_Po8 | trunk | 11-12,21-22,3401-3402 | - | - | - | - | - | - | +| Port-Channel1 | L2_DC1_L3_LEAF2_Port-Channel8 | trunk | 11-12,21-22,3401-3402 | - | - | - | - | - | - | #### Port-Channel Interfaces Device Configuration ```eos ! interface Port-Channel1 - description DC1_L3_LEAF2_Po8 + description L2_DC1_L3_LEAF2_Port-Channel8 no shutdown switchport trunk allowed vlan 11-12,21-22,3401-3402 switchport mode trunk diff --git a/ansible_collections/arista/avd/examples/single-dc-l3ls/intended/configs/dc1-leaf1a.cfg b/ansible_collections/arista/avd/examples/single-dc-l3ls/intended/configs/dc1-leaf1a.cfg index 1637b32417e..afce49cb531 100644 --- a/ansible_collections/arista/avd/examples/single-dc-l3ls/intended/configs/dc1-leaf1a.cfg +++ b/ansible_collections/arista/avd/examples/single-dc-l3ls/intended/configs/dc1-leaf1a.cfg @@ -87,7 +87,7 @@ interface Port-Channel5 spanning-tree portfast ! interface Port-Channel8 - description DC1-LEAF1C_Po1 + description L2_dc1-leaf1c_Port-Channel1 no shutdown switchport trunk allowed vlan 11-12,21-22,3401-3402 switchport mode trunk @@ -124,7 +124,7 @@ interface Ethernet5 channel-group 5 mode active ! interface Ethernet8 - description DC1-LEAF1C_Ethernet1 + description L2_dc1-leaf1c_Ethernet1 no shutdown channel-group 8 mode active ! diff --git a/ansible_collections/arista/avd/examples/single-dc-l3ls/intended/configs/dc1-leaf1b.cfg b/ansible_collections/arista/avd/examples/single-dc-l3ls/intended/configs/dc1-leaf1b.cfg index 2e6044970a4..86484ab5c97 100644 --- a/ansible_collections/arista/avd/examples/single-dc-l3ls/intended/configs/dc1-leaf1b.cfg +++ b/ansible_collections/arista/avd/examples/single-dc-l3ls/intended/configs/dc1-leaf1b.cfg @@ -87,7 +87,7 @@ interface Port-Channel5 spanning-tree portfast ! interface Port-Channel8 - description DC1-LEAF1C_Po1 + description L2_dc1-leaf1c_Port-Channel1 no shutdown switchport trunk allowed vlan 11-12,21-22,3401-3402 switchport mode trunk @@ -124,7 +124,7 @@ interface Ethernet5 channel-group 5 mode active ! interface Ethernet8 - description DC1-LEAF1C_Ethernet2 + description L2_dc1-leaf1c_Ethernet2 no shutdown channel-group 8 mode active ! diff --git a/ansible_collections/arista/avd/examples/single-dc-l3ls/intended/configs/dc1-leaf1c.cfg b/ansible_collections/arista/avd/examples/single-dc-l3ls/intended/configs/dc1-leaf1c.cfg index 0471ad3ea3b..90fc6b9a262 100644 --- a/ansible_collections/arista/avd/examples/single-dc-l3ls/intended/configs/dc1-leaf1c.cfg +++ b/ansible_collections/arista/avd/examples/single-dc-l3ls/intended/configs/dc1-leaf1c.cfg @@ -49,19 +49,19 @@ management api http-commands no shutdown ! interface Port-Channel1 - description DC1_L3_LEAF1_Po8 + description L2_DC1_L3_LEAF1_Port-Channel8 no shutdown switchport trunk allowed vlan 11-12,21-22,3401-3402 switchport mode trunk switchport ! interface Ethernet1 - description DC1-LEAF1A_Ethernet8 + description L2_dc1-leaf1a_Ethernet8 no shutdown channel-group 1 mode active ! interface Ethernet2 - description DC1-LEAF1B_Ethernet8 + description L2_dc1-leaf1b_Ethernet8 no shutdown channel-group 1 mode active ! diff --git a/ansible_collections/arista/avd/examples/single-dc-l3ls/intended/configs/dc1-leaf2a.cfg b/ansible_collections/arista/avd/examples/single-dc-l3ls/intended/configs/dc1-leaf2a.cfg index d69ccff8713..21a77aeb15e 100644 --- a/ansible_collections/arista/avd/examples/single-dc-l3ls/intended/configs/dc1-leaf2a.cfg +++ b/ansible_collections/arista/avd/examples/single-dc-l3ls/intended/configs/dc1-leaf2a.cfg @@ -87,7 +87,7 @@ interface Port-Channel5 spanning-tree portfast ! interface Port-Channel8 - description DC1-LEAF2C_Po1 + description L2_dc1-leaf2c_Port-Channel1 no shutdown switchport trunk allowed vlan 11-12,21-22,3401-3402 switchport mode trunk @@ -124,7 +124,7 @@ interface Ethernet5 channel-group 5 mode active ! interface Ethernet8 - description DC1-LEAF2C_Ethernet1 + description L2_dc1-leaf2c_Ethernet1 no shutdown channel-group 8 mode active ! diff --git a/ansible_collections/arista/avd/examples/single-dc-l3ls/intended/configs/dc1-leaf2b.cfg b/ansible_collections/arista/avd/examples/single-dc-l3ls/intended/configs/dc1-leaf2b.cfg index ef446a1c372..10fcaf2d1d5 100644 --- a/ansible_collections/arista/avd/examples/single-dc-l3ls/intended/configs/dc1-leaf2b.cfg +++ b/ansible_collections/arista/avd/examples/single-dc-l3ls/intended/configs/dc1-leaf2b.cfg @@ -87,7 +87,7 @@ interface Port-Channel5 spanning-tree portfast ! interface Port-Channel8 - description DC1-LEAF2C_Po1 + description L2_dc1-leaf2c_Port-Channel1 no shutdown switchport trunk allowed vlan 11-12,21-22,3401-3402 switchport mode trunk @@ -124,7 +124,7 @@ interface Ethernet5 channel-group 5 mode active ! interface Ethernet8 - description DC1-LEAF2C_Ethernet2 + description L2_dc1-leaf2c_Ethernet2 no shutdown channel-group 8 mode active ! diff --git a/ansible_collections/arista/avd/examples/single-dc-l3ls/intended/configs/dc1-leaf2c.cfg b/ansible_collections/arista/avd/examples/single-dc-l3ls/intended/configs/dc1-leaf2c.cfg index ea2f3819831..87832c76941 100644 --- a/ansible_collections/arista/avd/examples/single-dc-l3ls/intended/configs/dc1-leaf2c.cfg +++ b/ansible_collections/arista/avd/examples/single-dc-l3ls/intended/configs/dc1-leaf2c.cfg @@ -49,19 +49,19 @@ management api http-commands no shutdown ! interface Port-Channel1 - description DC1_L3_LEAF2_Po8 + description L2_DC1_L3_LEAF2_Port-Channel8 no shutdown switchport trunk allowed vlan 11-12,21-22,3401-3402 switchport mode trunk switchport ! interface Ethernet1 - description DC1-LEAF2A_Ethernet8 + description L2_dc1-leaf2a_Ethernet8 no shutdown channel-group 1 mode active ! interface Ethernet2 - description DC1-LEAF2B_Ethernet8 + description L2_dc1-leaf2b_Ethernet8 no shutdown channel-group 1 mode active ! diff --git a/ansible_collections/arista/avd/examples/single-dc-l3ls/intended/structured_configs/dc1-leaf1a.yml b/ansible_collections/arista/avd/examples/single-dc-l3ls/intended/structured_configs/dc1-leaf1a.yml index 9ce8011bbb7..5fa0020ce2e 100644 --- a/ansible_collections/arista/avd/examples/single-dc-l3ls/intended/structured_configs/dc1-leaf1a.yml +++ b/ansible_collections/arista/avd/examples/single-dc-l3ls/intended/structured_configs/dc1-leaf1a.yml @@ -336,7 +336,7 @@ port_channel_interfaces: - MLAG shutdown: false - name: Port-Channel8 - description: DC1-LEAF1C_Po1 + description: L2_dc1-leaf1c_Port-Channel1 switchport: enabled: true mode: trunk @@ -398,7 +398,7 @@ ethernet_interfaces: peer: dc1-leaf1c peer_interface: Ethernet1 peer_type: l2leaf - description: DC1-LEAF1C_Ethernet1 + description: L2_dc1-leaf1c_Ethernet1 shutdown: false channel_group: id: 8 diff --git a/ansible_collections/arista/avd/examples/single-dc-l3ls/intended/structured_configs/dc1-leaf1b.yml b/ansible_collections/arista/avd/examples/single-dc-l3ls/intended/structured_configs/dc1-leaf1b.yml index 9f7f8ab3b49..1ddd5518ee9 100644 --- a/ansible_collections/arista/avd/examples/single-dc-l3ls/intended/structured_configs/dc1-leaf1b.yml +++ b/ansible_collections/arista/avd/examples/single-dc-l3ls/intended/structured_configs/dc1-leaf1b.yml @@ -336,7 +336,7 @@ port_channel_interfaces: - MLAG shutdown: false - name: Port-Channel8 - description: DC1-LEAF1C_Po1 + description: L2_dc1-leaf1c_Port-Channel1 switchport: enabled: true mode: trunk @@ -398,7 +398,7 @@ ethernet_interfaces: peer: dc1-leaf1c peer_interface: Ethernet2 peer_type: l2leaf - description: DC1-LEAF1C_Ethernet2 + description: L2_dc1-leaf1c_Ethernet2 shutdown: false channel_group: id: 8 diff --git a/ansible_collections/arista/avd/examples/single-dc-l3ls/intended/structured_configs/dc1-leaf1c.yml b/ansible_collections/arista/avd/examples/single-dc-l3ls/intended/structured_configs/dc1-leaf1c.yml index e0ba851da88..54d6582c14b 100644 --- a/ansible_collections/arista/avd/examples/single-dc-l3ls/intended/structured_configs/dc1-leaf1c.yml +++ b/ansible_collections/arista/avd/examples/single-dc-l3ls/intended/structured_configs/dc1-leaf1c.yml @@ -71,7 +71,7 @@ ethernet_interfaces: peer: dc1-leaf1a peer_interface: Ethernet8 peer_type: l3leaf - description: DC1-LEAF1A_Ethernet8 + description: L2_dc1-leaf1a_Ethernet8 shutdown: false channel_group: id: 1 @@ -80,7 +80,7 @@ ethernet_interfaces: peer: dc1-leaf1b peer_interface: Ethernet8 peer_type: l3leaf - description: DC1-LEAF1B_Ethernet8 + description: L2_dc1-leaf1b_Ethernet8 shutdown: false channel_group: id: 1 @@ -98,7 +98,7 @@ ethernet_interfaces: spanning_tree_portfast: edge port_channel_interfaces: - name: Port-Channel1 - description: DC1_L3_LEAF1_Po8 + description: L2_DC1_L3_LEAF1_Port-Channel8 switchport: enabled: true mode: trunk diff --git a/ansible_collections/arista/avd/examples/single-dc-l3ls/intended/structured_configs/dc1-leaf2a.yml b/ansible_collections/arista/avd/examples/single-dc-l3ls/intended/structured_configs/dc1-leaf2a.yml index a236ed20001..d445ebe957f 100644 --- a/ansible_collections/arista/avd/examples/single-dc-l3ls/intended/structured_configs/dc1-leaf2a.yml +++ b/ansible_collections/arista/avd/examples/single-dc-l3ls/intended/structured_configs/dc1-leaf2a.yml @@ -336,7 +336,7 @@ port_channel_interfaces: - MLAG shutdown: false - name: Port-Channel8 - description: DC1-LEAF2C_Po1 + description: L2_dc1-leaf2c_Port-Channel1 switchport: enabled: true mode: trunk @@ -398,7 +398,7 @@ ethernet_interfaces: peer: dc1-leaf2c peer_interface: Ethernet1 peer_type: l2leaf - description: DC1-LEAF2C_Ethernet1 + description: L2_dc1-leaf2c_Ethernet1 shutdown: false channel_group: id: 8 diff --git a/ansible_collections/arista/avd/examples/single-dc-l3ls/intended/structured_configs/dc1-leaf2b.yml b/ansible_collections/arista/avd/examples/single-dc-l3ls/intended/structured_configs/dc1-leaf2b.yml index fafa42ddb9a..5edfc87e9e4 100644 --- a/ansible_collections/arista/avd/examples/single-dc-l3ls/intended/structured_configs/dc1-leaf2b.yml +++ b/ansible_collections/arista/avd/examples/single-dc-l3ls/intended/structured_configs/dc1-leaf2b.yml @@ -336,7 +336,7 @@ port_channel_interfaces: - MLAG shutdown: false - name: Port-Channel8 - description: DC1-LEAF2C_Po1 + description: L2_dc1-leaf2c_Port-Channel1 switchport: enabled: true mode: trunk @@ -398,7 +398,7 @@ ethernet_interfaces: peer: dc1-leaf2c peer_interface: Ethernet2 peer_type: l2leaf - description: DC1-LEAF2C_Ethernet2 + description: L2_dc1-leaf2c_Ethernet2 shutdown: false channel_group: id: 8 diff --git a/ansible_collections/arista/avd/examples/single-dc-l3ls/intended/structured_configs/dc1-leaf2c.yml b/ansible_collections/arista/avd/examples/single-dc-l3ls/intended/structured_configs/dc1-leaf2c.yml index e63b243227f..fea3c2aeaed 100644 --- a/ansible_collections/arista/avd/examples/single-dc-l3ls/intended/structured_configs/dc1-leaf2c.yml +++ b/ansible_collections/arista/avd/examples/single-dc-l3ls/intended/structured_configs/dc1-leaf2c.yml @@ -71,7 +71,7 @@ ethernet_interfaces: peer: dc1-leaf2a peer_interface: Ethernet8 peer_type: l3leaf - description: DC1-LEAF2A_Ethernet8 + description: L2_dc1-leaf2a_Ethernet8 shutdown: false channel_group: id: 1 @@ -80,7 +80,7 @@ ethernet_interfaces: peer: dc1-leaf2b peer_interface: Ethernet8 peer_type: l3leaf - description: DC1-LEAF2B_Ethernet8 + description: L2_dc1-leaf2b_Ethernet8 shutdown: false channel_group: id: 1 @@ -98,7 +98,7 @@ ethernet_interfaces: spanning_tree_portfast: edge port_channel_interfaces: - name: Port-Channel1 - description: DC1_L3_LEAF2_Po8 + description: L2_DC1_L3_LEAF2_Port-Channel8 switchport: enabled: true mode: trunk diff --git a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/documentation/devices/DC1-L2LEAF1A.md b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/documentation/devices/DC1-L2LEAF1A.md index 284ca5c673f..945613f0a28 100644 --- a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/documentation/devices/DC1-L2LEAF1A.md +++ b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/documentation/devices/DC1-L2LEAF1A.md @@ -253,8 +253,8 @@ vlan 131 | Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | Channel-Group | | --------- | ----------- | ---- | ----- | ----------- | ----------- | ------------- | -| Ethernet1 | DC1-LEAF2A_Ethernet7 | *trunk | *110-111,120-121,130-131 | *- | *- | 1 | -| Ethernet2 | DC1-LEAF2B_Ethernet7 | *trunk | *110-111,120-121,130-131 | *- | *- | 1 | +| Ethernet1 | L2_DC1-LEAF2A_Ethernet7 | *trunk | *110-111,120-121,130-131 | *- | *- | 1 | +| Ethernet2 | L2_DC1-LEAF2B_Ethernet7 | *trunk | *110-111,120-121,130-131 | *- | *- | 1 | *Inherited from Port-Channel Interface @@ -263,12 +263,12 @@ vlan 131 ```eos ! interface Ethernet1 - description DC1-LEAF2A_Ethernet7 + description L2_DC1-LEAF2A_Ethernet7 no shutdown channel-group 1 mode active ! interface Ethernet2 - description DC1-LEAF2B_Ethernet7 + description L2_DC1-LEAF2B_Ethernet7 no shutdown channel-group 1 mode active ``` @@ -281,14 +281,14 @@ interface Ethernet2 | Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | LACP Fallback Timeout | LACP Fallback Mode | MLAG ID | EVPN ESI | | --------- | ----------- | ---- | ----- | ----------- | ------------| --------------------- | ------------------ | ------- | -------- | -| Port-Channel1 | DC1_LEAF2_Po7 | trunk | 110-111,120-121,130-131 | - | - | - | - | - | - | +| Port-Channel1 | L2_DC1_LEAF2_Port-Channel7 | trunk | 110-111,120-121,130-131 | - | - | - | - | - | - | #### Port-Channel Interfaces Device Configuration ```eos ! interface Port-Channel1 - description DC1_LEAF2_Po7 + description L2_DC1_LEAF2_Port-Channel7 no shutdown switchport trunk allowed vlan 110-111,120-121,130-131 switchport mode trunk diff --git a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/documentation/devices/DC1-L2LEAF2A.md b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/documentation/devices/DC1-L2LEAF2A.md index bfb94b9a100..1882e95d4dc 100644 --- a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/documentation/devices/DC1-L2LEAF2A.md +++ b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/documentation/devices/DC1-L2LEAF2A.md @@ -326,8 +326,8 @@ vlan 4094 | Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | Channel-Group | | --------- | ----------- | ---- | ----- | ----------- | ----------- | ------------- | -| Ethernet1 | DC1-SVC3A_Ethernet7 | *trunk | *110-111,120-121,130-131,140-141,150,210-211,250,310-311,350 | *- | *- | 1 | -| Ethernet2 | DC1-SVC3B_Ethernet7 | *trunk | *110-111,120-121,130-131,140-141,150,210-211,250,310-311,350 | *- | *- | 1 | +| Ethernet1 | L2_DC1-SVC3A_Ethernet7 | *trunk | *110-111,120-121,130-131,140-141,150,210-211,250,310-311,350 | *- | *- | 1 | +| Ethernet2 | L2_DC1-SVC3B_Ethernet7 | *trunk | *110-111,120-121,130-131,140-141,150,210-211,250,310-311,350 | *- | *- | 1 | | Ethernet3 | MLAG_DC1-L2LEAF2B_Ethernet3 | *trunk | *- | *- | *MLAG | 3 | | Ethernet4 | MLAG_DC1-L2LEAF2B_Ethernet4 | *trunk | *- | *- | *MLAG | 3 | @@ -338,12 +338,12 @@ vlan 4094 ```eos ! interface Ethernet1 - description DC1-SVC3A_Ethernet7 + description L2_DC1-SVC3A_Ethernet7 shutdown channel-group 1 mode active ! interface Ethernet2 - description DC1-SVC3B_Ethernet7 + description L2_DC1-SVC3B_Ethernet7 shutdown channel-group 1 mode active ! @@ -366,7 +366,7 @@ interface Ethernet4 | Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | LACP Fallback Timeout | LACP Fallback Mode | MLAG ID | EVPN ESI | | --------- | ----------- | ---- | ----- | ----------- | ------------| --------------------- | ------------------ | ------- | -------- | -| Port-Channel1 | DC1_SVC3_Po7 | trunk | 110-111,120-121,130-131,140-141,150,210-211,250,310-311,350 | - | - | - | - | 1 | - | +| Port-Channel1 | L2_DC1_SVC3_Port-Channel7 | trunk | 110-111,120-121,130-131,140-141,150,210-211,250,310-311,350 | - | - | - | - | 1 | - | | Port-Channel3 | MLAG_DC1-L2LEAF2B_Port-Channel3 | trunk | - | - | MLAG | - | - | - | - | #### Port-Channel Interfaces Device Configuration @@ -374,7 +374,7 @@ interface Ethernet4 ```eos ! interface Port-Channel1 - description DC1_SVC3_Po7 + description L2_DC1_SVC3_Port-Channel7 no shutdown switchport trunk allowed vlan 110-111,120-121,130-131,140-141,150,210-211,250,310-311,350 switchport mode trunk diff --git a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/documentation/devices/DC1-L2LEAF2B.md b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/documentation/devices/DC1-L2LEAF2B.md index 157d6aa58ed..0eb3186c311 100644 --- a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/documentation/devices/DC1-L2LEAF2B.md +++ b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/documentation/devices/DC1-L2LEAF2B.md @@ -326,8 +326,8 @@ vlan 4094 | Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | Channel-Group | | --------- | ----------- | ---- | ----- | ----------- | ----------- | ------------- | -| Ethernet1 | DC1-SVC3A_Ethernet8 | *trunk | *110-111,120-121,130-131,140-141,150,210-211,250,310-311,350 | *- | *- | 1 | -| Ethernet2 | DC1-SVC3B_Ethernet8 | *trunk | *110-111,120-121,130-131,140-141,150,210-211,250,310-311,350 | *- | *- | 1 | +| Ethernet1 | L2_DC1-SVC3A_Ethernet8 | *trunk | *110-111,120-121,130-131,140-141,150,210-211,250,310-311,350 | *- | *- | 1 | +| Ethernet2 | L2_DC1-SVC3B_Ethernet8 | *trunk | *110-111,120-121,130-131,140-141,150,210-211,250,310-311,350 | *- | *- | 1 | | Ethernet3 | MLAG_DC1-L2LEAF2A_Ethernet3 | *trunk | *- | *- | *MLAG | 3 | | Ethernet4 | MLAG_DC1-L2LEAF2A_Ethernet4 | *trunk | *- | *- | *MLAG | 3 | @@ -338,12 +338,12 @@ vlan 4094 ```eos ! interface Ethernet1 - description DC1-SVC3A_Ethernet8 + description L2_DC1-SVC3A_Ethernet8 shutdown channel-group 1 mode active ! interface Ethernet2 - description DC1-SVC3B_Ethernet8 + description L2_DC1-SVC3B_Ethernet8 shutdown channel-group 1 mode active ! @@ -366,7 +366,7 @@ interface Ethernet4 | Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | LACP Fallback Timeout | LACP Fallback Mode | MLAG ID | EVPN ESI | | --------- | ----------- | ---- | ----- | ----------- | ------------| --------------------- | ------------------ | ------- | -------- | -| Port-Channel1 | DC1_SVC3_Po7 | trunk | 110-111,120-121,130-131,140-141,150,210-211,250,310-311,350 | - | - | - | - | 1 | - | +| Port-Channel1 | L2_DC1_SVC3_Port-Channel7 | trunk | 110-111,120-121,130-131,140-141,150,210-211,250,310-311,350 | - | - | - | - | 1 | - | | Port-Channel3 | MLAG_DC1-L2LEAF2A_Port-Channel3 | trunk | - | - | MLAG | - | - | - | - | #### Port-Channel Interfaces Device Configuration @@ -374,7 +374,7 @@ interface Ethernet4 ```eos ! interface Port-Channel1 - description DC1_SVC3_Po7 + description L2_DC1_SVC3_Port-Channel7 no shutdown switchport trunk allowed vlan 110-111,120-121,130-131,140-141,150,210-211,250,310-311,350 switchport mode trunk diff --git a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/documentation/devices/DC1-LEAF2A.md b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/documentation/devices/DC1-LEAF2A.md index 5f354ecf474..93b837bd46b 100644 --- a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/documentation/devices/DC1-LEAF2A.md +++ b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/documentation/devices/DC1-LEAF2A.md @@ -363,7 +363,7 @@ vlan 4094 | --------- | ----------- | ---- | ----- | ----------- | ----------- | ------------- | | Ethernet5 | MLAG_DC1-LEAF2B_Ethernet5 | *trunk | *- | *- | *MLAG | 5 | | Ethernet6 | MLAG_DC1-LEAF2B_Ethernet6 | *trunk | *- | *- | *MLAG | 5 | -| Ethernet7 | DC1-L2LEAF1A_Ethernet1 | *trunk | *110-111,120-121,130-131 | *- | *- | 7 | +| Ethernet7 | L2_DC1-L2LEAF1A_Ethernet1 | *trunk | *110-111,120-121,130-131 | *- | *- | 7 | | Ethernet10 | SERVER_server01_MLAG_Eth2 | *trunk | *210-211 | *- | *- | 10 | *Inherited from Port-Channel Interface @@ -420,7 +420,7 @@ interface Ethernet6 channel-group 5 mode active ! interface Ethernet7 - description DC1-L2LEAF1A_Ethernet1 + description L2_DC1-L2LEAF1A_Ethernet1 no shutdown channel-group 7 mode active ! @@ -439,7 +439,7 @@ interface Ethernet10 | Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | LACP Fallback Timeout | LACP Fallback Mode | MLAG ID | EVPN ESI | | --------- | ----------- | ---- | ----- | ----------- | ------------| --------------------- | ------------------ | ------- | -------- | | Port-Channel5 | MLAG_DC1-LEAF2B_Port-Channel5 | trunk | - | - | MLAG | - | - | - | - | -| Port-Channel7 | DC1-L2LEAF1A_Po1 | trunk | 110-111,120-121,130-131 | - | - | - | - | 7 | - | +| Port-Channel7 | L2_DC1-L2LEAF1A_Port-Channel1 | trunk | 110-111,120-121,130-131 | - | - | - | - | 7 | - | | Port-Channel10 | SERVER_server01_MLAG | trunk | 210-211 | - | - | - | - | 10 | - | #### Port-Channel Interfaces Device Configuration @@ -454,7 +454,7 @@ interface Port-Channel5 switchport ! interface Port-Channel7 - description DC1-L2LEAF1A_Po1 + description L2_DC1-L2LEAF1A_Port-Channel1 no shutdown switchport trunk allowed vlan 110-111,120-121,130-131 switchport mode trunk diff --git a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/documentation/devices/DC1-LEAF2B.md b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/documentation/devices/DC1-LEAF2B.md index 89473f59ddb..f9b76e44e2d 100644 --- a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/documentation/devices/DC1-LEAF2B.md +++ b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/documentation/devices/DC1-LEAF2B.md @@ -363,7 +363,7 @@ vlan 4094 | --------- | ----------- | ---- | ----- | ----------- | ----------- | ------------- | | Ethernet5 | MLAG_DC1-LEAF2A_Ethernet5 | *trunk | *- | *- | *MLAG | 5 | | Ethernet6 | MLAG_DC1-LEAF2A_Ethernet6 | *trunk | *- | *- | *MLAG | 5 | -| Ethernet7 | DC1-L2LEAF1A_Ethernet2 | *trunk | *110-111,120-121,130-131 | *- | *- | 7 | +| Ethernet7 | L2_DC1-L2LEAF1A_Ethernet2 | *trunk | *110-111,120-121,130-131 | *- | *- | 7 | | Ethernet10 | SERVER_server01_MLAG_Eth3 | *trunk | *210-211 | *- | *- | 10 | *Inherited from Port-Channel Interface @@ -420,7 +420,7 @@ interface Ethernet6 channel-group 5 mode active ! interface Ethernet7 - description DC1-L2LEAF1A_Ethernet2 + description L2_DC1-L2LEAF1A_Ethernet2 no shutdown channel-group 7 mode active ! @@ -439,7 +439,7 @@ interface Ethernet10 | Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | LACP Fallback Timeout | LACP Fallback Mode | MLAG ID | EVPN ESI | | --------- | ----------- | ---- | ----- | ----------- | ------------| --------------------- | ------------------ | ------- | -------- | | Port-Channel5 | MLAG_DC1-LEAF2A_Port-Channel5 | trunk | - | - | MLAG | - | - | - | - | -| Port-Channel7 | DC1-L2LEAF1A_Po1 | trunk | 110-111,120-121,130-131 | - | - | - | - | 7 | - | +| Port-Channel7 | L2_DC1-L2LEAF1A_Port-Channel1 | trunk | 110-111,120-121,130-131 | - | - | - | - | 7 | - | | Port-Channel10 | SERVER_server01_MLAG | trunk | 210-211 | - | - | - | - | 10 | - | #### Port-Channel Interfaces Device Configuration @@ -454,7 +454,7 @@ interface Port-Channel5 switchport ! interface Port-Channel7 - description DC1-L2LEAF1A_Po1 + description L2_DC1-L2LEAF1A_Port-Channel1 no shutdown switchport trunk allowed vlan 110-111,120-121,130-131 switchport mode trunk diff --git a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/documentation/devices/DC1-SVC3A.md b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/documentation/devices/DC1-SVC3A.md index c118b2fb704..12eb18aa7b0 100644 --- a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/documentation/devices/DC1-SVC3A.md +++ b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/documentation/devices/DC1-SVC3A.md @@ -390,8 +390,8 @@ vlan 4094 | --------- | ----------- | ---- | ----- | ----------- | ----------- | ------------- | | Ethernet5 | MLAG_DC1-SVC3B_Ethernet5 | *trunk | *- | *- | *MLAG | 5 | | Ethernet6 | MLAG_DC1-SVC3B_Ethernet6 | *trunk | *- | *- | *MLAG | 5 | -| Ethernet7 | DC1-L2LEAF2A_Ethernet1 | *trunk | *110-111,120-121,130-131,140-141,150,210-211,250,310-311,350 | *- | *- | 7 | -| Ethernet8 | DC1-L2LEAF2B_Ethernet1 | *trunk | *110-111,120-121,130-131,140-141,150,210-211,250,310-311,350 | *- | *- | 7 | +| Ethernet7 | L2_DC1-L2LEAF2A_Ethernet1 | *trunk | *110-111,120-121,130-131,140-141,150,210-211,250,310-311,350 | *- | *- | 7 | +| Ethernet8 | L2_DC1-L2LEAF2B_Ethernet1 | *trunk | *110-111,120-121,130-131,140-141,150,210-211,250,310-311,350 | *- | *- | 7 | | Ethernet10 | SERVER_server03_ESI_Eth1 | *trunk | *110-111,210-211 | *- | *- | 10 | *Inherited from Port-Channel Interface @@ -448,12 +448,12 @@ interface Ethernet6 channel-group 5 mode active ! interface Ethernet7 - description DC1-L2LEAF2A_Ethernet1 + description L2_DC1-L2LEAF2A_Ethernet1 no shutdown channel-group 7 mode active ! interface Ethernet8 - description DC1-L2LEAF2B_Ethernet1 + description L2_DC1-L2LEAF2B_Ethernet1 no shutdown channel-group 7 mode active ! @@ -472,7 +472,7 @@ interface Ethernet10 | Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | LACP Fallback Timeout | LACP Fallback Mode | MLAG ID | EVPN ESI | | --------- | ----------- | ---- | ----- | ----------- | ------------| --------------------- | ------------------ | ------- | -------- | | Port-Channel5 | MLAG_DC1-SVC3B_Port-Channel5 | trunk | - | - | MLAG | - | - | - | - | -| Port-Channel7 | DC1_L2LEAF2_Po1 | trunk | 110-111,120-121,130-131,140-141,150,210-211,250,310-311,350 | - | - | - | - | 7 | - | +| Port-Channel7 | L2_DC1_L2LEAF2_Port-Channel1 | trunk | 110-111,120-121,130-131,140-141,150,210-211,250,310-311,350 | - | - | - | - | 7 | - | | Port-Channel10 | SERVER_server03_ESI | trunk | 110-111,210-211 | - | - | - | - | - | 0000:0000:0303:0202:0101 | ##### EVPN Multihoming @@ -495,7 +495,7 @@ interface Port-Channel5 switchport ! interface Port-Channel7 - description DC1_L2LEAF2_Po1 + description L2_DC1_L2LEAF2_Port-Channel1 no shutdown switchport trunk allowed vlan 110-111,120-121,130-131,140-141,150,210-211,250,310-311,350 switchport mode trunk diff --git a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/documentation/devices/DC1-SVC3B.md b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/documentation/devices/DC1-SVC3B.md index 55694543467..e5e26693845 100644 --- a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/documentation/devices/DC1-SVC3B.md +++ b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/documentation/devices/DC1-SVC3B.md @@ -390,8 +390,8 @@ vlan 4094 | --------- | ----------- | ---- | ----- | ----------- | ----------- | ------------- | | Ethernet5 | MLAG_DC1-SVC3A_Ethernet5 | *trunk | *- | *- | *MLAG | 5 | | Ethernet6 | MLAG_DC1-SVC3A_Ethernet6 | *trunk | *- | *- | *MLAG | 5 | -| Ethernet7 | DC1-L2LEAF2A_Ethernet2 | *trunk | *110-111,120-121,130-131,140-141,150,210-211,250,310-311,350 | *- | *- | 7 | -| Ethernet8 | DC1-L2LEAF2B_Ethernet2 | *trunk | *110-111,120-121,130-131,140-141,150,210-211,250,310-311,350 | *- | *- | 7 | +| Ethernet7 | L2_DC1-L2LEAF2A_Ethernet2 | *trunk | *110-111,120-121,130-131,140-141,150,210-211,250,310-311,350 | *- | *- | 7 | +| Ethernet8 | L2_DC1-L2LEAF2B_Ethernet2 | *trunk | *110-111,120-121,130-131,140-141,150,210-211,250,310-311,350 | *- | *- | 7 | *Inherited from Port-Channel Interface @@ -447,12 +447,12 @@ interface Ethernet6 channel-group 5 mode active ! interface Ethernet7 - description DC1-L2LEAF2A_Ethernet2 + description L2_DC1-L2LEAF2A_Ethernet2 no shutdown channel-group 7 mode active ! interface Ethernet8 - description DC1-L2LEAF2B_Ethernet2 + description L2_DC1-L2LEAF2B_Ethernet2 no shutdown channel-group 7 mode active ``` @@ -466,7 +466,7 @@ interface Ethernet8 | Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | LACP Fallback Timeout | LACP Fallback Mode | MLAG ID | EVPN ESI | | --------- | ----------- | ---- | ----- | ----------- | ------------| --------------------- | ------------------ | ------- | -------- | | Port-Channel5 | MLAG_DC1-SVC3A_Port-Channel5 | trunk | - | - | MLAG | - | - | - | - | -| Port-Channel7 | DC1_L2LEAF2_Po1 | trunk | 110-111,120-121,130-131,140-141,150,210-211,250,310-311,350 | - | - | - | - | 7 | - | +| Port-Channel7 | L2_DC1_L2LEAF2_Port-Channel1 | trunk | 110-111,120-121,130-131,140-141,150,210-211,250,310-311,350 | - | - | - | - | 7 | - | #### Port-Channel Interfaces Device Configuration @@ -480,7 +480,7 @@ interface Port-Channel5 switchport ! interface Port-Channel7 - description DC1_L2LEAF2_Po1 + description L2_DC1_L2LEAF2_Port-Channel1 no shutdown switchport trunk allowed vlan 110-111,120-121,130-131,140-141,150,210-211,250,310-311,350 switchport mode trunk diff --git a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/configs/DC1-L2LEAF1A.cfg b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/configs/DC1-L2LEAF1A.cfg index 1fe92783a6c..ddf7b4757e7 100644 --- a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/configs/DC1-L2LEAF1A.cfg +++ b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/configs/DC1-L2LEAF1A.cfg @@ -52,19 +52,19 @@ management api http-commands no shutdown ! interface Port-Channel1 - description DC1_LEAF2_Po7 + description L2_DC1_LEAF2_Port-Channel7 no shutdown switchport trunk allowed vlan 110-111,120-121,130-131 switchport mode trunk switchport ! interface Ethernet1 - description DC1-LEAF2A_Ethernet7 + description L2_DC1-LEAF2A_Ethernet7 no shutdown channel-group 1 mode active ! interface Ethernet2 - description DC1-LEAF2B_Ethernet7 + description L2_DC1-LEAF2B_Ethernet7 no shutdown channel-group 1 mode active ! diff --git a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/configs/DC1-L2LEAF2A.cfg b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/configs/DC1-L2LEAF2A.cfg index 47708ac4398..1f0a5d6c92c 100644 --- a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/configs/DC1-L2LEAF2A.cfg +++ b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/configs/DC1-L2LEAF2A.cfg @@ -84,7 +84,7 @@ management api http-commands no shutdown ! interface Port-Channel1 - description DC1_SVC3_Po7 + description L2_DC1_SVC3_Port-Channel7 no shutdown switchport trunk allowed vlan 110-111,120-121,130-131,140-141,150,210-211,250,310-311,350 switchport mode trunk @@ -99,12 +99,12 @@ interface Port-Channel3 switchport ! interface Ethernet1 - description DC1-SVC3A_Ethernet7 + description L2_DC1-SVC3A_Ethernet7 shutdown channel-group 1 mode active ! interface Ethernet2 - description DC1-SVC3B_Ethernet7 + description L2_DC1-SVC3B_Ethernet7 shutdown channel-group 1 mode active ! diff --git a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/configs/DC1-L2LEAF2B.cfg b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/configs/DC1-L2LEAF2B.cfg index 6a66feda5ed..def1fd62633 100644 --- a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/configs/DC1-L2LEAF2B.cfg +++ b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/configs/DC1-L2LEAF2B.cfg @@ -84,7 +84,7 @@ management api http-commands no shutdown ! interface Port-Channel1 - description DC1_SVC3_Po7 + description L2_DC1_SVC3_Port-Channel7 no shutdown switchport trunk allowed vlan 110-111,120-121,130-131,140-141,150,210-211,250,310-311,350 switchport mode trunk @@ -99,12 +99,12 @@ interface Port-Channel3 switchport ! interface Ethernet1 - description DC1-SVC3A_Ethernet8 + description L2_DC1-SVC3A_Ethernet8 shutdown channel-group 1 mode active ! interface Ethernet2 - description DC1-SVC3B_Ethernet8 + description L2_DC1-SVC3B_Ethernet8 shutdown channel-group 1 mode active ! diff --git a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/configs/DC1-LEAF2A.cfg b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/configs/DC1-LEAF2A.cfg index 396ab149c3f..d3ac87c1a86 100644 --- a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/configs/DC1-LEAF2A.cfg +++ b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/configs/DC1-LEAF2A.cfg @@ -122,7 +122,7 @@ interface Port-Channel5 switchport ! interface Port-Channel7 - description DC1-L2LEAF1A_Po1 + description L2_DC1-L2LEAF1A_Port-Channel1 no shutdown switchport trunk allowed vlan 110-111,120-121,130-131 switchport mode trunk @@ -176,7 +176,7 @@ interface Ethernet6 channel-group 5 mode active ! interface Ethernet7 - description DC1-L2LEAF1A_Ethernet1 + description L2_DC1-L2LEAF1A_Ethernet1 no shutdown channel-group 7 mode active ! diff --git a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/configs/DC1-LEAF2B.cfg b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/configs/DC1-LEAF2B.cfg index 73f17f7694c..c3a280f5aff 100644 --- a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/configs/DC1-LEAF2B.cfg +++ b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/configs/DC1-LEAF2B.cfg @@ -122,7 +122,7 @@ interface Port-Channel5 switchport ! interface Port-Channel7 - description DC1-L2LEAF1A_Po1 + description L2_DC1-L2LEAF1A_Port-Channel1 no shutdown switchport trunk allowed vlan 110-111,120-121,130-131 switchport mode trunk @@ -176,7 +176,7 @@ interface Ethernet6 channel-group 5 mode active ! interface Ethernet7 - description DC1-L2LEAF1A_Ethernet2 + description L2_DC1-L2LEAF1A_Ethernet2 no shutdown channel-group 7 mode active ! diff --git a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/configs/DC1-SVC3A.cfg b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/configs/DC1-SVC3A.cfg index fd1c7e2d18f..56e9ee44dbc 100644 --- a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/configs/DC1-SVC3A.cfg +++ b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/configs/DC1-SVC3A.cfg @@ -149,7 +149,7 @@ interface Port-Channel5 switchport ! interface Port-Channel7 - description DC1_L2LEAF2_Po1 + description L2_DC1_L2LEAF2_Port-Channel1 no shutdown switchport trunk allowed vlan 110-111,120-121,130-131,140-141,150,210-211,250,310-311,350 switchport mode trunk @@ -206,12 +206,12 @@ interface Ethernet6 channel-group 5 mode active ! interface Ethernet7 - description DC1-L2LEAF2A_Ethernet1 + description L2_DC1-L2LEAF2A_Ethernet1 no shutdown channel-group 7 mode active ! interface Ethernet8 - description DC1-L2LEAF2B_Ethernet1 + description L2_DC1-L2LEAF2B_Ethernet1 no shutdown channel-group 7 mode active ! diff --git a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/configs/DC1-SVC3B.cfg b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/configs/DC1-SVC3B.cfg index 461536c97fe..43a5f6c5b3e 100644 --- a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/configs/DC1-SVC3B.cfg +++ b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/configs/DC1-SVC3B.cfg @@ -149,7 +149,7 @@ interface Port-Channel5 switchport ! interface Port-Channel7 - description DC1_L2LEAF2_Po1 + description L2_DC1_L2LEAF2_Port-Channel1 no shutdown switchport trunk allowed vlan 110-111,120-121,130-131,140-141,150,210-211,250,310-311,350 switchport mode trunk @@ -195,12 +195,12 @@ interface Ethernet6 channel-group 5 mode active ! interface Ethernet7 - description DC1-L2LEAF2A_Ethernet2 + description L2_DC1-L2LEAF2A_Ethernet2 no shutdown channel-group 7 mode active ! interface Ethernet8 - description DC1-L2LEAF2B_Ethernet2 + description L2_DC1-L2LEAF2B_Ethernet2 no shutdown channel-group 7 mode active ! diff --git a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/structured_configs/DC1-L2LEAF1A.yml b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/structured_configs/DC1-L2LEAF1A.yml index 8651fcba69e..4f2ee7622a3 100644 --- a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/structured_configs/DC1-L2LEAF1A.yml +++ b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/structured_configs/DC1-L2LEAF1A.yml @@ -73,7 +73,7 @@ ethernet_interfaces: peer: DC1-LEAF2A peer_interface: Ethernet7 peer_type: l3leaf - description: DC1-LEAF2A_Ethernet7 + description: L2_DC1-LEAF2A_Ethernet7 shutdown: false channel_group: id: 1 @@ -82,14 +82,14 @@ ethernet_interfaces: peer: DC1-LEAF2B peer_interface: Ethernet7 peer_type: l3leaf - description: DC1-LEAF2B_Ethernet7 + description: L2_DC1-LEAF2B_Ethernet7 shutdown: false channel_group: id: 1 mode: active port_channel_interfaces: - name: Port-Channel1 - description: DC1_LEAF2_Po7 + description: L2_DC1_LEAF2_Port-Channel7 switchport: enabled: true mode: trunk diff --git a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/structured_configs/DC1-L2LEAF2A.yml b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/structured_configs/DC1-L2LEAF2A.yml index 98e7fe2c727..0c7fc67552e 100644 --- a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/structured_configs/DC1-L2LEAF2A.yml +++ b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/structured_configs/DC1-L2LEAF2A.yml @@ -138,7 +138,7 @@ port_channel_interfaces: - MLAG shutdown: false - name: Port-Channel1 - description: DC1_SVC3_Po7 + description: L2_DC1_SVC3_Port-Channel7 switchport: enabled: true mode: trunk @@ -169,7 +169,7 @@ ethernet_interfaces: peer: DC1-SVC3A peer_interface: Ethernet7 peer_type: l3leaf - description: DC1-SVC3A_Ethernet7 + description: L2_DC1-SVC3A_Ethernet7 shutdown: true channel_group: id: 1 @@ -178,7 +178,7 @@ ethernet_interfaces: peer: DC1-SVC3B peer_interface: Ethernet7 peer_type: l3leaf - description: DC1-SVC3B_Ethernet7 + description: L2_DC1-SVC3B_Ethernet7 shutdown: true channel_group: id: 1 diff --git a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/structured_configs/DC1-L2LEAF2B.yml b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/structured_configs/DC1-L2LEAF2B.yml index 45757aeecc1..769c19a6a44 100644 --- a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/structured_configs/DC1-L2LEAF2B.yml +++ b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/structured_configs/DC1-L2LEAF2B.yml @@ -138,7 +138,7 @@ port_channel_interfaces: - MLAG shutdown: false - name: Port-Channel1 - description: DC1_SVC3_Po7 + description: L2_DC1_SVC3_Port-Channel7 switchport: enabled: true mode: trunk @@ -169,7 +169,7 @@ ethernet_interfaces: peer: DC1-SVC3A peer_interface: Ethernet8 peer_type: l3leaf - description: DC1-SVC3A_Ethernet8 + description: L2_DC1-SVC3A_Ethernet8 shutdown: true channel_group: id: 1 @@ -178,7 +178,7 @@ ethernet_interfaces: peer: DC1-SVC3B peer_interface: Ethernet8 peer_type: l3leaf - description: DC1-SVC3B_Ethernet8 + description: L2_DC1-SVC3B_Ethernet8 shutdown: true channel_group: id: 1 diff --git a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/structured_configs/DC1-LEAF2A.yml b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/structured_configs/DC1-LEAF2A.yml index 4fab46eb828..1f5c03b4b01 100644 --- a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/structured_configs/DC1-LEAF2A.yml +++ b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/structured_configs/DC1-LEAF2A.yml @@ -616,7 +616,7 @@ port_channel_interfaces: - MLAG shutdown: false - name: Port-Channel7 - description: DC1-L2LEAF1A_Po1 + description: L2_DC1-L2LEAF1A_Port-Channel1 switchport: enabled: true mode: trunk @@ -696,7 +696,7 @@ ethernet_interfaces: peer: DC1-L2LEAF1A peer_interface: Ethernet1 peer_type: l2leaf - description: DC1-L2LEAF1A_Ethernet1 + description: L2_DC1-L2LEAF1A_Ethernet1 shutdown: false channel_group: id: 7 diff --git a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/structured_configs/DC1-LEAF2B.yml b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/structured_configs/DC1-LEAF2B.yml index 1d3ab2fd994..978b748f6d3 100644 --- a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/structured_configs/DC1-LEAF2B.yml +++ b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/structured_configs/DC1-LEAF2B.yml @@ -616,7 +616,7 @@ port_channel_interfaces: - MLAG shutdown: false - name: Port-Channel7 - description: DC1-L2LEAF1A_Po1 + description: L2_DC1-L2LEAF1A_Port-Channel1 switchport: enabled: true mode: trunk @@ -696,7 +696,7 @@ ethernet_interfaces: peer: DC1-L2LEAF1A peer_interface: Ethernet2 peer_type: l2leaf - description: DC1-L2LEAF1A_Ethernet2 + description: L2_DC1-L2LEAF1A_Ethernet2 shutdown: false channel_group: id: 7 diff --git a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/structured_configs/DC1-SVC3A.yml b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/structured_configs/DC1-SVC3A.yml index 4528d92240c..6103544048f 100644 --- a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/structured_configs/DC1-SVC3A.yml +++ b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/structured_configs/DC1-SVC3A.yml @@ -784,7 +784,7 @@ port_channel_interfaces: - MLAG shutdown: false - name: Port-Channel7 - description: DC1_L2LEAF2_Po1 + description: L2_DC1_L2LEAF2_Port-Channel1 switchport: enabled: true mode: trunk @@ -867,7 +867,7 @@ ethernet_interfaces: peer: DC1-L2LEAF2A peer_interface: Ethernet1 peer_type: l2leaf - description: DC1-L2LEAF2A_Ethernet1 + description: L2_DC1-L2LEAF2A_Ethernet1 shutdown: false channel_group: id: 7 @@ -876,7 +876,7 @@ ethernet_interfaces: peer: DC1-L2LEAF2B peer_interface: Ethernet1 peer_type: l2leaf - description: DC1-L2LEAF2B_Ethernet1 + description: L2_DC1-L2LEAF2B_Ethernet1 shutdown: false channel_group: id: 7 diff --git a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/structured_configs/DC1-SVC3B.yml b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/structured_configs/DC1-SVC3B.yml index b5a4e56df03..42dd0f75732 100644 --- a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/structured_configs/DC1-SVC3B.yml +++ b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/structured_configs/DC1-SVC3B.yml @@ -784,7 +784,7 @@ port_channel_interfaces: - MLAG shutdown: false - name: Port-Channel7 - description: DC1_L2LEAF2_Po1 + description: L2_DC1_L2LEAF2_Port-Channel1 switchport: enabled: true mode: trunk @@ -855,7 +855,7 @@ ethernet_interfaces: peer: DC1-L2LEAF2A peer_interface: Ethernet2 peer_type: l2leaf - description: DC1-L2LEAF2A_Ethernet2 + description: L2_DC1-L2LEAF2A_Ethernet2 shutdown: false channel_group: id: 7 @@ -864,7 +864,7 @@ ethernet_interfaces: peer: DC1-L2LEAF2B peer_interface: Ethernet2 peer_type: l2leaf - description: DC1-L2LEAF2B_Ethernet2 + description: L2_DC1-L2LEAF2B_Ethernet2 shutdown: false channel_group: id: 7 diff --git a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/structured_configs/cvp-empty-filter/cv_server_configlets.yml b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/structured_configs/cvp-empty-filter/cv_server_configlets.yml index 01235e08454..b40ef5ab11a 100644 --- a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/structured_configs/cvp-empty-filter/cv_server_configlets.yml +++ b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/structured_configs/cvp-empty-filter/cv_server_configlets.yml @@ -247,11 +247,11 @@ cvp_configlets: 121\n name Tenant_A_WEBZone_2\n!\nvlan 130\n name Tenant_A_APP_Zone_1\n!\nvlan 131\n name Tenant_A_APP_Zone_2\n!\nvrf instance MGMT\n!\nmanagement api http-commands\n \ protocol https\n no shutdown\n !\n vrf MGMT\n no shutdown\n!\ninterface - Port-Channel1\n description DC1_LEAF2_Po7\n no shutdown\n switchport trunk - allowed vlan 110-111,120-121,130-131\n switchport mode trunk\n switchport\n!\ninterface - Ethernet1\n description DC1-LEAF2A_Ethernet7\n no shutdown\n channel-group - 1 mode active\n!\ninterface Ethernet2\n description DC1-LEAF2B_Ethernet7\n no - shutdown\n channel-group 1 mode active\n!\ninterface Management1\n description + Port-Channel1\n description L2_DC1_LEAF2_Port-Channel7\n no shutdown\n switchport + trunk allowed vlan 110-111,120-121,130-131\n switchport mode trunk\n switchport\n!\ninterface + Ethernet1\n description L2_DC1-LEAF2A_Ethernet7\n no shutdown\n channel-group + 1 mode active\n!\ninterface Ethernet2\n description L2_DC1-LEAF2B_Ethernet7\n + \ no shutdown\n channel-group 1 mode active\n!\ninterface Management1\n description OOB_MANAGEMENT\n no shutdown\n vrf MGMT\n ip address 192.168.200.112/24\nno ip routing vrf MGMT\n!\nip route vrf MGMT 0.0.0.0/0 192.168.200.5\n!\nntp local-interface vrf MGMT Management1\nntp server vrf MGMT 192.168.200.5 prefer\n!\nend\n" @@ -275,13 +275,13 @@ cvp_configlets: 350\n name Tenant_C_WAN_Zone_1\n!\nvlan 4094\n name MLAG\n trunk group MLAG\n!\nvrf instance MGMT\n!\nmanagement api http-commands\n protocol https\n no shutdown\n \ !\n vrf MGMT\n no shutdown\n!\ninterface Port-Channel1\n description - DC1_SVC3_Po7\n no shutdown\n switchport trunk allowed vlan 110-111,120-121,130-131,140-141,150,210-211,250,310-311,350\n + L2_DC1_SVC3_Port-Channel7\n no shutdown\n switchport trunk allowed vlan 110-111,120-121,130-131,140-141,150,210-211,250,310-311,350\n \ switchport mode trunk\n switchport\n mlag 1\n!\ninterface Port-Channel3\n \ description MLAG_DC1-L2LEAF2B_Port-Channel3\n no shutdown\n switchport mode trunk\n switchport trunk group MLAG\n switchport\n!\ninterface Ethernet1\n - \ description DC1-SVC3A_Ethernet7\n shutdown\n channel-group 1 mode active\n!\ninterface - Ethernet2\n description DC1-SVC3B_Ethernet7\n shutdown\n channel-group 1 - mode active\n!\ninterface Ethernet3\n description MLAG_DC1-L2LEAF2B_Ethernet3\n + \ description L2_DC1-SVC3A_Ethernet7\n shutdown\n channel-group 1 mode active\n!\ninterface + Ethernet2\n description L2_DC1-SVC3B_Ethernet7\n shutdown\n channel-group + 1 mode active\n!\ninterface Ethernet3\n description MLAG_DC1-L2LEAF2B_Ethernet3\n \ no shutdown\n channel-group 3 mode active\n!\ninterface Ethernet4\n description MLAG_DC1-L2LEAF2B_Ethernet4\n no shutdown\n channel-group 3 mode active\n!\ninterface Management1\n description OOB_MANAGEMENT\n no shutdown\n vrf MGMT\n ip @@ -311,13 +311,13 @@ cvp_configlets: 350\n name Tenant_C_WAN_Zone_1\n!\nvlan 4094\n name MLAG\n trunk group MLAG\n!\nvrf instance MGMT\n!\nmanagement api http-commands\n protocol https\n no shutdown\n \ !\n vrf MGMT\n no shutdown\n!\ninterface Port-Channel1\n description - DC1_SVC3_Po7\n no shutdown\n switchport trunk allowed vlan 110-111,120-121,130-131,140-141,150,210-211,250,310-311,350\n + L2_DC1_SVC3_Port-Channel7\n no shutdown\n switchport trunk allowed vlan 110-111,120-121,130-131,140-141,150,210-211,250,310-311,350\n \ switchport mode trunk\n switchport\n mlag 1\n!\ninterface Port-Channel3\n \ description MLAG_DC1-L2LEAF2A_Port-Channel3\n no shutdown\n switchport mode trunk\n switchport trunk group MLAG\n switchport\n!\ninterface Ethernet1\n - \ description DC1-SVC3A_Ethernet8\n shutdown\n channel-group 1 mode active\n!\ninterface - Ethernet2\n description DC1-SVC3B_Ethernet8\n shutdown\n channel-group 1 - mode active\n!\ninterface Ethernet3\n description MLAG_DC1-L2LEAF2A_Ethernet3\n + \ description L2_DC1-SVC3A_Ethernet8\n shutdown\n channel-group 1 mode active\n!\ninterface + Ethernet2\n description L2_DC1-SVC3B_Ethernet8\n shutdown\n channel-group + 1 mode active\n!\ninterface Ethernet3\n description MLAG_DC1-L2LEAF2A_Ethernet3\n \ no shutdown\n channel-group 3 mode active\n!\ninterface Ethernet4\n description MLAG_DC1-L2LEAF2A_Ethernet4\n no shutdown\n channel-group 3 mode active\n!\ninterface Management1\n description OOB_MANAGEMENT\n no shutdown\n vrf MGMT\n ip @@ -436,9 +436,9 @@ cvp_configlets: http-commands\n protocol https\n no shutdown\n !\n vrf MGMT\n no shutdown\n!\ninterface Port-Channel5\n description MLAG_DC1-LEAF2B_Port-Channel5\n \ no shutdown\n switchport mode trunk\n switchport trunk group MLAG\n switchport\n!\ninterface - Port-Channel7\n description DC1-L2LEAF1A_Po1\n no shutdown\n switchport - trunk allowed vlan 110-111,120-121,130-131\n switchport mode trunk\n switchport\n - \ mlag 7\n!\ninterface Port-Channel10\n description SERVER_server01_MLAG\n + Port-Channel7\n description L2_DC1-L2LEAF1A_Port-Channel1\n no shutdown\n + \ switchport trunk allowed vlan 110-111,120-121,130-131\n switchport mode trunk\n + \ switchport\n mlag 7\n!\ninterface Port-Channel10\n description SERVER_server01_MLAG\n \ no shutdown\n switchport trunk allowed vlan 210-211\n switchport mode trunk\n \ switchport\n mlag 10\n!\ninterface Ethernet1\n description P2P_DC1-SPINE1_Ethernet2\n \ no shutdown\n mtu 1500\n no switchport\n ip address 172.31.255.9/31\n!\ninterface @@ -450,7 +450,7 @@ cvp_configlets: Ethernet5\n description MLAG_DC1-LEAF2B_Ethernet5\n no shutdown\n channel-group 5 mode active\n!\ninterface Ethernet6\n description MLAG_DC1-LEAF2B_Ethernet6\n \ no shutdown\n channel-group 5 mode active\n!\ninterface Ethernet7\n description - DC1-L2LEAF1A_Ethernet1\n no shutdown\n channel-group 7 mode active\n!\ninterface + L2_DC1-L2LEAF1A_Ethernet1\n no shutdown\n channel-group 7 mode active\n!\ninterface Ethernet10\n description SERVER_server01_MLAG_Eth2\n no shutdown\n channel-group 10 mode active\n!\ninterface Loopback0\n description ROUTER_ID\n no shutdown\n \ ip address 192.168.255.6/32\n!\ninterface Loopback1\n description VXLAN_TUNNEL_SOURCE\n @@ -617,9 +617,9 @@ cvp_configlets: http-commands\n protocol https\n no shutdown\n !\n vrf MGMT\n no shutdown\n!\ninterface Port-Channel5\n description MLAG_DC1-LEAF2A_Port-Channel5\n \ no shutdown\n switchport mode trunk\n switchport trunk group MLAG\n switchport\n!\ninterface - Port-Channel7\n description DC1-L2LEAF1A_Po1\n no shutdown\n switchport - trunk allowed vlan 110-111,120-121,130-131\n switchport mode trunk\n switchport\n - \ mlag 7\n!\ninterface Port-Channel10\n description SERVER_server01_MLAG\n + Port-Channel7\n description L2_DC1-L2LEAF1A_Port-Channel1\n no shutdown\n + \ switchport trunk allowed vlan 110-111,120-121,130-131\n switchport mode trunk\n + \ switchport\n mlag 7\n!\ninterface Port-Channel10\n description SERVER_server01_MLAG\n \ no shutdown\n switchport trunk allowed vlan 210-211\n switchport mode trunk\n \ switchport\n mlag 10\n!\ninterface Ethernet1\n description P2P_DC1-SPINE1_Ethernet3\n \ no shutdown\n mtu 1500\n no switchport\n ip address 172.31.255.17/31\n!\ninterface @@ -631,7 +631,7 @@ cvp_configlets: Ethernet5\n description MLAG_DC1-LEAF2A_Ethernet5\n no shutdown\n channel-group 5 mode active\n!\ninterface Ethernet6\n description MLAG_DC1-LEAF2A_Ethernet6\n \ no shutdown\n channel-group 5 mode active\n!\ninterface Ethernet7\n description - DC1-L2LEAF1A_Ethernet2\n no shutdown\n channel-group 7 mode active\n!\ninterface + L2_DC1-L2LEAF1A_Ethernet2\n no shutdown\n channel-group 7 mode active\n!\ninterface Ethernet10\n description SERVER_server01_MLAG_Eth3\n no shutdown\n channel-group 10 mode active\n!\ninterface Loopback0\n description ROUTER_ID\n no shutdown\n \ ip address 192.168.255.7/32\n!\ninterface Loopback1\n description VXLAN_TUNNEL_SOURCE\n @@ -1083,13 +1083,13 @@ cvp_configlets: api http-commands\n protocol https\n no shutdown\n !\n vrf MGMT\n no shutdown\n!\ninterface Port-Channel5\n description MLAG_DC1-SVC3B_Port-Channel5\n \ no shutdown\n switchport mode trunk\n switchport trunk group MLAG\n switchport\n!\ninterface - Port-Channel7\n description DC1_L2LEAF2_Po1\n no shutdown\n switchport trunk - allowed vlan 110-111,120-121,130-131,140-141,150,210-211,250,310-311,350\n switchport - mode trunk\n switchport\n mlag 7\n!\ninterface Port-Channel10\n description - SERVER_server03_ESI\n no shutdown\n switchport trunk allowed vlan 110-111,210-211\n - \ switchport mode trunk\n switchport\n evpn ethernet-segment\n identifier - 0000:0000:0303:0202:0101\n route-target import 03:03:02:02:01:01\n lacp - system-id 0303.0202.0101\n!\ninterface Ethernet1\n description P2P_DC1-SPINE1_Ethernet4\n + Port-Channel7\n description L2_DC1_L2LEAF2_Port-Channel1\n no shutdown\n switchport + trunk allowed vlan 110-111,120-121,130-131,140-141,150,210-211,250,310-311,350\n + \ switchport mode trunk\n switchport\n mlag 7\n!\ninterface Port-Channel10\n + \ description SERVER_server03_ESI\n no shutdown\n switchport trunk allowed + vlan 110-111,210-211\n switchport mode trunk\n switchport\n evpn ethernet-segment\n + \ identifier 0000:0000:0303:0202:0101\n route-target import 03:03:02:02:01:01\n + \ lacp system-id 0303.0202.0101\n!\ninterface Ethernet1\n description P2P_DC1-SPINE1_Ethernet4\n \ no shutdown\n mtu 1500\n no switchport\n ip address 172.31.255.25/31\n!\ninterface Ethernet2\n description P2P_DC1-SPINE2_Ethernet4\n no shutdown\n mtu 1500\n \ no switchport\n ip address 172.31.255.27/31\n!\ninterface Ethernet3\n description @@ -1099,8 +1099,8 @@ cvp_configlets: Ethernet5\n description MLAG_DC1-SVC3B_Ethernet5\n no shutdown\n channel-group 5 mode active\n!\ninterface Ethernet6\n description MLAG_DC1-SVC3B_Ethernet6\n \ no shutdown\n channel-group 5 mode active\n!\ninterface Ethernet7\n description - DC1-L2LEAF2A_Ethernet1\n no shutdown\n channel-group 7 mode active\n!\ninterface - Ethernet8\n description DC1-L2LEAF2B_Ethernet1\n no shutdown\n channel-group + L2_DC1-L2LEAF2A_Ethernet1\n no shutdown\n channel-group 7 mode active\n!\ninterface + Ethernet8\n description L2_DC1-L2LEAF2B_Ethernet1\n no shutdown\n channel-group 7 mode active\n!\ninterface Ethernet10\n description SERVER_server03_ESI_Eth1\n \ no shutdown\n channel-group 10 mode active\n!\ninterface Loopback0\n description ROUTER_ID\n no shutdown\n ip address 192.168.255.8/32\n!\ninterface Loopback1\n @@ -1303,28 +1303,28 @@ cvp_configlets: api http-commands\n protocol https\n no shutdown\n !\n vrf MGMT\n no shutdown\n!\ninterface Port-Channel5\n description MLAG_DC1-SVC3A_Port-Channel5\n \ no shutdown\n switchport mode trunk\n switchport trunk group MLAG\n switchport\n!\ninterface - Port-Channel7\n description DC1_L2LEAF2_Po1\n no shutdown\n switchport trunk - allowed vlan 110-111,120-121,130-131,140-141,150,210-211,250,310-311,350\n switchport - mode trunk\n switchport\n mlag 7\n!\ninterface Ethernet1\n description P2P_DC1-SPINE1_Ethernet5\n - \ no shutdown\n mtu 1500\n no switchport\n ip address 172.31.255.33/31\n!\ninterface - Ethernet2\n description P2P_DC1-SPINE2_Ethernet5\n no shutdown\n mtu 1500\n - \ no switchport\n ip address 172.31.255.35/31\n!\ninterface Ethernet3\n description - P2P_DC1-SPINE3_Ethernet5\n no shutdown\n mtu 1500\n no switchport\n ip - address 172.31.255.37/31\n!\ninterface Ethernet4\n description P2P_DC1-SPINE4_Ethernet5\n - \ no shutdown\n mtu 1500\n no switchport\n ip address 172.31.255.39/31\n!\ninterface - Ethernet5\n description MLAG_DC1-SVC3A_Ethernet5\n no shutdown\n channel-group - 5 mode active\n!\ninterface Ethernet6\n description MLAG_DC1-SVC3A_Ethernet6\n - \ no shutdown\n channel-group 5 mode active\n!\ninterface Ethernet7\n description - DC1-L2LEAF2A_Ethernet2\n no shutdown\n channel-group 7 mode active\n!\ninterface - Ethernet8\n description DC1-L2LEAF2B_Ethernet2\n no shutdown\n channel-group - 7 mode active\n!\ninterface Loopback0\n description ROUTER_ID\n no shutdown\n - \ ip address 192.168.255.9/32\n!\ninterface Loopback1\n description VXLAN_TUNNEL_SOURCE\n - \ no shutdown\n ip address 192.168.254.8/32\n!\ninterface Loopback100\n description - Tenant_A_OP_Zone_VTEP_DIAGNOSTICS\n no shutdown\n vrf Tenant_A_OP_Zone\n ip - address 10.255.1.9/32\n!\ninterface Management1\n description OOB_MANAGEMENT\n - \ no shutdown\n vrf MGMT\n ip address 192.168.200.109/24\n!\ninterface Vlan110\n - \ description Tenant_A_OP_Zone_1\n no shutdown\n vrf Tenant_A_OP_Zone\n ip - address virtual 10.1.10.1/24\n!\ninterface Vlan111\n description Tenant_A_OP_Zone_2\n + Port-Channel7\n description L2_DC1_L2LEAF2_Port-Channel1\n no shutdown\n switchport + trunk allowed vlan 110-111,120-121,130-131,140-141,150,210-211,250,310-311,350\n + \ switchport mode trunk\n switchport\n mlag 7\n!\ninterface Ethernet1\n description + P2P_DC1-SPINE1_Ethernet5\n no shutdown\n mtu 1500\n no switchport\n ip + address 172.31.255.33/31\n!\ninterface Ethernet2\n description P2P_DC1-SPINE2_Ethernet5\n + \ no shutdown\n mtu 1500\n no switchport\n ip address 172.31.255.35/31\n!\ninterface + Ethernet3\n description P2P_DC1-SPINE3_Ethernet5\n no shutdown\n mtu 1500\n + \ no switchport\n ip address 172.31.255.37/31\n!\ninterface Ethernet4\n description + P2P_DC1-SPINE4_Ethernet5\n no shutdown\n mtu 1500\n no switchport\n ip + address 172.31.255.39/31\n!\ninterface Ethernet5\n description MLAG_DC1-SVC3A_Ethernet5\n + \ no shutdown\n channel-group 5 mode active\n!\ninterface Ethernet6\n description + MLAG_DC1-SVC3A_Ethernet6\n no shutdown\n channel-group 5 mode active\n!\ninterface + Ethernet7\n description L2_DC1-L2LEAF2A_Ethernet2\n no shutdown\n channel-group + 7 mode active\n!\ninterface Ethernet8\n description L2_DC1-L2LEAF2B_Ethernet2\n + \ no shutdown\n channel-group 7 mode active\n!\ninterface Loopback0\n description + ROUTER_ID\n no shutdown\n ip address 192.168.255.9/32\n!\ninterface Loopback1\n + \ description VXLAN_TUNNEL_SOURCE\n no shutdown\n ip address 192.168.254.8/32\n!\ninterface + Loopback100\n description Tenant_A_OP_Zone_VTEP_DIAGNOSTICS\n no shutdown\n + \ vrf Tenant_A_OP_Zone\n ip address 10.255.1.9/32\n!\ninterface Management1\n + \ description OOB_MANAGEMENT\n no shutdown\n vrf MGMT\n ip address 192.168.200.109/24\n!\ninterface + Vlan110\n description Tenant_A_OP_Zone_1\n no shutdown\n vrf Tenant_A_OP_Zone\n + \ ip address virtual 10.1.10.1/24\n!\ninterface Vlan111\n description Tenant_A_OP_Zone_2\n \ no shutdown\n vrf Tenant_A_OP_Zone\n ip helper-address 1.1.1.1 vrf MGMT source-interface lo100\n ip address virtual 10.1.11.1/24\n!\ninterface Vlan120\n \ description Tenant_A_WEB_Zone_1\n no shutdown\n vrf Tenant_A_WEB_Zone\n diff --git a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/structured_configs/cvp/cv_server_configlets.yml b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/structured_configs/cvp/cv_server_configlets.yml index 01235e08454..b40ef5ab11a 100644 --- a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/structured_configs/cvp/cv_server_configlets.yml +++ b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/structured_configs/cvp/cv_server_configlets.yml @@ -247,11 +247,11 @@ cvp_configlets: 121\n name Tenant_A_WEBZone_2\n!\nvlan 130\n name Tenant_A_APP_Zone_1\n!\nvlan 131\n name Tenant_A_APP_Zone_2\n!\nvrf instance MGMT\n!\nmanagement api http-commands\n \ protocol https\n no shutdown\n !\n vrf MGMT\n no shutdown\n!\ninterface - Port-Channel1\n description DC1_LEAF2_Po7\n no shutdown\n switchport trunk - allowed vlan 110-111,120-121,130-131\n switchport mode trunk\n switchport\n!\ninterface - Ethernet1\n description DC1-LEAF2A_Ethernet7\n no shutdown\n channel-group - 1 mode active\n!\ninterface Ethernet2\n description DC1-LEAF2B_Ethernet7\n no - shutdown\n channel-group 1 mode active\n!\ninterface Management1\n description + Port-Channel1\n description L2_DC1_LEAF2_Port-Channel7\n no shutdown\n switchport + trunk allowed vlan 110-111,120-121,130-131\n switchport mode trunk\n switchport\n!\ninterface + Ethernet1\n description L2_DC1-LEAF2A_Ethernet7\n no shutdown\n channel-group + 1 mode active\n!\ninterface Ethernet2\n description L2_DC1-LEAF2B_Ethernet7\n + \ no shutdown\n channel-group 1 mode active\n!\ninterface Management1\n description OOB_MANAGEMENT\n no shutdown\n vrf MGMT\n ip address 192.168.200.112/24\nno ip routing vrf MGMT\n!\nip route vrf MGMT 0.0.0.0/0 192.168.200.5\n!\nntp local-interface vrf MGMT Management1\nntp server vrf MGMT 192.168.200.5 prefer\n!\nend\n" @@ -275,13 +275,13 @@ cvp_configlets: 350\n name Tenant_C_WAN_Zone_1\n!\nvlan 4094\n name MLAG\n trunk group MLAG\n!\nvrf instance MGMT\n!\nmanagement api http-commands\n protocol https\n no shutdown\n \ !\n vrf MGMT\n no shutdown\n!\ninterface Port-Channel1\n description - DC1_SVC3_Po7\n no shutdown\n switchport trunk allowed vlan 110-111,120-121,130-131,140-141,150,210-211,250,310-311,350\n + L2_DC1_SVC3_Port-Channel7\n no shutdown\n switchport trunk allowed vlan 110-111,120-121,130-131,140-141,150,210-211,250,310-311,350\n \ switchport mode trunk\n switchport\n mlag 1\n!\ninterface Port-Channel3\n \ description MLAG_DC1-L2LEAF2B_Port-Channel3\n no shutdown\n switchport mode trunk\n switchport trunk group MLAG\n switchport\n!\ninterface Ethernet1\n - \ description DC1-SVC3A_Ethernet7\n shutdown\n channel-group 1 mode active\n!\ninterface - Ethernet2\n description DC1-SVC3B_Ethernet7\n shutdown\n channel-group 1 - mode active\n!\ninterface Ethernet3\n description MLAG_DC1-L2LEAF2B_Ethernet3\n + \ description L2_DC1-SVC3A_Ethernet7\n shutdown\n channel-group 1 mode active\n!\ninterface + Ethernet2\n description L2_DC1-SVC3B_Ethernet7\n shutdown\n channel-group + 1 mode active\n!\ninterface Ethernet3\n description MLAG_DC1-L2LEAF2B_Ethernet3\n \ no shutdown\n channel-group 3 mode active\n!\ninterface Ethernet4\n description MLAG_DC1-L2LEAF2B_Ethernet4\n no shutdown\n channel-group 3 mode active\n!\ninterface Management1\n description OOB_MANAGEMENT\n no shutdown\n vrf MGMT\n ip @@ -311,13 +311,13 @@ cvp_configlets: 350\n name Tenant_C_WAN_Zone_1\n!\nvlan 4094\n name MLAG\n trunk group MLAG\n!\nvrf instance MGMT\n!\nmanagement api http-commands\n protocol https\n no shutdown\n \ !\n vrf MGMT\n no shutdown\n!\ninterface Port-Channel1\n description - DC1_SVC3_Po7\n no shutdown\n switchport trunk allowed vlan 110-111,120-121,130-131,140-141,150,210-211,250,310-311,350\n + L2_DC1_SVC3_Port-Channel7\n no shutdown\n switchport trunk allowed vlan 110-111,120-121,130-131,140-141,150,210-211,250,310-311,350\n \ switchport mode trunk\n switchport\n mlag 1\n!\ninterface Port-Channel3\n \ description MLAG_DC1-L2LEAF2A_Port-Channel3\n no shutdown\n switchport mode trunk\n switchport trunk group MLAG\n switchport\n!\ninterface Ethernet1\n - \ description DC1-SVC3A_Ethernet8\n shutdown\n channel-group 1 mode active\n!\ninterface - Ethernet2\n description DC1-SVC3B_Ethernet8\n shutdown\n channel-group 1 - mode active\n!\ninterface Ethernet3\n description MLAG_DC1-L2LEAF2A_Ethernet3\n + \ description L2_DC1-SVC3A_Ethernet8\n shutdown\n channel-group 1 mode active\n!\ninterface + Ethernet2\n description L2_DC1-SVC3B_Ethernet8\n shutdown\n channel-group + 1 mode active\n!\ninterface Ethernet3\n description MLAG_DC1-L2LEAF2A_Ethernet3\n \ no shutdown\n channel-group 3 mode active\n!\ninterface Ethernet4\n description MLAG_DC1-L2LEAF2A_Ethernet4\n no shutdown\n channel-group 3 mode active\n!\ninterface Management1\n description OOB_MANAGEMENT\n no shutdown\n vrf MGMT\n ip @@ -436,9 +436,9 @@ cvp_configlets: http-commands\n protocol https\n no shutdown\n !\n vrf MGMT\n no shutdown\n!\ninterface Port-Channel5\n description MLAG_DC1-LEAF2B_Port-Channel5\n \ no shutdown\n switchport mode trunk\n switchport trunk group MLAG\n switchport\n!\ninterface - Port-Channel7\n description DC1-L2LEAF1A_Po1\n no shutdown\n switchport - trunk allowed vlan 110-111,120-121,130-131\n switchport mode trunk\n switchport\n - \ mlag 7\n!\ninterface Port-Channel10\n description SERVER_server01_MLAG\n + Port-Channel7\n description L2_DC1-L2LEAF1A_Port-Channel1\n no shutdown\n + \ switchport trunk allowed vlan 110-111,120-121,130-131\n switchport mode trunk\n + \ switchport\n mlag 7\n!\ninterface Port-Channel10\n description SERVER_server01_MLAG\n \ no shutdown\n switchport trunk allowed vlan 210-211\n switchport mode trunk\n \ switchport\n mlag 10\n!\ninterface Ethernet1\n description P2P_DC1-SPINE1_Ethernet2\n \ no shutdown\n mtu 1500\n no switchport\n ip address 172.31.255.9/31\n!\ninterface @@ -450,7 +450,7 @@ cvp_configlets: Ethernet5\n description MLAG_DC1-LEAF2B_Ethernet5\n no shutdown\n channel-group 5 mode active\n!\ninterface Ethernet6\n description MLAG_DC1-LEAF2B_Ethernet6\n \ no shutdown\n channel-group 5 mode active\n!\ninterface Ethernet7\n description - DC1-L2LEAF1A_Ethernet1\n no shutdown\n channel-group 7 mode active\n!\ninterface + L2_DC1-L2LEAF1A_Ethernet1\n no shutdown\n channel-group 7 mode active\n!\ninterface Ethernet10\n description SERVER_server01_MLAG_Eth2\n no shutdown\n channel-group 10 mode active\n!\ninterface Loopback0\n description ROUTER_ID\n no shutdown\n \ ip address 192.168.255.6/32\n!\ninterface Loopback1\n description VXLAN_TUNNEL_SOURCE\n @@ -617,9 +617,9 @@ cvp_configlets: http-commands\n protocol https\n no shutdown\n !\n vrf MGMT\n no shutdown\n!\ninterface Port-Channel5\n description MLAG_DC1-LEAF2A_Port-Channel5\n \ no shutdown\n switchport mode trunk\n switchport trunk group MLAG\n switchport\n!\ninterface - Port-Channel7\n description DC1-L2LEAF1A_Po1\n no shutdown\n switchport - trunk allowed vlan 110-111,120-121,130-131\n switchport mode trunk\n switchport\n - \ mlag 7\n!\ninterface Port-Channel10\n description SERVER_server01_MLAG\n + Port-Channel7\n description L2_DC1-L2LEAF1A_Port-Channel1\n no shutdown\n + \ switchport trunk allowed vlan 110-111,120-121,130-131\n switchport mode trunk\n + \ switchport\n mlag 7\n!\ninterface Port-Channel10\n description SERVER_server01_MLAG\n \ no shutdown\n switchport trunk allowed vlan 210-211\n switchport mode trunk\n \ switchport\n mlag 10\n!\ninterface Ethernet1\n description P2P_DC1-SPINE1_Ethernet3\n \ no shutdown\n mtu 1500\n no switchport\n ip address 172.31.255.17/31\n!\ninterface @@ -631,7 +631,7 @@ cvp_configlets: Ethernet5\n description MLAG_DC1-LEAF2A_Ethernet5\n no shutdown\n channel-group 5 mode active\n!\ninterface Ethernet6\n description MLAG_DC1-LEAF2A_Ethernet6\n \ no shutdown\n channel-group 5 mode active\n!\ninterface Ethernet7\n description - DC1-L2LEAF1A_Ethernet2\n no shutdown\n channel-group 7 mode active\n!\ninterface + L2_DC1-L2LEAF1A_Ethernet2\n no shutdown\n channel-group 7 mode active\n!\ninterface Ethernet10\n description SERVER_server01_MLAG_Eth3\n no shutdown\n channel-group 10 mode active\n!\ninterface Loopback0\n description ROUTER_ID\n no shutdown\n \ ip address 192.168.255.7/32\n!\ninterface Loopback1\n description VXLAN_TUNNEL_SOURCE\n @@ -1083,13 +1083,13 @@ cvp_configlets: api http-commands\n protocol https\n no shutdown\n !\n vrf MGMT\n no shutdown\n!\ninterface Port-Channel5\n description MLAG_DC1-SVC3B_Port-Channel5\n \ no shutdown\n switchport mode trunk\n switchport trunk group MLAG\n switchport\n!\ninterface - Port-Channel7\n description DC1_L2LEAF2_Po1\n no shutdown\n switchport trunk - allowed vlan 110-111,120-121,130-131,140-141,150,210-211,250,310-311,350\n switchport - mode trunk\n switchport\n mlag 7\n!\ninterface Port-Channel10\n description - SERVER_server03_ESI\n no shutdown\n switchport trunk allowed vlan 110-111,210-211\n - \ switchport mode trunk\n switchport\n evpn ethernet-segment\n identifier - 0000:0000:0303:0202:0101\n route-target import 03:03:02:02:01:01\n lacp - system-id 0303.0202.0101\n!\ninterface Ethernet1\n description P2P_DC1-SPINE1_Ethernet4\n + Port-Channel7\n description L2_DC1_L2LEAF2_Port-Channel1\n no shutdown\n switchport + trunk allowed vlan 110-111,120-121,130-131,140-141,150,210-211,250,310-311,350\n + \ switchport mode trunk\n switchport\n mlag 7\n!\ninterface Port-Channel10\n + \ description SERVER_server03_ESI\n no shutdown\n switchport trunk allowed + vlan 110-111,210-211\n switchport mode trunk\n switchport\n evpn ethernet-segment\n + \ identifier 0000:0000:0303:0202:0101\n route-target import 03:03:02:02:01:01\n + \ lacp system-id 0303.0202.0101\n!\ninterface Ethernet1\n description P2P_DC1-SPINE1_Ethernet4\n \ no shutdown\n mtu 1500\n no switchport\n ip address 172.31.255.25/31\n!\ninterface Ethernet2\n description P2P_DC1-SPINE2_Ethernet4\n no shutdown\n mtu 1500\n \ no switchport\n ip address 172.31.255.27/31\n!\ninterface Ethernet3\n description @@ -1099,8 +1099,8 @@ cvp_configlets: Ethernet5\n description MLAG_DC1-SVC3B_Ethernet5\n no shutdown\n channel-group 5 mode active\n!\ninterface Ethernet6\n description MLAG_DC1-SVC3B_Ethernet6\n \ no shutdown\n channel-group 5 mode active\n!\ninterface Ethernet7\n description - DC1-L2LEAF2A_Ethernet1\n no shutdown\n channel-group 7 mode active\n!\ninterface - Ethernet8\n description DC1-L2LEAF2B_Ethernet1\n no shutdown\n channel-group + L2_DC1-L2LEAF2A_Ethernet1\n no shutdown\n channel-group 7 mode active\n!\ninterface + Ethernet8\n description L2_DC1-L2LEAF2B_Ethernet1\n no shutdown\n channel-group 7 mode active\n!\ninterface Ethernet10\n description SERVER_server03_ESI_Eth1\n \ no shutdown\n channel-group 10 mode active\n!\ninterface Loopback0\n description ROUTER_ID\n no shutdown\n ip address 192.168.255.8/32\n!\ninterface Loopback1\n @@ -1303,28 +1303,28 @@ cvp_configlets: api http-commands\n protocol https\n no shutdown\n !\n vrf MGMT\n no shutdown\n!\ninterface Port-Channel5\n description MLAG_DC1-SVC3A_Port-Channel5\n \ no shutdown\n switchport mode trunk\n switchport trunk group MLAG\n switchport\n!\ninterface - Port-Channel7\n description DC1_L2LEAF2_Po1\n no shutdown\n switchport trunk - allowed vlan 110-111,120-121,130-131,140-141,150,210-211,250,310-311,350\n switchport - mode trunk\n switchport\n mlag 7\n!\ninterface Ethernet1\n description P2P_DC1-SPINE1_Ethernet5\n - \ no shutdown\n mtu 1500\n no switchport\n ip address 172.31.255.33/31\n!\ninterface - Ethernet2\n description P2P_DC1-SPINE2_Ethernet5\n no shutdown\n mtu 1500\n - \ no switchport\n ip address 172.31.255.35/31\n!\ninterface Ethernet3\n description - P2P_DC1-SPINE3_Ethernet5\n no shutdown\n mtu 1500\n no switchport\n ip - address 172.31.255.37/31\n!\ninterface Ethernet4\n description P2P_DC1-SPINE4_Ethernet5\n - \ no shutdown\n mtu 1500\n no switchport\n ip address 172.31.255.39/31\n!\ninterface - Ethernet5\n description MLAG_DC1-SVC3A_Ethernet5\n no shutdown\n channel-group - 5 mode active\n!\ninterface Ethernet6\n description MLAG_DC1-SVC3A_Ethernet6\n - \ no shutdown\n channel-group 5 mode active\n!\ninterface Ethernet7\n description - DC1-L2LEAF2A_Ethernet2\n no shutdown\n channel-group 7 mode active\n!\ninterface - Ethernet8\n description DC1-L2LEAF2B_Ethernet2\n no shutdown\n channel-group - 7 mode active\n!\ninterface Loopback0\n description ROUTER_ID\n no shutdown\n - \ ip address 192.168.255.9/32\n!\ninterface Loopback1\n description VXLAN_TUNNEL_SOURCE\n - \ no shutdown\n ip address 192.168.254.8/32\n!\ninterface Loopback100\n description - Tenant_A_OP_Zone_VTEP_DIAGNOSTICS\n no shutdown\n vrf Tenant_A_OP_Zone\n ip - address 10.255.1.9/32\n!\ninterface Management1\n description OOB_MANAGEMENT\n - \ no shutdown\n vrf MGMT\n ip address 192.168.200.109/24\n!\ninterface Vlan110\n - \ description Tenant_A_OP_Zone_1\n no shutdown\n vrf Tenant_A_OP_Zone\n ip - address virtual 10.1.10.1/24\n!\ninterface Vlan111\n description Tenant_A_OP_Zone_2\n + Port-Channel7\n description L2_DC1_L2LEAF2_Port-Channel1\n no shutdown\n switchport + trunk allowed vlan 110-111,120-121,130-131,140-141,150,210-211,250,310-311,350\n + \ switchport mode trunk\n switchport\n mlag 7\n!\ninterface Ethernet1\n description + P2P_DC1-SPINE1_Ethernet5\n no shutdown\n mtu 1500\n no switchport\n ip + address 172.31.255.33/31\n!\ninterface Ethernet2\n description P2P_DC1-SPINE2_Ethernet5\n + \ no shutdown\n mtu 1500\n no switchport\n ip address 172.31.255.35/31\n!\ninterface + Ethernet3\n description P2P_DC1-SPINE3_Ethernet5\n no shutdown\n mtu 1500\n + \ no switchport\n ip address 172.31.255.37/31\n!\ninterface Ethernet4\n description + P2P_DC1-SPINE4_Ethernet5\n no shutdown\n mtu 1500\n no switchport\n ip + address 172.31.255.39/31\n!\ninterface Ethernet5\n description MLAG_DC1-SVC3A_Ethernet5\n + \ no shutdown\n channel-group 5 mode active\n!\ninterface Ethernet6\n description + MLAG_DC1-SVC3A_Ethernet6\n no shutdown\n channel-group 5 mode active\n!\ninterface + Ethernet7\n description L2_DC1-L2LEAF2A_Ethernet2\n no shutdown\n channel-group + 7 mode active\n!\ninterface Ethernet8\n description L2_DC1-L2LEAF2B_Ethernet2\n + \ no shutdown\n channel-group 7 mode active\n!\ninterface Loopback0\n description + ROUTER_ID\n no shutdown\n ip address 192.168.255.9/32\n!\ninterface Loopback1\n + \ description VXLAN_TUNNEL_SOURCE\n no shutdown\n ip address 192.168.254.8/32\n!\ninterface + Loopback100\n description Tenant_A_OP_Zone_VTEP_DIAGNOSTICS\n no shutdown\n + \ vrf Tenant_A_OP_Zone\n ip address 10.255.1.9/32\n!\ninterface Management1\n + \ description OOB_MANAGEMENT\n no shutdown\n vrf MGMT\n ip address 192.168.200.109/24\n!\ninterface + Vlan110\n description Tenant_A_OP_Zone_1\n no shutdown\n vrf Tenant_A_OP_Zone\n + \ ip address virtual 10.1.10.1/24\n!\ninterface Vlan111\n description Tenant_A_OP_Zone_2\n \ no shutdown\n vrf Tenant_A_OP_Zone\n ip helper-address 1.1.1.1 vrf MGMT source-interface lo100\n ip address virtual 10.1.11.1/24\n!\ninterface Vlan120\n \ description Tenant_A_WEB_Zone_1\n no shutdown\n vrf Tenant_A_WEB_Zone\n diff --git a/ansible_collections/arista/avd/molecule/eos_designs-l2ls/documentation/devices/BGP-LEAF1.md b/ansible_collections/arista/avd/molecule/eos_designs-l2ls/documentation/devices/BGP-LEAF1.md index 88674d5aeb7..85b829c0e18 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-l2ls/documentation/devices/BGP-LEAF1.md +++ b/ansible_collections/arista/avd/molecule/eos_designs-l2ls/documentation/devices/BGP-LEAF1.md @@ -114,8 +114,8 @@ vlan 4092 | Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | Channel-Group | | --------- | ----------- | ---- | ----- | ----------- | ----------- | ------------- | -| Ethernet1 | BGP-SPINE1_Ethernet1 | *trunk | *1,100,200,4092 | *- | *- | 1 | -| Ethernet2 | BGP-SPINE2_Ethernet1 | *trunk | *1,100,200,4092 | *- | *- | 1 | +| Ethernet1 | L2_BGP-SPINE1_Ethernet1 | *trunk | *1,100,200,4092 | *- | *- | 1 | +| Ethernet2 | L2_BGP-SPINE2_Ethernet1 | *trunk | *1,100,200,4092 | *- | *- | 1 | | Ethernet10 | Endpoint | access | 100 | - | - | - | | Ethernet11 | Endpoint | access | 100 | - | - | - | | Ethernet12 | IP Phone | trunk phone | - | 100 | - | - | @@ -137,12 +137,12 @@ vlan 4092 ```eos ! interface Ethernet1 - description BGP-SPINE1_Ethernet1 + description L2_BGP-SPINE1_Ethernet1 no shutdown channel-group 1 mode active ! interface Ethernet2 - description BGP-SPINE2_Ethernet1 + description L2_BGP-SPINE2_Ethernet1 no shutdown channel-group 1 mode active ! @@ -195,14 +195,14 @@ interface Ethernet14 | Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | LACP Fallback Timeout | LACP Fallback Mode | MLAG ID | EVPN ESI | | --------- | ----------- | ---- | ----- | ----------- | ------------| --------------------- | ------------------ | ------- | -------- | -| Port-Channel1 | BGP_SPINES_Po1 | trunk | 1,100,200,4092 | - | - | - | - | - | - | +| Port-Channel1 | L2_BGP_SPINES_Port-Channel1 | trunk | 1,100,200,4092 | - | - | - | - | - | - | #### Port-Channel Interfaces Device Configuration ```eos ! interface Port-Channel1 - description BGP_SPINES_Po1 + description L2_BGP_SPINES_Port-Channel1 no shutdown switchport trunk allowed vlan 1,100,200,4092 switchport mode trunk diff --git a/ansible_collections/arista/avd/molecule/eos_designs-l2ls/documentation/devices/BGP-LEAF2.md b/ansible_collections/arista/avd/molecule/eos_designs-l2ls/documentation/devices/BGP-LEAF2.md index 0002776a8d6..87b6baa8c75 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-l2ls/documentation/devices/BGP-LEAF2.md +++ b/ansible_collections/arista/avd/molecule/eos_designs-l2ls/documentation/devices/BGP-LEAF2.md @@ -106,8 +106,8 @@ vlan 4092 | Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | Channel-Group | | --------- | ----------- | ---- | ----- | ----------- | ----------- | ------------- | -| Ethernet1 | BGP-SPINE1_Ethernet2 | *trunk | *100,4092 | *- | *- | 1 | -| Ethernet2 | BGP-SPINE2_Ethernet2 | *trunk | *100,4092 | *- | *- | 1 | +| Ethernet1 | L2_BGP-SPINE1_Ethernet2 | *trunk | *100,4092 | *- | *- | 1 | +| Ethernet2 | L2_BGP-SPINE2_Ethernet2 | *trunk | *100,4092 | *- | *- | 1 | | Ethernet10 | Endpoint | access | 100 | - | - | - | | Ethernet11 | Endpoint | access | 100 | - | - | - | @@ -118,12 +118,12 @@ vlan 4092 ```eos ! interface Ethernet1 - description BGP-SPINE1_Ethernet2 + description L2_BGP-SPINE1_Ethernet2 no shutdown channel-group 1 mode active ! interface Ethernet2 - description BGP-SPINE2_Ethernet2 + description L2_BGP-SPINE2_Ethernet2 no shutdown channel-group 1 mode active ! @@ -150,14 +150,14 @@ interface Ethernet11 | Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | LACP Fallback Timeout | LACP Fallback Mode | MLAG ID | EVPN ESI | | --------- | ----------- | ---- | ----- | ----------- | ------------| --------------------- | ------------------ | ------- | -------- | -| Port-Channel1 | BGP_SPINES_Po2 | trunk | 100,4092 | - | - | - | - | - | - | +| Port-Channel1 | L2_BGP_SPINES_Port-Channel2 | trunk | 100,4092 | - | - | - | - | - | - | #### Port-Channel Interfaces Device Configuration ```eos ! interface Port-Channel1 - description BGP_SPINES_Po2 + description L2_BGP_SPINES_Port-Channel2 no shutdown switchport trunk allowed vlan 100,4092 switchport mode trunk diff --git a/ansible_collections/arista/avd/molecule/eos_designs-l2ls/documentation/devices/BGP-SPINE1.md b/ansible_collections/arista/avd/molecule/eos_designs-l2ls/documentation/devices/BGP-SPINE1.md index 5baff9a773b..17454d4b31a 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-l2ls/documentation/devices/BGP-SPINE1.md +++ b/ansible_collections/arista/avd/molecule/eos_designs-l2ls/documentation/devices/BGP-SPINE1.md @@ -174,8 +174,8 @@ vlan 4094 | Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | Channel-Group | | --------- | ----------- | ---- | ----- | ----------- | ----------- | ------------- | -| Ethernet1 | BGP-LEAF1_Ethernet1 | *trunk | *1,100,200,4092 | *- | *- | 1 | -| Ethernet2 | BGP-LEAF2_Ethernet1 | *trunk | *100,4092 | *- | *- | 2 | +| Ethernet1 | L2_BGP-LEAF1_Ethernet1 | *trunk | *1,100,200,4092 | *- | *- | 1 | +| Ethernet2 | L2_BGP-LEAF2_Ethernet1 | *trunk | *100,4092 | *- | *- | 2 | | Ethernet3 | MLAG_BGP-SPINE2_Ethernet3 | *trunk | *- | *- | *MLAG | 3 | | Ethernet4 | MLAG_BGP-SPINE2_Ethernet4 | *trunk | *- | *- | *MLAG | 3 | @@ -192,12 +192,12 @@ vlan 4094 ```eos ! interface Ethernet1 - description BGP-LEAF1_Ethernet1 + description L2_BGP-LEAF1_Ethernet1 no shutdown channel-group 1 mode active ! interface Ethernet2 - description BGP-LEAF2_Ethernet1 + description L2_BGP-LEAF2_Ethernet1 no shutdown channel-group 2 mode active ! @@ -227,8 +227,8 @@ interface Ethernet5 | Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | LACP Fallback Timeout | LACP Fallback Mode | MLAG ID | EVPN ESI | | --------- | ----------- | ---- | ----- | ----------- | ------------| --------------------- | ------------------ | ------- | -------- | -| Port-Channel1 | BGP-LEAF1_Po1 | trunk | 1,100,200,4092 | - | - | - | - | 1 | - | -| Port-Channel2 | BGP-LEAF2_Po1 | trunk | 100,4092 | - | - | - | - | 2 | - | +| Port-Channel1 | L2_BGP-LEAF1_Port-Channel1 | trunk | 1,100,200,4092 | - | - | - | - | 1 | - | +| Port-Channel2 | L2_BGP-LEAF2_Port-Channel1 | trunk | 100,4092 | - | - | - | - | 2 | - | | Port-Channel3 | MLAG_BGP-SPINE2_Port-Channel3 | trunk | - | - | MLAG | - | - | - | - | #### Port-Channel Interfaces Device Configuration @@ -236,7 +236,7 @@ interface Ethernet5 ```eos ! interface Port-Channel1 - description BGP-LEAF1_Po1 + description L2_BGP-LEAF1_Port-Channel1 no shutdown switchport trunk allowed vlan 1,100,200,4092 switchport mode trunk @@ -244,7 +244,7 @@ interface Port-Channel1 mlag 1 ! interface Port-Channel2 - description BGP-LEAF2_Po1 + description L2_BGP-LEAF2_Port-Channel1 no shutdown switchport trunk allowed vlan 100,4092 switchport mode trunk diff --git a/ansible_collections/arista/avd/molecule/eos_designs-l2ls/documentation/devices/BGP-SPINE2.md b/ansible_collections/arista/avd/molecule/eos_designs-l2ls/documentation/devices/BGP-SPINE2.md index b14534b9511..d64e56bce16 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-l2ls/documentation/devices/BGP-SPINE2.md +++ b/ansible_collections/arista/avd/molecule/eos_designs-l2ls/documentation/devices/BGP-SPINE2.md @@ -174,8 +174,8 @@ vlan 4094 | Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | Channel-Group | | --------- | ----------- | ---- | ----- | ----------- | ----------- | ------------- | -| Ethernet1 | BGP-LEAF1_Ethernet2 | *trunk | *1,100,200,4092 | *- | *- | 1 | -| Ethernet2 | BGP-LEAF2_Ethernet2 | *trunk | *100,4092 | *- | *- | 2 | +| Ethernet1 | L2_BGP-LEAF1_Ethernet2 | *trunk | *1,100,200,4092 | *- | *- | 1 | +| Ethernet2 | L2_BGP-LEAF2_Ethernet2 | *trunk | *100,4092 | *- | *- | 2 | | Ethernet3 | MLAG_BGP-SPINE1_Ethernet3 | *trunk | *- | *- | *MLAG | 3 | | Ethernet4 | MLAG_BGP-SPINE1_Ethernet4 | *trunk | *- | *- | *MLAG | 3 | @@ -192,12 +192,12 @@ vlan 4094 ```eos ! interface Ethernet1 - description BGP-LEAF1_Ethernet2 + description L2_BGP-LEAF1_Ethernet2 no shutdown channel-group 1 mode active ! interface Ethernet2 - description BGP-LEAF2_Ethernet2 + description L2_BGP-LEAF2_Ethernet2 no shutdown channel-group 2 mode active ! @@ -227,8 +227,8 @@ interface Ethernet5 | Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | LACP Fallback Timeout | LACP Fallback Mode | MLAG ID | EVPN ESI | | --------- | ----------- | ---- | ----- | ----------- | ------------| --------------------- | ------------------ | ------- | -------- | -| Port-Channel1 | BGP-LEAF1_Po1 | trunk | 1,100,200,4092 | - | - | - | - | 1 | - | -| Port-Channel2 | BGP-LEAF2_Po1 | trunk | 100,4092 | - | - | - | - | 2 | - | +| Port-Channel1 | L2_BGP-LEAF1_Port-Channel1 | trunk | 1,100,200,4092 | - | - | - | - | 1 | - | +| Port-Channel2 | L2_BGP-LEAF2_Port-Channel1 | trunk | 100,4092 | - | - | - | - | 2 | - | | Port-Channel3 | MLAG_BGP-SPINE1_Port-Channel3 | trunk | - | - | MLAG | - | - | - | - | #### Port-Channel Interfaces Device Configuration @@ -236,7 +236,7 @@ interface Ethernet5 ```eos ! interface Port-Channel1 - description BGP-LEAF1_Po1 + description L2_BGP-LEAF1_Port-Channel1 no shutdown switchport trunk allowed vlan 1,100,200,4092 switchport mode trunk @@ -244,7 +244,7 @@ interface Port-Channel1 mlag 1 ! interface Port-Channel2 - description BGP-LEAF2_Po1 + description L2_BGP-LEAF2_Port-Channel1 no shutdown switchport trunk allowed vlan 100,4092 switchport mode trunk diff --git a/ansible_collections/arista/avd/molecule/eos_designs-l2ls/documentation/devices/ISIS-LEAF1.md b/ansible_collections/arista/avd/molecule/eos_designs-l2ls/documentation/devices/ISIS-LEAF1.md index 9376706b22a..08b4973821f 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-l2ls/documentation/devices/ISIS-LEAF1.md +++ b/ansible_collections/arista/avd/molecule/eos_designs-l2ls/documentation/devices/ISIS-LEAF1.md @@ -134,7 +134,7 @@ vlan 4092 | Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | Channel-Group | | --------- | ----------- | ---- | ----- | ----------- | ----------- | ------------- | -| Ethernet1 | ISIS-SPINE1_Ethernet1 | *trunk | *110,4092 | *- | *- | 1 | +| Ethernet1 | L2_ISIS-SPINE1_Ethernet1 | *trunk | *110,4092 | *- | *- | 1 | *Inherited from Port-Channel Interface @@ -143,7 +143,7 @@ vlan 4092 ```eos ! interface Ethernet1 - description ISIS-SPINE1_Ethernet1 + description L2_ISIS-SPINE1_Ethernet1 no shutdown channel-group 1 mode active ``` @@ -156,14 +156,14 @@ interface Ethernet1 | Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | LACP Fallback Timeout | LACP Fallback Mode | MLAG ID | EVPN ESI | | --------- | ----------- | ---- | ----- | ----------- | ------------| --------------------- | ------------------ | ------- | -------- | -| Port-Channel1 | ISIS-SPINE1_Po1 | trunk | 110,4092 | - | - | - | - | - | - | +| Port-Channel1 | L2_ISIS-SPINE1_Port-Channel1 | trunk | 110,4092 | - | - | - | - | - | - | #### Port-Channel Interfaces Device Configuration ```eos ! interface Port-Channel1 - description ISIS-SPINE1_Po1 + description L2_ISIS-SPINE1_Port-Channel1 no shutdown switchport trunk allowed vlan 110,4092 switchport mode trunk diff --git a/ansible_collections/arista/avd/molecule/eos_designs-l2ls/documentation/devices/ISIS-SPINE1.md b/ansible_collections/arista/avd/molecule/eos_designs-l2ls/documentation/devices/ISIS-SPINE1.md index 8e369959f08..d14bc1c7686 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-l2ls/documentation/devices/ISIS-SPINE1.md +++ b/ansible_collections/arista/avd/molecule/eos_designs-l2ls/documentation/devices/ISIS-SPINE1.md @@ -137,7 +137,7 @@ vlan 4092 | Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | Channel-Group | | --------- | ----------- | ---- | ----- | ----------- | ----------- | ------------- | -| Ethernet1 | ISIS-LEAF1_Ethernet1 | *trunk | *110,4092 | *- | *- | 1 | +| Ethernet1 | L2_ISIS-LEAF1_Ethernet1 | *trunk | *110,4092 | *- | *- | 1 | | Ethernet10 | Endpoint | access | 110 | - | - | - | *Inherited from Port-Channel Interface @@ -147,7 +147,7 @@ vlan 4092 ```eos ! interface Ethernet1 - description ISIS-LEAF1_Ethernet1 + description L2_ISIS-LEAF1_Ethernet1 no shutdown channel-group 1 mode active ! @@ -167,14 +167,14 @@ interface Ethernet10 | Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | LACP Fallback Timeout | LACP Fallback Mode | MLAG ID | EVPN ESI | | --------- | ----------- | ---- | ----- | ----------- | ------------| --------------------- | ------------------ | ------- | -------- | -| Port-Channel1 | ISIS-LEAF1_Po1 | trunk | 110,4092 | - | - | - | - | - | - | +| Port-Channel1 | L2_ISIS-LEAF1_Port-Channel1 | trunk | 110,4092 | - | - | - | - | - | - | #### Port-Channel Interfaces Device Configuration ```eos ! interface Port-Channel1 - description ISIS-LEAF1_Po1 + description L2_ISIS-LEAF1_Port-Channel1 no shutdown switchport trunk allowed vlan 110,4092 switchport mode trunk diff --git a/ansible_collections/arista/avd/molecule/eos_designs-l2ls/documentation/devices/L2ONLY-LEAF1.md b/ansible_collections/arista/avd/molecule/eos_designs-l2ls/documentation/devices/L2ONLY-LEAF1.md index 14f0567aca1..e26e2892ebb 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-l2ls/documentation/devices/L2ONLY-LEAF1.md +++ b/ansible_collections/arista/avd/molecule/eos_designs-l2ls/documentation/devices/L2ONLY-LEAF1.md @@ -106,8 +106,8 @@ vlan 4092 | Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | Channel-Group | | --------- | ----------- | ---- | ----- | ----------- | ----------- | ------------- | -| Ethernet1 | L2ONLY-SPINE1_Ethernet1 | *trunk | *100,4092 | *- | *- | 1 | -| Ethernet2 | L2ONLY-SPINE2_Ethernet1 | *trunk | *100,4092 | *- | *- | 1 | +| Ethernet1 | L2_L2ONLY-SPINE1_Ethernet1 | *trunk | *100,4092 | *- | *- | 1 | +| Ethernet2 | L2_L2ONLY-SPINE2_Ethernet1 | *trunk | *100,4092 | *- | *- | 1 | | Ethernet10 | Endpoint | access | 100 | - | - | - | | Ethernet11 | Endpoint | access | 100 | - | - | - | @@ -118,12 +118,12 @@ vlan 4092 ```eos ! interface Ethernet1 - description L2ONLY-SPINE1_Ethernet1 + description L2_L2ONLY-SPINE1_Ethernet1 no shutdown channel-group 1 mode active ! interface Ethernet2 - description L2ONLY-SPINE2_Ethernet1 + description L2_L2ONLY-SPINE2_Ethernet1 no shutdown channel-group 1 mode active ! @@ -150,14 +150,14 @@ interface Ethernet11 | Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | LACP Fallback Timeout | LACP Fallback Mode | MLAG ID | EVPN ESI | | --------- | ----------- | ---- | ----- | ----------- | ------------| --------------------- | ------------------ | ------- | -------- | -| Port-Channel1 | L2ONLY_SPINES_Po1 | trunk | 100,4092 | - | - | - | - | - | - | +| Port-Channel1 | L2_L2ONLY_SPINES_Port-Channel1 | trunk | 100,4092 | - | - | - | - | - | - | #### Port-Channel Interfaces Device Configuration ```eos ! interface Port-Channel1 - description L2ONLY_SPINES_Po1 + description L2_L2ONLY_SPINES_Port-Channel1 no shutdown switchport trunk allowed vlan 100,4092 switchport mode trunk diff --git a/ansible_collections/arista/avd/molecule/eos_designs-l2ls/documentation/devices/L2ONLY-LEAF2.md b/ansible_collections/arista/avd/molecule/eos_designs-l2ls/documentation/devices/L2ONLY-LEAF2.md index f5b71722f20..c7e4935f4a4 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-l2ls/documentation/devices/L2ONLY-LEAF2.md +++ b/ansible_collections/arista/avd/molecule/eos_designs-l2ls/documentation/devices/L2ONLY-LEAF2.md @@ -106,8 +106,8 @@ vlan 4092 | Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | Channel-Group | | --------- | ----------- | ---- | ----- | ----------- | ----------- | ------------- | -| Ethernet1 | L2ONLY-SPINE1_Ethernet2 | *trunk | *100,4092 | *- | *- | 1 | -| Ethernet2 | L2ONLY-SPINE2_Ethernet2 | *trunk | *100,4092 | *- | *- | 1 | +| Ethernet1 | L2_L2ONLY-SPINE1_Ethernet2 | *trunk | *100,4092 | *- | *- | 1 | +| Ethernet2 | L2_L2ONLY-SPINE2_Ethernet2 | *trunk | *100,4092 | *- | *- | 1 | | Ethernet10 | Endpoint | access | 100 | - | - | - | | Ethernet11 | Endpoint | access | 100 | - | - | - | @@ -118,12 +118,12 @@ vlan 4092 ```eos ! interface Ethernet1 - description L2ONLY-SPINE1_Ethernet2 + description L2_L2ONLY-SPINE1_Ethernet2 no shutdown channel-group 1 mode active ! interface Ethernet2 - description L2ONLY-SPINE2_Ethernet2 + description L2_L2ONLY-SPINE2_Ethernet2 no shutdown channel-group 1 mode active ! @@ -150,14 +150,14 @@ interface Ethernet11 | Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | LACP Fallback Timeout | LACP Fallback Mode | MLAG ID | EVPN ESI | | --------- | ----------- | ---- | ----- | ----------- | ------------| --------------------- | ------------------ | ------- | -------- | -| Port-Channel1 | L2ONLY_SPINES_Po2 | trunk | 100,4092 | - | - | - | - | - | - | +| Port-Channel1 | L2_L2ONLY_SPINES_Port-Channel2 | trunk | 100,4092 | - | - | - | - | - | - | #### Port-Channel Interfaces Device Configuration ```eos ! interface Port-Channel1 - description L2ONLY_SPINES_Po2 + description L2_L2ONLY_SPINES_Port-Channel2 no shutdown switchport trunk allowed vlan 100,4092 switchport mode trunk diff --git a/ansible_collections/arista/avd/molecule/eos_designs-l2ls/documentation/devices/L2ONLY-SPINE1.md b/ansible_collections/arista/avd/molecule/eos_designs-l2ls/documentation/devices/L2ONLY-SPINE1.md index e304875d39c..fae41c4e0a5 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-l2ls/documentation/devices/L2ONLY-SPINE1.md +++ b/ansible_collections/arista/avd/molecule/eos_designs-l2ls/documentation/devices/L2ONLY-SPINE1.md @@ -153,8 +153,8 @@ vlan 4094 | Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | Channel-Group | | --------- | ----------- | ---- | ----- | ----------- | ----------- | ------------- | -| Ethernet1 | L2ONLY-LEAF1_Ethernet1 | *trunk | *100,4092 | *- | *- | 1 | -| Ethernet2 | L2ONLY-LEAF2_Ethernet1 | *trunk | *100,4092 | *- | *- | 2 | +| Ethernet1 | L2_L2ONLY-LEAF1_Ethernet1 | *trunk | *100,4092 | *- | *- | 1 | +| Ethernet2 | L2_L2ONLY-LEAF2_Ethernet1 | *trunk | *100,4092 | *- | *- | 2 | | Ethernet3 | MLAG_L2ONLY-SPINE2_Ethernet3 | *trunk | *- | *- | *MLAG | 3 | | Ethernet4 | MLAG_L2ONLY-SPINE2_Ethernet4 | *trunk | *- | *- | *MLAG | 3 | @@ -165,12 +165,12 @@ vlan 4094 ```eos ! interface Ethernet1 - description L2ONLY-LEAF1_Ethernet1 + description L2_L2ONLY-LEAF1_Ethernet1 no shutdown channel-group 1 mode active ! interface Ethernet2 - description L2ONLY-LEAF2_Ethernet1 + description L2_L2ONLY-LEAF2_Ethernet1 no shutdown channel-group 2 mode active ! @@ -193,8 +193,8 @@ interface Ethernet4 | Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | LACP Fallback Timeout | LACP Fallback Mode | MLAG ID | EVPN ESI | | --------- | ----------- | ---- | ----- | ----------- | ------------| --------------------- | ------------------ | ------- | -------- | -| Port-Channel1 | L2ONLY-LEAF1_Po1 | trunk | 100,4092 | - | - | - | - | 1 | - | -| Port-Channel2 | L2ONLY-LEAF2_Po1 | trunk | 100,4092 | - | - | - | - | 2 | - | +| Port-Channel1 | L2_L2ONLY-LEAF1_Port-Channel1 | trunk | 100,4092 | - | - | - | - | 1 | - | +| Port-Channel2 | L2_L2ONLY-LEAF2_Port-Channel1 | trunk | 100,4092 | - | - | - | - | 2 | - | | Port-Channel3 | MLAG_L2ONLY-SPINE2_Port-Channel3 | trunk | - | - | MLAG | - | - | - | - | #### Port-Channel Interfaces Device Configuration @@ -202,7 +202,7 @@ interface Ethernet4 ```eos ! interface Port-Channel1 - description L2ONLY-LEAF1_Po1 + description L2_L2ONLY-LEAF1_Port-Channel1 no shutdown switchport trunk allowed vlan 100,4092 switchport mode trunk @@ -210,7 +210,7 @@ interface Port-Channel1 mlag 1 ! interface Port-Channel2 - description L2ONLY-LEAF2_Po1 + description L2_L2ONLY-LEAF2_Port-Channel1 no shutdown switchport trunk allowed vlan 100,4092 switchport mode trunk diff --git a/ansible_collections/arista/avd/molecule/eos_designs-l2ls/documentation/devices/L2ONLY-SPINE2.md b/ansible_collections/arista/avd/molecule/eos_designs-l2ls/documentation/devices/L2ONLY-SPINE2.md index c5c2220edc8..c14b1f8fc87 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-l2ls/documentation/devices/L2ONLY-SPINE2.md +++ b/ansible_collections/arista/avd/molecule/eos_designs-l2ls/documentation/devices/L2ONLY-SPINE2.md @@ -153,8 +153,8 @@ vlan 4094 | Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | Channel-Group | | --------- | ----------- | ---- | ----- | ----------- | ----------- | ------------- | -| Ethernet1 | L2ONLY-LEAF1_Ethernet2 | *trunk | *100,4092 | *- | *- | 1 | -| Ethernet2 | L2ONLY-LEAF2_Ethernet2 | *trunk | *100,4092 | *- | *- | 2 | +| Ethernet1 | L2_L2ONLY-LEAF1_Ethernet2 | *trunk | *100,4092 | *- | *- | 1 | +| Ethernet2 | L2_L2ONLY-LEAF2_Ethernet2 | *trunk | *100,4092 | *- | *- | 2 | | Ethernet3 | MLAG_L2ONLY-SPINE1_Ethernet3 | *trunk | *- | *- | *MLAG | 3 | | Ethernet4 | MLAG_L2ONLY-SPINE1_Ethernet4 | *trunk | *- | *- | *MLAG | 3 | @@ -165,12 +165,12 @@ vlan 4094 ```eos ! interface Ethernet1 - description L2ONLY-LEAF1_Ethernet2 + description L2_L2ONLY-LEAF1_Ethernet2 no shutdown channel-group 1 mode active ! interface Ethernet2 - description L2ONLY-LEAF2_Ethernet2 + description L2_L2ONLY-LEAF2_Ethernet2 no shutdown channel-group 2 mode active ! @@ -193,8 +193,8 @@ interface Ethernet4 | Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | LACP Fallback Timeout | LACP Fallback Mode | MLAG ID | EVPN ESI | | --------- | ----------- | ---- | ----- | ----------- | ------------| --------------------- | ------------------ | ------- | -------- | -| Port-Channel1 | L2ONLY-LEAF1_Po1 | trunk | 100,4092 | - | - | - | - | 1 | - | -| Port-Channel2 | L2ONLY-LEAF2_Po1 | trunk | 100,4092 | - | - | - | - | 2 | - | +| Port-Channel1 | L2_L2ONLY-LEAF1_Port-Channel1 | trunk | 100,4092 | - | - | - | - | 1 | - | +| Port-Channel2 | L2_L2ONLY-LEAF2_Port-Channel1 | trunk | 100,4092 | - | - | - | - | 2 | - | | Port-Channel3 | MLAG_L2ONLY-SPINE1_Port-Channel3 | trunk | - | - | MLAG | - | - | - | - | #### Port-Channel Interfaces Device Configuration @@ -202,7 +202,7 @@ interface Ethernet4 ```eos ! interface Port-Channel1 - description L2ONLY-LEAF1_Po1 + description L2_L2ONLY-LEAF1_Port-Channel1 no shutdown switchport trunk allowed vlan 100,4092 switchport mode trunk @@ -210,7 +210,7 @@ interface Port-Channel1 mlag 1 ! interface Port-Channel2 - description L2ONLY-LEAF2_Po1 + description L2_L2ONLY-LEAF2_Port-Channel1 no shutdown switchport trunk allowed vlan 100,4092 switchport mode trunk diff --git a/ansible_collections/arista/avd/molecule/eos_designs-l2ls/documentation/devices/OSPF-LEAF1.md b/ansible_collections/arista/avd/molecule/eos_designs-l2ls/documentation/devices/OSPF-LEAF1.md index 29a3976aea8..f7e5db54d62 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-l2ls/documentation/devices/OSPF-LEAF1.md +++ b/ansible_collections/arista/avd/molecule/eos_designs-l2ls/documentation/devices/OSPF-LEAF1.md @@ -106,8 +106,8 @@ vlan 4092 | Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | Channel-Group | | --------- | ----------- | ---- | ----- | ----------- | ----------- | ------------- | -| Ethernet1 | OSPF-SPINE1_Ethernet1 | *trunk | *100,4092 | *- | *- | 1 | -| Ethernet2 | OSPF-SPINE2_Ethernet1 | *trunk | *100,4092 | *- | *- | 1 | +| Ethernet1 | L2_OSPF-SPINE1_Ethernet1 | *trunk | *100,4092 | *- | *- | 1 | +| Ethernet2 | L2_OSPF-SPINE2_Ethernet1 | *trunk | *100,4092 | *- | *- | 1 | | Ethernet10 | Endpoint | access | 100 | - | - | - | | Ethernet11 | Endpoint | access | 100 | - | - | - | @@ -118,12 +118,12 @@ vlan 4092 ```eos ! interface Ethernet1 - description OSPF-SPINE1_Ethernet1 + description L2_OSPF-SPINE1_Ethernet1 no shutdown channel-group 1 mode active ! interface Ethernet2 - description OSPF-SPINE2_Ethernet1 + description L2_OSPF-SPINE2_Ethernet1 no shutdown channel-group 1 mode active ! @@ -150,14 +150,14 @@ interface Ethernet11 | Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | LACP Fallback Timeout | LACP Fallback Mode | MLAG ID | EVPN ESI | | --------- | ----------- | ---- | ----- | ----------- | ------------| --------------------- | ------------------ | ------- | -------- | -| Port-Channel1 | OSPF_SPINES_Po1 | trunk | 100,4092 | - | - | - | - | - | - | +| Port-Channel1 | L2_OSPF_SPINES_Port-Channel1 | trunk | 100,4092 | - | - | - | - | - | - | #### Port-Channel Interfaces Device Configuration ```eos ! interface Port-Channel1 - description OSPF_SPINES_Po1 + description L2_OSPF_SPINES_Port-Channel1 no shutdown switchport trunk allowed vlan 100,4092 switchport mode trunk diff --git a/ansible_collections/arista/avd/molecule/eos_designs-l2ls/documentation/devices/OSPF-LEAF2.md b/ansible_collections/arista/avd/molecule/eos_designs-l2ls/documentation/devices/OSPF-LEAF2.md index 5f7e65b4625..f86d912da44 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-l2ls/documentation/devices/OSPF-LEAF2.md +++ b/ansible_collections/arista/avd/molecule/eos_designs-l2ls/documentation/devices/OSPF-LEAF2.md @@ -106,8 +106,8 @@ vlan 4092 | Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | Channel-Group | | --------- | ----------- | ---- | ----- | ----------- | ----------- | ------------- | -| Ethernet1 | OSPF-SPINE1_Ethernet2 | *trunk | *100,4092 | *- | *- | 1 | -| Ethernet2 | OSPF-SPINE2_Ethernet2 | *trunk | *100,4092 | *- | *- | 1 | +| Ethernet1 | L2_OSPF-SPINE1_Ethernet2 | *trunk | *100,4092 | *- | *- | 1 | +| Ethernet2 | L2_OSPF-SPINE2_Ethernet2 | *trunk | *100,4092 | *- | *- | 1 | | Ethernet10 | Endpoint | access | 100 | - | - | - | | Ethernet11 | Endpoint | access | 100 | - | - | - | @@ -118,12 +118,12 @@ vlan 4092 ```eos ! interface Ethernet1 - description OSPF-SPINE1_Ethernet2 + description L2_OSPF-SPINE1_Ethernet2 no shutdown channel-group 1 mode active ! interface Ethernet2 - description OSPF-SPINE2_Ethernet2 + description L2_OSPF-SPINE2_Ethernet2 no shutdown channel-group 1 mode active ! @@ -150,14 +150,14 @@ interface Ethernet11 | Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | LACP Fallback Timeout | LACP Fallback Mode | MLAG ID | EVPN ESI | | --------- | ----------- | ---- | ----- | ----------- | ------------| --------------------- | ------------------ | ------- | -------- | -| Port-Channel1 | OSPF_SPINES_Po2 | trunk | 100,4092 | - | - | - | - | - | - | +| Port-Channel1 | L2_OSPF_SPINES_Port-Channel2 | trunk | 100,4092 | - | - | - | - | - | - | #### Port-Channel Interfaces Device Configuration ```eos ! interface Port-Channel1 - description OSPF_SPINES_Po2 + description L2_OSPF_SPINES_Port-Channel2 no shutdown switchport trunk allowed vlan 100,4092 switchport mode trunk diff --git a/ansible_collections/arista/avd/molecule/eos_designs-l2ls/documentation/devices/OSPF-SPINE1.md b/ansible_collections/arista/avd/molecule/eos_designs-l2ls/documentation/devices/OSPF-SPINE1.md index f61091a9176..70763a9a4d8 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-l2ls/documentation/devices/OSPF-SPINE1.md +++ b/ansible_collections/arista/avd/molecule/eos_designs-l2ls/documentation/devices/OSPF-SPINE1.md @@ -160,8 +160,8 @@ vlan 4094 | Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | Channel-Group | | --------- | ----------- | ---- | ----- | ----------- | ----------- | ------------- | -| Ethernet1 | OSPF-LEAF1_Ethernet1 | *trunk | *100,4092 | *- | *- | 1 | -| Ethernet2 | OSPF-LEAF2_Ethernet1 | *trunk | *100,4092 | *- | *- | 2 | +| Ethernet1 | L2_OSPF-LEAF1_Ethernet1 | *trunk | *100,4092 | *- | *- | 1 | +| Ethernet2 | L2_OSPF-LEAF2_Ethernet1 | *trunk | *100,4092 | *- | *- | 2 | | Ethernet3 | MLAG_OSPF-SPINE2_Ethernet3 | *trunk | *- | *- | *MLAG | 3 | | Ethernet4 | MLAG_OSPF-SPINE2_Ethernet4 | *trunk | *- | *- | *MLAG | 3 | @@ -178,12 +178,12 @@ vlan 4094 ```eos ! interface Ethernet1 - description OSPF-LEAF1_Ethernet1 + description L2_OSPF-LEAF1_Ethernet1 no shutdown channel-group 1 mode active ! interface Ethernet2 - description OSPF-LEAF2_Ethernet1 + description L2_OSPF-LEAF2_Ethernet1 no shutdown channel-group 2 mode active ! @@ -215,8 +215,8 @@ interface Ethernet5 | Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | LACP Fallback Timeout | LACP Fallback Mode | MLAG ID | EVPN ESI | | --------- | ----------- | ---- | ----- | ----------- | ------------| --------------------- | ------------------ | ------- | -------- | -| Port-Channel1 | OSPF-LEAF1_Po1 | trunk | 100,4092 | - | - | - | - | 1 | - | -| Port-Channel2 | OSPF-LEAF2_Po1 | trunk | 100,4092 | - | - | - | - | 2 | - | +| Port-Channel1 | L2_OSPF-LEAF1_Port-Channel1 | trunk | 100,4092 | - | - | - | - | 1 | - | +| Port-Channel2 | L2_OSPF-LEAF2_Port-Channel1 | trunk | 100,4092 | - | - | - | - | 2 | - | | Port-Channel3 | MLAG_OSPF-SPINE2_Port-Channel3 | trunk | - | - | MLAG | - | - | - | - | #### Port-Channel Interfaces Device Configuration @@ -224,7 +224,7 @@ interface Ethernet5 ```eos ! interface Port-Channel1 - description OSPF-LEAF1_Po1 + description L2_OSPF-LEAF1_Port-Channel1 no shutdown switchport trunk allowed vlan 100,4092 switchport mode trunk @@ -232,7 +232,7 @@ interface Port-Channel1 mlag 1 ! interface Port-Channel2 - description OSPF-LEAF2_Po1 + description L2_OSPF-LEAF2_Port-Channel1 no shutdown switchport trunk allowed vlan 100,4092 switchport mode trunk diff --git a/ansible_collections/arista/avd/molecule/eos_designs-l2ls/documentation/devices/OSPF-SPINE2.md b/ansible_collections/arista/avd/molecule/eos_designs-l2ls/documentation/devices/OSPF-SPINE2.md index f84f91a134c..15302a68838 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-l2ls/documentation/devices/OSPF-SPINE2.md +++ b/ansible_collections/arista/avd/molecule/eos_designs-l2ls/documentation/devices/OSPF-SPINE2.md @@ -160,8 +160,8 @@ vlan 4094 | Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | Channel-Group | | --------- | ----------- | ---- | ----- | ----------- | ----------- | ------------- | -| Ethernet1 | OSPF-LEAF1_Ethernet2 | *trunk | *100,4092 | *- | *- | 1 | -| Ethernet2 | OSPF-LEAF2_Ethernet2 | *trunk | *100,4092 | *- | *- | 2 | +| Ethernet1 | L2_OSPF-LEAF1_Ethernet2 | *trunk | *100,4092 | *- | *- | 1 | +| Ethernet2 | L2_OSPF-LEAF2_Ethernet2 | *trunk | *100,4092 | *- | *- | 2 | | Ethernet3 | MLAG_OSPF-SPINE1_Ethernet3 | *trunk | *- | *- | *MLAG | 3 | | Ethernet4 | MLAG_OSPF-SPINE1_Ethernet4 | *trunk | *- | *- | *MLAG | 3 | @@ -178,12 +178,12 @@ vlan 4094 ```eos ! interface Ethernet1 - description OSPF-LEAF1_Ethernet2 + description L2_OSPF-LEAF1_Ethernet2 no shutdown channel-group 1 mode active ! interface Ethernet2 - description OSPF-LEAF2_Ethernet2 + description L2_OSPF-LEAF2_Ethernet2 no shutdown channel-group 2 mode active ! @@ -215,8 +215,8 @@ interface Ethernet5 | Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | LACP Fallback Timeout | LACP Fallback Mode | MLAG ID | EVPN ESI | | --------- | ----------- | ---- | ----- | ----------- | ------------| --------------------- | ------------------ | ------- | -------- | -| Port-Channel1 | OSPF-LEAF1_Po1 | trunk | 100,4092 | - | - | - | - | 1 | - | -| Port-Channel2 | OSPF-LEAF2_Po1 | trunk | 100,4092 | - | - | - | - | 2 | - | +| Port-Channel1 | L2_OSPF-LEAF1_Port-Channel1 | trunk | 100,4092 | - | - | - | - | 1 | - | +| Port-Channel2 | L2_OSPF-LEAF2_Port-Channel1 | trunk | 100,4092 | - | - | - | - | 2 | - | | Port-Channel3 | MLAG_OSPF-SPINE1_Port-Channel3 | trunk | - | - | MLAG | - | - | - | - | #### Port-Channel Interfaces Device Configuration @@ -224,7 +224,7 @@ interface Ethernet5 ```eos ! interface Port-Channel1 - description OSPF-LEAF1_Po1 + description L2_OSPF-LEAF1_Port-Channel1 no shutdown switchport trunk allowed vlan 100,4092 switchport mode trunk @@ -232,7 +232,7 @@ interface Port-Channel1 mlag 1 ! interface Port-Channel2 - description OSPF-LEAF2_Po1 + description L2_OSPF-LEAF2_Port-Channel1 no shutdown switchport trunk allowed vlan 100,4092 switchport mode trunk diff --git a/ansible_collections/arista/avd/molecule/eos_designs-l2ls/intended/configs/BGP-LEAF1.cfg b/ansible_collections/arista/avd/molecule/eos_designs-l2ls/intended/configs/BGP-LEAF1.cfg index 8f88c933699..e543e302972 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-l2ls/intended/configs/BGP-LEAF1.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs-l2ls/intended/configs/BGP-LEAF1.cfg @@ -32,19 +32,19 @@ management api http-commands no shutdown ! interface Port-Channel1 - description BGP_SPINES_Po1 + description L2_BGP_SPINES_Port-Channel1 no shutdown switchport trunk allowed vlan 1,100,200,4092 switchport mode trunk switchport ! interface Ethernet1 - description BGP-SPINE1_Ethernet1 + description L2_BGP-SPINE1_Ethernet1 no shutdown channel-group 1 mode active ! interface Ethernet2 - description BGP-SPINE2_Ethernet1 + description L2_BGP-SPINE2_Ethernet1 no shutdown channel-group 1 mode active ! diff --git a/ansible_collections/arista/avd/molecule/eos_designs-l2ls/intended/configs/BGP-LEAF2.cfg b/ansible_collections/arista/avd/molecule/eos_designs-l2ls/intended/configs/BGP-LEAF2.cfg index a20887a60db..6aac8b8e64f 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-l2ls/intended/configs/BGP-LEAF2.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs-l2ls/intended/configs/BGP-LEAF2.cfg @@ -26,19 +26,19 @@ management api http-commands no shutdown ! interface Port-Channel1 - description BGP_SPINES_Po2 + description L2_BGP_SPINES_Port-Channel2 no shutdown switchport trunk allowed vlan 100,4092 switchport mode trunk switchport ! interface Ethernet1 - description BGP-SPINE1_Ethernet2 + description L2_BGP-SPINE1_Ethernet2 no shutdown channel-group 1 mode active ! interface Ethernet2 - description BGP-SPINE2_Ethernet2 + description L2_BGP-SPINE2_Ethernet2 no shutdown channel-group 1 mode active ! diff --git a/ansible_collections/arista/avd/molecule/eos_designs-l2ls/intended/configs/BGP-SPINE1.cfg b/ansible_collections/arista/avd/molecule/eos_designs-l2ls/intended/configs/BGP-SPINE1.cfg index a48052ba49f..949bcfd0e8f 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-l2ls/intended/configs/BGP-SPINE1.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs-l2ls/intended/configs/BGP-SPINE1.cfg @@ -41,7 +41,7 @@ management api http-commands no shutdown ! interface Port-Channel1 - description BGP-LEAF1_Po1 + description L2_BGP-LEAF1_Port-Channel1 no shutdown switchport trunk allowed vlan 1,100,200,4092 switchport mode trunk @@ -49,7 +49,7 @@ interface Port-Channel1 mlag 1 ! interface Port-Channel2 - description BGP-LEAF2_Po1 + description L2_BGP-LEAF2_Port-Channel1 no shutdown switchport trunk allowed vlan 100,4092 switchport mode trunk @@ -64,12 +64,12 @@ interface Port-Channel3 switchport ! interface Ethernet1 - description BGP-LEAF1_Ethernet1 + description L2_BGP-LEAF1_Ethernet1 no shutdown channel-group 1 mode active ! interface Ethernet2 - description BGP-LEAF2_Ethernet1 + description L2_BGP-LEAF2_Ethernet1 no shutdown channel-group 2 mode active ! diff --git a/ansible_collections/arista/avd/molecule/eos_designs-l2ls/intended/configs/BGP-SPINE2.cfg b/ansible_collections/arista/avd/molecule/eos_designs-l2ls/intended/configs/BGP-SPINE2.cfg index c5675f13618..71db3d8eca6 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-l2ls/intended/configs/BGP-SPINE2.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs-l2ls/intended/configs/BGP-SPINE2.cfg @@ -41,7 +41,7 @@ management api http-commands no shutdown ! interface Port-Channel1 - description BGP-LEAF1_Po1 + description L2_BGP-LEAF1_Port-Channel1 no shutdown switchport trunk allowed vlan 1,100,200,4092 switchport mode trunk @@ -49,7 +49,7 @@ interface Port-Channel1 mlag 1 ! interface Port-Channel2 - description BGP-LEAF2_Po1 + description L2_BGP-LEAF2_Port-Channel1 no shutdown switchport trunk allowed vlan 100,4092 switchport mode trunk @@ -64,12 +64,12 @@ interface Port-Channel3 switchport ! interface Ethernet1 - description BGP-LEAF1_Ethernet2 + description L2_BGP-LEAF1_Ethernet2 no shutdown channel-group 1 mode active ! interface Ethernet2 - description BGP-LEAF2_Ethernet2 + description L2_BGP-LEAF2_Ethernet2 no shutdown channel-group 2 mode active ! diff --git a/ansible_collections/arista/avd/molecule/eos_designs-l2ls/intended/configs/ISIS-LEAF1.cfg b/ansible_collections/arista/avd/molecule/eos_designs-l2ls/intended/configs/ISIS-LEAF1.cfg index 0d865702a1e..c0fcdef3c98 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-l2ls/intended/configs/ISIS-LEAF1.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs-l2ls/intended/configs/ISIS-LEAF1.cfg @@ -26,14 +26,14 @@ management api http-commands no shutdown ! interface Port-Channel1 - description ISIS-SPINE1_Po1 + description L2_ISIS-SPINE1_Port-Channel1 no shutdown switchport trunk allowed vlan 110,4092 switchport mode trunk switchport ! interface Ethernet1 - description ISIS-SPINE1_Ethernet1 + description L2_ISIS-SPINE1_Ethernet1 no shutdown channel-group 1 mode active ! diff --git a/ansible_collections/arista/avd/molecule/eos_designs-l2ls/intended/configs/ISIS-SPINE1.cfg b/ansible_collections/arista/avd/molecule/eos_designs-l2ls/intended/configs/ISIS-SPINE1.cfg index dbf738211c1..8dc560fee09 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-l2ls/intended/configs/ISIS-SPINE1.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs-l2ls/intended/configs/ISIS-SPINE1.cfg @@ -26,14 +26,14 @@ management api http-commands no shutdown ! interface Port-Channel1 - description ISIS-LEAF1_Po1 + description L2_ISIS-LEAF1_Port-Channel1 no shutdown switchport trunk allowed vlan 110,4092 switchport mode trunk switchport ! interface Ethernet1 - description ISIS-LEAF1_Ethernet1 + description L2_ISIS-LEAF1_Ethernet1 no shutdown channel-group 1 mode active ! diff --git a/ansible_collections/arista/avd/molecule/eos_designs-l2ls/intended/configs/L2ONLY-LEAF1.cfg b/ansible_collections/arista/avd/molecule/eos_designs-l2ls/intended/configs/L2ONLY-LEAF1.cfg index 8813615fbd6..54240708d92 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-l2ls/intended/configs/L2ONLY-LEAF1.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs-l2ls/intended/configs/L2ONLY-LEAF1.cfg @@ -26,19 +26,19 @@ management api http-commands no shutdown ! interface Port-Channel1 - description L2ONLY_SPINES_Po1 + description L2_L2ONLY_SPINES_Port-Channel1 no shutdown switchport trunk allowed vlan 100,4092 switchport mode trunk switchport ! interface Ethernet1 - description L2ONLY-SPINE1_Ethernet1 + description L2_L2ONLY-SPINE1_Ethernet1 no shutdown channel-group 1 mode active ! interface Ethernet2 - description L2ONLY-SPINE2_Ethernet1 + description L2_L2ONLY-SPINE2_Ethernet1 no shutdown channel-group 1 mode active ! diff --git a/ansible_collections/arista/avd/molecule/eos_designs-l2ls/intended/configs/L2ONLY-LEAF2.cfg b/ansible_collections/arista/avd/molecule/eos_designs-l2ls/intended/configs/L2ONLY-LEAF2.cfg index 761e712f268..d0ac472b116 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-l2ls/intended/configs/L2ONLY-LEAF2.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs-l2ls/intended/configs/L2ONLY-LEAF2.cfg @@ -26,19 +26,19 @@ management api http-commands no shutdown ! interface Port-Channel1 - description L2ONLY_SPINES_Po2 + description L2_L2ONLY_SPINES_Port-Channel2 no shutdown switchport trunk allowed vlan 100,4092 switchport mode trunk switchport ! interface Ethernet1 - description L2ONLY-SPINE1_Ethernet2 + description L2_L2ONLY-SPINE1_Ethernet2 no shutdown channel-group 1 mode active ! interface Ethernet2 - description L2ONLY-SPINE2_Ethernet2 + description L2_L2ONLY-SPINE2_Ethernet2 no shutdown channel-group 1 mode active ! diff --git a/ansible_collections/arista/avd/molecule/eos_designs-l2ls/intended/configs/L2ONLY-SPINE1.cfg b/ansible_collections/arista/avd/molecule/eos_designs-l2ls/intended/configs/L2ONLY-SPINE1.cfg index eaef627c51b..1ee55408810 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-l2ls/intended/configs/L2ONLY-SPINE1.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs-l2ls/intended/configs/L2ONLY-SPINE1.cfg @@ -29,7 +29,7 @@ management api http-commands no shutdown ! interface Port-Channel1 - description L2ONLY-LEAF1_Po1 + description L2_L2ONLY-LEAF1_Port-Channel1 no shutdown switchport trunk allowed vlan 100,4092 switchport mode trunk @@ -37,7 +37,7 @@ interface Port-Channel1 mlag 1 ! interface Port-Channel2 - description L2ONLY-LEAF2_Po1 + description L2_L2ONLY-LEAF2_Port-Channel1 no shutdown switchport trunk allowed vlan 100,4092 switchport mode trunk @@ -52,12 +52,12 @@ interface Port-Channel3 switchport ! interface Ethernet1 - description L2ONLY-LEAF1_Ethernet1 + description L2_L2ONLY-LEAF1_Ethernet1 no shutdown channel-group 1 mode active ! interface Ethernet2 - description L2ONLY-LEAF2_Ethernet1 + description L2_L2ONLY-LEAF2_Ethernet1 no shutdown channel-group 2 mode active ! diff --git a/ansible_collections/arista/avd/molecule/eos_designs-l2ls/intended/configs/L2ONLY-SPINE2.cfg b/ansible_collections/arista/avd/molecule/eos_designs-l2ls/intended/configs/L2ONLY-SPINE2.cfg index fc85b4753b0..107396510c8 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-l2ls/intended/configs/L2ONLY-SPINE2.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs-l2ls/intended/configs/L2ONLY-SPINE2.cfg @@ -29,7 +29,7 @@ management api http-commands no shutdown ! interface Port-Channel1 - description L2ONLY-LEAF1_Po1 + description L2_L2ONLY-LEAF1_Port-Channel1 no shutdown switchport trunk allowed vlan 100,4092 switchport mode trunk @@ -37,7 +37,7 @@ interface Port-Channel1 mlag 1 ! interface Port-Channel2 - description L2ONLY-LEAF2_Po1 + description L2_L2ONLY-LEAF2_Port-Channel1 no shutdown switchport trunk allowed vlan 100,4092 switchport mode trunk @@ -52,12 +52,12 @@ interface Port-Channel3 switchport ! interface Ethernet1 - description L2ONLY-LEAF1_Ethernet2 + description L2_L2ONLY-LEAF1_Ethernet2 no shutdown channel-group 1 mode active ! interface Ethernet2 - description L2ONLY-LEAF2_Ethernet2 + description L2_L2ONLY-LEAF2_Ethernet2 no shutdown channel-group 2 mode active ! diff --git a/ansible_collections/arista/avd/molecule/eos_designs-l2ls/intended/configs/OSPF-LEAF1.cfg b/ansible_collections/arista/avd/molecule/eos_designs-l2ls/intended/configs/OSPF-LEAF1.cfg index e97be558489..11409fa16a9 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-l2ls/intended/configs/OSPF-LEAF1.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs-l2ls/intended/configs/OSPF-LEAF1.cfg @@ -26,19 +26,19 @@ management api http-commands no shutdown ! interface Port-Channel1 - description OSPF_SPINES_Po1 + description L2_OSPF_SPINES_Port-Channel1 no shutdown switchport trunk allowed vlan 100,4092 switchport mode trunk switchport ! interface Ethernet1 - description OSPF-SPINE1_Ethernet1 + description L2_OSPF-SPINE1_Ethernet1 no shutdown channel-group 1 mode active ! interface Ethernet2 - description OSPF-SPINE2_Ethernet1 + description L2_OSPF-SPINE2_Ethernet1 no shutdown channel-group 1 mode active ! diff --git a/ansible_collections/arista/avd/molecule/eos_designs-l2ls/intended/configs/OSPF-LEAF2.cfg b/ansible_collections/arista/avd/molecule/eos_designs-l2ls/intended/configs/OSPF-LEAF2.cfg index c4fd5aa8801..d7b901c5c92 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-l2ls/intended/configs/OSPF-LEAF2.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs-l2ls/intended/configs/OSPF-LEAF2.cfg @@ -26,19 +26,19 @@ management api http-commands no shutdown ! interface Port-Channel1 - description OSPF_SPINES_Po2 + description L2_OSPF_SPINES_Port-Channel2 no shutdown switchport trunk allowed vlan 100,4092 switchport mode trunk switchport ! interface Ethernet1 - description OSPF-SPINE1_Ethernet2 + description L2_OSPF-SPINE1_Ethernet2 no shutdown channel-group 1 mode active ! interface Ethernet2 - description OSPF-SPINE2_Ethernet2 + description L2_OSPF-SPINE2_Ethernet2 no shutdown channel-group 1 mode active ! diff --git a/ansible_collections/arista/avd/molecule/eos_designs-l2ls/intended/configs/OSPF-SPINE1.cfg b/ansible_collections/arista/avd/molecule/eos_designs-l2ls/intended/configs/OSPF-SPINE1.cfg index da3a95edb29..080faeaeb92 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-l2ls/intended/configs/OSPF-SPINE1.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs-l2ls/intended/configs/OSPF-SPINE1.cfg @@ -32,7 +32,7 @@ management api http-commands no shutdown ! interface Port-Channel1 - description OSPF-LEAF1_Po1 + description L2_OSPF-LEAF1_Port-Channel1 no shutdown switchport trunk allowed vlan 100,4092 switchport mode trunk @@ -40,7 +40,7 @@ interface Port-Channel1 mlag 1 ! interface Port-Channel2 - description OSPF-LEAF2_Po1 + description L2_OSPF-LEAF2_Port-Channel1 no shutdown switchport trunk allowed vlan 100,4092 switchport mode trunk @@ -55,12 +55,12 @@ interface Port-Channel3 switchport ! interface Ethernet1 - description OSPF-LEAF1_Ethernet1 + description L2_OSPF-LEAF1_Ethernet1 no shutdown channel-group 1 mode active ! interface Ethernet2 - description OSPF-LEAF2_Ethernet1 + description L2_OSPF-LEAF2_Ethernet1 no shutdown channel-group 2 mode active ! diff --git a/ansible_collections/arista/avd/molecule/eos_designs-l2ls/intended/configs/OSPF-SPINE2.cfg b/ansible_collections/arista/avd/molecule/eos_designs-l2ls/intended/configs/OSPF-SPINE2.cfg index 9d44578b1a1..4ed325e81e8 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-l2ls/intended/configs/OSPF-SPINE2.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs-l2ls/intended/configs/OSPF-SPINE2.cfg @@ -32,7 +32,7 @@ management api http-commands no shutdown ! interface Port-Channel1 - description OSPF-LEAF1_Po1 + description L2_OSPF-LEAF1_Port-Channel1 no shutdown switchport trunk allowed vlan 100,4092 switchport mode trunk @@ -40,7 +40,7 @@ interface Port-Channel1 mlag 1 ! interface Port-Channel2 - description OSPF-LEAF2_Po1 + description L2_OSPF-LEAF2_Port-Channel1 no shutdown switchport trunk allowed vlan 100,4092 switchport mode trunk @@ -55,12 +55,12 @@ interface Port-Channel3 switchport ! interface Ethernet1 - description OSPF-LEAF1_Ethernet2 + description L2_OSPF-LEAF1_Ethernet2 no shutdown channel-group 1 mode active ! interface Ethernet2 - description OSPF-LEAF2_Ethernet2 + description L2_OSPF-LEAF2_Ethernet2 no shutdown channel-group 2 mode active ! diff --git a/ansible_collections/arista/avd/molecule/eos_designs-l2ls/intended/structured_configs/BGP-LEAF1.yml b/ansible_collections/arista/avd/molecule/eos_designs-l2ls/intended/structured_configs/BGP-LEAF1.yml index 67fa0468cfc..f5778662033 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-l2ls/intended/structured_configs/BGP-LEAF1.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs-l2ls/intended/structured_configs/BGP-LEAF1.yml @@ -30,7 +30,7 @@ ethernet_interfaces: peer: BGP-SPINE1 peer_interface: Ethernet1 peer_type: l3spine - description: BGP-SPINE1_Ethernet1 + description: L2_BGP-SPINE1_Ethernet1 shutdown: false channel_group: id: 1 @@ -39,7 +39,7 @@ ethernet_interfaces: peer: BGP-SPINE2 peer_interface: Ethernet1 peer_type: l3spine - description: BGP-SPINE2_Ethernet1 + description: L2_BGP-SPINE2_Ethernet1 shutdown: false channel_group: id: 1 @@ -96,7 +96,7 @@ ethernet_interfaces: trunk: untagged port_channel_interfaces: - name: Port-Channel1 - description: BGP_SPINES_Po1 + description: L2_BGP_SPINES_Port-Channel1 switchport: enabled: true mode: trunk diff --git a/ansible_collections/arista/avd/molecule/eos_designs-l2ls/intended/structured_configs/BGP-LEAF2.yml b/ansible_collections/arista/avd/molecule/eos_designs-l2ls/intended/structured_configs/BGP-LEAF2.yml index 31b678d8971..4a31efc8d64 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-l2ls/intended/structured_configs/BGP-LEAF2.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs-l2ls/intended/structured_configs/BGP-LEAF2.yml @@ -30,7 +30,7 @@ ethernet_interfaces: peer: BGP-SPINE1 peer_interface: Ethernet2 peer_type: l3spine - description: BGP-SPINE1_Ethernet2 + description: L2_BGP-SPINE1_Ethernet2 shutdown: false channel_group: id: 1 @@ -39,7 +39,7 @@ ethernet_interfaces: peer: BGP-SPINE2 peer_interface: Ethernet2 peer_type: l3spine - description: BGP-SPINE2_Ethernet2 + description: L2_BGP-SPINE2_Ethernet2 shutdown: false channel_group: id: 1 @@ -62,7 +62,7 @@ ethernet_interfaces: access_vlan: '100' port_channel_interfaces: - name: Port-Channel1 - description: BGP_SPINES_Po2 + description: L2_BGP_SPINES_Port-Channel2 switchport: enabled: true mode: trunk diff --git a/ansible_collections/arista/avd/molecule/eos_designs-l2ls/intended/structured_configs/BGP-SPINE1.yml b/ansible_collections/arista/avd/molecule/eos_designs-l2ls/intended/structured_configs/BGP-SPINE1.yml index 61c88dac5b7..da5b46c5400 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-l2ls/intended/structured_configs/BGP-SPINE1.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs-l2ls/intended/structured_configs/BGP-SPINE1.yml @@ -138,7 +138,7 @@ port_channel_interfaces: - MLAG shutdown: false - name: Port-Channel1 - description: BGP-LEAF1_Po1 + description: L2_BGP-LEAF1_Port-Channel1 switchport: enabled: true mode: trunk @@ -147,7 +147,7 @@ port_channel_interfaces: shutdown: false mlag: 1 - name: Port-Channel2 - description: BGP-LEAF2_Po1 + description: L2_BGP-LEAF2_Port-Channel1 switchport: enabled: true mode: trunk @@ -178,7 +178,7 @@ ethernet_interfaces: peer: BGP-LEAF1 peer_interface: Ethernet1 peer_type: l2leaf - description: BGP-LEAF1_Ethernet1 + description: L2_BGP-LEAF1_Ethernet1 shutdown: false channel_group: id: 1 @@ -187,7 +187,7 @@ ethernet_interfaces: peer: BGP-LEAF2 peer_interface: Ethernet1 peer_type: l2leaf - description: BGP-LEAF2_Ethernet1 + description: L2_BGP-LEAF2_Ethernet1 shutdown: false channel_group: id: 2 diff --git a/ansible_collections/arista/avd/molecule/eos_designs-l2ls/intended/structured_configs/BGP-SPINE2.yml b/ansible_collections/arista/avd/molecule/eos_designs-l2ls/intended/structured_configs/BGP-SPINE2.yml index eb1be2abacf..1193872ad0d 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-l2ls/intended/structured_configs/BGP-SPINE2.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs-l2ls/intended/structured_configs/BGP-SPINE2.yml @@ -142,7 +142,7 @@ port_channel_interfaces: - MLAG shutdown: false - name: Port-Channel1 - description: BGP-LEAF1_Po1 + description: L2_BGP-LEAF1_Port-Channel1 switchport: enabled: true mode: trunk @@ -151,7 +151,7 @@ port_channel_interfaces: shutdown: false mlag: 1 - name: Port-Channel2 - description: BGP-LEAF2_Po1 + description: L2_BGP-LEAF2_Port-Channel1 switchport: enabled: true mode: trunk @@ -182,7 +182,7 @@ ethernet_interfaces: peer: BGP-LEAF1 peer_interface: Ethernet2 peer_type: l2leaf - description: BGP-LEAF1_Ethernet2 + description: L2_BGP-LEAF1_Ethernet2 shutdown: false channel_group: id: 1 @@ -191,7 +191,7 @@ ethernet_interfaces: peer: BGP-LEAF2 peer_interface: Ethernet2 peer_type: l2leaf - description: BGP-LEAF2_Ethernet2 + description: L2_BGP-LEAF2_Ethernet2 shutdown: false channel_group: id: 2 diff --git a/ansible_collections/arista/avd/molecule/eos_designs-l2ls/intended/structured_configs/ISIS-LEAF1.yml b/ansible_collections/arista/avd/molecule/eos_designs-l2ls/intended/structured_configs/ISIS-LEAF1.yml index 2b90fc13a73..ea2b901fa8d 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-l2ls/intended/structured_configs/ISIS-LEAF1.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs-l2ls/intended/structured_configs/ISIS-LEAF1.yml @@ -38,14 +38,14 @@ ethernet_interfaces: peer: ISIS-SPINE1 peer_interface: Ethernet1 peer_type: l3spine - description: ISIS-SPINE1_Ethernet1 + description: L2_ISIS-SPINE1_Ethernet1 shutdown: false channel_group: id: 1 mode: active port_channel_interfaces: - name: Port-Channel1 - description: ISIS-SPINE1_Po1 + description: L2_ISIS-SPINE1_Port-Channel1 switchport: enabled: true mode: trunk diff --git a/ansible_collections/arista/avd/molecule/eos_designs-l2ls/intended/structured_configs/ISIS-SPINE1.yml b/ansible_collections/arista/avd/molecule/eos_designs-l2ls/intended/structured_configs/ISIS-SPINE1.yml index 369a9c4d75b..4e6c8eb3e8b 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-l2ls/intended/structured_configs/ISIS-SPINE1.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs-l2ls/intended/structured_configs/ISIS-SPINE1.yml @@ -40,7 +40,7 @@ ethernet_interfaces: peer: ISIS-LEAF1 peer_interface: Ethernet1 peer_type: l2leaf - description: ISIS-LEAF1_Ethernet1 + description: L2_ISIS-LEAF1_Ethernet1 shutdown: false channel_group: id: 1 @@ -55,7 +55,7 @@ ethernet_interfaces: access_vlan: '110' port_channel_interfaces: - name: Port-Channel1 - description: ISIS-LEAF1_Po1 + description: L2_ISIS-LEAF1_Port-Channel1 switchport: enabled: true mode: trunk diff --git a/ansible_collections/arista/avd/molecule/eos_designs-l2ls/intended/structured_configs/L2ONLY-LEAF1.yml b/ansible_collections/arista/avd/molecule/eos_designs-l2ls/intended/structured_configs/L2ONLY-LEAF1.yml index aa9db960a16..22a4c830a4d 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-l2ls/intended/structured_configs/L2ONLY-LEAF1.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs-l2ls/intended/structured_configs/L2ONLY-LEAF1.yml @@ -30,7 +30,7 @@ ethernet_interfaces: peer: L2ONLY-SPINE1 peer_interface: Ethernet1 peer_type: l2spine - description: L2ONLY-SPINE1_Ethernet1 + description: L2_L2ONLY-SPINE1_Ethernet1 shutdown: false channel_group: id: 1 @@ -39,7 +39,7 @@ ethernet_interfaces: peer: L2ONLY-SPINE2 peer_interface: Ethernet1 peer_type: l2spine - description: L2ONLY-SPINE2_Ethernet1 + description: L2_L2ONLY-SPINE2_Ethernet1 shutdown: false channel_group: id: 1 @@ -62,7 +62,7 @@ ethernet_interfaces: access_vlan: '100' port_channel_interfaces: - name: Port-Channel1 - description: L2ONLY_SPINES_Po1 + description: L2_L2ONLY_SPINES_Port-Channel1 switchport: enabled: true mode: trunk diff --git a/ansible_collections/arista/avd/molecule/eos_designs-l2ls/intended/structured_configs/L2ONLY-LEAF2.yml b/ansible_collections/arista/avd/molecule/eos_designs-l2ls/intended/structured_configs/L2ONLY-LEAF2.yml index 4919a0df48b..158c1cd7da2 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-l2ls/intended/structured_configs/L2ONLY-LEAF2.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs-l2ls/intended/structured_configs/L2ONLY-LEAF2.yml @@ -30,7 +30,7 @@ ethernet_interfaces: peer: L2ONLY-SPINE1 peer_interface: Ethernet2 peer_type: l2spine - description: L2ONLY-SPINE1_Ethernet2 + description: L2_L2ONLY-SPINE1_Ethernet2 shutdown: false channel_group: id: 1 @@ -39,7 +39,7 @@ ethernet_interfaces: peer: L2ONLY-SPINE2 peer_interface: Ethernet2 peer_type: l2spine - description: L2ONLY-SPINE2_Ethernet2 + description: L2_L2ONLY-SPINE2_Ethernet2 shutdown: false channel_group: id: 1 @@ -62,7 +62,7 @@ ethernet_interfaces: access_vlan: '100' port_channel_interfaces: - name: Port-Channel1 - description: L2ONLY_SPINES_Po2 + description: L2_L2ONLY_SPINES_Port-Channel2 switchport: enabled: true mode: trunk diff --git a/ansible_collections/arista/avd/molecule/eos_designs-l2ls/intended/structured_configs/L2ONLY-SPINE1.yml b/ansible_collections/arista/avd/molecule/eos_designs-l2ls/intended/structured_configs/L2ONLY-SPINE1.yml index 6400f024409..93d6cfb7927 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-l2ls/intended/structured_configs/L2ONLY-SPINE1.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs-l2ls/intended/structured_configs/L2ONLY-SPINE1.yml @@ -53,7 +53,7 @@ port_channel_interfaces: - MLAG shutdown: false - name: Port-Channel1 - description: L2ONLY-LEAF1_Po1 + description: L2_L2ONLY-LEAF1_Port-Channel1 switchport: enabled: true mode: trunk @@ -62,7 +62,7 @@ port_channel_interfaces: shutdown: false mlag: 1 - name: Port-Channel2 - description: L2ONLY-LEAF2_Po1 + description: L2_L2ONLY-LEAF2_Port-Channel1 switchport: enabled: true mode: trunk @@ -93,7 +93,7 @@ ethernet_interfaces: peer: L2ONLY-LEAF1 peer_interface: Ethernet1 peer_type: l2leaf - description: L2ONLY-LEAF1_Ethernet1 + description: L2_L2ONLY-LEAF1_Ethernet1 shutdown: false channel_group: id: 1 @@ -102,7 +102,7 @@ ethernet_interfaces: peer: L2ONLY-LEAF2 peer_interface: Ethernet1 peer_type: l2leaf - description: L2ONLY-LEAF2_Ethernet1 + description: L2_L2ONLY-LEAF2_Ethernet1 shutdown: false channel_group: id: 2 diff --git a/ansible_collections/arista/avd/molecule/eos_designs-l2ls/intended/structured_configs/L2ONLY-SPINE2.yml b/ansible_collections/arista/avd/molecule/eos_designs-l2ls/intended/structured_configs/L2ONLY-SPINE2.yml index b6670261232..a8583cc5852 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-l2ls/intended/structured_configs/L2ONLY-SPINE2.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs-l2ls/intended/structured_configs/L2ONLY-SPINE2.yml @@ -53,7 +53,7 @@ port_channel_interfaces: - MLAG shutdown: false - name: Port-Channel1 - description: L2ONLY-LEAF1_Po1 + description: L2_L2ONLY-LEAF1_Port-Channel1 switchport: enabled: true mode: trunk @@ -62,7 +62,7 @@ port_channel_interfaces: shutdown: false mlag: 1 - name: Port-Channel2 - description: L2ONLY-LEAF2_Po1 + description: L2_L2ONLY-LEAF2_Port-Channel1 switchport: enabled: true mode: trunk @@ -93,7 +93,7 @@ ethernet_interfaces: peer: L2ONLY-LEAF1 peer_interface: Ethernet2 peer_type: l2leaf - description: L2ONLY-LEAF1_Ethernet2 + description: L2_L2ONLY-LEAF1_Ethernet2 shutdown: false channel_group: id: 1 @@ -102,7 +102,7 @@ ethernet_interfaces: peer: L2ONLY-LEAF2 peer_interface: Ethernet2 peer_type: l2leaf - description: L2ONLY-LEAF2_Ethernet2 + description: L2_L2ONLY-LEAF2_Ethernet2 shutdown: false channel_group: id: 2 diff --git a/ansible_collections/arista/avd/molecule/eos_designs-l2ls/intended/structured_configs/OSPF-LEAF1.yml b/ansible_collections/arista/avd/molecule/eos_designs-l2ls/intended/structured_configs/OSPF-LEAF1.yml index 3b995048ca8..aa8699e637d 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-l2ls/intended/structured_configs/OSPF-LEAF1.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs-l2ls/intended/structured_configs/OSPF-LEAF1.yml @@ -30,7 +30,7 @@ ethernet_interfaces: peer: OSPF-SPINE1 peer_interface: Ethernet1 peer_type: l3spine - description: OSPF-SPINE1_Ethernet1 + description: L2_OSPF-SPINE1_Ethernet1 shutdown: false channel_group: id: 1 @@ -39,7 +39,7 @@ ethernet_interfaces: peer: OSPF-SPINE2 peer_interface: Ethernet1 peer_type: l3spine - description: OSPF-SPINE2_Ethernet1 + description: L2_OSPF-SPINE2_Ethernet1 shutdown: false channel_group: id: 1 @@ -62,7 +62,7 @@ ethernet_interfaces: access_vlan: '100' port_channel_interfaces: - name: Port-Channel1 - description: OSPF_SPINES_Po1 + description: L2_OSPF_SPINES_Port-Channel1 switchport: enabled: true mode: trunk diff --git a/ansible_collections/arista/avd/molecule/eos_designs-l2ls/intended/structured_configs/OSPF-LEAF2.yml b/ansible_collections/arista/avd/molecule/eos_designs-l2ls/intended/structured_configs/OSPF-LEAF2.yml index 533365edf9b..a8fc759cf82 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-l2ls/intended/structured_configs/OSPF-LEAF2.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs-l2ls/intended/structured_configs/OSPF-LEAF2.yml @@ -30,7 +30,7 @@ ethernet_interfaces: peer: OSPF-SPINE1 peer_interface: Ethernet2 peer_type: l3spine - description: OSPF-SPINE1_Ethernet2 + description: L2_OSPF-SPINE1_Ethernet2 shutdown: false channel_group: id: 1 @@ -39,7 +39,7 @@ ethernet_interfaces: peer: OSPF-SPINE2 peer_interface: Ethernet2 peer_type: l3spine - description: OSPF-SPINE2_Ethernet2 + description: L2_OSPF-SPINE2_Ethernet2 shutdown: false channel_group: id: 1 @@ -62,7 +62,7 @@ ethernet_interfaces: access_vlan: '100' port_channel_interfaces: - name: Port-Channel1 - description: OSPF_SPINES_Po2 + description: L2_OSPF_SPINES_Port-Channel2 switchport: enabled: true mode: trunk diff --git a/ansible_collections/arista/avd/molecule/eos_designs-l2ls/intended/structured_configs/OSPF-SPINE1.yml b/ansible_collections/arista/avd/molecule/eos_designs-l2ls/intended/structured_configs/OSPF-SPINE1.yml index e769cc5b05e..5511f4ccda9 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-l2ls/intended/structured_configs/OSPF-SPINE1.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs-l2ls/intended/structured_configs/OSPF-SPINE1.yml @@ -73,7 +73,7 @@ port_channel_interfaces: - MLAG shutdown: false - name: Port-Channel1 - description: OSPF-LEAF1_Po1 + description: L2_OSPF-LEAF1_Port-Channel1 switchport: enabled: true mode: trunk @@ -82,7 +82,7 @@ port_channel_interfaces: shutdown: false mlag: 1 - name: Port-Channel2 - description: OSPF-LEAF2_Po1 + description: L2_OSPF-LEAF2_Port-Channel1 switchport: enabled: true mode: trunk @@ -113,7 +113,7 @@ ethernet_interfaces: peer: OSPF-LEAF1 peer_interface: Ethernet1 peer_type: l2leaf - description: OSPF-LEAF1_Ethernet1 + description: L2_OSPF-LEAF1_Ethernet1 shutdown: false channel_group: id: 1 @@ -122,7 +122,7 @@ ethernet_interfaces: peer: OSPF-LEAF2 peer_interface: Ethernet1 peer_type: l2leaf - description: OSPF-LEAF2_Ethernet1 + description: L2_OSPF-LEAF2_Ethernet1 shutdown: false channel_group: id: 2 diff --git a/ansible_collections/arista/avd/molecule/eos_designs-l2ls/intended/structured_configs/OSPF-SPINE2.yml b/ansible_collections/arista/avd/molecule/eos_designs-l2ls/intended/structured_configs/OSPF-SPINE2.yml index 6d26de50ac5..87eb34c3bd5 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-l2ls/intended/structured_configs/OSPF-SPINE2.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs-l2ls/intended/structured_configs/OSPF-SPINE2.yml @@ -76,7 +76,7 @@ port_channel_interfaces: - MLAG shutdown: false - name: Port-Channel1 - description: OSPF-LEAF1_Po1 + description: L2_OSPF-LEAF1_Port-Channel1 switchport: enabled: true mode: trunk @@ -85,7 +85,7 @@ port_channel_interfaces: shutdown: false mlag: 1 - name: Port-Channel2 - description: OSPF-LEAF2_Po1 + description: L2_OSPF-LEAF2_Port-Channel1 switchport: enabled: true mode: trunk @@ -116,7 +116,7 @@ ethernet_interfaces: peer: OSPF-LEAF1 peer_interface: Ethernet2 peer_type: l2leaf - description: OSPF-LEAF1_Ethernet2 + description: L2_OSPF-LEAF1_Ethernet2 shutdown: false channel_group: id: 1 @@ -125,7 +125,7 @@ ethernet_interfaces: peer: OSPF-LEAF2 peer_interface: Ethernet2 peer_type: l2leaf - description: OSPF-LEAF2_Ethernet2 + description: L2_OSPF-LEAF2_Ethernet2 shutdown: false channel_group: id: 2 diff --git a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD1-L2LEAF1A.md b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD1-L2LEAF1A.md index c73fbaa3c71..85bee7cf3ba 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD1-L2LEAF1A.md +++ b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD1-L2LEAF1A.md @@ -161,7 +161,7 @@ vlan 4085 | Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | Channel-Group | | --------- | ----------- | ---- | ----- | ----------- | ----------- | ------------- | -| Ethernet1 | DC1-POD1-LEAF1A_Ethernet3 | *trunk | *4085 | *- | *- | 1 | +| Ethernet1 | L2_DC1-POD1-LEAF1A_Ethernet3 | *trunk | *4085 | *- | *- | 1 | *Inherited from Port-Channel Interface @@ -170,7 +170,7 @@ vlan 4085 ```eos ! interface Ethernet1 - description DC1-POD1-LEAF1A_Ethernet3 + description L2_DC1-POD1-LEAF1A_Ethernet3 no shutdown channel-group 1 mode active ``` @@ -183,14 +183,14 @@ interface Ethernet1 | Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | LACP Fallback Timeout | LACP Fallback Mode | MLAG ID | EVPN ESI | | --------- | ----------- | ---- | ----- | ----------- | ------------| --------------------- | ------------------ | ------- | -------- | -| Port-Channel1 | DC1-POD1-LEAF1A_Po3 | trunk | 4085 | - | - | - | - | - | - | +| Port-Channel1 | L2_DC1-POD1-LEAF1A_Port-Channel3 | trunk | 4085 | - | - | - | - | - | - | #### Port-Channel Interfaces Device Configuration ```eos ! interface Port-Channel1 - description DC1-POD1-LEAF1A_Po3 + description L2_DC1-POD1-LEAF1A_Port-Channel3 no shutdown switchport trunk allowed vlan 4085 switchport mode trunk diff --git a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD1-L2LEAF2A.md b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD1-L2LEAF2A.md index f2db89a7e84..e9e9855ab1a 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD1-L2LEAF2A.md +++ b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD1-L2LEAF2A.md @@ -237,8 +237,8 @@ vlan 4094 | Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | Channel-Group | | --------- | ----------- | ---- | ----- | ----------- | ----------- | ------------- | -| Ethernet1 | DC1.POD1.LEAF2A_Ethernet3 | *trunk | *110-113,1100-1102,2500,2600-2601,4085 | *- | *- | 1 | -| Ethernet2 | DC1-POD1-LEAF2B_Ethernet3 | *trunk | *110-113,1100-1102,2500,2600-2601,4085 | *- | *- | 1 | +| Ethernet1 | L2_DC1.POD1.LEAF2A_Ethernet3 | *trunk | *110-113,1100-1102,2500,2600-2601,4085 | *- | *- | 1 | +| Ethernet2 | L2_DC1-POD1-LEAF2B_Ethernet3 | *trunk | *110-113,1100-1102,2500,2600-2601,4085 | *- | *- | 1 | | Ethernet3 | MLAG_DC1-POD1-L2LEAF2B_Ethernet3 | *trunk | *- | *- | *MLAG | 3 | | Ethernet4 | MLAG_DC1-POD1-L2LEAF2B_Ethernet4 | *trunk | *- | *- | *MLAG | 3 | @@ -249,12 +249,12 @@ vlan 4094 ```eos ! interface Ethernet1 - description DC1.POD1.LEAF2A_Ethernet3 + description L2_DC1.POD1.LEAF2A_Ethernet3 no shutdown channel-group 1 mode active ! interface Ethernet2 - description DC1-POD1-LEAF2B_Ethernet3 + description L2_DC1-POD1-LEAF2B_Ethernet3 no shutdown channel-group 1 mode active ! @@ -277,7 +277,7 @@ interface Ethernet4 | Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | LACP Fallback Timeout | LACP Fallback Mode | MLAG ID | EVPN ESI | | --------- | ----------- | ---- | ----- | ----------- | ------------| --------------------- | ------------------ | ------- | -------- | -| Port-Channel1 | RACK2_MLAG_Po3 | trunk | 110-113,1100-1102,2500,2600-2601,4085 | - | - | - | - | 1 | - | +| Port-Channel1 | L2_RACK2_MLAG_Port-Channel3 | trunk | 110-113,1100-1102,2500,2600-2601,4085 | - | - | - | - | 1 | - | | Port-Channel3 | MLAG_DC1-POD1-L2LEAF2B_Port-Channel3 | trunk | - | - | MLAG | - | - | - | - | #### Port-Channel Interfaces Device Configuration @@ -285,7 +285,7 @@ interface Ethernet4 ```eos ! interface Port-Channel1 - description RACK2_MLAG_Po3 + description L2_RACK2_MLAG_Port-Channel3 no shutdown switchport trunk allowed vlan 110-113,1100-1102,2500,2600-2601,4085 switchport mode trunk diff --git a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD1-L2LEAF2B.md b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD1-L2LEAF2B.md index 566021b2335..e4d6411a026 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD1-L2LEAF2B.md +++ b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD1-L2LEAF2B.md @@ -265,8 +265,8 @@ vlan 4094 | Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | Channel-Group | | --------- | ----------- | ---- | ----- | ----------- | ----------- | ------------- | -| Ethernet1 | DC1.POD1.LEAF2A_Ethernet4 | *trunk | *110-113,1100-1102,2500,2600-2601,4085 | *- | *- | 1 | -| Ethernet2 | DC1-POD1-LEAF2B_Ethernet4 | *trunk | *110-113,1100-1102,2500,2600-2601,4085 | *- | *- | 1 | +| Ethernet1 | L2_DC1.POD1.LEAF2A_Ethernet4 | *trunk | *110-113,1100-1102,2500,2600-2601,4085 | *- | *- | 1 | +| Ethernet2 | L2_DC1-POD1-LEAF2B_Ethernet4 | *trunk | *110-113,1100-1102,2500,2600-2601,4085 | *- | *- | 1 | | Ethernet3 | MLAG_DC1-POD1-L2LEAF2A_Ethernet3 | *trunk | *- | *- | *MLAG | 3 | | Ethernet4 | MLAG_DC1-POD1-L2LEAF2A_Ethernet4 | *trunk | *- | *- | *MLAG | 3 | @@ -277,12 +277,12 @@ vlan 4094 ```eos ! interface Ethernet1 - description DC1.POD1.LEAF2A_Ethernet4 + description L2_DC1.POD1.LEAF2A_Ethernet4 no shutdown channel-group 1 mode active ! interface Ethernet2 - description DC1-POD1-LEAF2B_Ethernet4 + description L2_DC1-POD1-LEAF2B_Ethernet4 no shutdown channel-group 1 mode active ! @@ -305,7 +305,7 @@ interface Ethernet4 | Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | LACP Fallback Timeout | LACP Fallback Mode | MLAG ID | EVPN ESI | | --------- | ----------- | ---- | ----- | ----------- | ------------| --------------------- | ------------------ | ------- | -------- | -| Port-Channel1 | RACK2_MLAG_Po3 | trunk | 110-113,1100-1102,2500,2600-2601,4085 | - | - | - | - | 1 | - | +| Port-Channel1 | L2_RACK2_MLAG_Port-Channel3 | trunk | 110-113,1100-1102,2500,2600-2601,4085 | - | - | - | - | 1 | - | | Port-Channel3 | MLAG_DC1-POD1-L2LEAF2A_Port-Channel3 | trunk | - | - | MLAG | - | - | - | - | #### Port-Channel Interfaces Device Configuration @@ -313,7 +313,7 @@ interface Ethernet4 ```eos ! interface Port-Channel1 - description RACK2_MLAG_Po3 + description L2_RACK2_MLAG_Port-Channel3 no shutdown switchport trunk allowed vlan 110-113,1100-1102,2500,2600-2601,4085 switchport mode trunk diff --git a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD1-LEAF1A.md b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD1-LEAF1A.md index b5ec0962b40..baca425a2fb 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD1-LEAF1A.md +++ b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD1-LEAF1A.md @@ -162,7 +162,7 @@ vlan 4085 | Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | Channel-Group | | --------- | ----------- | ---- | ----- | ----------- | ----------- | ------------- | -| Ethernet3 | DC1-POD1-L2LEAF1A_Ethernet1 | *trunk | *4085 | *- | *- | 3 | +| Ethernet3 | L2_DC1-POD1-L2LEAF1A_Ethernet1 | *trunk | *4085 | *- | *- | 3 | *Inherited from Port-Channel Interface @@ -197,7 +197,7 @@ interface Ethernet2 service-profile QOS-PROFILE ! interface Ethernet3 - description DC1-POD1-L2LEAF1A_Ethernet1 + description L2_DC1-POD1-L2LEAF1A_Ethernet1 no shutdown channel-group 3 mode active ! @@ -217,14 +217,14 @@ interface Ethernet4 | Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | LACP Fallback Timeout | LACP Fallback Mode | MLAG ID | EVPN ESI | | --------- | ----------- | ---- | ----- | ----------- | ------------| --------------------- | ------------------ | ------- | -------- | -| Port-Channel3 | DC1-POD1-L2LEAF1A_Po1 | trunk | 4085 | - | - | - | - | - | - | +| Port-Channel3 | L2_DC1-POD1-L2LEAF1A_Port-Channel1 | trunk | 4085 | - | - | - | - | - | - | #### Port-Channel Interfaces Device Configuration ```eos ! interface Port-Channel3 - description DC1-POD1-L2LEAF1A_Po1 + description L2_DC1-POD1-L2LEAF1A_Port-Channel1 no shutdown switchport trunk allowed vlan 4085 switchport mode trunk diff --git a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD1-LEAF2B.md b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD1-LEAF2B.md index 857cb706a6f..537c528c845 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD1-LEAF2B.md +++ b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD1-LEAF2B.md @@ -290,8 +290,8 @@ vlan 4094 | Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | Channel-Group | | --------- | ----------- | ---- | ----- | ----------- | ----------- | ------------- | -| Ethernet3 | DC1-POD1-L2LEAF2A_Ethernet2 | *trunk | *110-113,1100-1102,2500,2600-2601,4085 | *- | *- | 3 | -| Ethernet4 | DC1-POD1-L2LEAF2B_Ethernet2 | *trunk | *110-113,1100-1102,2500,2600-2601,4085 | *- | *- | 3 | +| Ethernet3 | L2_DC1-POD1-L2LEAF2A_Ethernet2 | *trunk | *110-113,1100-1102,2500,2600-2601,4085 | *- | *- | 3 | +| Ethernet4 | L2_DC1-POD1-L2LEAF2B_Ethernet2 | *trunk | *110-113,1100-1102,2500,2600-2601,4085 | *- | *- | 3 | | Ethernet5 | MLAG_DC1.POD1.LEAF2A_Ethernet5 | *trunk | *- | *- | *MLAG | 5 | | Ethernet6 | MLAG_DC1.POD1.LEAF2A_Ethernet6 | *trunk | *- | *- | *MLAG | 5 | | Ethernet16 | SERVER_server-1_Eth2 | *access | *110 | *- | *- | 16 | @@ -334,12 +334,12 @@ interface Ethernet2 service-profile QOS-PROFILE ! interface Ethernet3 - description DC1-POD1-L2LEAF2A_Ethernet2 + description L2_DC1-POD1-L2LEAF2A_Ethernet2 no shutdown channel-group 3 mode active ! interface Ethernet4 - description DC1-POD1-L2LEAF2B_Ethernet2 + description L2_DC1-POD1-L2LEAF2B_Ethernet2 no shutdown channel-group 3 mode active ! @@ -423,7 +423,7 @@ interface Ethernet19 | Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | LACP Fallback Timeout | LACP Fallback Mode | MLAG ID | EVPN ESI | | --------- | ----------- | ---- | ----- | ----------- | ------------| --------------------- | ------------------ | ------- | -------- | -| Port-Channel3 | RACK2_MLAG_Po1 | trunk | 110-113,1100-1102,2500,2600-2601,4085 | - | - | - | - | 3 | - | +| Port-Channel3 | L2_RACK2_MLAG_Port-Channel1 | trunk | 110-113,1100-1102,2500,2600-2601,4085 | - | - | - | - | 3 | - | | Port-Channel5 | MLAG_DC1.POD1.LEAF2A_Port-Channel5 | trunk | - | - | MLAG | - | - | - | - | | Port-Channel16 | PortChannel | access | 110 | - | - | - | - | 16 | - | | Port-Channel17 | Set using structured_config on server adapter port-channel | access | 110 | - | - | - | - | 17 | - | @@ -435,7 +435,7 @@ interface Ethernet19 ```eos ! interface Port-Channel3 - description RACK2_MLAG_Po1 + description L2_RACK2_MLAG_Port-Channel1 no shutdown switchport trunk allowed vlan 110-113,1100-1102,2500,2600-2601,4085 switchport mode trunk diff --git a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1.POD1.LEAF2A.md b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1.POD1.LEAF2A.md index 6044fa5b0dd..9fd8e5395e8 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1.POD1.LEAF2A.md +++ b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1.POD1.LEAF2A.md @@ -266,8 +266,8 @@ vlan 4094 | Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | Channel-Group | | --------- | ----------- | ---- | ----- | ----------- | ----------- | ------------- | -| Ethernet3 | DC1-POD1-L2LEAF2A_Ethernet1 | *trunk | *110-113,1100-1102,2500,2600-2601,4085 | *- | *- | 3 | -| Ethernet4 | DC1-POD1-L2LEAF2B_Ethernet1 | *trunk | *110-113,1100-1102,2500,2600-2601,4085 | *- | *- | 3 | +| Ethernet3 | L2_DC1-POD1-L2LEAF2A_Ethernet1 | *trunk | *110-113,1100-1102,2500,2600-2601,4085 | *- | *- | 3 | +| Ethernet4 | L2_DC1-POD1-L2LEAF2B_Ethernet1 | *trunk | *110-113,1100-1102,2500,2600-2601,4085 | *- | *- | 3 | | Ethernet5 | MLAG_DC1-POD1-LEAF2B_Ethernet5 | *trunk | *- | *- | *MLAG | 5 | | Ethernet6 | MLAG_DC1-POD1-LEAF2B_Ethernet6 | *trunk | *- | *- | *MLAG | 5 | | Ethernet16 | SERVER_server-1_Eth1 | *access | *110 | *- | *- | 16 | @@ -310,12 +310,12 @@ interface Ethernet2 service-profile QOS-PROFILE ! interface Ethernet3 - description DC1-POD1-L2LEAF2A_Ethernet1 + description L2_DC1-POD1-L2LEAF2A_Ethernet1 no shutdown channel-group 3 mode active ! interface Ethernet4 - description DC1-POD1-L2LEAF2B_Ethernet1 + description L2_DC1-POD1-L2LEAF2B_Ethernet1 no shutdown channel-group 3 mode active ! @@ -398,7 +398,7 @@ interface Ethernet19 | Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | LACP Fallback Timeout | LACP Fallback Mode | MLAG ID | EVPN ESI | | --------- | ----------- | ---- | ----- | ----------- | ------------| --------------------- | ------------------ | ------- | -------- | -| Port-Channel3 | RACK2_MLAG_Po1 | trunk | 110-113,1100-1102,2500,2600-2601,4085 | - | - | - | - | 3 | - | +| Port-Channel3 | L2_RACK2_MLAG_Port-Channel1 | trunk | 110-113,1100-1102,2500,2600-2601,4085 | - | - | - | - | 3 | - | | Port-Channel5 | MLAG_DC1-POD1-LEAF2B_Port-Channel5 | trunk | - | - | MLAG | - | - | - | - | | Port-Channel16 | PortChannel | access | 110 | - | - | - | - | 16 | - | | Port-Channel17 | Set using structured_config on server adapter port-channel | access | 110 | - | - | - | - | 17 | - | @@ -410,7 +410,7 @@ interface Ethernet19 ```eos ! interface Port-Channel3 - description RACK2_MLAG_Po1 + description L2_RACK2_MLAG_Port-Channel1 no shutdown switchport trunk allowed vlan 110-113,1100-1102,2500,2600-2601,4085 switchport mode trunk diff --git a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC2-POD1-L2LEAF1A.md b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC2-POD1-L2LEAF1A.md index 923cc0861d9..b7ba833f92c 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC2-POD1-L2LEAF1A.md +++ b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC2-POD1-L2LEAF1A.md @@ -189,7 +189,7 @@ vlan 4092 | Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | Channel-Group | | --------- | ----------- | ---- | ----- | ----------- | ----------- | ------------- | -| Ethernet1 | DC2-POD1-LEAF1A_Ethernet3 | *trunk | *4092 | *- | *- | 1 | +| Ethernet1 | L2_DC2-POD1-LEAF1A_Ethernet3 | *trunk | *4092 | *- | *- | 1 | *Inherited from Port-Channel Interface @@ -198,7 +198,7 @@ vlan 4092 ```eos ! interface Ethernet1 - description DC2-POD1-LEAF1A_Ethernet3 + description L2_DC2-POD1-LEAF1A_Ethernet3 no shutdown channel-group 1 mode active ``` @@ -211,14 +211,14 @@ interface Ethernet1 | Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | LACP Fallback Timeout | LACP Fallback Mode | MLAG ID | EVPN ESI | | --------- | ----------- | ---- | ----- | ----------- | ------------| --------------------- | ------------------ | ------- | -------- | -| Port-Channel1 | DC2-POD1-LEAF1A_Po3 | trunk | 4092 | - | - | - | - | - | - | +| Port-Channel1 | L2_DC2-POD1-LEAF1A_Port-Channel3 | trunk | 4092 | - | - | - | - | - | - | #### Port-Channel Interfaces Device Configuration ```eos ! interface Port-Channel1 - description DC2-POD1-LEAF1A_Po3 + description L2_DC2-POD1-LEAF1A_Port-Channel3 no shutdown switchport trunk allowed vlan 4092 switchport mode trunk diff --git a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC2-POD1-L2LEAF2A.md b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC2-POD1-L2LEAF2A.md index f43552e7175..c52f87bc13f 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC2-POD1-L2LEAF2A.md +++ b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC2-POD1-L2LEAF2A.md @@ -189,7 +189,7 @@ vlan 4092 | Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | Channel-Group | | --------- | ----------- | ---- | ----- | ----------- | ----------- | ------------- | -| Ethernet1 | DC2-POD1-LEAF2A_Ethernet3 | *trunk | *4092 | *- | *- | 1 | +| Ethernet1 | L2_DC2-POD1-LEAF2A_Ethernet3 | *trunk | *4092 | *- | *- | 1 | *Inherited from Port-Channel Interface @@ -198,7 +198,7 @@ vlan 4092 ```eos ! interface Ethernet1 - description DC2-POD1-LEAF2A_Ethernet3 + description L2_DC2-POD1-LEAF2A_Ethernet3 no shutdown channel-group 1 mode active ``` @@ -211,14 +211,14 @@ interface Ethernet1 | Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | LACP Fallback Timeout | LACP Fallback Mode | MLAG ID | EVPN ESI | | --------- | ----------- | ---- | ----- | ----------- | ------------| --------------------- | ------------------ | ------- | -------- | -| Port-Channel1 | DC2-POD1-LEAF2A_Po3 | trunk | 4092 | - | - | - | - | - | - | +| Port-Channel1 | L2_DC2-POD1-LEAF2A_Port-Channel3 | trunk | 4092 | - | - | - | - | - | - | #### Port-Channel Interfaces Device Configuration ```eos ! interface Port-Channel1 - description DC2-POD1-LEAF2A_Po3 + description L2_DC2-POD1-LEAF2A_Port-Channel3 no shutdown switchport trunk allowed vlan 4092 switchport mode trunk diff --git a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC2-POD1-LEAF1A.md b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC2-POD1-LEAF1A.md index 7f0c5d94af3..f877421baca 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC2-POD1-LEAF1A.md +++ b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC2-POD1-LEAF1A.md @@ -213,7 +213,7 @@ vlan 4092 | Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | Channel-Group | | --------- | ----------- | ---- | ----- | ----------- | ----------- | ------------- | -| Ethernet3 | DC2-POD1-L2LEAF1A_Ethernet1 | *trunk | *4092 | *- | *- | 3 | +| Ethernet3 | L2_DC2-POD1-L2LEAF1A_Ethernet1 | *trunk | *4092 | *- | *- | 3 | *Inherited from Port-Channel Interface @@ -247,7 +247,7 @@ interface Ethernet2 service-profile QOS-PROFILE ! interface Ethernet3 - description DC2-POD1-L2LEAF1A_Ethernet1 + description L2_DC2-POD1-L2LEAF1A_Ethernet1 no shutdown channel-group 3 mode active ! @@ -273,14 +273,14 @@ interface Ethernet7 | Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | LACP Fallback Timeout | LACP Fallback Mode | MLAG ID | EVPN ESI | | --------- | ----------- | ---- | ----- | ----------- | ------------| --------------------- | ------------------ | ------- | -------- | -| Port-Channel3 | DC2-POD1-L2LEAF1A_Po1 | trunk | 4092 | - | - | - | - | - | - | +| Port-Channel3 | L2_DC2-POD1-L2LEAF1A_Port-Channel1 | trunk | 4092 | - | - | - | - | - | - | #### Port-Channel Interfaces Device Configuration ```eos ! interface Port-Channel3 - description DC2-POD1-L2LEAF1A_Po1 + description L2_DC2-POD1-L2LEAF1A_Port-Channel1 no shutdown switchport trunk allowed vlan 4092 switchport mode trunk diff --git a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC2-POD1-LEAF2A.md b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC2-POD1-LEAF2A.md index 60fd1a5579b..204d417a8a4 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC2-POD1-LEAF2A.md +++ b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC2-POD1-LEAF2A.md @@ -196,7 +196,7 @@ vlan 4092 | Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | Channel-Group | | --------- | ----------- | ---- | ----- | ----------- | ----------- | ------------- | -| Ethernet3 | DC2-POD1-L2LEAF2A_Ethernet1 | *trunk | *4092 | *- | *- | 3 | +| Ethernet3 | L2_DC2-POD1-L2LEAF2A_Ethernet1 | *trunk | *4092 | *- | *- | 3 | *Inherited from Port-Channel Interface @@ -228,7 +228,7 @@ interface Ethernet2 service-profile QOS-PROFILE ! interface Ethernet3 - description DC2-POD1-L2LEAF2A_Ethernet1 + description L2_DC2-POD1-L2LEAF2A_Ethernet1 no shutdown channel-group 3 mode active ``` @@ -241,14 +241,14 @@ interface Ethernet3 | Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | LACP Fallback Timeout | LACP Fallback Mode | MLAG ID | EVPN ESI | | --------- | ----------- | ---- | ----- | ----------- | ------------| --------------------- | ------------------ | ------- | -------- | -| Port-Channel3 | DC2-POD1-L2LEAF2A_Po1 | trunk | 4092 | - | - | - | - | - | - | +| Port-Channel3 | L2_DC2-POD1-L2LEAF2A_Port-Channel1 | trunk | 4092 | - | - | - | - | - | - | #### Port-Channel Interfaces Device Configuration ```eos ! interface Port-Channel3 - description DC2-POD1-L2LEAF2A_Po1 + description L2_DC2-POD1-L2LEAF2A_Port-Channel1 no shutdown switchport trunk allowed vlan 4092 switchport mode trunk diff --git a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC1-POD1-L2LEAF1A.cfg b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC1-POD1-L2LEAF1A.cfg index e151ae97fc4..d9c71447bd6 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC1-POD1-L2LEAF1A.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC1-POD1-L2LEAF1A.cfg @@ -30,7 +30,7 @@ management api http-commands no shutdown ! interface Port-Channel1 - description DC1-POD1-LEAF1A_Po3 + description L2_DC1-POD1-LEAF1A_Port-Channel3 no shutdown switchport trunk allowed vlan 4085 switchport mode trunk @@ -38,7 +38,7 @@ interface Port-Channel1 service-profile QOS-PROFILE ! interface Ethernet1 - description DC1-POD1-LEAF1A_Ethernet3 + description L2_DC1-POD1-LEAF1A_Ethernet3 no shutdown channel-group 1 mode active ! diff --git a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC1-POD1-L2LEAF2A.cfg b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC1-POD1-L2LEAF2A.cfg index 05505ad5e1c..0e5a6ef7c6d 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC1-POD1-L2LEAF2A.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC1-POD1-L2LEAF2A.cfg @@ -65,7 +65,7 @@ management api http-commands no shutdown ! interface Port-Channel1 - description RACK2_MLAG_Po3 + description L2_RACK2_MLAG_Port-Channel3 no shutdown switchport trunk allowed vlan 110-113,1100-1102,2500,2600-2601,4085 switchport mode trunk @@ -82,12 +82,12 @@ interface Port-Channel3 service-profile QOS-PROFILE ! interface Ethernet1 - description DC1.POD1.LEAF2A_Ethernet3 + description L2_DC1.POD1.LEAF2A_Ethernet3 no shutdown channel-group 1 mode active ! interface Ethernet2 - description DC1-POD1-LEAF2B_Ethernet3 + description L2_DC1-POD1-LEAF2B_Ethernet3 no shutdown channel-group 1 mode active ! diff --git a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC1-POD1-L2LEAF2B.cfg b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC1-POD1-L2LEAF2B.cfg index ad4f9a1e9ff..b04cba58c27 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC1-POD1-L2LEAF2B.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC1-POD1-L2LEAF2B.cfg @@ -65,7 +65,7 @@ management api http-commands no shutdown ! interface Port-Channel1 - description RACK2_MLAG_Po3 + description L2_RACK2_MLAG_Port-Channel3 no shutdown switchport trunk allowed vlan 110-113,1100-1102,2500,2600-2601,4085 switchport mode trunk @@ -82,12 +82,12 @@ interface Port-Channel3 service-profile QOS-PROFILE ! interface Ethernet1 - description DC1.POD1.LEAF2A_Ethernet4 + description L2_DC1.POD1.LEAF2A_Ethernet4 no shutdown channel-group 1 mode active ! interface Ethernet2 - description DC1-POD1-LEAF2B_Ethernet4 + description L2_DC1-POD1-LEAF2B_Ethernet4 no shutdown channel-group 1 mode active ! diff --git a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC1-POD1-LEAF1A.cfg b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC1-POD1-LEAF1A.cfg index 32c2e9b4c88..c11b9167084 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC1-POD1-LEAF1A.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC1-POD1-LEAF1A.cfg @@ -29,7 +29,7 @@ management api http-commands no shutdown ! interface Port-Channel3 - description DC1-POD1-L2LEAF1A_Po1 + description L2_DC1-POD1-L2LEAF1A_Port-Channel1 no shutdown switchport trunk allowed vlan 4085 switchport mode trunk @@ -55,7 +55,7 @@ interface Ethernet2 service-profile QOS-PROFILE ! interface Ethernet3 - description DC1-POD1-L2LEAF1A_Ethernet1 + description L2_DC1-POD1-L2LEAF1A_Ethernet1 no shutdown channel-group 3 mode active ! diff --git a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC1-POD1-LEAF2B.cfg b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC1-POD1-LEAF2B.cfg index cde757327d9..081feb4314f 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC1-POD1-LEAF2B.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC1-POD1-LEAF2B.cfg @@ -74,7 +74,7 @@ management api http-commands no shutdown ! interface Port-Channel3 - description RACK2_MLAG_Po1 + description L2_RACK2_MLAG_Port-Channel1 no shutdown switchport trunk allowed vlan 110-113,1100-1102,2500,2600-2601,4085 switchport mode trunk @@ -153,12 +153,12 @@ interface Ethernet2 service-profile QOS-PROFILE ! interface Ethernet3 - description DC1-POD1-L2LEAF2A_Ethernet2 + description L2_DC1-POD1-L2LEAF2A_Ethernet2 no shutdown channel-group 3 mode active ! interface Ethernet4 - description DC1-POD1-L2LEAF2B_Ethernet2 + description L2_DC1-POD1-L2LEAF2B_Ethernet2 no shutdown channel-group 3 mode active ! diff --git a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC1.POD1.LEAF2A.cfg b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC1.POD1.LEAF2A.cfg index 7a8d3bff971..398eaaf931b 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC1.POD1.LEAF2A.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC1.POD1.LEAF2A.cfg @@ -75,7 +75,7 @@ management api http-commands no shutdown ! interface Port-Channel3 - description RACK2_MLAG_Po1 + description L2_RACK2_MLAG_Port-Channel1 no shutdown switchport trunk allowed vlan 110-113,1100-1102,2500,2600-2601,4085 switchport mode trunk @@ -154,12 +154,12 @@ interface Ethernet2 service-profile QOS-PROFILE ! interface Ethernet3 - description DC1-POD1-L2LEAF2A_Ethernet1 + description L2_DC1-POD1-L2LEAF2A_Ethernet1 no shutdown channel-group 3 mode active ! interface Ethernet4 - description DC1-POD1-L2LEAF2B_Ethernet1 + description L2_DC1-POD1-L2LEAF2B_Ethernet1 no shutdown channel-group 3 mode active ! diff --git a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC2-POD1-L2LEAF1A.cfg b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC2-POD1-L2LEAF1A.cfg index 0c86098e20b..c0602828b2e 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC2-POD1-L2LEAF1A.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC2-POD1-L2LEAF1A.cfg @@ -30,7 +30,7 @@ management api http-commands no shutdown ! interface Port-Channel1 - description DC2-POD1-LEAF1A_Po3 + description L2_DC2-POD1-LEAF1A_Port-Channel3 no shutdown switchport trunk allowed vlan 4092 switchport mode trunk @@ -38,7 +38,7 @@ interface Port-Channel1 service-profile QOS-PROFILE ! interface Ethernet1 - description DC2-POD1-LEAF1A_Ethernet3 + description L2_DC2-POD1-LEAF1A_Ethernet3 no shutdown channel-group 1 mode active ! diff --git a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC2-POD1-L2LEAF2A.cfg b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC2-POD1-L2LEAF2A.cfg index beeaae68ea9..b19d0c16683 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC2-POD1-L2LEAF2A.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC2-POD1-L2LEAF2A.cfg @@ -30,7 +30,7 @@ management api http-commands no shutdown ! interface Port-Channel1 - description DC2-POD1-LEAF2A_Po3 + description L2_DC2-POD1-LEAF2A_Port-Channel3 no shutdown switchport trunk allowed vlan 4092 switchport mode trunk @@ -38,7 +38,7 @@ interface Port-Channel1 service-profile QOS-PROFILE ! interface Ethernet1 - description DC2-POD1-LEAF2A_Ethernet3 + description L2_DC2-POD1-LEAF2A_Ethernet3 no shutdown channel-group 1 mode active ! diff --git a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC2-POD1-LEAF1A.cfg b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC2-POD1-LEAF1A.cfg index 094a9e5c376..9fa3309ccb5 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC2-POD1-LEAF1A.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC2-POD1-LEAF1A.cfg @@ -39,7 +39,7 @@ management api http-commands no shutdown ! interface Port-Channel3 - description DC2-POD1-L2LEAF1A_Po1 + description L2_DC2-POD1-L2LEAF1A_Port-Channel1 no shutdown switchport trunk allowed vlan 4092 switchport mode trunk @@ -63,7 +63,7 @@ interface Ethernet2 service-profile QOS-PROFILE ! interface Ethernet3 - description DC2-POD1-L2LEAF1A_Ethernet1 + description L2_DC2-POD1-L2LEAF1A_Ethernet1 no shutdown channel-group 3 mode active ! diff --git a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC2-POD1-LEAF2A.cfg b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC2-POD1-LEAF2A.cfg index f32fc99cd59..bc9e6e42462 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC2-POD1-LEAF2A.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC2-POD1-LEAF2A.cfg @@ -30,7 +30,7 @@ management api http-commands no shutdown ! interface Port-Channel3 - description DC2-POD1-L2LEAF2A_Po1 + description L2_DC2-POD1-L2LEAF2A_Port-Channel1 no shutdown switchport trunk allowed vlan 4092 switchport mode trunk @@ -54,7 +54,7 @@ interface Ethernet2 service-profile QOS-PROFILE ! interface Ethernet3 - description DC2-POD1-L2LEAF2A_Ethernet1 + description L2_DC2-POD1-L2LEAF2A_Ethernet1 no shutdown channel-group 3 mode active ! diff --git a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/structured_configs/DC1-POD1-L2LEAF1A.yml b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/structured_configs/DC1-POD1-L2LEAF1A.yml index 2052d286f7d..11700c4955b 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/structured_configs/DC1-POD1-L2LEAF1A.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/structured_configs/DC1-POD1-L2LEAF1A.yml @@ -44,14 +44,14 @@ ethernet_interfaces: peer: DC1-POD1-LEAF1A peer_interface: Ethernet3 peer_type: l3leaf - description: DC1-POD1-LEAF1A_Ethernet3 + description: L2_DC1-POD1-LEAF1A_Ethernet3 shutdown: false channel_group: id: 1 mode: active port_channel_interfaces: - name: Port-Channel1 - description: DC1-POD1-LEAF1A_Po3 + description: L2_DC1-POD1-LEAF1A_Port-Channel3 switchport: enabled: true mode: trunk diff --git a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/structured_configs/DC1-POD1-L2LEAF2A.yml b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/structured_configs/DC1-POD1-L2LEAF2A.yml index 9deb0448203..960929006db 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/structured_configs/DC1-POD1-L2LEAF2A.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/structured_configs/DC1-POD1-L2LEAF2A.yml @@ -103,7 +103,7 @@ port_channel_interfaces: shutdown: false service_profile: QOS-PROFILE - name: Port-Channel1 - description: RACK2_MLAG_Po3 + description: L2_RACK2_MLAG_Port-Channel3 switchport: enabled: true mode: trunk @@ -135,7 +135,7 @@ ethernet_interfaces: peer: DC1.POD1.LEAF2A peer_interface: Ethernet3 peer_type: l3leaf - description: DC1.POD1.LEAF2A_Ethernet3 + description: L2_DC1.POD1.LEAF2A_Ethernet3 shutdown: false channel_group: id: 1 @@ -144,7 +144,7 @@ ethernet_interfaces: peer: DC1-POD1-LEAF2B peer_interface: Ethernet3 peer_type: l3leaf - description: DC1-POD1-LEAF2B_Ethernet3 + description: L2_DC1-POD1-LEAF2B_Ethernet3 shutdown: false channel_group: id: 1 diff --git a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/structured_configs/DC1-POD1-L2LEAF2B.yml b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/structured_configs/DC1-POD1-L2LEAF2B.yml index ad0c41acd4c..2dbc8e2ef04 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/structured_configs/DC1-POD1-L2LEAF2B.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/structured_configs/DC1-POD1-L2LEAF2B.yml @@ -111,7 +111,7 @@ port_channel_interfaces: shutdown: false service_profile: QOS-PROFILE - name: Port-Channel1 - description: RACK2_MLAG_Po3 + description: L2_RACK2_MLAG_Port-Channel3 switchport: enabled: true mode: trunk @@ -143,7 +143,7 @@ ethernet_interfaces: peer: DC1.POD1.LEAF2A peer_interface: Ethernet4 peer_type: l3leaf - description: DC1.POD1.LEAF2A_Ethernet4 + description: L2_DC1.POD1.LEAF2A_Ethernet4 shutdown: false channel_group: id: 1 @@ -152,7 +152,7 @@ ethernet_interfaces: peer: DC1-POD1-LEAF2B peer_interface: Ethernet4 peer_type: l3leaf - description: DC1-POD1-LEAF2B_Ethernet4 + description: L2_DC1-POD1-LEAF2B_Ethernet4 shutdown: false channel_group: id: 1 diff --git a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/structured_configs/DC1-POD1-LEAF1A.yml b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/structured_configs/DC1-POD1-LEAF1A.yml index bee6818c8e7..4ee1403026f 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/structured_configs/DC1-POD1-LEAF1A.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/structured_configs/DC1-POD1-LEAF1A.yml @@ -169,7 +169,7 @@ ethernet_interfaces: peer: DC1-POD1-L2LEAF1A peer_interface: Ethernet1 peer_type: l2leaf - description: DC1-POD1-L2LEAF1A_Ethernet1 + description: L2_DC1-POD1-L2LEAF1A_Ethernet1 shutdown: false channel_group: id: 3 @@ -186,7 +186,7 @@ ethernet_interfaces: ip_address: 172.17.10.4/31 port_channel_interfaces: - name: Port-Channel3 - description: DC1-POD1-L2LEAF1A_Po1 + description: L2_DC1-POD1-L2LEAF1A_Port-Channel1 switchport: enabled: true mode: trunk diff --git a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/structured_configs/DC1-POD1-LEAF2B.yml b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/structured_configs/DC1-POD1-LEAF2B.yml index dd947bbdd63..782b006e60e 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/structured_configs/DC1-POD1-LEAF2B.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/structured_configs/DC1-POD1-LEAF2B.yml @@ -490,7 +490,7 @@ port_channel_interfaces: shutdown: false service_profile: QOS-PROFILE - name: Port-Channel3 - description: RACK2_MLAG_Po1 + description: L2_RACK2_MLAG_Port-Channel1 switchport: enabled: true mode: trunk @@ -600,7 +600,7 @@ ethernet_interfaces: peer: DC1-POD1-L2LEAF2A peer_interface: Ethernet2 peer_type: l2leaf - description: DC1-POD1-L2LEAF2A_Ethernet2 + description: L2_DC1-POD1-L2LEAF2A_Ethernet2 shutdown: false channel_group: id: 3 @@ -609,7 +609,7 @@ ethernet_interfaces: peer: DC1-POD1-L2LEAF2B peer_interface: Ethernet2 peer_type: l2leaf - description: DC1-POD1-L2LEAF2B_Ethernet2 + description: L2_DC1-POD1-L2LEAF2B_Ethernet2 shutdown: false channel_group: id: 3 diff --git a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/structured_configs/DC1.POD1.LEAF2A.yml b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/structured_configs/DC1.POD1.LEAF2A.yml index cfc626fc776..e3a61bfc976 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/structured_configs/DC1.POD1.LEAF2A.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/structured_configs/DC1.POD1.LEAF2A.yml @@ -450,7 +450,7 @@ port_channel_interfaces: shutdown: false service_profile: QOS-PROFILE - name: Port-Channel3 - description: RACK2_MLAG_Po1 + description: L2_RACK2_MLAG_Port-Channel1 switchport: enabled: true mode: trunk @@ -560,7 +560,7 @@ ethernet_interfaces: peer: DC1-POD1-L2LEAF2A peer_interface: Ethernet1 peer_type: l2leaf - description: DC1-POD1-L2LEAF2A_Ethernet1 + description: L2_DC1-POD1-L2LEAF2A_Ethernet1 shutdown: false channel_group: id: 3 @@ -569,7 +569,7 @@ ethernet_interfaces: peer: DC1-POD1-L2LEAF2B peer_interface: Ethernet1 peer_type: l2leaf - description: DC1-POD1-L2LEAF2B_Ethernet1 + description: L2_DC1-POD1-L2LEAF2B_Ethernet1 shutdown: false channel_group: id: 3 diff --git a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/structured_configs/DC2-POD1-L2LEAF1A.yml b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/structured_configs/DC2-POD1-L2LEAF1A.yml index 299a99dedcc..8526d3aa486 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/structured_configs/DC2-POD1-L2LEAF1A.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/structured_configs/DC2-POD1-L2LEAF1A.yml @@ -53,14 +53,14 @@ ethernet_interfaces: peer: DC2-POD1-LEAF1A peer_interface: Ethernet3 peer_type: l3leaf - description: DC2-POD1-LEAF1A_Ethernet3 + description: L2_DC2-POD1-LEAF1A_Ethernet3 shutdown: false channel_group: id: 1 mode: active port_channel_interfaces: - name: Port-Channel1 - description: DC2-POD1-LEAF1A_Po3 + description: L2_DC2-POD1-LEAF1A_Port-Channel3 switchport: enabled: true mode: trunk diff --git a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/structured_configs/DC2-POD1-L2LEAF2A.yml b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/structured_configs/DC2-POD1-L2LEAF2A.yml index ca745655c2a..9aa8789ed94 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/structured_configs/DC2-POD1-L2LEAF2A.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/structured_configs/DC2-POD1-L2LEAF2A.yml @@ -53,14 +53,14 @@ ethernet_interfaces: peer: DC2-POD1-LEAF2A peer_interface: Ethernet3 peer_type: l3leaf - description: DC2-POD1-LEAF2A_Ethernet3 + description: L2_DC2-POD1-LEAF2A_Ethernet3 shutdown: false channel_group: id: 1 mode: active port_channel_interfaces: - name: Port-Channel1 - description: DC2-POD1-LEAF2A_Po3 + description: L2_DC2-POD1-LEAF2A_Port-Channel3 switchport: enabled: true mode: trunk diff --git a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/structured_configs/DC2-POD1-LEAF1A.yml b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/structured_configs/DC2-POD1-LEAF1A.yml index eea6d5573f2..3a7fce4c90a 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/structured_configs/DC2-POD1-LEAF1A.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/structured_configs/DC2-POD1-LEAF1A.yml @@ -244,7 +244,7 @@ ethernet_interfaces: peer: DC2-POD1-L2LEAF1A peer_interface: Ethernet1 peer_type: l2leaf - description: DC2-POD1-L2LEAF1A_Ethernet1 + description: L2_DC2-POD1-L2LEAF1A_Ethernet1 shutdown: false channel_group: id: 3 @@ -271,7 +271,7 @@ ethernet_interfaces: enable: true port_channel_interfaces: - name: Port-Channel3 - description: DC2-POD1-L2LEAF1A_Po1 + description: L2_DC2-POD1-L2LEAF1A_Port-Channel1 switchport: enabled: true mode: trunk diff --git a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/structured_configs/DC2-POD1-LEAF2A.yml b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/structured_configs/DC2-POD1-LEAF2A.yml index cf6864cc02a..0ab427ab3d2 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/structured_configs/DC2-POD1-LEAF2A.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/structured_configs/DC2-POD1-LEAF2A.yml @@ -133,14 +133,14 @@ ethernet_interfaces: peer: DC2-POD1-L2LEAF2A peer_interface: Ethernet1 peer_type: l2leaf - description: DC2-POD1-L2LEAF2A_Ethernet1 + description: L2_DC2-POD1-L2LEAF2A_Ethernet1 shutdown: false channel_group: id: 3 mode: active port_channel_interfaces: - name: Port-Channel3 - description: DC2-POD1-L2LEAF2A_Po1 + description: L2_DC2-POD1-L2LEAF2A_Port-Channel1 switchport: enabled: true mode: trunk diff --git a/ansible_collections/arista/avd/molecule/eos_designs_negative_unit_tests/inventory/host_vars/duplicate-interfaces-underlay.yml b/ansible_collections/arista/avd/molecule/eos_designs_negative_unit_tests/inventory/host_vars/duplicate-interfaces-underlay.yml index e412ed80206..a8cee421d8e 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_negative_unit_tests/inventory/host_vars/duplicate-interfaces-underlay.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_negative_unit_tests/inventory/host_vars/duplicate-interfaces-underlay.yml @@ -18,6 +18,6 @@ l2leaf: expected_error_message: >- Found duplicate objects with conflicting data while generating configuration for Ethernet Interfaces defined for underlay. - {'name': 'Ethernet2', 'peer': 'duplicate-vlans-svi-id', 'peer_interface': 'Ethernet8', 'description': 'DUPLICATE-VLANS-SVI-ID_Ethernet8', + {'name': 'Ethernet2', 'peer': 'duplicate-vlans-svi-id', 'peer_interface': 'Ethernet8', 'description': 'L2_duplicate-vlans-svi-id_Ethernet8', 'peer_type': 'l2leaf'} conflicts with {'name': 'Ethernet2', 'peer': 'duplicate-interface-l3-edge', 'peer_interface': 'Ethernet8', - 'description': 'DUPLICATE-INTERFACE-L3-EDGE_Ethernet8', 'peer_type': 'spine'}. + 'description': 'L2_duplicate-interface-l3-edge_Ethernet8', 'peer_type': 'spine'}. diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/EVPN-MULTICAST-L2LEAF1A.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/EVPN-MULTICAST-L2LEAF1A.cfg index 5fb5ade86c4..564b1ef703f 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/EVPN-MULTICAST-L2LEAF1A.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/EVPN-MULTICAST-L2LEAF1A.cfg @@ -128,19 +128,19 @@ management api http-commands no shutdown ! interface Port-Channel1 - description EVPN_MULTICAST_L3LEAF1_Po6 + description L2_EVPN_MULTICAST_L3LEAF1_Port-Channel6 no shutdown switchport trunk allowed vlan 1-9,110-111,130-131,136-137,140-141,150,210-211,230-231,240-241,250-252,256-257,260,310-311,330-331,550,4092 switchport mode trunk switchport ! interface Ethernet1 - description EVPN-MULTICAST-L3LEAF1A_Ethernet6 + description L2_EVPN-MULTICAST-L3LEAF1A_Ethernet6 no shutdown channel-group 1 mode active ! interface Ethernet2 - description EVPN-MULTICAST-L3LEAF1B_Ethernet6 + description L2_EVPN-MULTICAST-L3LEAF1B_Ethernet6 no shutdown channel-group 1 mode active ! diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/EVPN-MULTICAST-L3LEAF1A.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/EVPN-MULTICAST-L3LEAF1A.cfg index 387859ee711..49189fb2a5e 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/EVPN-MULTICAST-L3LEAF1A.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/EVPN-MULTICAST-L3LEAF1A.cfg @@ -294,7 +294,7 @@ interface Port-Channel3 switchport ! interface Port-Channel6 - description EVPN-MULTICAST-L2LEAF1A_Po1 + description L2_EVPN-MULTICAST-L2LEAF1A_Port-Channel1 no shutdown switchport trunk allowed vlan 1-9,110-111,130-131,136-137,140-141,150,210-211,230-231,240-241,250-252,256-257,260,310-311,330-331,550,4092 switchport mode trunk @@ -320,7 +320,7 @@ interface Ethernet4 channel-group 3 mode active ! interface Ethernet6 - description EVPN-MULTICAST-L2LEAF1A_Ethernet1 + description L2_EVPN-MULTICAST-L2LEAF1A_Ethernet1 no shutdown channel-group 6 mode active ! diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/EVPN-MULTICAST-L3LEAF1B.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/EVPN-MULTICAST-L3LEAF1B.cfg index c60ffaef30b..f58081776fa 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/EVPN-MULTICAST-L3LEAF1B.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/EVPN-MULTICAST-L3LEAF1B.cfg @@ -294,7 +294,7 @@ interface Port-Channel3 switchport ! interface Port-Channel6 - description EVPN-MULTICAST-L2LEAF1A_Po1 + description L2_EVPN-MULTICAST-L2LEAF1A_Port-Channel1 no shutdown switchport trunk allowed vlan 1-9,110-111,130-131,136-137,140-141,150,210-211,230-231,240-241,250-252,256-257,260,310-311,330-331,550,4092 switchport mode trunk @@ -320,7 +320,7 @@ interface Ethernet4 channel-group 3 mode active ! interface Ethernet6 - description EVPN-MULTICAST-L2LEAF1A_Ethernet2 + description L2_EVPN-MULTICAST-L2LEAF1A_Ethernet2 no shutdown channel-group 6 mode active ! diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/IGMP-QUERIER-L2LEAF1A.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/IGMP-QUERIER-L2LEAF1A.cfg index e778285d07f..7707e96457f 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/IGMP-QUERIER-L2LEAF1A.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/IGMP-QUERIER-L2LEAF1A.cfg @@ -71,14 +71,14 @@ management api http-commands no shutdown ! interface Port-Channel1 - description IGMP-QUERIER-L3LEAF1A_Po1 + description L2_IGMP-QUERIER-L3LEAF1A_Port-Channel1 no shutdown switchport trunk allowed vlan 1-3,11-12,21-23,101-103,111-113,121-123 switchport mode trunk switchport ! interface Ethernet1 - description IGMP-QUERIER-L3LEAF1A_Ethernet1 + description L2_IGMP-QUERIER-L3LEAF1A_Ethernet1 no shutdown channel-group 1 mode active ! diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/IGMP-QUERIER-L3LEAF1A.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/IGMP-QUERIER-L3LEAF1A.cfg index cbdb9548721..1e0f6d1d3d9 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/IGMP-QUERIER-L3LEAF1A.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/IGMP-QUERIER-L3LEAF1A.cfg @@ -120,14 +120,14 @@ management api http-commands no shutdown ! interface Port-Channel1 - description IGMP-QUERIER-L2LEAF1A_Po1 + description L2_IGMP-QUERIER-L2LEAF1A_Port-Channel1 no shutdown switchport trunk allowed vlan 1-3,11-12,21-23,101-103,111-113,121-123 switchport mode trunk switchport ! interface Ethernet1 - description IGMP-QUERIER-L2LEAF1A_Ethernet1 + description L2_IGMP-QUERIER-L2LEAF1A_Ethernet1 no shutdown channel-group 1 mode active ! diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/SL-LEAF0B.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/SL-LEAF0B.cfg index 796451babfe..3a7214b0145 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/SL-LEAF0B.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/SL-LEAF0B.cfg @@ -33,7 +33,7 @@ interface Port-Channel25 switchport ! interface Port-Channel27 - description SL-LEAF1_Po27 + description L2_SL-LEAF1_Port-Channel27 no shutdown switchport trunk allowed vlan none switchport mode trunk @@ -41,7 +41,7 @@ interface Port-Channel27 mlag 27 ! interface Port-Channel41 - description SL-LEAF2_Po41 + description L2_SL-LEAF2_Port-Channel41 no shutdown switchport trunk allowed vlan none switchport mode trunk @@ -59,32 +59,32 @@ interface Ethernet26 channel-group 25 mode active ! interface Ethernet27 - description SL-LEAF1A_Ethernet27 + description L2_SL-LEAF1A_Ethernet27 no shutdown channel-group 27 mode active ! interface Ethernet28 - description SL-LEAF1B_Ethernet27 + description L2_SL-LEAF1B_Ethernet27 no shutdown channel-group 27 mode active ! interface Ethernet41 - description SL-LEAF2A_Ethernet41 + description L2_SL-LEAF2A_Ethernet41 no shutdown channel-group 41 mode active ! interface Ethernet42 - description SL-LEAF2A_Ethernet42 + description L2_SL-LEAF2A_Ethernet42 no shutdown channel-group 41 mode active ! interface Ethernet43 - description SL-LEAF2B_Ethernet41 + description L2_SL-LEAF2B_Ethernet41 no shutdown channel-group 41 mode active ! interface Ethernet44 - description SL-LEAF2B_Ethernet42 + description L2_SL-LEAF2B_Ethernet42 no shutdown channel-group 41 mode active ! diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/SL-LEAF1A.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/SL-LEAF1A.cfg index 0c64f916912..94b455f362b 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/SL-LEAF1A.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/SL-LEAF1A.cfg @@ -33,7 +33,7 @@ interface Port-Channel25 switchport ! interface Port-Channel27 - description SL-LEAF0_Po27 + description L2_SL-LEAF0_Port-Channel27 no shutdown switchport trunk allowed vlan none switchport mode trunk @@ -41,7 +41,7 @@ interface Port-Channel27 mlag 27 ! interface Port-Channel28 - description SL-MLEAF1_Po16 + description L2_SL-MLEAF1_Port-Channel16 no shutdown switchport trunk allowed vlan none switchport mode trunk @@ -59,12 +59,12 @@ interface Ethernet26 channel-group 25 mode active ! interface Ethernet27 - description SL-LEAF0B_Ethernet27 + description L2_SL-LEAF0B_Ethernet27 no shutdown channel-group 27 mode active ! interface Ethernet28 - description SL-MLEAF1_Ethernet16 + description L2_SL-MLEAF1_Ethernet16 no shutdown channel-group 28 mode active ! diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/SL-LEAF1B.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/SL-LEAF1B.cfg index 93496d4ac15..c4b3649ad1e 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/SL-LEAF1B.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/SL-LEAF1B.cfg @@ -33,7 +33,7 @@ interface Port-Channel25 switchport ! interface Port-Channel27 - description SL-LEAF0_Po27 + description L2_SL-LEAF0_Port-Channel27 no shutdown switchport trunk allowed vlan none switchport mode trunk @@ -51,7 +51,7 @@ interface Ethernet26 channel-group 25 mode active ! interface Ethernet27 - description SL-LEAF0B_Ethernet28 + description L2_SL-LEAF0B_Ethernet28 no shutdown channel-group 27 mode active ! diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/SL-LEAF2A.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/SL-LEAF2A.cfg index d489f99eb92..a8dea31c7ed 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/SL-LEAF2A.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/SL-LEAF2A.cfg @@ -33,7 +33,7 @@ interface Port-Channel25 switchport ! interface Port-Channel41 - description SL-LEAF0_Po41 + description L2_SL-LEAF0_Port-Channel41 no shutdown switchport trunk allowed vlan none switchport mode trunk @@ -51,12 +51,12 @@ interface Ethernet26 channel-group 25 mode active ! interface Ethernet41 - description SL-LEAF0B_Ethernet41 + description L2_SL-LEAF0B_Ethernet41 no shutdown channel-group 41 mode active ! interface Ethernet42 - description SL-LEAF0B_Ethernet42 + description L2_SL-LEAF0B_Ethernet42 no shutdown channel-group 41 mode active ! diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/SL-LEAF2B.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/SL-LEAF2B.cfg index e4f7f50a0c2..fc4bc8af013 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/SL-LEAF2B.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/SL-LEAF2B.cfg @@ -33,7 +33,7 @@ interface Port-Channel25 switchport ! interface Port-Channel41 - description SL-LEAF0_Po41 + description L2_SL-LEAF0_Port-Channel41 no shutdown switchport trunk allowed vlan none switchport mode trunk @@ -51,12 +51,12 @@ interface Ethernet26 channel-group 25 mode active ! interface Ethernet41 - description SL-LEAF0B_Ethernet43 + description L2_SL-LEAF0B_Ethernet43 no shutdown channel-group 41 mode active ! interface Ethernet42 - description SL-LEAF0B_Ethernet44 + description L2_SL-LEAF0B_Ethernet44 no shutdown channel-group 41 mode active ! diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/SL-MLEAF1.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/SL-MLEAF1.cfg index 215a93699a7..c329ab50bf3 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/SL-MLEAF1.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/SL-MLEAF1.cfg @@ -20,14 +20,14 @@ management api http-commands no shutdown ! interface Port-Channel16 - description SL-LEAF1_Po28 + description L2_SL-LEAF1_Port-Channel28 no shutdown switchport trunk allowed vlan none switchport mode trunk switchport ! interface Ethernet16 - description SL-LEAF1A_Ethernet28 + description L2_SL-LEAF1A_Ethernet28 no shutdown channel-group 16 mode active no ip routing vrf MGMT diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/UNDERLAY-MULTICAST-L2LEAF1A.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/UNDERLAY-MULTICAST-L2LEAF1A.cfg index 628a68b4453..4456ccc96bd 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/UNDERLAY-MULTICAST-L2LEAF1A.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/UNDERLAY-MULTICAST-L2LEAF1A.cfg @@ -20,14 +20,14 @@ management api http-commands no shutdown ! interface Port-Channel1 - description DC1_LEAF1_Po6 + description L2_DC1_LEAF1_Port-Channel6 no shutdown switchport trunk allowed vlan none switchport mode trunk switchport ! interface Ethernet1 - description UNDERLAY-MULTICAST-L3LEAF1A_Ethernet6 + description L2_UNDERLAY-MULTICAST-L3LEAF1A_Ethernet6 no shutdown channel-group 1 mode active ! diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/UNDERLAY-MULTICAST-L3LEAF1A.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/UNDERLAY-MULTICAST-L3LEAF1A.cfg index 3edb6641919..3b3bdca1794 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/UNDERLAY-MULTICAST-L3LEAF1A.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/UNDERLAY-MULTICAST-L3LEAF1A.cfg @@ -37,7 +37,7 @@ interface Port-Channel3 switchport ! interface Port-Channel6 - description UNDERLAY-MULTICAST-L2LEAF1A_Po1 + description L2_UNDERLAY-MULTICAST-L2LEAF1A_Port-Channel1 no shutdown switchport trunk allowed vlan none switchport mode trunk @@ -69,7 +69,7 @@ interface Ethernet4 channel-group 3 mode active ! interface Ethernet6 - description UNDERLAY-MULTICAST-L2LEAF1A_Ethernet1 + description L2_UNDERLAY-MULTICAST-L2LEAF1A_Ethernet1 no shutdown channel-group 6 mode active ! diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/UPLINK-MLAG-STRUCTURED-CONFIG-L2LEAF1A.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/UPLINK-MLAG-STRUCTURED-CONFIG-L2LEAF1A.cfg index 86a85acff54..ecb02747f3f 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/UPLINK-MLAG-STRUCTURED-CONFIG-L2LEAF1A.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/UPLINK-MLAG-STRUCTURED-CONFIG-L2LEAF1A.cfg @@ -28,7 +28,7 @@ management api http-commands no shutdown ! interface Port-Channel1 - description DC1_LEAF1_Po5 + description L2_DC1_LEAF1_Port-Channel5 no shutdown switchport trunk native vlan tag switchport trunk allowed vlan none @@ -49,12 +49,12 @@ interface Port-Channel3 storm-control unknown-unicast level 25 ! interface Ethernet1 - description UPLINK-MLAG-STRUCTURED-CONFIG-L3LEAF1A_Ethernet5 + description L2_UPLINK-MLAG-STRUCTURED-CONFIG-L3LEAF1A_Ethernet5 no shutdown channel-group 1 mode active ! interface Ethernet2 - description UPLINK-MLAG-STRUCTURED-CONFIG-L3LEAF1B_Ethernet5 + description L2_UPLINK-MLAG-STRUCTURED-CONFIG-L3LEAF1B_Ethernet5 no shutdown channel-group 1 mode active ! diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/UPLINK-MLAG-STRUCTURED-CONFIG-L2LEAF1B.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/UPLINK-MLAG-STRUCTURED-CONFIG-L2LEAF1B.cfg index a6f4a1d76df..cf92e1cec06 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/UPLINK-MLAG-STRUCTURED-CONFIG-L2LEAF1B.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/UPLINK-MLAG-STRUCTURED-CONFIG-L2LEAF1B.cfg @@ -28,7 +28,7 @@ management api http-commands no shutdown ! interface Port-Channel1 - description DC1_LEAF1_Po5 + description L2_DC1_LEAF1_Port-Channel5 no shutdown switchport trunk native vlan tag switchport trunk allowed vlan none @@ -49,12 +49,12 @@ interface Port-Channel3 storm-control unknown-unicast level 25 ! interface Ethernet1 - description UPLINK-MLAG-STRUCTURED-CONFIG-L3LEAF1A_Ethernet6 + description L2_UPLINK-MLAG-STRUCTURED-CONFIG-L3LEAF1A_Ethernet6 no shutdown channel-group 1 mode active ! interface Ethernet2 - description UPLINK-MLAG-STRUCTURED-CONFIG-L3LEAF1B_Ethernet6 + description L2_UPLINK-MLAG-STRUCTURED-CONFIG-L3LEAF1B_Ethernet6 no shutdown channel-group 1 mode active ! diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/UPLINK-MLAG-STRUCTURED-CONFIG-L3LEAF1A.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/UPLINK-MLAG-STRUCTURED-CONFIG-L3LEAF1A.cfg index 7a853632423..6d04f967ef5 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/UPLINK-MLAG-STRUCTURED-CONFIG-L3LEAF1A.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/UPLINK-MLAG-STRUCTURED-CONFIG-L3LEAF1A.cfg @@ -39,7 +39,7 @@ interface Port-Channel3 switchport ! interface Port-Channel5 - description UPLINK-MLAG-STRUCTURED-CONFIG-L2LEAF1_Po1 + description L2_UPLINK-MLAG-STRUCTURED-CONFIG-L2LEAF1_Port-Channel1 no shutdown switchport trunk native vlan tag switchport trunk allowed vlan none @@ -68,12 +68,12 @@ interface Ethernet4 channel-group 3 mode active ! interface Ethernet5 - description UPLINK-MLAG-STRUCTURED-CONFIG-L2LEAF1A_Ethernet1 + description L2_UPLINK-MLAG-STRUCTURED-CONFIG-L2LEAF1A_Ethernet1 no shutdown channel-group 5 mode active ! interface Ethernet6 - description UPLINK-MLAG-STRUCTURED-CONFIG-L2LEAF1B_Ethernet1 + description L2_UPLINK-MLAG-STRUCTURED-CONFIG-L2LEAF1B_Ethernet1 no shutdown channel-group 5 mode active ! diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/UPLINK-MLAG-STRUCTURED-CONFIG-L3LEAF1B.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/UPLINK-MLAG-STRUCTURED-CONFIG-L3LEAF1B.cfg index c053dab0fa4..3ee28c8b60d 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/UPLINK-MLAG-STRUCTURED-CONFIG-L3LEAF1B.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/UPLINK-MLAG-STRUCTURED-CONFIG-L3LEAF1B.cfg @@ -39,7 +39,7 @@ interface Port-Channel3 switchport ! interface Port-Channel5 - description UPLINK-MLAG-STRUCTURED-CONFIG-L2LEAF1_Po1 + description L2_UPLINK-MLAG-STRUCTURED-CONFIG-L2LEAF1_Port-Channel1 no shutdown switchport trunk native vlan tag switchport trunk allowed vlan none @@ -68,12 +68,12 @@ interface Ethernet4 channel-group 3 mode active ! interface Ethernet5 - description UPLINK-MLAG-STRUCTURED-CONFIG-L2LEAF1A_Ethernet2 + description L2_UPLINK-MLAG-STRUCTURED-CONFIG-L2LEAF1A_Ethernet2 no shutdown channel-group 5 mode active ! interface Ethernet6 - description UPLINK-MLAG-STRUCTURED-CONFIG-L2LEAF1B_Ethernet2 + description L2_UPLINK-MLAG-STRUCTURED-CONFIG-L2LEAF1B_Ethernet2 no shutdown channel-group 5 mode active ! diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/UPLINK_P2P_VRFS_TESTS_L2LEAF1.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/UPLINK_P2P_VRFS_TESTS_L2LEAF1.cfg index 2c5122be4d7..9eb0b3542a2 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/UPLINK_P2P_VRFS_TESTS_L2LEAF1.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/UPLINK_P2P_VRFS_TESTS_L2LEAF1.cfg @@ -23,19 +23,19 @@ management api http-commands no shutdown ! interface Port-Channel1 - description UPLINK_P2P_VRFS_TESTS_LEAF1_Po51 + description L2_UPLINK_P2P_VRFS_TESTS_LEAF1_Port-Channel51 no shutdown switchport trunk allowed vlan 66 switchport mode trunk switchport ! interface Ethernet1 - description UPLINK_P2P_VRFS_TESTS_LEAF1_Ethernet51 + description L2_UPLINK_P2P_VRFS_TESTS_LEAF1_Ethernet51 no shutdown channel-group 1 mode active ! interface Ethernet2 - description UPLINK_P2P_VRFS_TESTS_LEAF1_Ethernet52 + description L2_UPLINK_P2P_VRFS_TESTS_LEAF1_Ethernet52 no shutdown channel-group 1 mode active ! diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/UPLINK_P2P_VRFS_TESTS_LEAF1.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/UPLINK_P2P_VRFS_TESTS_LEAF1.cfg index 69f254196bf..4eaa6511bbd 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/UPLINK_P2P_VRFS_TESTS_LEAF1.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/UPLINK_P2P_VRFS_TESTS_LEAF1.cfg @@ -29,7 +29,7 @@ management api http-commands no shutdown ! interface Port-Channel51 - description UPLINK_P2P_VRFS_TESTS_L2LEAF1_Po1 + description L2_UPLINK_P2P_VRFS_TESTS_L2LEAF1_Port-Channel1 no shutdown switchport trunk allowed vlan 66 switchport mode trunk @@ -84,12 +84,12 @@ interface Ethernet2.100 ip address 10.42.42.11/31 ! interface Ethernet51 - description UPLINK_P2P_VRFS_TESTS_L2LEAF1_Ethernet1 + description L2_UPLINK_P2P_VRFS_TESTS_L2LEAF1_Ethernet1 no shutdown channel-group 51 mode active ! interface Ethernet52 - description UPLINK_P2P_VRFS_TESTS_L2LEAF1_Ethernet2 + description L2_UPLINK_P2P_VRFS_TESTS_L2LEAF1_Ethernet2 no shutdown channel-group 51 mode active ! diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/flow-tracking-tests-l2-leaf1.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/flow-tracking-tests-l2-leaf1.cfg index 45262faddac..b4d91ad0b75 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/flow-tracking-tests-l2-leaf1.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/flow-tracking-tests-l2-leaf1.cfg @@ -37,7 +37,7 @@ management api http-commands no shutdown ! interface Port-Channel1 - description flow-tracking-tests-leaf-mlag_Po31 + description L2_flow-tracking-tests-leaf-mlag_Port-Channel31 no shutdown switchport trunk allowed vlan 11,4092 switchport mode trunk @@ -45,12 +45,12 @@ interface Port-Channel1 flow tracker sampled FLOW-TRACKER ! interface Ethernet1 - description FLOW-TRACKING-TESTS-LEAF3_Ethernet31 + description L2_flow-tracking-tests-leaf3_Ethernet31 no shutdown channel-group 1 mode active ! interface Ethernet2 - description FLOW-TRACKING-TESTS-LEAF4_Ethernet31 + description L2_flow-tracking-tests-leaf4_Ethernet31 no shutdown channel-group 1 mode active ! diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/flow-tracking-tests-l2-leaf2.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/flow-tracking-tests-l2-leaf2.cfg index 1d1f272856f..9d77c801727 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/flow-tracking-tests-l2-leaf2.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/flow-tracking-tests-l2-leaf2.cfg @@ -37,7 +37,7 @@ management api http-commands no shutdown ! interface Port-Channel1 - description flow-tracking-tests-leaf-mlag_Po32 + description L2_flow-tracking-tests-leaf-mlag_Port-Channel32 no shutdown switchport trunk allowed vlan 11,4092 switchport mode trunk @@ -45,12 +45,12 @@ interface Port-Channel1 flow tracker sampled FLOW-TRACKER ! interface Ethernet1 - description FLOW-TRACKING-TESTS-LEAF3_Ethernet32 + description L2_flow-tracking-tests-leaf3_Ethernet32 no shutdown channel-group 1 mode active ! interface Ethernet2 - description FLOW-TRACKING-TESTS-LEAF4_Ethernet32 + description L2_flow-tracking-tests-leaf4_Ethernet32 no shutdown channel-group 1 mode active ! diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/flow-tracking-tests-leaf3.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/flow-tracking-tests-leaf3.cfg index f7511aff24d..7986db2232f 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/flow-tracking-tests-leaf3.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/flow-tracking-tests-leaf3.cfg @@ -97,7 +97,7 @@ interface Port-Channel21 switchport ! interface Port-Channel31 - description FLOW-TRACKING-TESTS-L2-LEAF1_Po1 + description L2_flow-tracking-tests-l2-leaf1_Port-Channel1 no shutdown switchport trunk allowed vlan 11,4092 switchport mode trunk @@ -106,7 +106,7 @@ interface Port-Channel31 mlag 31 ! interface Port-Channel32 - description FLOW-TRACKING-TESTS-L2-LEAF2_Po1 + description L2_flow-tracking-tests-l2-leaf2_Port-Channel1 no shutdown switchport trunk allowed vlan 11,4092 switchport mode trunk @@ -156,12 +156,12 @@ interface Ethernet22 channel-group 21 mode active ! interface Ethernet31 - description FLOW-TRACKING-TESTS-L2-LEAF1_Ethernet1 + description L2_flow-tracking-tests-l2-leaf1_Ethernet1 no shutdown channel-group 31 mode active ! interface Ethernet32 - description FLOW-TRACKING-TESTS-L2-LEAF2_Ethernet1 + description L2_flow-tracking-tests-l2-leaf2_Ethernet1 no shutdown channel-group 32 mode active ! diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/flow-tracking-tests-leaf4.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/flow-tracking-tests-leaf4.cfg index 5f3526ceb6d..322f90e3091 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/flow-tracking-tests-leaf4.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/flow-tracking-tests-leaf4.cfg @@ -99,7 +99,7 @@ interface Port-Channel21 flow tracker hardware FLOW-TRACKER ! interface Port-Channel31 - description FLOW-TRACKING-TESTS-L2-LEAF1_Po1 + description L2_flow-tracking-tests-l2-leaf1_Port-Channel1 no shutdown switchport trunk allowed vlan 11,4092 switchport mode trunk @@ -107,7 +107,7 @@ interface Port-Channel31 mlag 31 ! interface Port-Channel32 - description FLOW-TRACKING-TESTS-L2-LEAF2_Po1 + description L2_flow-tracking-tests-l2-leaf2_Port-Channel1 no shutdown switchport trunk allowed vlan 11,4092 switchport mode trunk @@ -156,12 +156,12 @@ interface Ethernet22 channel-group 21 mode active ! interface Ethernet31 - description FLOW-TRACKING-TESTS-L2-LEAF1_Ethernet2 + description L2_flow-tracking-tests-l2-leaf1_Ethernet2 no shutdown channel-group 31 mode active ! interface Ethernet32 - description FLOW-TRACKING-TESTS-L2-LEAF2_Ethernet2 + description L2_flow-tracking-tests-l2-leaf2_Ethernet2 no shutdown channel-group 32 mode active ! diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/override_uplink_type-d.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/override_uplink_type-d.cfg index 88778e24ab8..b5ea6f73ff1 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/override_uplink_type-d.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/override_uplink_type-d.cfg @@ -22,14 +22,14 @@ management api http-commands no shutdown ! interface Port-Channel1 - description OVERRIDE_UPLINK_TYPE-U_Po1 + description L2_override_uplink_type-u_Port-Channel1 no shutdown switchport trunk allowed vlan none switchport mode trunk switchport ! interface Ethernet1 - description OVERRIDE_UPLINK_TYPE-U_Ethernet1 + description L2_override_uplink_type-u_Ethernet1 no shutdown channel-group 1 mode active ! diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/override_uplink_type-u.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/override_uplink_type-u.cfg index e3abaa1eb6c..435564a3a79 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/override_uplink_type-u.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/override_uplink_type-u.cfg @@ -22,7 +22,7 @@ management api http-commands no shutdown ! interface Port-Channel1 - description OVERRIDE_UPLINK_TYPE-D_Po1 + description L2_override_uplink_type-d_Port-Channel1 no shutdown switchport trunk allowed vlan none switchport mode trunk @@ -30,7 +30,7 @@ interface Port-Channel1 spanning-tree portfast ! interface Ethernet1 - description OVERRIDE_UPLINK_TYPE-D_Ethernet1 + description L2_override_uplink_type-d_Ethernet1 no shutdown channel-group 1 mode active ! diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/ptp-tests-l2leaf1-ptp-disabled.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/ptp-tests-l2leaf1-ptp-disabled.cfg index 95711a57d9f..f24f32bf15b 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/ptp-tests-l2leaf1-ptp-disabled.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/ptp-tests-l2leaf1-ptp-disabled.cfg @@ -26,19 +26,19 @@ management api http-commands no shutdown ! interface Port-Channel1 - description ptp-test-leaf_Po11 + description L2_ptp-test-leaf_Port-Channel11 no shutdown switchport trunk allowed vlan 11 switchport mode trunk switchport ! interface Ethernet1 - description PTP-TESTS-LEAF1_Ethernet11 + description L2_ptp-tests-leaf1_Ethernet11 no shutdown channel-group 1 mode active ! interface Ethernet2 - description PTP-TESTS-LEAF2_Ethernet11 + description L2_ptp-tests-leaf2_Ethernet11 no shutdown channel-group 1 mode active no ip routing vrf MGMT diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/ptp-tests-l2leaf2-ptp-enabled-uplink-disabled.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/ptp-tests-l2leaf2-ptp-enabled-uplink-disabled.cfg index 64232020890..524679c994d 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/ptp-tests-l2leaf2-ptp-enabled-uplink-disabled.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/ptp-tests-l2leaf2-ptp-enabled-uplink-disabled.cfg @@ -39,19 +39,19 @@ management api http-commands no shutdown ! interface Port-Channel1 - description ptp-test-leaf_Po14 + description L2_ptp-test-leaf_Port-Channel14 no shutdown switchport trunk allowed vlan 11 switchport mode trunk switchport ! interface Ethernet1 - description PTP-TESTS-LEAF1_Ethernet14 + description L2_ptp-tests-leaf1_Ethernet14 no shutdown channel-group 1 mode active ! interface Ethernet2 - description PTP-TESTS-LEAF2_Ethernet14 + description L2_ptp-tests-leaf2_Ethernet14 no shutdown channel-group 1 mode active no ip routing vrf MGMT diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/ptp-tests-l2leaf2-ptp-enabled.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/ptp-tests-l2leaf2-ptp-enabled.cfg index fccdf8e960d..ae878e1eb39 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/ptp-tests-l2leaf2-ptp-enabled.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/ptp-tests-l2leaf2-ptp-enabled.cfg @@ -39,7 +39,7 @@ management api http-commands no shutdown ! interface Port-Channel1 - description ptp-test-leaf_Po12 + description L2_ptp-test-leaf_Port-Channel12 no shutdown switchport trunk allowed vlan 11 switchport mode trunk @@ -52,12 +52,12 @@ interface Port-Channel1 ptp transport ipv4 ! interface Ethernet1 - description PTP-TESTS-LEAF1_Ethernet12 + description L2_ptp-tests-leaf1_Ethernet12 no shutdown channel-group 1 mode active ! interface Ethernet2 - description PTP-TESTS-LEAF2_Ethernet12 + description L2_ptp-tests-leaf2_Ethernet12 no shutdown channel-group 1 mode active no ip routing vrf MGMT diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/ptp-tests-leaf1.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/ptp-tests-leaf1.cfg index 390307b4a51..55bdffea9f1 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/ptp-tests-leaf1.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/ptp-tests-leaf1.cfg @@ -83,7 +83,7 @@ interface Port-Channel9 ptp transport ipv4 ! interface Port-Channel11 - description PTP-TESTS-L2LEAF1-PTP-DISABLED_Po1 + description L2_ptp-tests-l2leaf1-ptp-disabled_Port-Channel1 no shutdown switchport trunk allowed vlan 11 switchport mode trunk @@ -91,7 +91,7 @@ interface Port-Channel11 mlag 11 ! interface Port-Channel12 - description PTP-TESTS-L2LEAF2-PTP-ENABLED_Po1 + description L2_ptp-tests-l2leaf2-ptp-enabled_Port-Channel1 no shutdown switchport trunk allowed vlan 11 switchport mode trunk @@ -105,7 +105,7 @@ interface Port-Channel12 ptp transport ipv4 ! interface Port-Channel14 - description PTP-TESTS-L2LEAF2-PTP-ENABLED-UPLINK-DISABLED_Po1 + description L2_ptp-tests-l2leaf2-ptp-enabled-uplink-disabled_Port-Channel1 no shutdown switchport trunk allowed vlan 11 switchport mode trunk @@ -183,12 +183,12 @@ interface Ethernet10 channel-group 9 mode active ! interface Ethernet11 - description PTP-TESTS-L2LEAF1-PTP-DISABLED_Ethernet1 + description L2_ptp-tests-l2leaf1-ptp-disabled_Ethernet1 no shutdown channel-group 11 mode active ! interface Ethernet12 - description PTP-TESTS-L2LEAF2-PTP-ENABLED_Ethernet1 + description L2_ptp-tests-l2leaf2-ptp-enabled_Ethernet1 no shutdown channel-group 12 mode active ! @@ -206,7 +206,7 @@ interface Ethernet13 ptp delay-req interval -3 ! interface Ethernet14 - description PTP-TESTS-L2LEAF2-PTP-ENABLED-UPLINK-DISABLED_Ethernet1 + description L2_ptp-tests-l2leaf2-ptp-enabled-uplink-disabled_Ethernet1 no shutdown channel-group 14 mode active ! diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/ptp-tests-leaf2.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/ptp-tests-leaf2.cfg index bf49ddb4f97..6c70832d17b 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/ptp-tests-leaf2.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/ptp-tests-leaf2.cfg @@ -90,7 +90,7 @@ interface Port-Channel9 ptp transport ipv4 ! interface Port-Channel11 - description PTP-TESTS-L2LEAF1-PTP-DISABLED_Po1 + description L2_ptp-tests-l2leaf1-ptp-disabled_Port-Channel1 no shutdown switchport trunk allowed vlan 11 switchport mode trunk @@ -98,7 +98,7 @@ interface Port-Channel11 mlag 11 ! interface Port-Channel12 - description PTP-TESTS-L2LEAF2-PTP-ENABLED_Po1 + description L2_ptp-tests-l2leaf2-ptp-enabled_Port-Channel1 no shutdown switchport trunk allowed vlan 11 switchport mode trunk @@ -112,7 +112,7 @@ interface Port-Channel12 ptp transport ipv4 ! interface Port-Channel14 - description PTP-TESTS-L2LEAF2-PTP-ENABLED-UPLINK-DISABLED_Po1 + description L2_ptp-tests-l2leaf2-ptp-enabled-uplink-disabled_Port-Channel1 no shutdown switchport trunk allowed vlan 11 switchport mode trunk @@ -176,17 +176,17 @@ interface Ethernet10 channel-group 9 mode active ! interface Ethernet11 - description PTP-TESTS-L2LEAF1-PTP-DISABLED_Ethernet2 + description L2_ptp-tests-l2leaf1-ptp-disabled_Ethernet2 no shutdown channel-group 11 mode active ! interface Ethernet12 - description PTP-TESTS-L2LEAF2-PTP-ENABLED_Ethernet2 + description L2_ptp-tests-l2leaf2-ptp-enabled_Ethernet2 no shutdown channel-group 12 mode active ! interface Ethernet14 - description PTP-TESTS-L2LEAF2-PTP-ENABLED-UPLINK-DISABLED_Ethernet2 + description L2_ptp-tests-l2leaf2-ptp-enabled-uplink-disabled_Ethernet2 no shutdown channel-group 14 mode active ! diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/sflow-tests-l2-leaf1.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/sflow-tests-l2-leaf1.cfg index c1a081b1e12..754634fcf86 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/sflow-tests-l2-leaf1.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/sflow-tests-l2-leaf1.cfg @@ -34,7 +34,7 @@ management api http-commands no shutdown ! interface Port-Channel1 - description sflow-tests-leaf-mlag_Po16 + description L2_sflow-tests-leaf-mlag_Port-Channel16 no shutdown switchport trunk allowed vlan 11,4092 switchport mode trunk @@ -42,12 +42,12 @@ interface Port-Channel1 sflow enable ! interface Ethernet1 - description SFLOW-TESTS-LEAF3_Ethernet16 + description L2_sflow-tests-leaf3_Ethernet16 no shutdown channel-group 1 mode active ! interface Ethernet2 - description SFLOW-TESTS-LEAF4_Ethernet16 + description L2_sflow-tests-leaf4_Ethernet16 no shutdown channel-group 1 mode active ! diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/sflow-tests-l2-leaf2.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/sflow-tests-l2-leaf2.cfg index 85add030046..c1ec1ed822d 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/sflow-tests-l2-leaf2.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/sflow-tests-l2-leaf2.cfg @@ -34,7 +34,7 @@ management api http-commands no shutdown ! interface Port-Channel1 - description sflow-tests-leaf-mlag_Po17 + description L2_sflow-tests-leaf-mlag_Port-Channel17 no shutdown switchport trunk allowed vlan 11,4092 switchport mode trunk @@ -42,12 +42,12 @@ interface Port-Channel1 sflow enable ! interface Ethernet1 - description SFLOW-TESTS-LEAF3_Ethernet17 + description L2_sflow-tests-leaf3_Ethernet17 no shutdown channel-group 1 mode active ! interface Ethernet2 - description SFLOW-TESTS-LEAF4_Ethernet17 + description L2_sflow-tests-leaf4_Ethernet17 no shutdown channel-group 1 mode active ! diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/sflow-tests-leaf3.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/sflow-tests-leaf3.cfg index 71b4858feed..56fd50a6642 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/sflow-tests-leaf3.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/sflow-tests-leaf3.cfg @@ -82,7 +82,7 @@ interface Port-Channel15 sflow enable ! interface Port-Channel16 - description SFLOW-TESTS-L2-LEAF1_Po1 + description L2_sflow-tests-l2-leaf1_Port-Channel1 no shutdown switchport trunk allowed vlan 11,4092 switchport mode trunk @@ -91,7 +91,7 @@ interface Port-Channel16 sflow enable ! interface Port-Channel17 - description SFLOW-TESTS-L2-LEAF2_Po1 + description L2_sflow-tests-l2-leaf2_Port-Channel1 no shutdown switchport trunk allowed vlan 11,4092 switchport mode trunk @@ -136,12 +136,12 @@ interface Ethernet15 channel-group 15 mode on ! interface Ethernet16 - description SFLOW-TESTS-L2-LEAF1_Ethernet1 + description L2_sflow-tests-l2-leaf1_Ethernet1 no shutdown channel-group 16 mode active ! interface Ethernet17 - description SFLOW-TESTS-L2-LEAF2_Ethernet1 + description L2_sflow-tests-l2-leaf2_Ethernet1 no shutdown channel-group 17 mode active ! diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/sflow-tests-leaf4.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/sflow-tests-leaf4.cfg index badb1981b30..0340f7f78f1 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/sflow-tests-leaf4.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/sflow-tests-leaf4.cfg @@ -82,7 +82,7 @@ interface Port-Channel15 sflow enable ! interface Port-Channel16 - description SFLOW-TESTS-L2-LEAF1_Po1 + description L2_sflow-tests-l2-leaf1_Port-Channel1 no shutdown switchport trunk allowed vlan 11,4092 switchport mode trunk @@ -91,7 +91,7 @@ interface Port-Channel16 sflow enable ! interface Port-Channel17 - description SFLOW-TESTS-L2-LEAF2_Po1 + description L2_sflow-tests-l2-leaf2_Port-Channel1 no shutdown switchport trunk allowed vlan 11,4092 switchport mode trunk @@ -136,12 +136,12 @@ interface Ethernet15 channel-group 15 mode on ! interface Ethernet16 - description SFLOW-TESTS-L2-LEAF1_Ethernet2 + description L2_sflow-tests-l2-leaf1_Ethernet2 no shutdown channel-group 16 mode active ! interface Ethernet17 - description SFLOW-TESTS-L2-LEAF2_Ethernet2 + description L2_sflow-tests-l2-leaf2_Ethernet2 no shutdown channel-group 17 mode active ! diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/trunk-group-tests-l2leaf1a.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/trunk-group-tests-l2leaf1a.cfg index 78e956ddd14..6097093bd88 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/trunk-group-tests-l2leaf1a.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/trunk-group-tests-l2leaf1a.cfg @@ -78,7 +78,7 @@ management api http-commands no shutdown ! interface Port-Channel1 - description TRUNK_GROUP_TESTS_L3LEAF1_Po1 + description L2_TRUNK_GROUP_TESTS_L3LEAF1_Port-Channel1 no shutdown switchport mode trunk switchport trunk group UPLINK @@ -102,12 +102,12 @@ interface Port-Channel13 mlag 13 ! interface Ethernet1 - description TRUNK-GROUP-TESTS-L3LEAF1A_Ethernet1 + description L2_trunk-group-tests-l3leaf1a_Ethernet1 no shutdown channel-group 1 mode active ! interface Ethernet2 - description TRUNK-GROUP-TESTS-L3LEAF1B_Ethernet1 + description L2_trunk-group-tests-l3leaf1b_Ethernet1 no shutdown channel-group 1 mode active ! diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/trunk-group-tests-l2leaf1b.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/trunk-group-tests-l2leaf1b.cfg index 02b7c049a4b..aef3e85c53e 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/trunk-group-tests-l2leaf1b.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/trunk-group-tests-l2leaf1b.cfg @@ -70,7 +70,7 @@ management api http-commands no shutdown ! interface Port-Channel1 - description TRUNK_GROUP_TESTS_L3LEAF1_Po1 + description L2_TRUNK_GROUP_TESTS_L3LEAF1_Port-Channel1 no shutdown switchport mode trunk switchport trunk group UPLINK @@ -94,12 +94,12 @@ interface Port-Channel13 mlag 13 ! interface Ethernet1 - description TRUNK-GROUP-TESTS-L3LEAF1A_Ethernet2 + description L2_trunk-group-tests-l3leaf1a_Ethernet2 no shutdown channel-group 1 mode active ! interface Ethernet2 - description TRUNK-GROUP-TESTS-L3LEAF1B_Ethernet2 + description L2_trunk-group-tests-l3leaf1b_Ethernet2 no shutdown channel-group 1 mode active ! diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/trunk-group-tests-l2leaf3.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/trunk-group-tests-l2leaf3.cfg index ac8af9e4c2a..93a866c85d7 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/trunk-group-tests-l2leaf3.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/trunk-group-tests-l2leaf3.cfg @@ -30,19 +30,19 @@ management api http-commands no shutdown ! interface Port-Channel1 - description TRUNK_GROUP_TESTS_L3LEAF1_Po5 + description L2_TRUNK_GROUP_TESTS_L3LEAF1_Port-Channel5 no shutdown switchport mode trunk switchport trunk group UPLINK switchport ! interface Ethernet1 - description TRUNK-GROUP-TESTS-L3LEAF1A_Ethernet5 + description L2_trunk-group-tests-l3leaf1a_Ethernet5 no shutdown channel-group 1 mode active ! interface Ethernet2 - description TRUNK-GROUP-TESTS-L3LEAF1B_Ethernet5 + description L2_trunk-group-tests-l3leaf1b_Ethernet5 no shutdown channel-group 1 mode active ! diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/trunk-group-tests-l2leaf4.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/trunk-group-tests-l2leaf4.cfg index 73f85f0d280..53e55aabe98 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/trunk-group-tests-l2leaf4.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/trunk-group-tests-l2leaf4.cfg @@ -32,19 +32,19 @@ management api http-commands no shutdown ! interface Port-Channel1 - description TRUNK_GROUP_TESTS_L3LEAF2_Po1 + description L2_TRUNK_GROUP_TESTS_L3LEAF2_Port-Channel1 no shutdown switchport mode trunk switchport trunk group UPLINK switchport ! interface Ethernet1 - description TRUNK-GROUP-TESTS-L3LEAF2A_Ethernet1 + description L2_trunk-group-tests-l3leaf2a_Ethernet1 no shutdown channel-group 1 mode active ! interface Ethernet2 - description TRUNK-GROUP-TESTS-L3LEAF2B_Ethernet1 + description L2_trunk-group-tests-l3leaf2b_Ethernet1 no shutdown channel-group 1 mode active ! diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/trunk-group-tests-l3leaf1a.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/trunk-group-tests-l3leaf1a.cfg index 95b0672eb2b..30c5470b97a 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/trunk-group-tests-l3leaf1a.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/trunk-group-tests-l3leaf1a.cfg @@ -114,7 +114,7 @@ management api http-commands no shutdown ! interface Port-Channel1 - description TRUNK_GROUP_TESTS_L2LEAF1_Po1 + description L2_TRUNK_GROUP_TESTS_L2LEAF1_Port-Channel1 no shutdown switchport mode trunk switchport trunk group TRUNK_GROUP_TESTS_L2LEAF1 @@ -129,7 +129,7 @@ interface Port-Channel3 switchport ! interface Port-Channel5 - description TRUNK-GROUP-TESTS-L2LEAF3_Po1 + description L2_trunk-group-tests-l2leaf3_Port-Channel1 no shutdown switchport mode trunk switchport trunk group trunk-group-tests-l2leaf3 @@ -146,12 +146,12 @@ interface Port-Channel13 mlag 13 ! interface Ethernet1 - description TRUNK-GROUP-TESTS-L2LEAF1A_Ethernet1 + description L2_trunk-group-tests-l2leaf1a_Ethernet1 no shutdown channel-group 1 mode active ! interface Ethernet2 - description TRUNK-GROUP-TESTS-L2LEAF1B_Ethernet1 + description L2_trunk-group-tests-l2leaf1b_Ethernet1 no shutdown channel-group 1 mode active ! @@ -166,7 +166,7 @@ interface Ethernet4 channel-group 3 mode active ! interface Ethernet5 - description TRUNK-GROUP-TESTS-L2LEAF3_Ethernet1 + description L2_trunk-group-tests-l2leaf3_Ethernet1 no shutdown channel-group 5 mode active ! diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/trunk-group-tests-l3leaf1b.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/trunk-group-tests-l3leaf1b.cfg index b0a0ec888ff..2c935b05987 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/trunk-group-tests-l3leaf1b.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/trunk-group-tests-l3leaf1b.cfg @@ -102,7 +102,7 @@ management api http-commands no shutdown ! interface Port-Channel1 - description TRUNK_GROUP_TESTS_L2LEAF1_Po1 + description L2_TRUNK_GROUP_TESTS_L2LEAF1_Port-Channel1 no shutdown switchport mode trunk switchport trunk group TRUNK_GROUP_TESTS_L2LEAF1 @@ -118,7 +118,7 @@ interface Port-Channel3 switchport ! interface Port-Channel5 - description TRUNK-GROUP-TESTS-L2LEAF3_Po1 + description L2_trunk-group-tests-l2leaf3_Port-Channel1 no shutdown switchport mode trunk switchport trunk group trunk-group-tests-l2leaf3 @@ -135,12 +135,12 @@ interface Port-Channel13 mlag 13 ! interface Ethernet1 - description TRUNK-GROUP-TESTS-L2LEAF1A_Ethernet2 + description L2_trunk-group-tests-l2leaf1a_Ethernet2 no shutdown channel-group 1 mode active ! interface Ethernet2 - description TRUNK-GROUP-TESTS-L2LEAF1B_Ethernet2 + description L2_trunk-group-tests-l2leaf1b_Ethernet2 no shutdown channel-group 1 mode active ! @@ -155,7 +155,7 @@ interface Ethernet4 channel-group 3 mode active ! interface Ethernet5 - description TRUNK-GROUP-TESTS-L2LEAF3_Ethernet2 + description L2_trunk-group-tests-l2leaf3_Ethernet2 no shutdown channel-group 5 mode active ! diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/trunk-group-tests-l3leaf2a.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/trunk-group-tests-l3leaf2a.cfg index cd98ed63db8..e8657a01dc2 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/trunk-group-tests-l3leaf2a.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/trunk-group-tests-l3leaf2a.cfg @@ -50,7 +50,7 @@ management api http-commands no shutdown ! interface Port-Channel1 - description TRUNK-GROUP-TESTS-L2LEAF4_Po1 + description L2_trunk-group-tests-l2leaf4_Port-Channel1 no shutdown switchport mode trunk switchport trunk group trunk-group-tests-l2leaf4 @@ -65,7 +65,7 @@ interface Port-Channel3 switchport ! interface Ethernet1 - description TRUNK-GROUP-TESTS-L2LEAF4_Ethernet1 + description L2_trunk-group-tests-l2leaf4_Ethernet1 no shutdown channel-group 1 mode active ! diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/trunk-group-tests-l3leaf2b.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/trunk-group-tests-l3leaf2b.cfg index f5fa1ee8c4a..d11dfa29b8a 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/trunk-group-tests-l3leaf2b.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/trunk-group-tests-l3leaf2b.cfg @@ -46,7 +46,7 @@ management api http-commands no shutdown ! interface Port-Channel1 - description TRUNK-GROUP-TESTS-L2LEAF4_Po1 + description L2_trunk-group-tests-l2leaf4_Port-Channel1 no shutdown switchport mode trunk switchport trunk group trunk-group-tests-l2leaf4 @@ -61,7 +61,7 @@ interface Port-Channel3 switchport ! interface Ethernet1 - description TRUNK-GROUP-TESTS-L2LEAF4_Ethernet2 + description L2_trunk-group-tests-l2leaf4_Ethernet2 no shutdown channel-group 1 mode active ! diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/uplink-native-vlan-child.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/uplink-native-vlan-child.cfg index f81f61f92ca..177d3e97069 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/uplink-native-vlan-child.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/uplink-native-vlan-child.cfg @@ -27,7 +27,7 @@ management api http-commands no shutdown ! interface Port-Channel2 - description UPLINK-NATIVE-VLAN-PARENT_Po2 + description L2_uplink-native-vlan-parent_Port-Channel2 no shutdown switchport trunk native vlan 200 switchport trunk allowed vlan 100 @@ -35,7 +35,7 @@ interface Port-Channel2 switchport ! interface Ethernet2 - description UPLINK-NATIVE-VLAN-PARENT_Ethernet2 + description L2_uplink-native-vlan-parent_Ethernet2 no shutdown channel-group 2 mode active no ip routing vrf MGMT diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/uplink-native-vlan-grandparent.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/uplink-native-vlan-grandparent.cfg index e641e61314f..96a303f55ac 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/uplink-native-vlan-grandparent.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/uplink-native-vlan-grandparent.cfg @@ -23,7 +23,7 @@ management api http-commands no shutdown ! interface Port-Channel1 - description UPLINK-NATIVE-VLAN-PARENT_Po1 + description L2_uplink-native-vlan-parent_Port-Channel1 no shutdown switchport trunk native vlan 100 switchport trunk allowed vlan 100 @@ -31,7 +31,7 @@ interface Port-Channel1 switchport ! interface Ethernet1 - description UPLINK-NATIVE-VLAN-PARENT_Ethernet1 + description L2_uplink-native-vlan-parent_Ethernet1 no shutdown channel-group 1 mode active no ip routing vrf MGMT diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/uplink-native-vlan-parent.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/uplink-native-vlan-parent.cfg index 8f465967bf8..d8a8c886ac6 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/uplink-native-vlan-parent.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/uplink-native-vlan-parent.cfg @@ -27,7 +27,7 @@ management api http-commands no shutdown ! interface Port-Channel1 - description UPLINK-NATIVE-VLAN-GRANDPARENT_Po1 + description L2_uplink-native-vlan-grandparent_Port-Channel1 no shutdown switchport trunk native vlan 100 switchport trunk allowed vlan 100 @@ -35,7 +35,7 @@ interface Port-Channel1 switchport ! interface Port-Channel2 - description UPLINK-NATIVE-VLAN-CHILD_Po2 + description L2_uplink-native-vlan-child_Port-Channel2 no shutdown switchport trunk native vlan 200 switchport trunk allowed vlan 100 @@ -43,12 +43,12 @@ interface Port-Channel2 switchport ! interface Ethernet1 - description UPLINK-NATIVE-VLAN-GRANDPARENT_Ethernet1 + description L2_uplink-native-vlan-grandparent_Ethernet1 no shutdown channel-group 1 mode active ! interface Ethernet2 - description UPLINK-NATIVE-VLAN-CHILD_Ethernet2 + description L2_uplink-native-vlan-child_Ethernet2 no shutdown channel-group 2 mode active no ip routing vrf MGMT diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/uplink_lan_l2leaf.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/uplink_lan_l2leaf.cfg index 0fd63c1bf53..15468754c4b 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/uplink_lan_l2leaf.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/uplink_lan_l2leaf.cfg @@ -40,7 +40,7 @@ management api http-commands no shutdown ! interface Ethernet1 - description UPLINK_LAN_WAN_ROUTER1_Ethernet2 + description L2_uplink_lan_wan_router1_Ethernet2 no shutdown switchport trunk native vlan 10 switchport trunk allowed vlan 10,100 @@ -50,7 +50,7 @@ interface Ethernet1 spanning-tree portfast ! interface Ethernet2 - description UPLINK_LAN_WAN_ROUTER2_Ethernet2 + description L2_uplink_lan_wan_router2_Ethernet2 no shutdown switchport trunk allowed vlan 10,100 switchport mode trunk diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/uplink_lan_wan_router1.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/uplink_lan_wan_router1.cfg index 682f5b927d3..a5972ea81f8 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/uplink_lan_wan_router1.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/uplink_lan_wan_router1.cfg @@ -119,7 +119,7 @@ interface Ethernet1 ip address 10.9.9.9/31 ! interface Ethernet2 - description UPLINK_LAN_L2LEAF_Ethernet1 + description L2_uplink_lan_l2leaf_Ethernet1 no shutdown mtu 9218 no switchport diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/uplink_lan_wan_router2.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/uplink_lan_wan_router2.cfg index 70a7b7a26c9..ace2cf4cd38 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/uplink_lan_wan_router2.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/uplink_lan_wan_router2.cfg @@ -119,7 +119,7 @@ interface Ethernet1 ip address 10.9.9.1/31 ! interface Ethernet2 - description UPLINK_LAN_L2LEAF_Ethernet2 + description L2_uplink_lan_l2leaf_Ethernet2 no shutdown mtu 9218 no switchport diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/EVPN-MULTICAST-L2LEAF1A.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/EVPN-MULTICAST-L2LEAF1A.yml index 4a1b437a8d7..6f59bcf352a 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/EVPN-MULTICAST-L2LEAF1A.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/EVPN-MULTICAST-L2LEAF1A.yml @@ -36,7 +36,7 @@ ethernet_interfaces: peer: EVPN-MULTICAST-L3LEAF1A peer_interface: Ethernet6 peer_type: l3leaf - description: EVPN-MULTICAST-L3LEAF1A_Ethernet6 + description: L2_EVPN-MULTICAST-L3LEAF1A_Ethernet6 shutdown: false channel_group: id: 1 @@ -45,14 +45,14 @@ ethernet_interfaces: peer: EVPN-MULTICAST-L3LEAF1B peer_interface: Ethernet6 peer_type: l3leaf - description: EVPN-MULTICAST-L3LEAF1B_Ethernet6 + description: L2_EVPN-MULTICAST-L3LEAF1B_Ethernet6 shutdown: false channel_group: id: 1 mode: active port_channel_interfaces: - name: Port-Channel1 - description: EVPN_MULTICAST_L3LEAF1_Po6 + description: L2_EVPN_MULTICAST_L3LEAF1_Port-Channel6 switchport: enabled: true mode: trunk diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/EVPN-MULTICAST-L3LEAF1A.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/EVPN-MULTICAST-L3LEAF1A.yml index d65ed1ae678..8aaca1fe91c 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/EVPN-MULTICAST-L3LEAF1A.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/EVPN-MULTICAST-L3LEAF1A.yml @@ -1314,7 +1314,7 @@ port_channel_interfaces: - MLAG shutdown: false - name: Port-Channel6 - description: EVPN-MULTICAST-L2LEAF1A_Po1 + description: L2_EVPN-MULTICAST-L2LEAF1A_Port-Channel1 switchport: enabled: true mode: trunk @@ -1358,7 +1358,7 @@ ethernet_interfaces: peer: EVPN-MULTICAST-L2LEAF1A peer_interface: Ethernet1 peer_type: l2leaf - description: EVPN-MULTICAST-L2LEAF1A_Ethernet1 + description: L2_EVPN-MULTICAST-L2LEAF1A_Ethernet1 shutdown: false channel_group: id: 6 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/EVPN-MULTICAST-L3LEAF1B.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/EVPN-MULTICAST-L3LEAF1B.yml index a2ad6d48867..62b3dfeddc3 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/EVPN-MULTICAST-L3LEAF1B.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/EVPN-MULTICAST-L3LEAF1B.yml @@ -1314,7 +1314,7 @@ port_channel_interfaces: - MLAG shutdown: false - name: Port-Channel6 - description: EVPN-MULTICAST-L2LEAF1A_Po1 + description: L2_EVPN-MULTICAST-L2LEAF1A_Port-Channel1 switchport: enabled: true mode: trunk @@ -1358,7 +1358,7 @@ ethernet_interfaces: peer: EVPN-MULTICAST-L2LEAF1A peer_interface: Ethernet2 peer_type: l2leaf - description: EVPN-MULTICAST-L2LEAF1A_Ethernet2 + description: L2_EVPN-MULTICAST-L2LEAF1A_Ethernet2 shutdown: false channel_group: id: 6 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/IGMP-QUERIER-L2LEAF1A.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/IGMP-QUERIER-L2LEAF1A.yml index 7fad500f10a..30f2905ef76 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/IGMP-QUERIER-L2LEAF1A.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/IGMP-QUERIER-L2LEAF1A.yml @@ -36,14 +36,14 @@ ethernet_interfaces: peer: IGMP-QUERIER-L3LEAF1A peer_interface: Ethernet1 peer_type: l3leaf - description: IGMP-QUERIER-L3LEAF1A_Ethernet1 + description: L2_IGMP-QUERIER-L3LEAF1A_Ethernet1 shutdown: false channel_group: id: 1 mode: active port_channel_interfaces: - name: Port-Channel1 - description: IGMP-QUERIER-L3LEAF1A_Po1 + description: L2_IGMP-QUERIER-L3LEAF1A_Port-Channel1 switchport: enabled: true mode: trunk diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/IGMP-QUERIER-L3LEAF1A.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/IGMP-QUERIER-L3LEAF1A.yml index a1b74b72715..8ee486e714f 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/IGMP-QUERIER-L3LEAF1A.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/IGMP-QUERIER-L3LEAF1A.yml @@ -265,14 +265,14 @@ ethernet_interfaces: peer: IGMP-QUERIER-L2LEAF1A peer_interface: Ethernet1 peer_type: l2leaf - description: IGMP-QUERIER-L2LEAF1A_Ethernet1 + description: L2_IGMP-QUERIER-L2LEAF1A_Ethernet1 shutdown: false channel_group: id: 1 mode: active port_channel_interfaces: - name: Port-Channel1 - description: IGMP-QUERIER-L2LEAF1A_Po1 + description: L2_IGMP-QUERIER-L2LEAF1A_Port-Channel1 switchport: enabled: true mode: trunk diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/SL-LEAF0B.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/SL-LEAF0B.yml index d92884c6555..6de2b85cfc7 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/SL-LEAF0B.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/SL-LEAF0B.yml @@ -45,7 +45,7 @@ port_channel_interfaces: - MLAG shutdown: false - name: Port-Channel27 - description: SL-LEAF1_Po27 + description: L2_SL-LEAF1_Port-Channel27 switchport: enabled: true mode: trunk @@ -54,7 +54,7 @@ port_channel_interfaces: shutdown: false mlag: 27 - name: Port-Channel41 - description: SL-LEAF2_Po41 + description: L2_SL-LEAF2_Port-Channel41 switchport: enabled: true mode: trunk @@ -85,7 +85,7 @@ ethernet_interfaces: peer: SL-LEAF1A peer_interface: Ethernet27 peer_type: l2leaf - description: SL-LEAF1A_Ethernet27 + description: L2_SL-LEAF1A_Ethernet27 shutdown: false channel_group: id: 27 @@ -94,7 +94,7 @@ ethernet_interfaces: peer: SL-LEAF1B peer_interface: Ethernet27 peer_type: l2leaf - description: SL-LEAF1B_Ethernet27 + description: L2_SL-LEAF1B_Ethernet27 shutdown: false channel_group: id: 27 @@ -103,7 +103,7 @@ ethernet_interfaces: peer: SL-LEAF2A peer_interface: Ethernet41 peer_type: l2leaf - description: SL-LEAF2A_Ethernet41 + description: L2_SL-LEAF2A_Ethernet41 shutdown: false channel_group: id: 41 @@ -112,7 +112,7 @@ ethernet_interfaces: peer: SL-LEAF2A peer_interface: Ethernet42 peer_type: l2leaf - description: SL-LEAF2A_Ethernet42 + description: L2_SL-LEAF2A_Ethernet42 shutdown: false channel_group: id: 41 @@ -121,7 +121,7 @@ ethernet_interfaces: peer: SL-LEAF2B peer_interface: Ethernet41 peer_type: l2leaf - description: SL-LEAF2B_Ethernet41 + description: L2_SL-LEAF2B_Ethernet41 shutdown: false channel_group: id: 41 @@ -130,7 +130,7 @@ ethernet_interfaces: peer: SL-LEAF2B peer_interface: Ethernet42 peer_type: l2leaf - description: SL-LEAF2B_Ethernet42 + description: L2_SL-LEAF2B_Ethernet42 shutdown: false channel_group: id: 41 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/SL-LEAF1A.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/SL-LEAF1A.yml index 136def8d72f..054288f2904 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/SL-LEAF1A.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/SL-LEAF1A.yml @@ -45,7 +45,7 @@ port_channel_interfaces: - MLAG shutdown: false - name: Port-Channel27 - description: SL-LEAF0_Po27 + description: L2_SL-LEAF0_Port-Channel27 switchport: enabled: true mode: trunk @@ -54,7 +54,7 @@ port_channel_interfaces: shutdown: false mlag: 27 - name: Port-Channel28 - description: SL-MLEAF1_Po16 + description: L2_SL-MLEAF1_Port-Channel16 switchport: enabled: true mode: trunk @@ -85,7 +85,7 @@ ethernet_interfaces: peer: SL-LEAF0B peer_interface: Ethernet27 peer_type: l2leaf - description: SL-LEAF0B_Ethernet27 + description: L2_SL-LEAF0B_Ethernet27 shutdown: false channel_group: id: 27 @@ -94,7 +94,7 @@ ethernet_interfaces: peer: SL-MLEAF1 peer_interface: Ethernet16 peer_type: l2leaf - description: SL-MLEAF1_Ethernet16 + description: L2_SL-MLEAF1_Ethernet16 shutdown: false channel_group: id: 28 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/SL-LEAF1B.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/SL-LEAF1B.yml index a3f9cf258cc..163185c7f42 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/SL-LEAF1B.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/SL-LEAF1B.yml @@ -45,7 +45,7 @@ port_channel_interfaces: - MLAG shutdown: false - name: Port-Channel27 - description: SL-LEAF0_Po27 + description: L2_SL-LEAF0_Port-Channel27 switchport: enabled: true mode: trunk @@ -76,7 +76,7 @@ ethernet_interfaces: peer: SL-LEAF0B peer_interface: Ethernet28 peer_type: l2leaf - description: SL-LEAF0B_Ethernet28 + description: L2_SL-LEAF0B_Ethernet28 shutdown: false channel_group: id: 27 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/SL-LEAF2A.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/SL-LEAF2A.yml index b444f8e733e..c06faf0f7c7 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/SL-LEAF2A.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/SL-LEAF2A.yml @@ -45,7 +45,7 @@ port_channel_interfaces: - MLAG shutdown: false - name: Port-Channel41 - description: SL-LEAF0_Po41 + description: L2_SL-LEAF0_Port-Channel41 switchport: enabled: true mode: trunk @@ -76,7 +76,7 @@ ethernet_interfaces: peer: SL-LEAF0B peer_interface: Ethernet41 peer_type: l2leaf - description: SL-LEAF0B_Ethernet41 + description: L2_SL-LEAF0B_Ethernet41 shutdown: false channel_group: id: 41 @@ -85,7 +85,7 @@ ethernet_interfaces: peer: SL-LEAF0B peer_interface: Ethernet42 peer_type: l2leaf - description: SL-LEAF0B_Ethernet42 + description: L2_SL-LEAF0B_Ethernet42 shutdown: false channel_group: id: 41 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/SL-LEAF2B.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/SL-LEAF2B.yml index 032600c75fb..3e970dc3bc4 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/SL-LEAF2B.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/SL-LEAF2B.yml @@ -45,7 +45,7 @@ port_channel_interfaces: - MLAG shutdown: false - name: Port-Channel41 - description: SL-LEAF0_Po41 + description: L2_SL-LEAF0_Port-Channel41 switchport: enabled: true mode: trunk @@ -76,7 +76,7 @@ ethernet_interfaces: peer: SL-LEAF0B peer_interface: Ethernet43 peer_type: l2leaf - description: SL-LEAF0B_Ethernet43 + description: L2_SL-LEAF0B_Ethernet43 shutdown: false channel_group: id: 41 @@ -85,7 +85,7 @@ ethernet_interfaces: peer: SL-LEAF0B peer_interface: Ethernet44 peer_type: l2leaf - description: SL-LEAF0B_Ethernet44 + description: L2_SL-LEAF0B_Ethernet44 shutdown: false channel_group: id: 41 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/SL-MLEAF1.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/SL-MLEAF1.yml index 1391ddc61fc..f147c207a08 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/SL-MLEAF1.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/SL-MLEAF1.yml @@ -24,14 +24,14 @@ ethernet_interfaces: peer: SL-LEAF1A peer_interface: Ethernet28 peer_type: l2leaf - description: SL-LEAF1A_Ethernet28 + description: L2_SL-LEAF1A_Ethernet28 shutdown: false channel_group: id: 16 mode: active port_channel_interfaces: - name: Port-Channel16 - description: SL-LEAF1_Po28 + description: L2_SL-LEAF1_Port-Channel28 switchport: enabled: true mode: trunk diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/UNDERLAY-MULTICAST-L2LEAF1A.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/UNDERLAY-MULTICAST-L2LEAF1A.yml index 72cfadc2967..414f3570fa7 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/UNDERLAY-MULTICAST-L2LEAF1A.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/UNDERLAY-MULTICAST-L2LEAF1A.yml @@ -36,14 +36,14 @@ ethernet_interfaces: peer: UNDERLAY-MULTICAST-L3LEAF1A peer_interface: Ethernet6 peer_type: l3leaf - description: UNDERLAY-MULTICAST-L3LEAF1A_Ethernet6 + description: L2_UNDERLAY-MULTICAST-L3LEAF1A_Ethernet6 shutdown: false channel_group: id: 1 mode: active port_channel_interfaces: - name: Port-Channel1 - description: DC1_LEAF1_Po6 + description: L2_DC1_LEAF1_Port-Channel6 switchport: enabled: true mode: trunk diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/UNDERLAY-MULTICAST-L3LEAF1A.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/UNDERLAY-MULTICAST-L3LEAF1A.yml index 7d273d08b6f..3d93b187ab8 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/UNDERLAY-MULTICAST-L3LEAF1A.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/UNDERLAY-MULTICAST-L3LEAF1A.yml @@ -145,7 +145,7 @@ port_channel_interfaces: - MLAG shutdown: false - name: Port-Channel6 - description: UNDERLAY-MULTICAST-L2LEAF1A_Po1 + description: L2_UNDERLAY-MULTICAST-L2LEAF1A_Port-Channel1 switchport: enabled: true mode: trunk @@ -198,7 +198,7 @@ ethernet_interfaces: peer: UNDERLAY-MULTICAST-L2LEAF1A peer_interface: Ethernet1 peer_type: l2leaf - description: UNDERLAY-MULTICAST-L2LEAF1A_Ethernet1 + description: L2_UNDERLAY-MULTICAST-L2LEAF1A_Ethernet1 shutdown: false channel_group: id: 6 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/UPLINK-MLAG-STRUCTURED-CONFIG-L2LEAF1A.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/UPLINK-MLAG-STRUCTURED-CONFIG-L2LEAF1A.yml index 07f9679eb5b..9bc4ccf2df7 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/UPLINK-MLAG-STRUCTURED-CONFIG-L2LEAF1A.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/UPLINK-MLAG-STRUCTURED-CONFIG-L2LEAF1A.yml @@ -67,7 +67,7 @@ port_channel_interfaces: unknown_unicast: level: '25' - name: Port-Channel1 - description: DC1_LEAF1_Po5 + description: L2_DC1_LEAF1_Port-Channel5 switchport: enabled: true mode: trunk @@ -104,7 +104,7 @@ ethernet_interfaces: peer: UPLINK-MLAG-STRUCTURED-CONFIG-L3LEAF1A peer_interface: Ethernet5 peer_type: l3leaf - description: UPLINK-MLAG-STRUCTURED-CONFIG-L3LEAF1A_Ethernet5 + description: L2_UPLINK-MLAG-STRUCTURED-CONFIG-L3LEAF1A_Ethernet5 shutdown: false channel_group: id: 1 @@ -113,7 +113,7 @@ ethernet_interfaces: peer: UPLINK-MLAG-STRUCTURED-CONFIG-L3LEAF1B peer_interface: Ethernet5 peer_type: l3leaf - description: UPLINK-MLAG-STRUCTURED-CONFIG-L3LEAF1B_Ethernet5 + description: L2_UPLINK-MLAG-STRUCTURED-CONFIG-L3LEAF1B_Ethernet5 shutdown: false channel_group: id: 1 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/UPLINK-MLAG-STRUCTURED-CONFIG-L2LEAF1B.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/UPLINK-MLAG-STRUCTURED-CONFIG-L2LEAF1B.yml index 7948754b2c2..9a09fc08288 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/UPLINK-MLAG-STRUCTURED-CONFIG-L2LEAF1B.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/UPLINK-MLAG-STRUCTURED-CONFIG-L2LEAF1B.yml @@ -67,7 +67,7 @@ port_channel_interfaces: unknown_unicast: level: '25' - name: Port-Channel1 - description: DC1_LEAF1_Po5 + description: L2_DC1_LEAF1_Port-Channel5 switchport: enabled: true mode: trunk @@ -104,7 +104,7 @@ ethernet_interfaces: peer: UPLINK-MLAG-STRUCTURED-CONFIG-L3LEAF1A peer_interface: Ethernet6 peer_type: l3leaf - description: UPLINK-MLAG-STRUCTURED-CONFIG-L3LEAF1A_Ethernet6 + description: L2_UPLINK-MLAG-STRUCTURED-CONFIG-L3LEAF1A_Ethernet6 shutdown: false channel_group: id: 1 @@ -113,7 +113,7 @@ ethernet_interfaces: peer: UPLINK-MLAG-STRUCTURED-CONFIG-L3LEAF1B peer_interface: Ethernet6 peer_type: l3leaf - description: UPLINK-MLAG-STRUCTURED-CONFIG-L3LEAF1B_Ethernet6 + description: L2_UPLINK-MLAG-STRUCTURED-CONFIG-L3LEAF1B_Ethernet6 shutdown: false channel_group: id: 1 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/UPLINK-MLAG-STRUCTURED-CONFIG-L3LEAF1A.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/UPLINK-MLAG-STRUCTURED-CONFIG-L3LEAF1A.yml index 449cf31512b..ac78fd5e25c 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/UPLINK-MLAG-STRUCTURED-CONFIG-L3LEAF1A.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/UPLINK-MLAG-STRUCTURED-CONFIG-L3LEAF1A.yml @@ -136,7 +136,7 @@ port_channel_interfaces: - MLAG shutdown: false - name: Port-Channel5 - description: UPLINK-MLAG-STRUCTURED-CONFIG-L2LEAF1_Po1 + description: L2_UPLINK-MLAG-STRUCTURED-CONFIG-L2LEAF1_Port-Channel1 switchport: enabled: true mode: trunk @@ -186,7 +186,7 @@ ethernet_interfaces: peer: UPLINK-MLAG-STRUCTURED-CONFIG-L2LEAF1A peer_interface: Ethernet1 peer_type: l2leaf - description: UPLINK-MLAG-STRUCTURED-CONFIG-L2LEAF1A_Ethernet1 + description: L2_UPLINK-MLAG-STRUCTURED-CONFIG-L2LEAF1A_Ethernet1 shutdown: false channel_group: id: 5 @@ -195,7 +195,7 @@ ethernet_interfaces: peer: UPLINK-MLAG-STRUCTURED-CONFIG-L2LEAF1B peer_interface: Ethernet1 peer_type: l2leaf - description: UPLINK-MLAG-STRUCTURED-CONFIG-L2LEAF1B_Ethernet1 + description: L2_UPLINK-MLAG-STRUCTURED-CONFIG-L2LEAF1B_Ethernet1 shutdown: false channel_group: id: 5 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/UPLINK-MLAG-STRUCTURED-CONFIG-L3LEAF1B.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/UPLINK-MLAG-STRUCTURED-CONFIG-L3LEAF1B.yml index 78a32f99354..00960e1139b 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/UPLINK-MLAG-STRUCTURED-CONFIG-L3LEAF1B.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/UPLINK-MLAG-STRUCTURED-CONFIG-L3LEAF1B.yml @@ -136,7 +136,7 @@ port_channel_interfaces: - MLAG shutdown: false - name: Port-Channel5 - description: UPLINK-MLAG-STRUCTURED-CONFIG-L2LEAF1_Po1 + description: L2_UPLINK-MLAG-STRUCTURED-CONFIG-L2LEAF1_Port-Channel1 switchport: enabled: true mode: trunk @@ -186,7 +186,7 @@ ethernet_interfaces: peer: UPLINK-MLAG-STRUCTURED-CONFIG-L2LEAF1A peer_interface: Ethernet2 peer_type: l2leaf - description: UPLINK-MLAG-STRUCTURED-CONFIG-L2LEAF1A_Ethernet2 + description: L2_UPLINK-MLAG-STRUCTURED-CONFIG-L2LEAF1A_Ethernet2 shutdown: false channel_group: id: 5 @@ -195,7 +195,7 @@ ethernet_interfaces: peer: UPLINK-MLAG-STRUCTURED-CONFIG-L2LEAF1B peer_interface: Ethernet2 peer_type: l2leaf - description: UPLINK-MLAG-STRUCTURED-CONFIG-L2LEAF1B_Ethernet2 + description: L2_UPLINK-MLAG-STRUCTURED-CONFIG-L2LEAF1B_Ethernet2 shutdown: false channel_group: id: 5 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/UPLINK_P2P_VRFS_TESTS_L2LEAF1.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/UPLINK_P2P_VRFS_TESTS_L2LEAF1.yml index de9c9cf7459..8e4c60b07b0 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/UPLINK_P2P_VRFS_TESTS_L2LEAF1.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/UPLINK_P2P_VRFS_TESTS_L2LEAF1.yml @@ -24,7 +24,7 @@ ethernet_interfaces: peer: UPLINK_P2P_VRFS_TESTS_LEAF1 peer_interface: Ethernet51 peer_type: l3leaf - description: UPLINK_P2P_VRFS_TESTS_LEAF1_Ethernet51 + description: L2_UPLINK_P2P_VRFS_TESTS_LEAF1_Ethernet51 shutdown: false channel_group: id: 1 @@ -33,7 +33,7 @@ ethernet_interfaces: peer: UPLINK_P2P_VRFS_TESTS_LEAF1 peer_interface: Ethernet52 peer_type: l3leaf - description: UPLINK_P2P_VRFS_TESTS_LEAF1_Ethernet52 + description: L2_UPLINK_P2P_VRFS_TESTS_LEAF1_Ethernet52 shutdown: false channel_group: id: 1 @@ -45,7 +45,7 @@ ethernet_interfaces: enabled: true port_channel_interfaces: - name: Port-Channel1 - description: UPLINK_P2P_VRFS_TESTS_LEAF1_Po51 + description: L2_UPLINK_P2P_VRFS_TESTS_LEAF1_Port-Channel51 switchport: enabled: true mode: trunk diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/UPLINK_P2P_VRFS_TESTS_LEAF1.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/UPLINK_P2P_VRFS_TESTS_LEAF1.yml index 92dd054c761..2bbfa066017 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/UPLINK_P2P_VRFS_TESTS_LEAF1.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/UPLINK_P2P_VRFS_TESTS_LEAF1.yml @@ -167,7 +167,7 @@ ethernet_interfaces: peer: UPLINK_P2P_VRFS_TESTS_L2LEAF1 peer_interface: Ethernet1 peer_type: l2leaf - description: UPLINK_P2P_VRFS_TESTS_L2LEAF1_Ethernet1 + description: L2_UPLINK_P2P_VRFS_TESTS_L2LEAF1_Ethernet1 shutdown: false channel_group: id: 51 @@ -176,14 +176,14 @@ ethernet_interfaces: peer: UPLINK_P2P_VRFS_TESTS_L2LEAF1 peer_interface: Ethernet2 peer_type: l2leaf - description: UPLINK_P2P_VRFS_TESTS_L2LEAF1_Ethernet2 + description: L2_UPLINK_P2P_VRFS_TESTS_L2LEAF1_Ethernet2 shutdown: false channel_group: id: 51 mode: active port_channel_interfaces: - name: Port-Channel51 - description: UPLINK_P2P_VRFS_TESTS_L2LEAF1_Po1 + description: L2_UPLINK_P2P_VRFS_TESTS_L2LEAF1_Port-Channel1 switchport: enabled: true mode: trunk diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/flow-tracking-tests-l2-leaf1.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/flow-tracking-tests-l2-leaf1.yml index 9e81bf1783f..f87343dcfd4 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/flow-tracking-tests-l2-leaf1.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/flow-tracking-tests-l2-leaf1.yml @@ -38,7 +38,7 @@ ethernet_interfaces: peer: flow-tracking-tests-leaf3 peer_interface: Ethernet31 peer_type: l3leaf - description: FLOW-TRACKING-TESTS-LEAF3_Ethernet31 + description: L2_flow-tracking-tests-leaf3_Ethernet31 shutdown: false channel_group: id: 1 @@ -47,14 +47,14 @@ ethernet_interfaces: peer: flow-tracking-tests-leaf4 peer_interface: Ethernet31 peer_type: l3leaf - description: FLOW-TRACKING-TESTS-LEAF4_Ethernet31 + description: L2_flow-tracking-tests-leaf4_Ethernet31 shutdown: false channel_group: id: 1 mode: active port_channel_interfaces: - name: Port-Channel1 - description: flow-tracking-tests-leaf-mlag_Po31 + description: L2_flow-tracking-tests-leaf-mlag_Port-Channel31 switchport: enabled: true mode: trunk diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/flow-tracking-tests-l2-leaf2.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/flow-tracking-tests-l2-leaf2.yml index da5b5f031dd..ee84b476acd 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/flow-tracking-tests-l2-leaf2.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/flow-tracking-tests-l2-leaf2.yml @@ -38,7 +38,7 @@ ethernet_interfaces: peer: flow-tracking-tests-leaf3 peer_interface: Ethernet32 peer_type: l3leaf - description: FLOW-TRACKING-TESTS-LEAF3_Ethernet32 + description: L2_flow-tracking-tests-leaf3_Ethernet32 shutdown: false channel_group: id: 1 @@ -47,14 +47,14 @@ ethernet_interfaces: peer: flow-tracking-tests-leaf4 peer_interface: Ethernet32 peer_type: l3leaf - description: FLOW-TRACKING-TESTS-LEAF4_Ethernet32 + description: L2_flow-tracking-tests-leaf4_Ethernet32 shutdown: false channel_group: id: 1 mode: active port_channel_interfaces: - name: Port-Channel1 - description: flow-tracking-tests-leaf-mlag_Po32 + description: L2_flow-tracking-tests-leaf-mlag_Port-Channel32 switchport: enabled: true mode: trunk diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/flow-tracking-tests-leaf3.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/flow-tracking-tests-leaf3.yml index 6a53356ecd3..d51d8391650 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/flow-tracking-tests-leaf3.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/flow-tracking-tests-leaf3.yml @@ -208,7 +208,7 @@ port_channel_interfaces: - MLAG shutdown: false - name: Port-Channel31 - description: FLOW-TRACKING-TESTS-L2-LEAF1_Po1 + description: L2_flow-tracking-tests-l2-leaf1_Port-Channel1 switchport: enabled: true mode: trunk @@ -219,7 +219,7 @@ port_channel_interfaces: hardware: FLOW-TRACKER mlag: 31 - name: Port-Channel32 - description: FLOW-TRACKING-TESTS-L2-LEAF2_Po1 + description: L2_flow-tracking-tests-l2-leaf2_Port-Channel1 switchport: enabled: true mode: trunk @@ -305,7 +305,7 @@ ethernet_interfaces: peer: flow-tracking-tests-l2-leaf1 peer_interface: Ethernet1 peer_type: l2leaf - description: FLOW-TRACKING-TESTS-L2-LEAF1_Ethernet1 + description: L2_flow-tracking-tests-l2-leaf1_Ethernet1 shutdown: false channel_group: id: 31 @@ -314,7 +314,7 @@ ethernet_interfaces: peer: flow-tracking-tests-l2-leaf2 peer_interface: Ethernet1 peer_type: l2leaf - description: FLOW-TRACKING-TESTS-L2-LEAF2_Ethernet1 + description: L2_flow-tracking-tests-l2-leaf2_Ethernet1 shutdown: false channel_group: id: 32 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/flow-tracking-tests-leaf4.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/flow-tracking-tests-leaf4.yml index 3288cc44ed5..054f3d58c39 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/flow-tracking-tests-leaf4.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/flow-tracking-tests-leaf4.yml @@ -210,7 +210,7 @@ port_channel_interfaces: flow_tracker: hardware: FLOW-TRACKER - name: Port-Channel31 - description: FLOW-TRACKING-TESTS-L2-LEAF1_Po1 + description: L2_flow-tracking-tests-l2-leaf1_Port-Channel1 switchport: enabled: true mode: trunk @@ -219,7 +219,7 @@ port_channel_interfaces: shutdown: false mlag: 31 - name: Port-Channel32 - description: FLOW-TRACKING-TESTS-L2-LEAF2_Po1 + description: L2_flow-tracking-tests-l2-leaf2_Port-Channel1 switchport: enabled: true mode: trunk @@ -305,7 +305,7 @@ ethernet_interfaces: peer: flow-tracking-tests-l2-leaf1 peer_interface: Ethernet2 peer_type: l2leaf - description: FLOW-TRACKING-TESTS-L2-LEAF1_Ethernet2 + description: L2_flow-tracking-tests-l2-leaf1_Ethernet2 shutdown: false channel_group: id: 31 @@ -314,7 +314,7 @@ ethernet_interfaces: peer: flow-tracking-tests-l2-leaf2 peer_interface: Ethernet2 peer_type: l2leaf - description: FLOW-TRACKING-TESTS-L2-LEAF2_Ethernet2 + description: L2_flow-tracking-tests-l2-leaf2_Ethernet2 shutdown: false channel_group: id: 32 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/override_uplink_type-d.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/override_uplink_type-d.yml index d76ac8fe177..0b31eca9749 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/override_uplink_type-d.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/override_uplink_type-d.yml @@ -27,14 +27,14 @@ ethernet_interfaces: peer: override_uplink_type-u peer_interface: Ethernet1 peer_type: spine - description: OVERRIDE_UPLINK_TYPE-U_Ethernet1 + description: L2_override_uplink_type-u_Ethernet1 shutdown: false channel_group: id: 1 mode: active port_channel_interfaces: - name: Port-Channel1 - description: OVERRIDE_UPLINK_TYPE-U_Po1 + description: L2_override_uplink_type-u_Port-Channel1 switchport: enabled: true mode: trunk diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/override_uplink_type-u.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/override_uplink_type-u.yml index 0bb79fd5714..8751a9da443 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/override_uplink_type-u.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/override_uplink_type-u.yml @@ -64,14 +64,14 @@ ethernet_interfaces: peer: override_uplink_type-d peer_interface: Ethernet1 peer_type: spine - description: OVERRIDE_UPLINK_TYPE-D_Ethernet1 + description: L2_override_uplink_type-d_Ethernet1 shutdown: false channel_group: id: 1 mode: active port_channel_interfaces: - name: Port-Channel1 - description: OVERRIDE_UPLINK_TYPE-D_Po1 + description: L2_override_uplink_type-d_Port-Channel1 switchport: enabled: true mode: trunk diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/ptp-tests-l2leaf1-ptp-disabled.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/ptp-tests-l2leaf1-ptp-disabled.yml index 3dc4bc9aabe..967a772f46f 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/ptp-tests-l2leaf1-ptp-disabled.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/ptp-tests-l2leaf1-ptp-disabled.yml @@ -33,7 +33,7 @@ ethernet_interfaces: peer: ptp-tests-leaf1 peer_interface: Ethernet11 peer_type: l3leaf - description: PTP-TESTS-LEAF1_Ethernet11 + description: L2_ptp-tests-leaf1_Ethernet11 shutdown: false channel_group: id: 1 @@ -42,14 +42,14 @@ ethernet_interfaces: peer: ptp-tests-leaf2 peer_interface: Ethernet11 peer_type: l3leaf - description: PTP-TESTS-LEAF2_Ethernet11 + description: L2_ptp-tests-leaf2_Ethernet11 shutdown: false channel_group: id: 1 mode: active port_channel_interfaces: - name: Port-Channel1 - description: ptp-test-leaf_Po11 + description: L2_ptp-test-leaf_Port-Channel11 switchport: enabled: true mode: trunk diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/ptp-tests-l2leaf2-ptp-enabled-uplink-disabled.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/ptp-tests-l2leaf2-ptp-enabled-uplink-disabled.yml index f2e6f1691cc..4e638f5bf31 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/ptp-tests-l2leaf2-ptp-enabled-uplink-disabled.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/ptp-tests-l2leaf2-ptp-enabled-uplink-disabled.yml @@ -51,7 +51,7 @@ ethernet_interfaces: peer: ptp-tests-leaf1 peer_interface: Ethernet14 peer_type: l3leaf - description: PTP-TESTS-LEAF1_Ethernet14 + description: L2_ptp-tests-leaf1_Ethernet14 shutdown: false channel_group: id: 1 @@ -60,14 +60,14 @@ ethernet_interfaces: peer: ptp-tests-leaf2 peer_interface: Ethernet14 peer_type: l3leaf - description: PTP-TESTS-LEAF2_Ethernet14 + description: L2_ptp-tests-leaf2_Ethernet14 shutdown: false channel_group: id: 1 mode: active port_channel_interfaces: - name: Port-Channel1 - description: ptp-test-leaf_Po14 + description: L2_ptp-test-leaf_Port-Channel14 switchport: enabled: true mode: trunk diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/ptp-tests-l2leaf2-ptp-enabled.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/ptp-tests-l2leaf2-ptp-enabled.yml index f62df91f0e0..048aefa067c 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/ptp-tests-l2leaf2-ptp-enabled.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/ptp-tests-l2leaf2-ptp-enabled.yml @@ -51,7 +51,7 @@ ethernet_interfaces: peer: ptp-tests-leaf1 peer_interface: Ethernet12 peer_type: l3leaf - description: PTP-TESTS-LEAF1_Ethernet12 + description: L2_ptp-tests-leaf1_Ethernet12 shutdown: false channel_group: id: 1 @@ -60,14 +60,14 @@ ethernet_interfaces: peer: ptp-tests-leaf2 peer_interface: Ethernet12 peer_type: l3leaf - description: PTP-TESTS-LEAF2_Ethernet12 + description: L2_ptp-tests-leaf2_Ethernet12 shutdown: false channel_group: id: 1 mode: active port_channel_interfaces: - name: Port-Channel1 - description: ptp-test-leaf_Po12 + description: L2_ptp-test-leaf_Port-Channel12 switchport: enabled: true mode: trunk diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/ptp-tests-leaf1.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/ptp-tests-leaf1.yml index c8c4fcfdf46..0bcf9dbecb8 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/ptp-tests-leaf1.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/ptp-tests-leaf1.yml @@ -218,7 +218,7 @@ port_channel_interfaces: transport: ipv4 enable: true - name: Port-Channel11 - description: PTP-TESTS-L2LEAF1-PTP-DISABLED_Po1 + description: L2_ptp-tests-l2leaf1-ptp-disabled_Port-Channel1 switchport: enabled: true mode: trunk @@ -227,7 +227,7 @@ port_channel_interfaces: shutdown: false mlag: 11 - name: Port-Channel12 - description: PTP-TESTS-L2LEAF2-PTP-ENABLED_Po1 + description: L2_ptp-tests-l2leaf2-ptp-enabled_Port-Channel1 switchport: enabled: true mode: trunk @@ -245,7 +245,7 @@ port_channel_interfaces: transport: ipv4 enable: true - name: Port-Channel14 - description: PTP-TESTS-L2LEAF2-PTP-ENABLED-UPLINK-DISABLED_Po1 + description: L2_ptp-tests-l2leaf2-ptp-enabled-uplink-disabled_Port-Channel1 switchport: enabled: true mode: trunk @@ -333,7 +333,7 @@ ethernet_interfaces: peer: ptp-tests-l2leaf1-ptp-disabled peer_interface: Ethernet1 peer_type: l2leaf - description: PTP-TESTS-L2LEAF1-PTP-DISABLED_Ethernet1 + description: L2_ptp-tests-l2leaf1-ptp-disabled_Ethernet1 shutdown: false channel_group: id: 11 @@ -342,7 +342,7 @@ ethernet_interfaces: peer: ptp-tests-l2leaf2-ptp-enabled peer_interface: Ethernet1 peer_type: l2leaf - description: PTP-TESTS-L2LEAF2-PTP-ENABLED_Ethernet1 + description: L2_ptp-tests-l2leaf2-ptp-enabled_Ethernet1 shutdown: false channel_group: id: 12 @@ -351,7 +351,7 @@ ethernet_interfaces: peer: ptp-tests-l2leaf2-ptp-enabled-uplink-disabled peer_interface: Ethernet1 peer_type: l2leaf - description: PTP-TESTS-L2LEAF2-PTP-ENABLED-UPLINK-DISABLED_Ethernet1 + description: L2_ptp-tests-l2leaf2-ptp-enabled-uplink-disabled_Ethernet1 shutdown: false channel_group: id: 14 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/ptp-tests-leaf2.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/ptp-tests-leaf2.yml index ef0c343fdcd..5f4d8adcc78 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/ptp-tests-leaf2.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/ptp-tests-leaf2.yml @@ -229,7 +229,7 @@ port_channel_interfaces: transport: ipv4 enable: true - name: Port-Channel11 - description: PTP-TESTS-L2LEAF1-PTP-DISABLED_Po1 + description: L2_ptp-tests-l2leaf1-ptp-disabled_Port-Channel1 switchport: enabled: true mode: trunk @@ -238,7 +238,7 @@ port_channel_interfaces: shutdown: false mlag: 11 - name: Port-Channel12 - description: PTP-TESTS-L2LEAF2-PTP-ENABLED_Po1 + description: L2_ptp-tests-l2leaf2-ptp-enabled_Port-Channel1 switchport: enabled: true mode: trunk @@ -256,7 +256,7 @@ port_channel_interfaces: transport: ipv4 enable: true - name: Port-Channel14 - description: PTP-TESTS-L2LEAF2-PTP-ENABLED-UPLINK-DISABLED_Po1 + description: L2_ptp-tests-l2leaf2-ptp-enabled-uplink-disabled_Port-Channel1 switchport: enabled: true mode: trunk @@ -344,7 +344,7 @@ ethernet_interfaces: peer: ptp-tests-l2leaf1-ptp-disabled peer_interface: Ethernet2 peer_type: l2leaf - description: PTP-TESTS-L2LEAF1-PTP-DISABLED_Ethernet2 + description: L2_ptp-tests-l2leaf1-ptp-disabled_Ethernet2 shutdown: false channel_group: id: 11 @@ -353,7 +353,7 @@ ethernet_interfaces: peer: ptp-tests-l2leaf2-ptp-enabled peer_interface: Ethernet2 peer_type: l2leaf - description: PTP-TESTS-L2LEAF2-PTP-ENABLED_Ethernet2 + description: L2_ptp-tests-l2leaf2-ptp-enabled_Ethernet2 shutdown: false channel_group: id: 12 @@ -362,7 +362,7 @@ ethernet_interfaces: peer: ptp-tests-l2leaf2-ptp-enabled-uplink-disabled peer_interface: Ethernet2 peer_type: l2leaf - description: PTP-TESTS-L2LEAF2-PTP-ENABLED-UPLINK-DISABLED_Ethernet2 + description: L2_ptp-tests-l2leaf2-ptp-enabled-uplink-disabled_Ethernet2 shutdown: false channel_group: id: 14 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/sflow-tests-l2-leaf1.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/sflow-tests-l2-leaf1.yml index a4ecad6a0ed..530df0b4500 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/sflow-tests-l2-leaf1.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/sflow-tests-l2-leaf1.yml @@ -38,7 +38,7 @@ ethernet_interfaces: peer: sflow-tests-leaf3 peer_interface: Ethernet16 peer_type: l3leaf - description: SFLOW-TESTS-LEAF3_Ethernet16 + description: L2_sflow-tests-leaf3_Ethernet16 shutdown: false channel_group: id: 1 @@ -47,14 +47,14 @@ ethernet_interfaces: peer: sflow-tests-leaf4 peer_interface: Ethernet16 peer_type: l3leaf - description: SFLOW-TESTS-LEAF4_Ethernet16 + description: L2_sflow-tests-leaf4_Ethernet16 shutdown: false channel_group: id: 1 mode: active port_channel_interfaces: - name: Port-Channel1 - description: sflow-tests-leaf-mlag_Po16 + description: L2_sflow-tests-leaf-mlag_Port-Channel16 switchport: enabled: true mode: trunk diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/sflow-tests-l2-leaf2.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/sflow-tests-l2-leaf2.yml index 44df6706277..74e300cd577 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/sflow-tests-l2-leaf2.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/sflow-tests-l2-leaf2.yml @@ -38,7 +38,7 @@ ethernet_interfaces: peer: sflow-tests-leaf3 peer_interface: Ethernet17 peer_type: l3leaf - description: SFLOW-TESTS-LEAF3_Ethernet17 + description: L2_sflow-tests-leaf3_Ethernet17 shutdown: false channel_group: id: 1 @@ -47,14 +47,14 @@ ethernet_interfaces: peer: sflow-tests-leaf4 peer_interface: Ethernet17 peer_type: l3leaf - description: SFLOW-TESTS-LEAF4_Ethernet17 + description: L2_sflow-tests-leaf4_Ethernet17 shutdown: false channel_group: id: 1 mode: active port_channel_interfaces: - name: Port-Channel1 - description: sflow-tests-leaf-mlag_Po17 + description: L2_sflow-tests-leaf-mlag_Port-Channel17 switchport: enabled: true mode: trunk diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/sflow-tests-leaf3.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/sflow-tests-leaf3.yml index 50bfd7b85aa..1a1dd32b5b0 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/sflow-tests-leaf3.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/sflow-tests-leaf3.yml @@ -208,7 +208,7 @@ port_channel_interfaces: spanning_tree_portfast: edge mlag: 11 - name: Port-Channel16 - description: SFLOW-TESTS-L2-LEAF1_Po1 + description: L2_sflow-tests-l2-leaf1_Port-Channel1 switchport: enabled: true mode: trunk @@ -219,7 +219,7 @@ port_channel_interfaces: enable: true mlag: 16 - name: Port-Channel17 - description: SFLOW-TESTS-L2-LEAF2_Po1 + description: L2_sflow-tests-l2-leaf2_Port-Channel1 switchport: enabled: true mode: trunk @@ -298,7 +298,7 @@ ethernet_interfaces: peer: sflow-tests-l2-leaf1 peer_interface: Ethernet1 peer_type: l2leaf - description: SFLOW-TESTS-L2-LEAF1_Ethernet1 + description: L2_sflow-tests-l2-leaf1_Ethernet1 shutdown: false channel_group: id: 16 @@ -307,7 +307,7 @@ ethernet_interfaces: peer: sflow-tests-l2-leaf2 peer_interface: Ethernet1 peer_type: l2leaf - description: SFLOW-TESTS-L2-LEAF2_Ethernet1 + description: L2_sflow-tests-l2-leaf2_Ethernet1 shutdown: false channel_group: id: 17 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/sflow-tests-leaf4.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/sflow-tests-leaf4.yml index 1be6e438c82..0160e7522c6 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/sflow-tests-leaf4.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/sflow-tests-leaf4.yml @@ -208,7 +208,7 @@ port_channel_interfaces: spanning_tree_portfast: edge mlag: 11 - name: Port-Channel16 - description: SFLOW-TESTS-L2-LEAF1_Po1 + description: L2_sflow-tests-l2-leaf1_Port-Channel1 switchport: enabled: true mode: trunk @@ -219,7 +219,7 @@ port_channel_interfaces: enable: true mlag: 16 - name: Port-Channel17 - description: SFLOW-TESTS-L2-LEAF2_Po1 + description: L2_sflow-tests-l2-leaf2_Port-Channel1 switchport: enabled: true mode: trunk @@ -298,7 +298,7 @@ ethernet_interfaces: peer: sflow-tests-l2-leaf1 peer_interface: Ethernet2 peer_type: l2leaf - description: SFLOW-TESTS-L2-LEAF1_Ethernet2 + description: L2_sflow-tests-l2-leaf1_Ethernet2 shutdown: false channel_group: id: 16 @@ -307,7 +307,7 @@ ethernet_interfaces: peer: sflow-tests-l2-leaf2 peer_interface: Ethernet2 peer_type: l2leaf - description: SFLOW-TESTS-L2-LEAF2_Ethernet2 + description: L2_sflow-tests-l2-leaf2_Ethernet2 shutdown: false channel_group: id: 17 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/trunk-group-tests-l2leaf1a.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/trunk-group-tests-l2leaf1a.yml index 55455339646..782025e2415 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/trunk-group-tests-l2leaf1a.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/trunk-group-tests-l2leaf1a.yml @@ -109,7 +109,7 @@ port_channel_interfaces: - MLAG shutdown: false - name: Port-Channel1 - description: TRUNK_GROUP_TESTS_L3LEAF1_Po1 + description: L2_TRUNK_GROUP_TESTS_L3LEAF1_Port-Channel1 switchport: enabled: true mode: trunk @@ -152,7 +152,7 @@ ethernet_interfaces: peer: trunk-group-tests-l3leaf1a peer_interface: Ethernet1 peer_type: l3leaf - description: TRUNK-GROUP-TESTS-L3LEAF1A_Ethernet1 + description: L2_trunk-group-tests-l3leaf1a_Ethernet1 shutdown: false channel_group: id: 1 @@ -161,7 +161,7 @@ ethernet_interfaces: peer: trunk-group-tests-l3leaf1b peer_interface: Ethernet1 peer_type: l3leaf - description: TRUNK-GROUP-TESTS-L3LEAF1B_Ethernet1 + description: L2_trunk-group-tests-l3leaf1b_Ethernet1 shutdown: false channel_group: id: 1 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/trunk-group-tests-l2leaf1b.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/trunk-group-tests-l2leaf1b.yml index 08b355d8ca3..e805f8b814e 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/trunk-group-tests-l2leaf1b.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/trunk-group-tests-l2leaf1b.yml @@ -101,7 +101,7 @@ port_channel_interfaces: - CUSTOM_MLAG_TG_NAME shutdown: false - name: Port-Channel1 - description: TRUNK_GROUP_TESTS_L3LEAF1_Po1 + description: L2_TRUNK_GROUP_TESTS_L3LEAF1_Port-Channel1 switchport: enabled: true mode: trunk @@ -144,7 +144,7 @@ ethernet_interfaces: peer: trunk-group-tests-l3leaf1a peer_interface: Ethernet2 peer_type: l3leaf - description: TRUNK-GROUP-TESTS-L3LEAF1A_Ethernet2 + description: L2_trunk-group-tests-l3leaf1a_Ethernet2 shutdown: false channel_group: id: 1 @@ -153,7 +153,7 @@ ethernet_interfaces: peer: trunk-group-tests-l3leaf1b peer_interface: Ethernet2 peer_type: l3leaf - description: TRUNK-GROUP-TESTS-L3LEAF1B_Ethernet2 + description: L2_trunk-group-tests-l3leaf1b_Ethernet2 shutdown: false channel_group: id: 1 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/trunk-group-tests-l2leaf3.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/trunk-group-tests-l2leaf3.yml index 5797beec0f2..6f49efb759e 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/trunk-group-tests-l2leaf3.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/trunk-group-tests-l2leaf3.yml @@ -28,7 +28,7 @@ ethernet_interfaces: peer: trunk-group-tests-l3leaf1a peer_interface: Ethernet5 peer_type: l3leaf - description: TRUNK-GROUP-TESTS-L3LEAF1A_Ethernet5 + description: L2_trunk-group-tests-l3leaf1a_Ethernet5 shutdown: false channel_group: id: 1 @@ -37,7 +37,7 @@ ethernet_interfaces: peer: trunk-group-tests-l3leaf1b peer_interface: Ethernet5 peer_type: l3leaf - description: TRUNK-GROUP-TESTS-L3LEAF1B_Ethernet5 + description: L2_trunk-group-tests-l3leaf1b_Ethernet5 shutdown: false channel_group: id: 1 @@ -57,7 +57,7 @@ ethernet_interfaces: - TG_200 port_channel_interfaces: - name: Port-Channel1 - description: TRUNK_GROUP_TESTS_L3LEAF1_Po5 + description: L2_TRUNK_GROUP_TESTS_L3LEAF1_Port-Channel5 switchport: enabled: true mode: trunk diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/trunk-group-tests-l2leaf4.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/trunk-group-tests-l2leaf4.yml index d3261ea85e6..b6af2772a62 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/trunk-group-tests-l2leaf4.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/trunk-group-tests-l2leaf4.yml @@ -28,7 +28,7 @@ ethernet_interfaces: peer: trunk-group-tests-l3leaf2a peer_interface: Ethernet1 peer_type: l3leaf - description: TRUNK-GROUP-TESTS-L3LEAF2A_Ethernet1 + description: L2_trunk-group-tests-l3leaf2a_Ethernet1 shutdown: false channel_group: id: 1 @@ -37,7 +37,7 @@ ethernet_interfaces: peer: trunk-group-tests-l3leaf2b peer_interface: Ethernet1 peer_type: l3leaf - description: TRUNK-GROUP-TESTS-L3LEAF2B_Ethernet1 + description: L2_trunk-group-tests-l3leaf2b_Ethernet1 shutdown: false channel_group: id: 1 @@ -57,7 +57,7 @@ ethernet_interfaces: - TG_200 port_channel_interfaces: - name: Port-Channel1 - description: TRUNK_GROUP_TESTS_L3LEAF2_Po1 + description: L2_TRUNK_GROUP_TESTS_L3LEAF2_Port-Channel1 switchport: enabled: true mode: trunk diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/trunk-group-tests-l3leaf1a.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/trunk-group-tests-l3leaf1a.yml index bffe9995adf..53003abeb08 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/trunk-group-tests-l3leaf1a.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/trunk-group-tests-l3leaf1a.yml @@ -424,7 +424,7 @@ port_channel_interfaces: - MLAG shutdown: false - name: Port-Channel1 - description: TRUNK_GROUP_TESTS_L2LEAF1_Po1 + description: L2_TRUNK_GROUP_TESTS_L2LEAF1_Port-Channel1 switchport: enabled: true mode: trunk @@ -434,7 +434,7 @@ port_channel_interfaces: shutdown: false mlag: 1 - name: Port-Channel5 - description: TRUNK-GROUP-TESTS-L2LEAF3_Po1 + description: L2_trunk-group-tests-l2leaf3_Port-Channel1 switchport: enabled: true mode: trunk @@ -477,7 +477,7 @@ ethernet_interfaces: peer: trunk-group-tests-l2leaf1a peer_interface: Ethernet1 peer_type: l2leaf - description: TRUNK-GROUP-TESTS-L2LEAF1A_Ethernet1 + description: L2_trunk-group-tests-l2leaf1a_Ethernet1 shutdown: false channel_group: id: 1 @@ -486,7 +486,7 @@ ethernet_interfaces: peer: trunk-group-tests-l2leaf1b peer_interface: Ethernet1 peer_type: l2leaf - description: TRUNK-GROUP-TESTS-L2LEAF1B_Ethernet1 + description: L2_trunk-group-tests-l2leaf1b_Ethernet1 shutdown: false channel_group: id: 1 @@ -495,7 +495,7 @@ ethernet_interfaces: peer: trunk-group-tests-l2leaf3 peer_interface: Ethernet1 peer_type: l2leaf - description: TRUNK-GROUP-TESTS-L2LEAF3_Ethernet1 + description: L2_trunk-group-tests-l2leaf3_Ethernet1 shutdown: false channel_group: id: 5 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/trunk-group-tests-l3leaf1b.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/trunk-group-tests-l3leaf1b.yml index 73d5806c360..bfc678eab38 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/trunk-group-tests-l3leaf1b.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/trunk-group-tests-l3leaf1b.yml @@ -413,7 +413,7 @@ port_channel_interfaces: - CUSTOM_LEAF_PEER_L3_TG_NAME shutdown: false - name: Port-Channel1 - description: TRUNK_GROUP_TESTS_L2LEAF1_Po1 + description: L2_TRUNK_GROUP_TESTS_L2LEAF1_Port-Channel1 switchport: enabled: true mode: trunk @@ -423,7 +423,7 @@ port_channel_interfaces: shutdown: false mlag: 1 - name: Port-Channel5 - description: TRUNK-GROUP-TESTS-L2LEAF3_Po1 + description: L2_trunk-group-tests-l2leaf3_Port-Channel1 switchport: enabled: true mode: trunk @@ -466,7 +466,7 @@ ethernet_interfaces: peer: trunk-group-tests-l2leaf1a peer_interface: Ethernet2 peer_type: l2leaf - description: TRUNK-GROUP-TESTS-L2LEAF1A_Ethernet2 + description: L2_trunk-group-tests-l2leaf1a_Ethernet2 shutdown: false channel_group: id: 1 @@ -475,7 +475,7 @@ ethernet_interfaces: peer: trunk-group-tests-l2leaf1b peer_interface: Ethernet2 peer_type: l2leaf - description: TRUNK-GROUP-TESTS-L2LEAF1B_Ethernet2 + description: L2_trunk-group-tests-l2leaf1b_Ethernet2 shutdown: false channel_group: id: 1 @@ -484,7 +484,7 @@ ethernet_interfaces: peer: trunk-group-tests-l2leaf3 peer_interface: Ethernet2 peer_type: l2leaf - description: TRUNK-GROUP-TESTS-L2LEAF3_Ethernet2 + description: L2_trunk-group-tests-l2leaf3_Ethernet2 shutdown: false channel_group: id: 5 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/trunk-group-tests-l3leaf2a.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/trunk-group-tests-l3leaf2a.yml index 0c44c549109..15bf03a3b91 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/trunk-group-tests-l3leaf2a.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/trunk-group-tests-l3leaf2a.yml @@ -191,7 +191,7 @@ port_channel_interfaces: - MLAG shutdown: false - name: Port-Channel1 - description: TRUNK-GROUP-TESTS-L2LEAF4_Po1 + description: L2_trunk-group-tests-l2leaf4_Port-Channel1 switchport: enabled: true mode: trunk @@ -223,7 +223,7 @@ ethernet_interfaces: peer: trunk-group-tests-l2leaf4 peer_interface: Ethernet1 peer_type: l2leaf - description: TRUNK-GROUP-TESTS-L2LEAF4_Ethernet1 + description: L2_trunk-group-tests-l2leaf4_Ethernet1 shutdown: false channel_group: id: 1 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/trunk-group-tests-l3leaf2b.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/trunk-group-tests-l3leaf2b.yml index 1ebb20a9144..a05c181d332 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/trunk-group-tests-l3leaf2b.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/trunk-group-tests-l3leaf2b.yml @@ -187,7 +187,7 @@ port_channel_interfaces: - CUSTOM_MLAG_TG_NAME shutdown: false - name: Port-Channel1 - description: TRUNK-GROUP-TESTS-L2LEAF4_Po1 + description: L2_trunk-group-tests-l2leaf4_Port-Channel1 switchport: enabled: true mode: trunk @@ -219,7 +219,7 @@ ethernet_interfaces: peer: trunk-group-tests-l2leaf4 peer_interface: Ethernet2 peer_type: l2leaf - description: TRUNK-GROUP-TESTS-L2LEAF4_Ethernet2 + description: L2_trunk-group-tests-l2leaf4_Ethernet2 shutdown: false channel_group: id: 1 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/uplink-native-vlan-child.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/uplink-native-vlan-child.yml index e17b26e78cf..524aef5b6dc 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/uplink-native-vlan-child.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/uplink-native-vlan-child.yml @@ -31,14 +31,14 @@ ethernet_interfaces: peer: uplink-native-vlan-parent peer_interface: Ethernet2 peer_type: l2leaf - description: UPLINK-NATIVE-VLAN-PARENT_Ethernet2 + description: L2_uplink-native-vlan-parent_Ethernet2 shutdown: false channel_group: id: 2 mode: active port_channel_interfaces: - name: Port-Channel2 - description: UPLINK-NATIVE-VLAN-PARENT_Po2 + description: L2_uplink-native-vlan-parent_Port-Channel2 switchport: enabled: true mode: trunk diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/uplink-native-vlan-grandparent.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/uplink-native-vlan-grandparent.yml index 711d65167f5..585218ad674 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/uplink-native-vlan-grandparent.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/uplink-native-vlan-grandparent.yml @@ -24,14 +24,14 @@ ethernet_interfaces: peer: uplink-native-vlan-parent peer_interface: Ethernet1 peer_type: l2leaf - description: UPLINK-NATIVE-VLAN-PARENT_Ethernet1 + description: L2_uplink-native-vlan-parent_Ethernet1 shutdown: false channel_group: id: 1 mode: active port_channel_interfaces: - name: Port-Channel1 - description: UPLINK-NATIVE-VLAN-PARENT_Po1 + description: L2_uplink-native-vlan-parent_Port-Channel1 switchport: enabled: true mode: trunk diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/uplink-native-vlan-parent.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/uplink-native-vlan-parent.yml index be2a65fb604..46477eed32d 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/uplink-native-vlan-parent.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/uplink-native-vlan-parent.yml @@ -31,7 +31,7 @@ ethernet_interfaces: peer: uplink-native-vlan-grandparent peer_interface: Ethernet1 peer_type: l2leaf - description: UPLINK-NATIVE-VLAN-GRANDPARENT_Ethernet1 + description: L2_uplink-native-vlan-grandparent_Ethernet1 shutdown: false channel_group: id: 1 @@ -40,14 +40,14 @@ ethernet_interfaces: peer: uplink-native-vlan-child peer_interface: Ethernet2 peer_type: l2leaf - description: UPLINK-NATIVE-VLAN-CHILD_Ethernet2 + description: L2_uplink-native-vlan-child_Ethernet2 shutdown: false channel_group: id: 2 mode: active port_channel_interfaces: - name: Port-Channel1 - description: UPLINK-NATIVE-VLAN-GRANDPARENT_Po1 + description: L2_uplink-native-vlan-grandparent_Port-Channel1 switchport: enabled: true mode: trunk @@ -56,7 +56,7 @@ port_channel_interfaces: allowed_vlan: '100' shutdown: false - name: Port-Channel2 - description: UPLINK-NATIVE-VLAN-CHILD_Po2 + description: L2_uplink-native-vlan-child_Port-Channel2 switchport: enabled: true mode: trunk diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/uplink_lan_l2leaf.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/uplink_lan_l2leaf.yml index 62f6f91a327..b113c95024e 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/uplink_lan_l2leaf.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/uplink_lan_l2leaf.yml @@ -24,7 +24,7 @@ ethernet_interfaces: peer: uplink_lan_wan_router1 peer_interface: Ethernet2 peer_type: wan_router - description: UPLINK_LAN_WAN_ROUTER1_Ethernet2 + description: L2_uplink_lan_wan_router1_Ethernet2 shutdown: false switchport: enabled: true @@ -39,7 +39,7 @@ ethernet_interfaces: peer: uplink_lan_wan_router2 peer_interface: Ethernet2 peer_type: wan_router - description: UPLINK_LAN_WAN_ROUTER2_Ethernet2 + description: L2_uplink_lan_wan_router2_Ethernet2 shutdown: false switchport: enabled: true diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/uplink_lan_wan_router1.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/uplink_lan_wan_router1.yml index cfe7d1d0ea0..bcbfd1b901b 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/uplink_lan_wan_router1.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/uplink_lan_wan_router1.yml @@ -110,7 +110,7 @@ ethernet_interfaces: peer: uplink_lan_l2leaf peer_interface: Ethernet1 VLAN 10 peer_type: l2leaf - description: UPLINK_LAN_L2LEAF_Ethernet1 + description: L2_uplink_lan_l2leaf_Ethernet1 shutdown: false switchport: enabled: false diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/uplink_lan_wan_router2.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/uplink_lan_wan_router2.yml index b265926fb00..2c95af63375 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/uplink_lan_wan_router2.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/uplink_lan_wan_router2.yml @@ -110,7 +110,7 @@ ethernet_interfaces: peer: uplink_lan_l2leaf peer_interface: Ethernet2 peer_type: l2leaf - description: UPLINK_LAN_L2LEAF_Ethernet2 + description: L2_uplink_lan_l2leaf_Ethernet2 shutdown: false switchport: enabled: false diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/inventory/group_vars/AVD_LAB.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/inventory/group_vars/AVD_LAB.yml index 8658c81b756..0f273e5f4ee 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/inventory/group_vars/AVD_LAB.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/inventory/group_vars/AVD_LAB.yml @@ -22,6 +22,8 @@ mlag_bgp_peer_description: "{mlag_peer}" overlay_bgp_peer_description: "{peer}" default_underlay_p2p_ethernet_description: "P2P_LINK_TO_{peer!u}_{peer_interface}{vrf?<_vrf_}" default_underlay_p2p_port_channel_description: "P2P_LINK_TO_{peer}_{peer_interface}" # This is not actively used in this scenario. Included for completeness. +underlay_l2_ethernet_description: "{peer!u}_{peer_interface}" +underlay_l2_port_channel_description: "{peer_node_group_or_uppercase_peer}_Po{peer_port_channel_id}" # Test for custom description templates mlag_bgp_peer_group_description: "MLAG_PEER_{mlag_peer}" diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/inventory/group_vars/INBAND_MGMT_TESTS.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/inventory/group_vars/INBAND_MGMT_TESTS.yml index 1e953508089..2a9af806ac2 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/inventory/group_vars/INBAND_MGMT_TESTS.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/inventory/group_vars/INBAND_MGMT_TESTS.yml @@ -1,4 +1,9 @@ --- + +# Testing reverting to <5.0.0 description since 'inband-mgmt-subnet' exposes the uppercase peer hostname on a port-channel. +underlay_l2_ethernet_description: "{peer!u}_{peer_interface}" +underlay_l2_port_channel_description: "{peer_node_group_or_uppercase_peer}_Po{peer_port_channel_id}" + default_node_types: - match_hostnames: - inband-mgmt-parent.* diff --git a/ansible_collections/arista/avd/molecule/eos_validate_state/intended/structured_configs/dc1-leaf1a.yml b/ansible_collections/arista/avd/molecule/eos_validate_state/intended/structured_configs/dc1-leaf1a.yml index 44c7cbd6796..286ea6c626e 100644 --- a/ansible_collections/arista/avd/molecule/eos_validate_state/intended/structured_configs/dc1-leaf1a.yml +++ b/ansible_collections/arista/avd/molecule/eos_validate_state/intended/structured_configs/dc1-leaf1a.yml @@ -343,7 +343,7 @@ port_channel_interfaces: - MLAG shutdown: false - name: Port-Channel8 - description: DC1-LEAF1C_Po1 + description: L2_dc1-leaf1c_Port-Channel1 switchport: enabled: true mode: trunk @@ -425,7 +425,7 @@ ethernet_interfaces: peer: dc1-leaf1c peer_interface: Ethernet1 peer_type: l2leaf - description: DC1-LEAF1C_Ethernet1 + description: L2_dc1-leaf1c_Ethernet1 shutdown: false channel_group: id: 8 diff --git a/ansible_collections/arista/avd/molecule/eos_validate_state/intended/structured_configs/dc1-leaf1b.yml b/ansible_collections/arista/avd/molecule/eos_validate_state/intended/structured_configs/dc1-leaf1b.yml index bb646e8e4bf..49e904334e9 100644 --- a/ansible_collections/arista/avd/molecule/eos_validate_state/intended/structured_configs/dc1-leaf1b.yml +++ b/ansible_collections/arista/avd/molecule/eos_validate_state/intended/structured_configs/dc1-leaf1b.yml @@ -340,7 +340,7 @@ port_channel_interfaces: - MLAG shutdown: false - name: Port-Channel8 - description: DC1-LEAF1C_Po1 + description: L2_dc1-leaf1c_Port-Channel1 switchport: enabled: true mode: trunk @@ -422,7 +422,7 @@ ethernet_interfaces: peer: dc1-leaf1c peer_interface: Ethernet2 peer_type: l2leaf - description: DC1-LEAF1C_Ethernet2 + description: L2_dc1-leaf1c_Ethernet2 shutdown: false channel_group: id: 8 diff --git a/ansible_collections/arista/avd/molecule/eos_validate_state/intended/structured_configs/dc1-leaf1c.yml b/ansible_collections/arista/avd/molecule/eos_validate_state/intended/structured_configs/dc1-leaf1c.yml index 9e7ac69c419..a9cb5ca03c3 100644 --- a/ansible_collections/arista/avd/molecule/eos_validate_state/intended/structured_configs/dc1-leaf1c.yml +++ b/ansible_collections/arista/avd/molecule/eos_validate_state/intended/structured_configs/dc1-leaf1c.yml @@ -46,7 +46,7 @@ ethernet_interfaces: peer: dc1-leaf1a peer_interface: Ethernet8 peer_type: l3leaf - description: DC1-LEAF1A_Ethernet8 + description: L2_dc1-leaf1a_Ethernet8 shutdown: false channel_group: id: 1 @@ -55,7 +55,7 @@ ethernet_interfaces: peer: dc1-leaf1b peer_interface: Ethernet8 peer_type: l3leaf - description: DC1-LEAF1B_Ethernet8 + description: L2_dc1-leaf1b_Ethernet8 shutdown: false channel_group: id: 1 @@ -73,7 +73,7 @@ ethernet_interfaces: spanning_tree_portfast: edge port_channel_interfaces: - name: Port-Channel1 - description: DC1_L3_LEAF1_Po8 + description: L2_DC1_L3_LEAF1_Port-Channel8 switchport: enabled: true mode: trunk diff --git a/ansible_collections/arista/avd/molecule/eos_validate_state/intended/structured_configs/dc1-leaf2a.yml b/ansible_collections/arista/avd/molecule/eos_validate_state/intended/structured_configs/dc1-leaf2a.yml index c84e152a7f3..f525338b333 100644 --- a/ansible_collections/arista/avd/molecule/eos_validate_state/intended/structured_configs/dc1-leaf2a.yml +++ b/ansible_collections/arista/avd/molecule/eos_validate_state/intended/structured_configs/dc1-leaf2a.yml @@ -392,7 +392,7 @@ port_channel_interfaces: - MLAG shutdown: false - name: Port-Channel8 - description: DC1-LEAF2C_Po1 + description: L2_dc1-leaf2c_Port-Channel1 switchport: enabled: true mode: trunk @@ -454,7 +454,7 @@ ethernet_interfaces: peer: dc1-leaf2c peer_interface: Ethernet1 peer_type: l2leaf - description: DC1-LEAF2C_Ethernet1 + description: L2_dc1-leaf2c_Ethernet1 shutdown: false channel_group: id: 8 diff --git a/ansible_collections/arista/avd/molecule/eos_validate_state/intended/structured_configs/dc1-leaf2b.yml b/ansible_collections/arista/avd/molecule/eos_validate_state/intended/structured_configs/dc1-leaf2b.yml index 30a16dedd28..642e2439137 100644 --- a/ansible_collections/arista/avd/molecule/eos_validate_state/intended/structured_configs/dc1-leaf2b.yml +++ b/ansible_collections/arista/avd/molecule/eos_validate_state/intended/structured_configs/dc1-leaf2b.yml @@ -392,7 +392,7 @@ port_channel_interfaces: - MLAG shutdown: false - name: Port-Channel8 - description: DC1-LEAF2C_Po1 + description: L2_dc1-leaf2c_Port-Channel1 switchport: enabled: true mode: trunk @@ -454,7 +454,7 @@ ethernet_interfaces: peer: dc1-leaf2c peer_interface: Ethernet2 peer_type: l2leaf - description: DC1-LEAF2C_Ethernet2 + description: L2_dc1-leaf2c_Ethernet2 shutdown: false channel_group: id: 8 diff --git a/ansible_collections/arista/avd/molecule/eos_validate_state/intended/structured_configs/dc1-leaf2c.yml b/ansible_collections/arista/avd/molecule/eos_validate_state/intended/structured_configs/dc1-leaf2c.yml index ad187ff867d..362b7328da6 100644 --- a/ansible_collections/arista/avd/molecule/eos_validate_state/intended/structured_configs/dc1-leaf2c.yml +++ b/ansible_collections/arista/avd/molecule/eos_validate_state/intended/structured_configs/dc1-leaf2c.yml @@ -46,7 +46,7 @@ ethernet_interfaces: peer: dc1-leaf2a peer_interface: Ethernet8 peer_type: l3leaf - description: DC1-LEAF2A_Ethernet8 + description: L2_dc1-leaf2a_Ethernet8 shutdown: false channel_group: id: 1 @@ -55,7 +55,7 @@ ethernet_interfaces: peer: dc1-leaf2b peer_interface: Ethernet8 peer_type: l3leaf - description: DC1-LEAF2B_Ethernet8 + description: L2_dc1-leaf2b_Ethernet8 shutdown: true channel_group: id: 1 @@ -73,7 +73,7 @@ ethernet_interfaces: spanning_tree_portfast: edge port_channel_interfaces: - name: Port-Channel1 - description: DC1_L3_LEAF2_Po8 + description: L2_DC1_L3_LEAF2_Port-Channel8 switchport: enabled: true mode: trunk diff --git a/ansible_collections/arista/avd/molecule/eos_validate_state/intended/structured_configs/dc2-leaf1a.yml b/ansible_collections/arista/avd/molecule/eos_validate_state/intended/structured_configs/dc2-leaf1a.yml index 4ad49a9b0f1..29c11f7c36c 100644 --- a/ansible_collections/arista/avd/molecule/eos_validate_state/intended/structured_configs/dc2-leaf1a.yml +++ b/ansible_collections/arista/avd/molecule/eos_validate_state/intended/structured_configs/dc2-leaf1a.yml @@ -316,7 +316,7 @@ port_channel_interfaces: - MLAG shutdown: false - name: Port-Channel8 - description: DC2-LEAF1C_Po1 + description: L2_dc2-leaf1c_Port-Channel1 switchport: enabled: true mode: trunk @@ -378,7 +378,7 @@ ethernet_interfaces: peer: dc2-leaf1c peer_interface: Ethernet1 peer_type: l2leaf - description: DC2-LEAF1C_Ethernet1 + description: L2_dc2-leaf1c_Ethernet1 shutdown: false channel_group: id: 8 diff --git a/ansible_collections/arista/avd/molecule/eos_validate_state/intended/structured_configs/dc2-leaf1b.yml b/ansible_collections/arista/avd/molecule/eos_validate_state/intended/structured_configs/dc2-leaf1b.yml index 4c4a8461e2a..3c84f9d6669 100644 --- a/ansible_collections/arista/avd/molecule/eos_validate_state/intended/structured_configs/dc2-leaf1b.yml +++ b/ansible_collections/arista/avd/molecule/eos_validate_state/intended/structured_configs/dc2-leaf1b.yml @@ -316,7 +316,7 @@ port_channel_interfaces: - MLAG shutdown: false - name: Port-Channel8 - description: DC2-LEAF1C_Po1 + description: L2_dc2-leaf1c_Port-Channel1 switchport: enabled: true mode: trunk @@ -378,7 +378,7 @@ ethernet_interfaces: peer: dc2-leaf1c peer_interface: Ethernet2 peer_type: l2leaf - description: DC2-LEAF1C_Ethernet2 + description: L2_dc2-leaf1c_Ethernet2 shutdown: false channel_group: id: 8 diff --git a/ansible_collections/arista/avd/molecule/eos_validate_state/intended/structured_configs/dc2-leaf1c.yml b/ansible_collections/arista/avd/molecule/eos_validate_state/intended/structured_configs/dc2-leaf1c.yml index e5b7e441043..275044e4823 100644 --- a/ansible_collections/arista/avd/molecule/eos_validate_state/intended/structured_configs/dc2-leaf1c.yml +++ b/ansible_collections/arista/avd/molecule/eos_validate_state/intended/structured_configs/dc2-leaf1c.yml @@ -51,7 +51,7 @@ ethernet_interfaces: peer: dc2-leaf1a peer_interface: Ethernet8 peer_type: l3leaf - description: DC2-LEAF1A_Ethernet8 + description: L2_dc2-leaf1a_Ethernet8 shutdown: false channel_group: id: 1 @@ -60,7 +60,7 @@ ethernet_interfaces: peer: dc2-leaf1b peer_interface: Ethernet8 peer_type: l3leaf - description: DC2-LEAF1B_Ethernet8 + description: L2_dc2-leaf1b_Ethernet8 shutdown: false channel_group: id: 1 @@ -78,7 +78,7 @@ ethernet_interfaces: spanning_tree_portfast: edge port_channel_interfaces: - name: Port-Channel1 - description: DC2_L3_LEAF1_Po8 + description: L2_DC2_L3_LEAF1_Port-Channel8 switchport: enabled: true mode: trunk diff --git a/ansible_collections/arista/avd/molecule/eos_validate_state/intended/structured_configs/dc2-leaf2a.yml b/ansible_collections/arista/avd/molecule/eos_validate_state/intended/structured_configs/dc2-leaf2a.yml index 73b192f2f73..77e6202cd54 100644 --- a/ansible_collections/arista/avd/molecule/eos_validate_state/intended/structured_configs/dc2-leaf2a.yml +++ b/ansible_collections/arista/avd/molecule/eos_validate_state/intended/structured_configs/dc2-leaf2a.yml @@ -378,7 +378,7 @@ port_channel_interfaces: - MLAG shutdown: false - name: Port-Channel8 - description: DC2-LEAF2C_Po1 + description: L2_dc2-leaf2c_Port-Channel1 switchport: enabled: true mode: trunk @@ -440,7 +440,7 @@ ethernet_interfaces: peer: dc2-leaf2c peer_interface: Ethernet1 peer_type: l2leaf - description: DC2-LEAF2C_Ethernet1 + description: L2_dc2-leaf2c_Ethernet1 shutdown: false channel_group: id: 8 diff --git a/ansible_collections/arista/avd/molecule/eos_validate_state/intended/structured_configs/dc2-leaf2b.yml b/ansible_collections/arista/avd/molecule/eos_validate_state/intended/structured_configs/dc2-leaf2b.yml index 0f34cb2f866..76511c1d34d 100644 --- a/ansible_collections/arista/avd/molecule/eos_validate_state/intended/structured_configs/dc2-leaf2b.yml +++ b/ansible_collections/arista/avd/molecule/eos_validate_state/intended/structured_configs/dc2-leaf2b.yml @@ -378,7 +378,7 @@ port_channel_interfaces: - MLAG shutdown: false - name: Port-Channel8 - description: DC2-LEAF2C_Po1 + description: L2_dc2-leaf2c_Port-Channel1 switchport: enabled: true mode: trunk @@ -440,7 +440,7 @@ ethernet_interfaces: peer: dc2-leaf2c peer_interface: Ethernet2 peer_type: l2leaf - description: DC2-LEAF2C_Ethernet2 + description: L2_dc2-leaf2c_Ethernet2 shutdown: false channel_group: id: 8 diff --git a/ansible_collections/arista/avd/molecule/eos_validate_state/intended/structured_configs/dc2-leaf2c.yml b/ansible_collections/arista/avd/molecule/eos_validate_state/intended/structured_configs/dc2-leaf2c.yml index 23d1f441eb5..085cdab2cdf 100644 --- a/ansible_collections/arista/avd/molecule/eos_validate_state/intended/structured_configs/dc2-leaf2c.yml +++ b/ansible_collections/arista/avd/molecule/eos_validate_state/intended/structured_configs/dc2-leaf2c.yml @@ -51,7 +51,7 @@ ethernet_interfaces: peer: dc2-leaf2a peer_interface: Ethernet8 peer_type: l3leaf - description: DC2-LEAF2A_Ethernet8 + description: L2_dc2-leaf2a_Ethernet8 shutdown: false channel_group: id: 1 @@ -60,7 +60,7 @@ ethernet_interfaces: peer: dc2-leaf2b peer_interface: Ethernet8 peer_type: l3leaf - description: DC2-LEAF2B_Ethernet8 + description: L2_dc2-leaf2b_Ethernet8 shutdown: false channel_group: id: 1 @@ -78,7 +78,7 @@ ethernet_interfaces: spanning_tree_portfast: edge port_channel_interfaces: - name: Port-Channel1 - description: DC2_L3_LEAF2_Po8 + description: L2_DC2_L3_LEAF2_Port-Channel8 switchport: enabled: true mode: trunk diff --git a/ansible_collections/arista/avd/molecule/eos_validate_state/intended/test_catalogs/dc1-leaf1a-catalog.yml b/ansible_collections/arista/avd/molecule/eos_validate_state/intended/test_catalogs/dc1-leaf1a-catalog.yml index bc7af8217f8..69f26b3c04c 100644 --- a/ansible_collections/arista/avd/molecule/eos_validate_state/intended/test_catalogs/dc1-leaf1a-catalog.yml +++ b/ansible_collections/arista/avd/molecule/eos_validate_state/intended/test_catalogs/dc1-leaf1a-catalog.yml @@ -376,7 +376,7 @@ anta.tests.interfaces: - name: Ethernet8 status: up result_overwrite: - custom_field: Interface Ethernet8 - DC1-LEAF1C_Ethernet1 = 'up' + custom_field: Interface Ethernet8 - L2_dc1-leaf1c_Ethernet1 = 'up' - VerifyInterfacesStatus: interfaces: - name: Ethernet5 @@ -394,7 +394,7 @@ anta.tests.interfaces: - name: Port-Channel8 status: up result_overwrite: - custom_field: Interface Port-Channel8 - DC1-LEAF1C_Po1 = 'up' + custom_field: Interface Port-Channel8 - L2_dc1-leaf1c_Port-Channel1 = 'up' - VerifyInterfacesStatus: interfaces: - name: Port-Channel5 diff --git a/ansible_collections/arista/avd/molecule/eos_validate_state/intended/test_catalogs/dc1-leaf1b-catalog.yml b/ansible_collections/arista/avd/molecule/eos_validate_state/intended/test_catalogs/dc1-leaf1b-catalog.yml index d201add908b..03874eb3f59 100644 --- a/ansible_collections/arista/avd/molecule/eos_validate_state/intended/test_catalogs/dc1-leaf1b-catalog.yml +++ b/ansible_collections/arista/avd/molecule/eos_validate_state/intended/test_catalogs/dc1-leaf1b-catalog.yml @@ -373,7 +373,7 @@ anta.tests.interfaces: - name: Ethernet8 status: up result_overwrite: - custom_field: Interface Ethernet8 - DC1-LEAF1C_Ethernet2 = 'up' + custom_field: Interface Ethernet8 - L2_dc1-leaf1c_Ethernet2 = 'up' - VerifyInterfacesStatus: interfaces: - name: Ethernet5 @@ -391,7 +391,7 @@ anta.tests.interfaces: - name: Port-Channel8 status: up result_overwrite: - custom_field: Interface Port-Channel8 - DC1-LEAF1C_Po1 = 'up' + custom_field: Interface Port-Channel8 - L2_dc1-leaf1c_Port-Channel1 = 'up' - VerifyInterfacesStatus: interfaces: - name: Port-Channel5 diff --git a/ansible_collections/arista/avd/molecule/eos_validate_state/intended/test_catalogs/dc1-leaf1c-catalog.yml b/ansible_collections/arista/avd/molecule/eos_validate_state/intended/test_catalogs/dc1-leaf1c-catalog.yml index 88b30392957..3eef8438efb 100644 --- a/ansible_collections/arista/avd/molecule/eos_validate_state/intended/test_catalogs/dc1-leaf1c-catalog.yml +++ b/ansible_collections/arista/avd/molecule/eos_validate_state/intended/test_catalogs/dc1-leaf1c-catalog.yml @@ -266,13 +266,13 @@ anta.tests.interfaces: - name: Ethernet1 status: up result_overwrite: - custom_field: Interface Ethernet1 - DC1-LEAF1A_Ethernet8 = 'up' + custom_field: Interface Ethernet1 - L2_dc1-leaf1a_Ethernet8 = 'up' - VerifyInterfacesStatus: interfaces: - name: Ethernet2 status: up result_overwrite: - custom_field: Interface Ethernet2 - DC1-LEAF1B_Ethernet8 = 'up' + custom_field: Interface Ethernet2 - L2_dc1-leaf1b_Ethernet8 = 'up' - VerifyInterfacesStatus: interfaces: - name: Ethernet5 @@ -284,7 +284,7 @@ anta.tests.interfaces: - name: Port-Channel1 status: up result_overwrite: - custom_field: Interface Port-Channel1 - DC1_L3_LEAF1_Po8 = 'up' + custom_field: Interface Port-Channel1 - L2_DC1_L3_LEAF1_Port-Channel8 = 'up' - VerifyInterfacesStatus: interfaces: - name: Vlan4085 diff --git a/ansible_collections/arista/avd/molecule/eos_validate_state/intended/test_catalogs/dc1-leaf2a-catalog.yml b/ansible_collections/arista/avd/molecule/eos_validate_state/intended/test_catalogs/dc1-leaf2a-catalog.yml index 0c1ea33f163..5ac677bb5c7 100644 --- a/ansible_collections/arista/avd/molecule/eos_validate_state/intended/test_catalogs/dc1-leaf2a-catalog.yml +++ b/ansible_collections/arista/avd/molecule/eos_validate_state/intended/test_catalogs/dc1-leaf2a-catalog.yml @@ -331,7 +331,7 @@ anta.tests.interfaces: - name: Ethernet8 status: up result_overwrite: - custom_field: Interface Ethernet8 - DC1-LEAF2C_Ethernet1 = 'up' + custom_field: Interface Ethernet8 - L2_dc1-leaf2c_Ethernet1 = 'up' - VerifyInterfacesStatus: interfaces: - name: Ethernet6 @@ -355,7 +355,7 @@ anta.tests.interfaces: - name: Port-Channel8 status: up result_overwrite: - custom_field: Interface Port-Channel8 - DC1-LEAF2C_Po1 = 'up' + custom_field: Interface Port-Channel8 - L2_dc1-leaf2c_Port-Channel1 = 'up' - VerifyInterfacesStatus: interfaces: - name: Port-Channel5 diff --git a/ansible_collections/arista/avd/molecule/eos_validate_state/intended/test_catalogs/dc1-leaf2c-catalog.yml b/ansible_collections/arista/avd/molecule/eos_validate_state/intended/test_catalogs/dc1-leaf2c-catalog.yml index 64d8435e516..967c5a0924c 100644 --- a/ansible_collections/arista/avd/molecule/eos_validate_state/intended/test_catalogs/dc1-leaf2c-catalog.yml +++ b/ansible_collections/arista/avd/molecule/eos_validate_state/intended/test_catalogs/dc1-leaf2c-catalog.yml @@ -259,13 +259,13 @@ anta.tests.interfaces: - name: Ethernet1 status: up result_overwrite: - custom_field: Interface Ethernet1 - DC1-LEAF2A_Ethernet8 = 'up' + custom_field: Interface Ethernet1 - L2_dc1-leaf2a_Ethernet8 = 'up' - VerifyInterfacesStatus: interfaces: - name: Ethernet2 status: adminDown result_overwrite: - custom_field: Interface Ethernet2 - DC1-LEAF2B_Ethernet8 = 'adminDown' + custom_field: Interface Ethernet2 - L2_dc1-leaf2b_Ethernet8 = 'adminDown' - VerifyInterfacesStatus: interfaces: - name: Ethernet5 @@ -277,7 +277,7 @@ anta.tests.interfaces: - name: Port-Channel1 status: up result_overwrite: - custom_field: Interface Port-Channel1 - DC1_L3_LEAF2_Po8 = 'up' + custom_field: Interface Port-Channel1 - L2_DC1_L3_LEAF2_Port-Channel8 = 'up' - VerifyInterfacesStatus: interfaces: - name: Vlan4085 diff --git a/ansible_collections/arista/avd/molecule/eos_validate_state/intended/test_catalogs/dc2-leaf1a-catalog.yml b/ansible_collections/arista/avd/molecule/eos_validate_state/intended/test_catalogs/dc2-leaf1a-catalog.yml index 038b244a020..f43d7749aa3 100644 --- a/ansible_collections/arista/avd/molecule/eos_validate_state/intended/test_catalogs/dc2-leaf1a-catalog.yml +++ b/ansible_collections/arista/avd/molecule/eos_validate_state/intended/test_catalogs/dc2-leaf1a-catalog.yml @@ -329,7 +329,7 @@ anta.tests.interfaces: - name: Ethernet8 status: up result_overwrite: - custom_field: Interface Ethernet8 - DC2-LEAF1C_Ethernet1 = 'up' + custom_field: Interface Ethernet8 - L2_dc2-leaf1c_Ethernet1 = 'up' - VerifyInterfacesStatus: interfaces: - name: Ethernet5 @@ -347,7 +347,7 @@ anta.tests.interfaces: - name: Port-Channel8 status: up result_overwrite: - custom_field: Interface Port-Channel8 - DC2-LEAF1C_Po1 = 'up' + custom_field: Interface Port-Channel8 - L2_dc2-leaf1c_Port-Channel1 = 'up' - VerifyInterfacesStatus: interfaces: - name: Port-Channel5 diff --git a/ansible_collections/arista/avd/molecule/eos_validate_state/intended/test_catalogs/dc2-leaf1b-catalog.yml b/ansible_collections/arista/avd/molecule/eos_validate_state/intended/test_catalogs/dc2-leaf1b-catalog.yml index 0c940075564..652decd54e0 100644 --- a/ansible_collections/arista/avd/molecule/eos_validate_state/intended/test_catalogs/dc2-leaf1b-catalog.yml +++ b/ansible_collections/arista/avd/molecule/eos_validate_state/intended/test_catalogs/dc2-leaf1b-catalog.yml @@ -329,7 +329,7 @@ anta.tests.interfaces: - name: Ethernet8 status: up result_overwrite: - custom_field: Interface Ethernet8 - DC2-LEAF1C_Ethernet2 = 'up' + custom_field: Interface Ethernet8 - L2_dc2-leaf1c_Ethernet2 = 'up' - VerifyInterfacesStatus: interfaces: - name: Ethernet5 @@ -347,7 +347,7 @@ anta.tests.interfaces: - name: Port-Channel8 status: up result_overwrite: - custom_field: Interface Port-Channel8 - DC2-LEAF1C_Po1 = 'up' + custom_field: Interface Port-Channel8 - L2_dc2-leaf1c_Port-Channel1 = 'up' - VerifyInterfacesStatus: interfaces: - name: Port-Channel5 diff --git a/ansible_collections/arista/avd/molecule/eos_validate_state/intended/test_catalogs/dc2-leaf1c-catalog.yml b/ansible_collections/arista/avd/molecule/eos_validate_state/intended/test_catalogs/dc2-leaf1c-catalog.yml index e7af9260fa8..3c438f510c0 100644 --- a/ansible_collections/arista/avd/molecule/eos_validate_state/intended/test_catalogs/dc2-leaf1c-catalog.yml +++ b/ansible_collections/arista/avd/molecule/eos_validate_state/intended/test_catalogs/dc2-leaf1c-catalog.yml @@ -113,13 +113,13 @@ anta.tests.interfaces: - name: Ethernet1 status: up result_overwrite: - custom_field: Interface Ethernet1 - DC2-LEAF1A_Ethernet8 = 'up' + custom_field: Interface Ethernet1 - L2_dc2-leaf1a_Ethernet8 = 'up' - VerifyInterfacesStatus: interfaces: - name: Ethernet2 status: up result_overwrite: - custom_field: Interface Ethernet2 - DC2-LEAF1B_Ethernet8 = 'up' + custom_field: Interface Ethernet2 - L2_dc2-leaf1b_Ethernet8 = 'up' - VerifyInterfacesStatus: interfaces: - name: Ethernet5 @@ -131,7 +131,7 @@ anta.tests.interfaces: - name: Port-Channel1 status: up result_overwrite: - custom_field: Interface Port-Channel1 - DC2_L3_LEAF1_Po8 = 'up' + custom_field: Interface Port-Channel1 - L2_DC2_L3_LEAF1_Port-Channel8 = 'up' anta.tests.lanz: - VerifyLANZ: null anta.tests.ptp: diff --git a/ansible_collections/arista/avd/molecule/eos_validate_state/intended/test_catalogs/dc2-leaf2a-catalog.yml b/ansible_collections/arista/avd/molecule/eos_validate_state/intended/test_catalogs/dc2-leaf2a-catalog.yml index 4a3f57fabc8..8474c2f000e 100644 --- a/ansible_collections/arista/avd/molecule/eos_validate_state/intended/test_catalogs/dc2-leaf2a-catalog.yml +++ b/ansible_collections/arista/avd/molecule/eos_validate_state/intended/test_catalogs/dc2-leaf2a-catalog.yml @@ -345,7 +345,7 @@ anta.tests.interfaces: - name: Ethernet8 status: up result_overwrite: - custom_field: Interface Ethernet8 - DC2-LEAF2C_Ethernet1 = 'up' + custom_field: Interface Ethernet8 - L2_dc2-leaf2c_Ethernet1 = 'up' - VerifyInterfacesStatus: interfaces: - name: Ethernet6 @@ -369,7 +369,7 @@ anta.tests.interfaces: - name: Port-Channel8 status: up result_overwrite: - custom_field: Interface Port-Channel8 - DC2-LEAF2C_Po1 = 'up' + custom_field: Interface Port-Channel8 - L2_dc2-leaf2c_Port-Channel1 = 'up' - VerifyInterfacesStatus: interfaces: - name: Port-Channel5 diff --git a/ansible_collections/arista/avd/molecule/eos_validate_state/intended/test_catalogs/dc2-leaf2b-catalog.yml b/ansible_collections/arista/avd/molecule/eos_validate_state/intended/test_catalogs/dc2-leaf2b-catalog.yml index 33f004fa842..7a5eaf0521f 100644 --- a/ansible_collections/arista/avd/molecule/eos_validate_state/intended/test_catalogs/dc2-leaf2b-catalog.yml +++ b/ansible_collections/arista/avd/molecule/eos_validate_state/intended/test_catalogs/dc2-leaf2b-catalog.yml @@ -329,7 +329,7 @@ anta.tests.interfaces: - name: Ethernet8 status: up result_overwrite: - custom_field: Interface Ethernet8 - DC2-LEAF2C_Ethernet2 = 'up' + custom_field: Interface Ethernet8 - L2_dc2-leaf2c_Ethernet2 = 'up' - VerifyInterfacesStatus: interfaces: - name: Ethernet6 @@ -353,7 +353,7 @@ anta.tests.interfaces: - name: Port-Channel8 status: up result_overwrite: - custom_field: Interface Port-Channel8 - DC2-LEAF2C_Po1 = 'up' + custom_field: Interface Port-Channel8 - L2_dc2-leaf2c_Port-Channel1 = 'up' - VerifyInterfacesStatus: interfaces: - name: Port-Channel5 diff --git a/ansible_collections/arista/avd/molecule/eos_validate_state/intended/test_catalogs/dc2-leaf2c-catalog.yml b/ansible_collections/arista/avd/molecule/eos_validate_state/intended/test_catalogs/dc2-leaf2c-catalog.yml index 678d0d0be12..eae4b0964e5 100644 --- a/ansible_collections/arista/avd/molecule/eos_validate_state/intended/test_catalogs/dc2-leaf2c-catalog.yml +++ b/ansible_collections/arista/avd/molecule/eos_validate_state/intended/test_catalogs/dc2-leaf2c-catalog.yml @@ -113,13 +113,13 @@ anta.tests.interfaces: - name: Ethernet1 status: up result_overwrite: - custom_field: Interface Ethernet1 - DC2-LEAF2A_Ethernet8 = 'up' + custom_field: Interface Ethernet1 - L2_dc2-leaf2a_Ethernet8 = 'up' - VerifyInterfacesStatus: interfaces: - name: Ethernet2 status: up result_overwrite: - custom_field: Interface Ethernet2 - DC2-LEAF2B_Ethernet8 = 'up' + custom_field: Interface Ethernet2 - L2_dc2-leaf2b_Ethernet8 = 'up' - VerifyInterfacesStatus: interfaces: - name: Ethernet5 @@ -131,7 +131,7 @@ anta.tests.interfaces: - name: Port-Channel1 status: up result_overwrite: - custom_field: Interface Port-Channel1 - DC2_L3_LEAF2_Po8 = 'up' + custom_field: Interface Port-Channel1 - L2_DC2_L3_LEAF2_Port-Channel8 = 'up' anta.tests.lanz: - VerifyLANZ: null anta.tests.ptp: diff --git a/ansible_collections/arista/avd/molecule/eos_validate_state/reports/FABRIC-state.csv b/ansible_collections/arista/avd/molecule/eos_validate_state/reports/FABRIC-state.csv index 4f04abbfa6e..052256478bb 100644 --- a/ansible_collections/arista/avd/molecule/eos_validate_state/reports/FABRIC-state.csv +++ b/ansible_collections/arista/avd/molecule/eos_validate_state/reports/FABRIC-state.csv @@ -66,14 +66,14 @@ id,dut,categories,test,description,inputs,result,messages 65,dc1-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet5 - SERVER_dc1-leaf1-server1_PCI1 = 'up',NOT RUN, 66,dc1-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet6 - P2P_dc1-wan1_Ethernet1 = 'up',NOT RUN, 67,dc1-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet7 - P2P_dc1-wan2_Ethernet1 = 'up',NOT RUN, -68,dc1-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet8 - DC1-LEAF1C_Ethernet1 = 'up',NOT RUN, +68,dc1-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet8 - L2_dc1-leaf1c_Ethernet1 = 'up',NOT RUN, 69,dc1-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Loopback0 - ROUTER_ID = 'up',NOT RUN, 70,dc1-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Loopback1 - VXLAN_TUNNEL_SOURCE = 'up',NOT RUN, 71,dc1-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Loopback10 - VRF10_VTEP_DIAGNOSTICS = 'up',NOT RUN, 72,dc1-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Loopback11 - VRF11_VTEP_DIAGNOSTICS = 'up',NOT RUN, 73,dc1-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Port-Channel3 - MLAG_dc1-leaf1b_Port-Channel3 = 'up',NOT RUN, 74,dc1-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Port-Channel5 - PortChannel dc1-leaf1-server1 = 'up',NOT RUN, -75,dc1-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Port-Channel8 - DC1-LEAF1C_Po1 = 'up',NOT RUN, +75,dc1-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Port-Channel8 - L2_dc1-leaf1c_Port-Channel1 = 'up',NOT RUN, 76,dc1-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Vlan11 - VRF10_VLAN11 = 'up',NOT RUN, 77,dc1-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Vlan12 - VRF10_VLAN12 = 'up',NOT RUN, 78,dc1-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Vlan21 - VRF11_VLAN21 = 'up',NOT RUN, @@ -225,14 +225,14 @@ id,dut,categories,test,description,inputs,result,messages 224,dc1-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet5 - SERVER_dc1-leaf1-server1_PCI2 = 'up',NOT RUN, 225,dc1-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet6 - P2P_dc1-wan1_Ethernet2 = 'up',NOT RUN, 226,dc1-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet7 - P2P_dc1-wan2_Ethernet2 = 'up',NOT RUN, -227,dc1-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet8 - DC1-LEAF1C_Ethernet2 = 'up',NOT RUN, +227,dc1-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet8 - L2_dc1-leaf1c_Ethernet2 = 'up',NOT RUN, 228,dc1-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Loopback0 - ROUTER_ID = 'up',NOT RUN, 229,dc1-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Loopback1 - VXLAN_TUNNEL_SOURCE = 'up',NOT RUN, 230,dc1-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Loopback10 - VRF10_VTEP_DIAGNOSTICS = 'up',NOT RUN, 231,dc1-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Loopback11 - VRF11_VTEP_DIAGNOSTICS = 'up',NOT RUN, 232,dc1-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Port-Channel3 - MLAG_dc1-leaf1a_Port-Channel3 = 'up',NOT RUN, 233,dc1-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Port-Channel5 - PortChannel dc1-leaf1-server1 = 'up',NOT RUN, -234,dc1-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Port-Channel8 - DC1-LEAF1C_Po1 = 'up',NOT RUN, +234,dc1-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Port-Channel8 - L2_dc1-leaf1c_Port-Channel1 = 'up',NOT RUN, 235,dc1-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Vlan11 - VRF10_VLAN11 = 'up',NOT RUN, 236,dc1-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Vlan12 - VRF10_VLAN12 = 'up',NOT RUN, 237,dc1-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Vlan21 - VRF11_VLAN21 = 'up',NOT RUN, @@ -353,10 +353,10 @@ id,dut,categories,test,description,inputs,result,messages 352,dc1-leaf1c,Hardware,VerifyTransceiversManufacturers,Verifies if all transceivers come from approved manufacturers.,,NOT RUN, 353,dc1-leaf1c,Hardware,VerifyTransceiversManufacturers,Verifies if all transceivers come from approved manufacturers.,"Accepted Manufacturers: 'Arista Networks', 'Arastra, Inc.', 'Not Present'",NOT RUN, 354,dc1-leaf1c,Hardware,VerifyTransceiversTemperature,Verifies the transceivers temperature.,,NOT RUN, -355,dc1-leaf1c,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet1 - DC1-LEAF1A_Ethernet8 = 'up',NOT RUN, -356,dc1-leaf1c,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet2 - DC1-LEAF1B_Ethernet8 = 'up',NOT RUN, +355,dc1-leaf1c,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet1 - L2_dc1-leaf1a_Ethernet8 = 'up',NOT RUN, +356,dc1-leaf1c,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet2 - L2_dc1-leaf1b_Ethernet8 = 'up',NOT RUN, 357,dc1-leaf1c,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet5 - SERVER_dc1-leaf1-server1_iLO = 'up',NOT RUN, -358,dc1-leaf1c,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Port-Channel1 - DC1_L3_LEAF1_Po8 = 'up',NOT RUN, +358,dc1-leaf1c,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Port-Channel1 - L2_DC1_L3_LEAF1_Port-Channel8 = 'up',NOT RUN, 359,dc1-leaf1c,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Vlan4085 - L2LEAF_INBAND_MGMT = 'up',NOT RUN, 360,dc1-leaf1c,LANZ,VerifyLANZ,Verifies if LANZ is enabled.,,NOT RUN, 361,dc1-leaf1c,PTP,VerifyPtpGMStatus,Verifies that the device is locked to a valid PTP Grandmaster.,,NOT RUN, @@ -460,14 +460,14 @@ id,dut,categories,test,description,inputs,result,messages 459,dc1-leaf2a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet4 - MLAG_dc1-leaf2b_Ethernet4 = 'up',NOT RUN, 460,dc1-leaf2a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet5 - SERVER_dc1-leaf2-server1_PCI1 = 'up',NOT RUN, 461,dc1-leaf2a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet6 - P2P_dc2-leaf2a_Ethernet6 = 'up',NOT RUN, -462,dc1-leaf2a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet8 - DC1-LEAF2C_Ethernet1 = 'up',NOT RUN, +462,dc1-leaf2a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet8 - L2_dc1-leaf2c_Ethernet1 = 'up',NOT RUN, 463,dc1-leaf2a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Loopback0 - ROUTER_ID = 'up',NOT RUN, 464,dc1-leaf2a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Loopback1 - VXLAN_TUNNEL_SOURCE = 'up',NOT RUN, 465,dc1-leaf2a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Loopback10 - VRF10_VTEP_DIAGNOSTICS = 'up',NOT RUN, 466,dc1-leaf2a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Loopback11 - VRF11_VTEP_DIAGNOSTICS = 'up',NOT RUN, 467,dc1-leaf2a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Port-Channel3 - MLAG_dc1-leaf2b_Port-Channel3 = 'up',NOT RUN, 468,dc1-leaf2a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Port-Channel5 - SERVER_dc1-leaf2-server1_PortChannel dc1-leaf2-server1 = 'up',NOT RUN, -469,dc1-leaf2a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Port-Channel8 - DC1-LEAF2C_Po1 = 'up',NOT RUN, +469,dc1-leaf2a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Port-Channel8 - L2_dc1-leaf2c_Port-Channel1 = 'up',NOT RUN, 470,dc1-leaf2a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Vlan11 - VRF10_VLAN11 = 'up',NOT RUN, 471,dc1-leaf2a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Vlan12 - VRF10_VLAN12 = 'up',NOT RUN, 472,dc1-leaf2a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Vlan21 - VRF11_VLAN21 = 'up',NOT RUN, @@ -590,10 +590,10 @@ id,dut,categories,test,description,inputs,result,messages 589,dc1-leaf2c,Hardware,VerifyTransceiversManufacturers,Verifies if all transceivers come from approved manufacturers.,,NOT RUN, 590,dc1-leaf2c,Hardware,VerifyTransceiversManufacturers,Verifies if all transceivers come from approved manufacturers.,"Accepted Manufacturers: 'Arista Networks', 'Arastra, Inc.', 'Not Present'",NOT RUN, 591,dc1-leaf2c,Hardware,VerifyTransceiversTemperature,Verifies the transceivers temperature.,,NOT RUN, -592,dc1-leaf2c,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet1 - DC1-LEAF2A_Ethernet8 = 'up',NOT RUN, -593,dc1-leaf2c,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet2 - DC1-LEAF2B_Ethernet8 = 'adminDown',NOT RUN, +592,dc1-leaf2c,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet1 - L2_dc1-leaf2a_Ethernet8 = 'up',NOT RUN, +593,dc1-leaf2c,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet2 - L2_dc1-leaf2b_Ethernet8 = 'adminDown',NOT RUN, 594,dc1-leaf2c,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet5 - SERVER_dc1-leaf2-server1_iLO = 'up',NOT RUN, -595,dc1-leaf2c,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Port-Channel1 - DC1_L3_LEAF2_Po8 = 'up',NOT RUN, +595,dc1-leaf2c,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Port-Channel1 - L2_DC1_L3_LEAF2_Port-Channel8 = 'up',NOT RUN, 596,dc1-leaf2c,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Vlan4085 - L2LEAF_INBAND_MGMT = 'up',NOT RUN, 597,dc1-leaf2c,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Vxlan1 = 'up',NOT RUN, 598,dc1-leaf2c,LANZ,VerifyLANZ,Verifies if LANZ is enabled.,,NOT RUN, @@ -1401,14 +1401,14 @@ id,dut,categories,test,description,inputs,result,messages 1400,dc2-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet3 - MLAG_dc2-leaf1b_Ethernet3 = 'up',NOT RUN, 1401,dc2-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet4 - MLAG_dc2-leaf1b_Ethernet4 = 'up',NOT RUN, 1402,dc2-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet5 - SERVER_dc2-leaf1-server1_PCI1 = 'up',NOT RUN, -1403,dc2-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet8 - DC2-LEAF1C_Ethernet1 = 'up',NOT RUN, +1403,dc2-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet8 - L2_dc2-leaf1c_Ethernet1 = 'up',NOT RUN, 1404,dc2-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Loopback0 - ROUTER_ID = 'up',NOT RUN, 1405,dc2-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Loopback1 - VXLAN_TUNNEL_SOURCE = 'up',NOT RUN, 1406,dc2-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Loopback10 - VRF10_VTEP_DIAGNOSTICS = 'up',NOT RUN, 1407,dc2-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Loopback11 - VRF11_VTEP_DIAGNOSTICS = 'up',NOT RUN, 1408,dc2-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Port-Channel3 - MLAG_dc2-leaf1b_Port-Channel3 = 'up',NOT RUN, 1409,dc2-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Port-Channel5 - PortChannel dc2-leaf1-server1 = 'up',NOT RUN, -1410,dc2-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Port-Channel8 - DC2-LEAF1C_Po1 = 'up',NOT RUN, +1410,dc2-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Port-Channel8 - L2_dc2-leaf1c_Port-Channel1 = 'up',NOT RUN, 1411,dc2-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Vlan11 - VRF10_VLAN11 = 'up',NOT RUN, 1412,dc2-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Vlan12 - VRF10_VLAN12 = 'up',NOT RUN, 1413,dc2-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Vlan21 - VRF11_VLAN21 = 'up',NOT RUN, @@ -1563,14 +1563,14 @@ id,dut,categories,test,description,inputs,result,messages 1562,dc2-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet3 - MLAG_dc2-leaf1a_Ethernet3 = 'up',NOT RUN, 1563,dc2-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet4 - MLAG_dc2-leaf1a_Ethernet4 = 'up',NOT RUN, 1564,dc2-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet5 - SERVER_dc2-leaf1-server1_PCI2 = 'up',NOT RUN, -1565,dc2-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet8 - DC2-LEAF1C_Ethernet2 = 'up',NOT RUN, +1565,dc2-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet8 - L2_dc2-leaf1c_Ethernet2 = 'up',NOT RUN, 1566,dc2-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Loopback0 - ROUTER_ID = 'up',NOT RUN, 1567,dc2-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Loopback1 - VXLAN_TUNNEL_SOURCE = 'up',NOT RUN, 1568,dc2-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Loopback10 - VRF10_VTEP_DIAGNOSTICS = 'up',NOT RUN, 1569,dc2-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Loopback11 - VRF11_VTEP_DIAGNOSTICS = 'up',NOT RUN, 1570,dc2-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Port-Channel3 - MLAG_dc2-leaf1a_Port-Channel3 = 'up',NOT RUN, 1571,dc2-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Port-Channel5 - PortChannel dc2-leaf1-server1 = 'up',NOT RUN, -1572,dc2-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Port-Channel8 - DC2-LEAF1C_Po1 = 'up',NOT RUN, +1572,dc2-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Port-Channel8 - L2_dc2-leaf1c_Port-Channel1 = 'up',NOT RUN, 1573,dc2-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Vlan11 - VRF10_VLAN11 = 'up',NOT RUN, 1574,dc2-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Vlan12 - VRF10_VLAN12 = 'up',NOT RUN, 1575,dc2-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Vlan21 - VRF11_VLAN21 = 'up',NOT RUN, @@ -1693,10 +1693,10 @@ id,dut,categories,test,description,inputs,result,messages 1692,dc2-leaf1c,Hardware,VerifyTransceiversManufacturers,Verifies if all transceivers come from approved manufacturers.,,NOT RUN, 1693,dc2-leaf1c,Hardware,VerifyTransceiversManufacturers,Verifies if all transceivers come from approved manufacturers.,"Accepted Manufacturers: 'Arista Networks', 'Arastra, Inc.', 'Not Present'",NOT RUN, 1694,dc2-leaf1c,Hardware,VerifyTransceiversTemperature,Verifies the transceivers temperature.,,NOT RUN, -1695,dc2-leaf1c,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet1 - DC2-LEAF1A_Ethernet8 = 'up',NOT RUN, -1696,dc2-leaf1c,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet2 - DC2-LEAF1B_Ethernet8 = 'up',NOT RUN, +1695,dc2-leaf1c,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet1 - L2_dc2-leaf1a_Ethernet8 = 'up',NOT RUN, +1696,dc2-leaf1c,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet2 - L2_dc2-leaf1b_Ethernet8 = 'up',NOT RUN, 1697,dc2-leaf1c,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet5 - SERVER_dc2-leaf1-server1_iLO = 'up',NOT RUN, -1698,dc2-leaf1c,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Port-Channel1 - DC2_L3_LEAF1_Po8 = 'up',NOT RUN, +1698,dc2-leaf1c,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Port-Channel1 - L2_DC2_L3_LEAF1_Port-Channel8 = 'up',NOT RUN, 1699,dc2-leaf1c,LANZ,VerifyLANZ,Verifies if LANZ is enabled.,,NOT RUN, 1700,dc2-leaf1c,PTP,VerifyPtpGMStatus,Verifies that the device is locked to a valid PTP Grandmaster.,,NOT RUN, 1701,dc2-leaf1c,PTP,VerifyPtpLockStatus,Verifies that the device was locked to the upstream PTP GM in the last minute.,,NOT RUN, @@ -1802,14 +1802,14 @@ id,dut,categories,test,description,inputs,result,messages 1801,dc2-leaf2a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet4 - MLAG_dc2-leaf2b_Ethernet4 = 'up',NOT RUN, 1802,dc2-leaf2a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet5 - SERVER_dc2-leaf2-server1_PCI1 = 'up',NOT RUN, 1803,dc2-leaf2a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet6 - P2P_dc1-leaf2a_Ethernet6 = 'up',NOT RUN, -1804,dc2-leaf2a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet8 - DC2-LEAF2C_Ethernet1 = 'up',NOT RUN, +1804,dc2-leaf2a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet8 - L2_dc2-leaf2c_Ethernet1 = 'up',NOT RUN, 1805,dc2-leaf2a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Loopback0 - ROUTER_ID = 'up',NOT RUN, 1806,dc2-leaf2a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Loopback1 - VXLAN_TUNNEL_SOURCE = 'up',NOT RUN, 1807,dc2-leaf2a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Loopback10 - VRF10_VTEP_DIAGNOSTICS = 'up',NOT RUN, 1808,dc2-leaf2a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Loopback11 - VRF11_VTEP_DIAGNOSTICS = 'up',NOT RUN, 1809,dc2-leaf2a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Port-Channel3 - MLAG_dc2-leaf2b_Port-Channel3 = 'up',NOT RUN, 1810,dc2-leaf2a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Port-Channel5 - SERVER_dc2-leaf2-server1_PortChannel dc2-leaf2-server1 = 'up',NOT RUN, -1811,dc2-leaf2a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Port-Channel8 - DC2-LEAF2C_Po1 = 'up',NOT RUN, +1811,dc2-leaf2a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Port-Channel8 - L2_dc2-leaf2c_Port-Channel1 = 'up',NOT RUN, 1812,dc2-leaf2a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Vlan11 - VRF10_VLAN11 = 'up',NOT RUN, 1813,dc2-leaf2a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Vlan12 - VRF10_VLAN12 = 'up',NOT RUN, 1814,dc2-leaf2a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Vlan21 - VRF11_VLAN21 = 'up',NOT RUN, @@ -1965,14 +1965,14 @@ id,dut,categories,test,description,inputs,result,messages 1964,dc2-leaf2b,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet4 - MLAG_dc2-leaf2a_Ethernet4 = 'up',NOT RUN, 1965,dc2-leaf2b,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet5 - SERVER_dc2-leaf2-server1_PCI2 = 'up',NOT RUN, 1966,dc2-leaf2b,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet6 - P2P_dc1-leaf2b_Ethernet6 = 'up',NOT RUN, -1967,dc2-leaf2b,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet8 - DC2-LEAF2C_Ethernet2 = 'up',NOT RUN, +1967,dc2-leaf2b,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet8 - L2_dc2-leaf2c_Ethernet2 = 'up',NOT RUN, 1968,dc2-leaf2b,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Loopback0 - ROUTER_ID = 'up',NOT RUN, 1969,dc2-leaf2b,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Loopback1 - VXLAN_TUNNEL_SOURCE = 'up',NOT RUN, 1970,dc2-leaf2b,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Loopback10 - VRF10_VTEP_DIAGNOSTICS = 'up',NOT RUN, 1971,dc2-leaf2b,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Loopback11 - VRF11_VTEP_DIAGNOSTICS = 'up',NOT RUN, 1972,dc2-leaf2b,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Port-Channel3 - MLAG_dc2-leaf2a_Port-Channel3 = 'up',NOT RUN, 1973,dc2-leaf2b,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Port-Channel5 - SERVER_dc2-leaf2-server1_PortChannel dc2-leaf2-server1 = 'up',NOT RUN, -1974,dc2-leaf2b,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Port-Channel8 - DC2-LEAF2C_Po1 = 'up',NOT RUN, +1974,dc2-leaf2b,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Port-Channel8 - L2_dc2-leaf2c_Port-Channel1 = 'up',NOT RUN, 1975,dc2-leaf2b,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Vlan11 - VRF10_VLAN11 = 'up',NOT RUN, 1976,dc2-leaf2b,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Vlan12 - VRF10_VLAN12 = 'up',NOT RUN, 1977,dc2-leaf2b,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Vlan21 - VRF11_VLAN21 = 'up',NOT RUN, @@ -2095,10 +2095,10 @@ id,dut,categories,test,description,inputs,result,messages 2094,dc2-leaf2c,Hardware,VerifyTransceiversManufacturers,Verifies if all transceivers come from approved manufacturers.,,NOT RUN, 2095,dc2-leaf2c,Hardware,VerifyTransceiversManufacturers,Verifies if all transceivers come from approved manufacturers.,"Accepted Manufacturers: 'Arista Networks', 'Arastra, Inc.', 'Not Present'",NOT RUN, 2096,dc2-leaf2c,Hardware,VerifyTransceiversTemperature,Verifies the transceivers temperature.,,NOT RUN, -2097,dc2-leaf2c,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet1 - DC2-LEAF2A_Ethernet8 = 'up',NOT RUN, -2098,dc2-leaf2c,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet2 - DC2-LEAF2B_Ethernet8 = 'up',NOT RUN, +2097,dc2-leaf2c,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet1 - L2_dc2-leaf2a_Ethernet8 = 'up',NOT RUN, +2098,dc2-leaf2c,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet2 - L2_dc2-leaf2b_Ethernet8 = 'up',NOT RUN, 2099,dc2-leaf2c,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet5 - SERVER_dc2-leaf2-server1_iLO = 'up',NOT RUN, -2100,dc2-leaf2c,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Port-Channel1 - DC2_L3_LEAF2_Po8 = 'up',NOT RUN, +2100,dc2-leaf2c,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Port-Channel1 - L2_DC2_L3_LEAF2_Port-Channel8 = 'up',NOT RUN, 2101,dc2-leaf2c,LANZ,VerifyLANZ,Verifies if LANZ is enabled.,,NOT RUN, 2102,dc2-leaf2c,PTP,VerifyPtpGMStatus,Verifies that the device is locked to a valid PTP Grandmaster.,,NOT RUN, 2103,dc2-leaf2c,PTP,VerifyPtpLockStatus,Verifies that the device was locked to the upstream PTP GM in the last minute.,,NOT RUN, diff --git a/ansible_collections/arista/avd/molecule/eos_validate_state/reports/FABRIC-state.md b/ansible_collections/arista/avd/molecule/eos_validate_state/reports/FABRIC-state.md index 37d35478371..e5ea128168b 100644 --- a/ansible_collections/arista/avd/molecule/eos_validate_state/reports/FABRIC-state.md +++ b/ansible_collections/arista/avd/molecule/eos_validate_state/reports/FABRIC-state.md @@ -148,14 +148,14 @@ | 65 | dc1-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet5 - SERVER_dc1-leaf1-server1_PCI1 = 'up' | NOT RUN | - | | 66 | dc1-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet6 - P2P_dc1-wan1_Ethernet1 = 'up' | NOT RUN | - | | 67 | dc1-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet7 - P2P_dc1-wan2_Ethernet1 = 'up' | NOT RUN | - | -| 68 | dc1-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet8 - DC1-LEAF1C_Ethernet1 = 'up' | NOT RUN | - | +| 68 | dc1-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet8 - L2_dc1-leaf1c_Ethernet1 = 'up' | NOT RUN | - | | 69 | dc1-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Loopback0 - ROUTER_ID = 'up' | NOT RUN | - | | 70 | dc1-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Loopback1 - VXLAN_TUNNEL_SOURCE = 'up' | NOT RUN | - | | 71 | dc1-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Loopback10 - VRF10_VTEP_DIAGNOSTICS = 'up' | NOT RUN | - | | 72 | dc1-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Loopback11 - VRF11_VTEP_DIAGNOSTICS = 'up' | NOT RUN | - | | 73 | dc1-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Port-Channel3 - MLAG_dc1-leaf1b_Port-Channel3 = 'up' | NOT RUN | - | | 74 | dc1-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Port-Channel5 - PortChannel dc1-leaf1-server1 = 'up' | NOT RUN | - | -| 75 | dc1-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Port-Channel8 - DC1-LEAF1C_Po1 = 'up' | NOT RUN | - | +| 75 | dc1-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Port-Channel8 - L2_dc1-leaf1c_Port-Channel1 = 'up' | NOT RUN | - | | 76 | dc1-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Vlan11 - VRF10_VLAN11 = 'up' | NOT RUN | - | | 77 | dc1-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Vlan12 - VRF10_VLAN12 = 'up' | NOT RUN | - | | 78 | dc1-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Vlan21 - VRF11_VLAN21 = 'up' | NOT RUN | - | @@ -307,14 +307,14 @@ | 224 | dc1-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet5 - SERVER_dc1-leaf1-server1_PCI2 = 'up' | NOT RUN | - | | 225 | dc1-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet6 - P2P_dc1-wan1_Ethernet2 = 'up' | NOT RUN | - | | 226 | dc1-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet7 - P2P_dc1-wan2_Ethernet2 = 'up' | NOT RUN | - | -| 227 | dc1-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet8 - DC1-LEAF1C_Ethernet2 = 'up' | NOT RUN | - | +| 227 | dc1-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet8 - L2_dc1-leaf1c_Ethernet2 = 'up' | NOT RUN | - | | 228 | dc1-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Loopback0 - ROUTER_ID = 'up' | NOT RUN | - | | 229 | dc1-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Loopback1 - VXLAN_TUNNEL_SOURCE = 'up' | NOT RUN | - | | 230 | dc1-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Loopback10 - VRF10_VTEP_DIAGNOSTICS = 'up' | NOT RUN | - | | 231 | dc1-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Loopback11 - VRF11_VTEP_DIAGNOSTICS = 'up' | NOT RUN | - | | 232 | dc1-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Port-Channel3 - MLAG_dc1-leaf1a_Port-Channel3 = 'up' | NOT RUN | - | | 233 | dc1-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Port-Channel5 - PortChannel dc1-leaf1-server1 = 'up' | NOT RUN | - | -| 234 | dc1-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Port-Channel8 - DC1-LEAF1C_Po1 = 'up' | NOT RUN | - | +| 234 | dc1-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Port-Channel8 - L2_dc1-leaf1c_Port-Channel1 = 'up' | NOT RUN | - | | 235 | dc1-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Vlan11 - VRF10_VLAN11 = 'up' | NOT RUN | - | | 236 | dc1-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Vlan12 - VRF10_VLAN12 = 'up' | NOT RUN | - | | 237 | dc1-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Vlan21 - VRF11_VLAN21 = 'up' | NOT RUN | - | @@ -435,10 +435,10 @@ | 352 | dc1-leaf1c | Hardware | VerifyTransceiversManufacturers | Verifies if all transceivers come from approved manufacturers. | - | NOT RUN | - | | 353 | dc1-leaf1c | Hardware | VerifyTransceiversManufacturers | Verifies if all transceivers come from approved manufacturers. | Accepted Manufacturers: 'Arista Networks', 'Arastra, Inc.', 'Not Present' | NOT RUN | - | | 354 | dc1-leaf1c | Hardware | VerifyTransceiversTemperature | Verifies the transceivers temperature. | - | NOT RUN | - | -| 355 | dc1-leaf1c | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet1 - DC1-LEAF1A_Ethernet8 = 'up' | NOT RUN | - | -| 356 | dc1-leaf1c | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet2 - DC1-LEAF1B_Ethernet8 = 'up' | NOT RUN | - | +| 355 | dc1-leaf1c | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet1 - L2_dc1-leaf1a_Ethernet8 = 'up' | NOT RUN | - | +| 356 | dc1-leaf1c | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet2 - L2_dc1-leaf1b_Ethernet8 = 'up' | NOT RUN | - | | 357 | dc1-leaf1c | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet5 - SERVER_dc1-leaf1-server1_iLO = 'up' | NOT RUN | - | -| 358 | dc1-leaf1c | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Port-Channel1 - DC1_L3_LEAF1_Po8 = 'up' | NOT RUN | - | +| 358 | dc1-leaf1c | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Port-Channel1 - L2_DC1_L3_LEAF1_Port-Channel8 = 'up' | NOT RUN | - | | 359 | dc1-leaf1c | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Vlan4085 - L2LEAF_INBAND_MGMT = 'up' | NOT RUN | - | | 360 | dc1-leaf1c | LANZ | VerifyLANZ | Verifies if LANZ is enabled. | - | NOT RUN | - | | 361 | dc1-leaf1c | PTP | VerifyPtpGMStatus | Verifies that the device is locked to a valid PTP Grandmaster. | - | NOT RUN | - | @@ -542,14 +542,14 @@ | 459 | dc1-leaf2a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet4 - MLAG_dc1-leaf2b_Ethernet4 = 'up' | NOT RUN | - | | 460 | dc1-leaf2a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet5 - SERVER_dc1-leaf2-server1_PCI1 = 'up' | NOT RUN | - | | 461 | dc1-leaf2a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet6 - P2P_dc2-leaf2a_Ethernet6 = 'up' | NOT RUN | - | -| 462 | dc1-leaf2a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet8 - DC1-LEAF2C_Ethernet1 = 'up' | NOT RUN | - | +| 462 | dc1-leaf2a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet8 - L2_dc1-leaf2c_Ethernet1 = 'up' | NOT RUN | - | | 463 | dc1-leaf2a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Loopback0 - ROUTER_ID = 'up' | NOT RUN | - | | 464 | dc1-leaf2a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Loopback1 - VXLAN_TUNNEL_SOURCE = 'up' | NOT RUN | - | | 465 | dc1-leaf2a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Loopback10 - VRF10_VTEP_DIAGNOSTICS = 'up' | NOT RUN | - | | 466 | dc1-leaf2a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Loopback11 - VRF11_VTEP_DIAGNOSTICS = 'up' | NOT RUN | - | | 467 | dc1-leaf2a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Port-Channel3 - MLAG_dc1-leaf2b_Port-Channel3 = 'up' | NOT RUN | - | | 468 | dc1-leaf2a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Port-Channel5 - SERVER_dc1-leaf2-server1_PortChannel dc1-leaf2-server1 = 'up' | NOT RUN | - | -| 469 | dc1-leaf2a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Port-Channel8 - DC1-LEAF2C_Po1 = 'up' | NOT RUN | - | +| 469 | dc1-leaf2a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Port-Channel8 - L2_dc1-leaf2c_Port-Channel1 = 'up' | NOT RUN | - | | 470 | dc1-leaf2a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Vlan11 - VRF10_VLAN11 = 'up' | NOT RUN | - | | 471 | dc1-leaf2a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Vlan12 - VRF10_VLAN12 = 'up' | NOT RUN | - | | 472 | dc1-leaf2a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Vlan21 - VRF11_VLAN21 = 'up' | NOT RUN | - | @@ -672,10 +672,10 @@ | 589 | dc1-leaf2c | Hardware | VerifyTransceiversManufacturers | Verifies if all transceivers come from approved manufacturers. | - | NOT RUN | - | | 590 | dc1-leaf2c | Hardware | VerifyTransceiversManufacturers | Verifies if all transceivers come from approved manufacturers. | Accepted Manufacturers: 'Arista Networks', 'Arastra, Inc.', 'Not Present' | NOT RUN | - | | 591 | dc1-leaf2c | Hardware | VerifyTransceiversTemperature | Verifies the transceivers temperature. | - | NOT RUN | - | -| 592 | dc1-leaf2c | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet1 - DC1-LEAF2A_Ethernet8 = 'up' | NOT RUN | - | -| 593 | dc1-leaf2c | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet2 - DC1-LEAF2B_Ethernet8 = 'adminDown' | NOT RUN | - | +| 592 | dc1-leaf2c | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet1 - L2_dc1-leaf2a_Ethernet8 = 'up' | NOT RUN | - | +| 593 | dc1-leaf2c | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet2 - L2_dc1-leaf2b_Ethernet8 = 'adminDown' | NOT RUN | - | | 594 | dc1-leaf2c | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet5 - SERVER_dc1-leaf2-server1_iLO = 'up' | NOT RUN | - | -| 595 | dc1-leaf2c | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Port-Channel1 - DC1_L3_LEAF2_Po8 = 'up' | NOT RUN | - | +| 595 | dc1-leaf2c | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Port-Channel1 - L2_DC1_L3_LEAF2_Port-Channel8 = 'up' | NOT RUN | - | | 596 | dc1-leaf2c | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Vlan4085 - L2LEAF_INBAND_MGMT = 'up' | NOT RUN | - | | 597 | dc1-leaf2c | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Vxlan1 = 'up' | NOT RUN | - | | 598 | dc1-leaf2c | LANZ | VerifyLANZ | Verifies if LANZ is enabled. | - | NOT RUN | - | @@ -1483,14 +1483,14 @@ | 1400 | dc2-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet3 - MLAG_dc2-leaf1b_Ethernet3 = 'up' | NOT RUN | - | | 1401 | dc2-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet4 - MLAG_dc2-leaf1b_Ethernet4 = 'up' | NOT RUN | - | | 1402 | dc2-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet5 - SERVER_dc2-leaf1-server1_PCI1 = 'up' | NOT RUN | - | -| 1403 | dc2-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet8 - DC2-LEAF1C_Ethernet1 = 'up' | NOT RUN | - | +| 1403 | dc2-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet8 - L2_dc2-leaf1c_Ethernet1 = 'up' | NOT RUN | - | | 1404 | dc2-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Loopback0 - ROUTER_ID = 'up' | NOT RUN | - | | 1405 | dc2-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Loopback1 - VXLAN_TUNNEL_SOURCE = 'up' | NOT RUN | - | | 1406 | dc2-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Loopback10 - VRF10_VTEP_DIAGNOSTICS = 'up' | NOT RUN | - | | 1407 | dc2-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Loopback11 - VRF11_VTEP_DIAGNOSTICS = 'up' | NOT RUN | - | | 1408 | dc2-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Port-Channel3 - MLAG_dc2-leaf1b_Port-Channel3 = 'up' | NOT RUN | - | | 1409 | dc2-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Port-Channel5 - PortChannel dc2-leaf1-server1 = 'up' | NOT RUN | - | -| 1410 | dc2-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Port-Channel8 - DC2-LEAF1C_Po1 = 'up' | NOT RUN | - | +| 1410 | dc2-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Port-Channel8 - L2_dc2-leaf1c_Port-Channel1 = 'up' | NOT RUN | - | | 1411 | dc2-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Vlan11 - VRF10_VLAN11 = 'up' | NOT RUN | - | | 1412 | dc2-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Vlan12 - VRF10_VLAN12 = 'up' | NOT RUN | - | | 1413 | dc2-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Vlan21 - VRF11_VLAN21 = 'up' | NOT RUN | - | @@ -1645,14 +1645,14 @@ | 1562 | dc2-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet3 - MLAG_dc2-leaf1a_Ethernet3 = 'up' | NOT RUN | - | | 1563 | dc2-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet4 - MLAG_dc2-leaf1a_Ethernet4 = 'up' | NOT RUN | - | | 1564 | dc2-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet5 - SERVER_dc2-leaf1-server1_PCI2 = 'up' | NOT RUN | - | -| 1565 | dc2-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet8 - DC2-LEAF1C_Ethernet2 = 'up' | NOT RUN | - | +| 1565 | dc2-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet8 - L2_dc2-leaf1c_Ethernet2 = 'up' | NOT RUN | - | | 1566 | dc2-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Loopback0 - ROUTER_ID = 'up' | NOT RUN | - | | 1567 | dc2-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Loopback1 - VXLAN_TUNNEL_SOURCE = 'up' | NOT RUN | - | | 1568 | dc2-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Loopback10 - VRF10_VTEP_DIAGNOSTICS = 'up' | NOT RUN | - | | 1569 | dc2-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Loopback11 - VRF11_VTEP_DIAGNOSTICS = 'up' | NOT RUN | - | | 1570 | dc2-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Port-Channel3 - MLAG_dc2-leaf1a_Port-Channel3 = 'up' | NOT RUN | - | | 1571 | dc2-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Port-Channel5 - PortChannel dc2-leaf1-server1 = 'up' | NOT RUN | - | -| 1572 | dc2-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Port-Channel8 - DC2-LEAF1C_Po1 = 'up' | NOT RUN | - | +| 1572 | dc2-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Port-Channel8 - L2_dc2-leaf1c_Port-Channel1 = 'up' | NOT RUN | - | | 1573 | dc2-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Vlan11 - VRF10_VLAN11 = 'up' | NOT RUN | - | | 1574 | dc2-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Vlan12 - VRF10_VLAN12 = 'up' | NOT RUN | - | | 1575 | dc2-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Vlan21 - VRF11_VLAN21 = 'up' | NOT RUN | - | @@ -1775,10 +1775,10 @@ | 1692 | dc2-leaf1c | Hardware | VerifyTransceiversManufacturers | Verifies if all transceivers come from approved manufacturers. | - | NOT RUN | - | | 1693 | dc2-leaf1c | Hardware | VerifyTransceiversManufacturers | Verifies if all transceivers come from approved manufacturers. | Accepted Manufacturers: 'Arista Networks', 'Arastra, Inc.', 'Not Present' | NOT RUN | - | | 1694 | dc2-leaf1c | Hardware | VerifyTransceiversTemperature | Verifies the transceivers temperature. | - | NOT RUN | - | -| 1695 | dc2-leaf1c | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet1 - DC2-LEAF1A_Ethernet8 = 'up' | NOT RUN | - | -| 1696 | dc2-leaf1c | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet2 - DC2-LEAF1B_Ethernet8 = 'up' | NOT RUN | - | +| 1695 | dc2-leaf1c | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet1 - L2_dc2-leaf1a_Ethernet8 = 'up' | NOT RUN | - | +| 1696 | dc2-leaf1c | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet2 - L2_dc2-leaf1b_Ethernet8 = 'up' | NOT RUN | - | | 1697 | dc2-leaf1c | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet5 - SERVER_dc2-leaf1-server1_iLO = 'up' | NOT RUN | - | -| 1698 | dc2-leaf1c | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Port-Channel1 - DC2_L3_LEAF1_Po8 = 'up' | NOT RUN | - | +| 1698 | dc2-leaf1c | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Port-Channel1 - L2_DC2_L3_LEAF1_Port-Channel8 = 'up' | NOT RUN | - | | 1699 | dc2-leaf1c | LANZ | VerifyLANZ | Verifies if LANZ is enabled. | - | NOT RUN | - | | 1700 | dc2-leaf1c | PTP | VerifyPtpGMStatus | Verifies that the device is locked to a valid PTP Grandmaster. | - | NOT RUN | - | | 1701 | dc2-leaf1c | PTP | VerifyPtpLockStatus | Verifies that the device was locked to the upstream PTP GM in the last minute. | - | NOT RUN | - | @@ -1884,14 +1884,14 @@ | 1801 | dc2-leaf2a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet4 - MLAG_dc2-leaf2b_Ethernet4 = 'up' | NOT RUN | - | | 1802 | dc2-leaf2a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet5 - SERVER_dc2-leaf2-server1_PCI1 = 'up' | NOT RUN | - | | 1803 | dc2-leaf2a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet6 - P2P_dc1-leaf2a_Ethernet6 = 'up' | NOT RUN | - | -| 1804 | dc2-leaf2a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet8 - DC2-LEAF2C_Ethernet1 = 'up' | NOT RUN | - | +| 1804 | dc2-leaf2a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet8 - L2_dc2-leaf2c_Ethernet1 = 'up' | NOT RUN | - | | 1805 | dc2-leaf2a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Loopback0 - ROUTER_ID = 'up' | NOT RUN | - | | 1806 | dc2-leaf2a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Loopback1 - VXLAN_TUNNEL_SOURCE = 'up' | NOT RUN | - | | 1807 | dc2-leaf2a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Loopback10 - VRF10_VTEP_DIAGNOSTICS = 'up' | NOT RUN | - | | 1808 | dc2-leaf2a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Loopback11 - VRF11_VTEP_DIAGNOSTICS = 'up' | NOT RUN | - | | 1809 | dc2-leaf2a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Port-Channel3 - MLAG_dc2-leaf2b_Port-Channel3 = 'up' | NOT RUN | - | | 1810 | dc2-leaf2a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Port-Channel5 - SERVER_dc2-leaf2-server1_PortChannel dc2-leaf2-server1 = 'up' | NOT RUN | - | -| 1811 | dc2-leaf2a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Port-Channel8 - DC2-LEAF2C_Po1 = 'up' | NOT RUN | - | +| 1811 | dc2-leaf2a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Port-Channel8 - L2_dc2-leaf2c_Port-Channel1 = 'up' | NOT RUN | - | | 1812 | dc2-leaf2a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Vlan11 - VRF10_VLAN11 = 'up' | NOT RUN | - | | 1813 | dc2-leaf2a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Vlan12 - VRF10_VLAN12 = 'up' | NOT RUN | - | | 1814 | dc2-leaf2a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Vlan21 - VRF11_VLAN21 = 'up' | NOT RUN | - | @@ -2047,14 +2047,14 @@ | 1964 | dc2-leaf2b | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet4 - MLAG_dc2-leaf2a_Ethernet4 = 'up' | NOT RUN | - | | 1965 | dc2-leaf2b | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet5 - SERVER_dc2-leaf2-server1_PCI2 = 'up' | NOT RUN | - | | 1966 | dc2-leaf2b | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet6 - P2P_dc1-leaf2b_Ethernet6 = 'up' | NOT RUN | - | -| 1967 | dc2-leaf2b | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet8 - DC2-LEAF2C_Ethernet2 = 'up' | NOT RUN | - | +| 1967 | dc2-leaf2b | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet8 - L2_dc2-leaf2c_Ethernet2 = 'up' | NOT RUN | - | | 1968 | dc2-leaf2b | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Loopback0 - ROUTER_ID = 'up' | NOT RUN | - | | 1969 | dc2-leaf2b | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Loopback1 - VXLAN_TUNNEL_SOURCE = 'up' | NOT RUN | - | | 1970 | dc2-leaf2b | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Loopback10 - VRF10_VTEP_DIAGNOSTICS = 'up' | NOT RUN | - | | 1971 | dc2-leaf2b | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Loopback11 - VRF11_VTEP_DIAGNOSTICS = 'up' | NOT RUN | - | | 1972 | dc2-leaf2b | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Port-Channel3 - MLAG_dc2-leaf2a_Port-Channel3 = 'up' | NOT RUN | - | | 1973 | dc2-leaf2b | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Port-Channel5 - SERVER_dc2-leaf2-server1_PortChannel dc2-leaf2-server1 = 'up' | NOT RUN | - | -| 1974 | dc2-leaf2b | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Port-Channel8 - DC2-LEAF2C_Po1 = 'up' | NOT RUN | - | +| 1974 | dc2-leaf2b | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Port-Channel8 - L2_dc2-leaf2c_Port-Channel1 = 'up' | NOT RUN | - | | 1975 | dc2-leaf2b | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Vlan11 - VRF10_VLAN11 = 'up' | NOT RUN | - | | 1976 | dc2-leaf2b | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Vlan12 - VRF10_VLAN12 = 'up' | NOT RUN | - | | 1977 | dc2-leaf2b | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Vlan21 - VRF11_VLAN21 = 'up' | NOT RUN | - | @@ -2177,10 +2177,10 @@ | 2094 | dc2-leaf2c | Hardware | VerifyTransceiversManufacturers | Verifies if all transceivers come from approved manufacturers. | - | NOT RUN | - | | 2095 | dc2-leaf2c | Hardware | VerifyTransceiversManufacturers | Verifies if all transceivers come from approved manufacturers. | Accepted Manufacturers: 'Arista Networks', 'Arastra, Inc.', 'Not Present' | NOT RUN | - | | 2096 | dc2-leaf2c | Hardware | VerifyTransceiversTemperature | Verifies the transceivers temperature. | - | NOT RUN | - | -| 2097 | dc2-leaf2c | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet1 - DC2-LEAF2A_Ethernet8 = 'up' | NOT RUN | - | -| 2098 | dc2-leaf2c | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet2 - DC2-LEAF2B_Ethernet8 = 'up' | NOT RUN | - | +| 2097 | dc2-leaf2c | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet1 - L2_dc2-leaf2a_Ethernet8 = 'up' | NOT RUN | - | +| 2098 | dc2-leaf2c | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet2 - L2_dc2-leaf2b_Ethernet8 = 'up' | NOT RUN | - | | 2099 | dc2-leaf2c | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet5 - SERVER_dc2-leaf2-server1_iLO = 'up' | NOT RUN | - | -| 2100 | dc2-leaf2c | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Port-Channel1 - DC2_L3_LEAF2_Po8 = 'up' | NOT RUN | - | +| 2100 | dc2-leaf2c | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Port-Channel1 - L2_DC2_L3_LEAF2_Port-Channel8 = 'up' | NOT RUN | - | | 2101 | dc2-leaf2c | LANZ | VerifyLANZ | Verifies if LANZ is enabled. | - | NOT RUN | - | | 2102 | dc2-leaf2c | PTP | VerifyPtpGMStatus | Verifies that the device is locked to a valid PTP Grandmaster. | - | NOT RUN | - | | 2103 | dc2-leaf2c | PTP | VerifyPtpLockStatus | Verifies that the device was locked to the upstream PTP GM in the last minute. | - | NOT RUN | - | diff --git a/ansible_collections/arista/avd/molecule/eos_validate_state/reports/test_results/dc1-leaf1a-results.json b/ansible_collections/arista/avd/molecule/eos_validate_state/reports/test_results/dc1-leaf1a-results.json index b5c9ad827a2..e467eae9ce2 100644 --- a/ansible_collections/arista/avd/molecule/eos_validate_state/reports/test_results/dc1-leaf1a-results.json +++ b/ansible_collections/arista/avd/molecule/eos_validate_state/reports/test_results/dc1-leaf1a-results.json @@ -588,7 +588,7 @@ "interfaces" ], "description": "Verifies the status of the provided interfaces.", - "custom_field": "Interface Ethernet8 - DC1-LEAF1C_Ethernet1 = 'up'" + "custom_field": "Interface Ethernet8 - L2_dc1-leaf1c_Ethernet1 = 'up'" }, { "name": "dc1-leaf1a", @@ -651,7 +651,7 @@ "interfaces" ], "description": "Verifies the status of the provided interfaces.", - "custom_field": "Interface Port-Channel8 - DC1-LEAF1C_Po1 = 'up'" + "custom_field": "Interface Port-Channel8 - L2_dc1-leaf1c_Port-Channel1 = 'up'" }, { "name": "dc1-leaf1a", diff --git a/ansible_collections/arista/avd/molecule/eos_validate_state/reports/test_results/dc1-leaf1b-results.json b/ansible_collections/arista/avd/molecule/eos_validate_state/reports/test_results/dc1-leaf1b-results.json index a2781ed408f..fe646efc3cb 100644 --- a/ansible_collections/arista/avd/molecule/eos_validate_state/reports/test_results/dc1-leaf1b-results.json +++ b/ansible_collections/arista/avd/molecule/eos_validate_state/reports/test_results/dc1-leaf1b-results.json @@ -579,7 +579,7 @@ "interfaces" ], "description": "Verifies the status of the provided interfaces.", - "custom_field": "Interface Ethernet8 - DC1-LEAF1C_Ethernet2 = 'up'" + "custom_field": "Interface Ethernet8 - L2_dc1-leaf1c_Ethernet2 = 'up'" }, { "name": "dc1-leaf1b", @@ -642,7 +642,7 @@ "interfaces" ], "description": "Verifies the status of the provided interfaces.", - "custom_field": "Interface Port-Channel8 - DC1-LEAF1C_Po1 = 'up'" + "custom_field": "Interface Port-Channel8 - L2_dc1-leaf1c_Port-Channel1 = 'up'" }, { "name": "dc1-leaf1b", diff --git a/ansible_collections/arista/avd/molecule/eos_validate_state/reports/test_results/dc1-leaf1c-results.json b/ansible_collections/arista/avd/molecule/eos_validate_state/reports/test_results/dc1-leaf1c-results.json index 75ae3dcd1e7..a6757bfe4bb 100644 --- a/ansible_collections/arista/avd/molecule/eos_validate_state/reports/test_results/dc1-leaf1c-results.json +++ b/ansible_collections/arista/avd/molecule/eos_validate_state/reports/test_results/dc1-leaf1c-results.json @@ -372,7 +372,7 @@ "interfaces" ], "description": "Verifies the status of the provided interfaces.", - "custom_field": "Interface Ethernet1 - DC1-LEAF1A_Ethernet8 = 'up'" + "custom_field": "Interface Ethernet1 - L2_dc1-leaf1a_Ethernet8 = 'up'" }, { "name": "dc1-leaf1c", @@ -381,7 +381,7 @@ "interfaces" ], "description": "Verifies the status of the provided interfaces.", - "custom_field": "Interface Ethernet2 - DC1-LEAF1B_Ethernet8 = 'up'" + "custom_field": "Interface Ethernet2 - L2_dc1-leaf1b_Ethernet8 = 'up'" }, { "name": "dc1-leaf1c", @@ -399,7 +399,7 @@ "interfaces" ], "description": "Verifies the status of the provided interfaces.", - "custom_field": "Interface Port-Channel1 - DC1_L3_LEAF1_Po8 = 'up'" + "custom_field": "Interface Port-Channel1 - L2_DC1_L3_LEAF1_Port-Channel8 = 'up'" }, { "name": "dc1-leaf1c", diff --git a/ansible_collections/arista/avd/molecule/eos_validate_state/reports/test_results/dc1-leaf2a-results.json b/ansible_collections/arista/avd/molecule/eos_validate_state/reports/test_results/dc1-leaf2a-results.json index 350b22803eb..1a2204a4c24 100644 --- a/ansible_collections/arista/avd/molecule/eos_validate_state/reports/test_results/dc1-leaf2a-results.json +++ b/ansible_collections/arista/avd/molecule/eos_validate_state/reports/test_results/dc1-leaf2a-results.json @@ -525,7 +525,7 @@ "interfaces" ], "description": "Verifies the status of the provided interfaces.", - "custom_field": "Interface Ethernet8 - DC1-LEAF2C_Ethernet1 = 'up'" + "custom_field": "Interface Ethernet8 - L2_dc1-leaf2c_Ethernet1 = 'up'" }, { "name": "dc1-leaf2a", @@ -588,7 +588,7 @@ "interfaces" ], "description": "Verifies the status of the provided interfaces.", - "custom_field": "Interface Port-Channel8 - DC1-LEAF2C_Po1 = 'up'" + "custom_field": "Interface Port-Channel8 - L2_dc1-leaf2c_Port-Channel1 = 'up'" }, { "name": "dc1-leaf2a", diff --git a/ansible_collections/arista/avd/molecule/eos_validate_state/reports/test_results/dc1-leaf2c-results.json b/ansible_collections/arista/avd/molecule/eos_validate_state/reports/test_results/dc1-leaf2c-results.json index 34852d1b267..90100ade827 100644 --- a/ansible_collections/arista/avd/molecule/eos_validate_state/reports/test_results/dc1-leaf2c-results.json +++ b/ansible_collections/arista/avd/molecule/eos_validate_state/reports/test_results/dc1-leaf2c-results.json @@ -363,7 +363,7 @@ "interfaces" ], "description": "Verifies the status of the provided interfaces.", - "custom_field": "Interface Ethernet1 - DC1-LEAF2A_Ethernet8 = 'up'" + "custom_field": "Interface Ethernet1 - L2_dc1-leaf2a_Ethernet8 = 'up'" }, { "name": "dc1-leaf2c", @@ -372,7 +372,7 @@ "interfaces" ], "description": "Verifies the status of the provided interfaces.", - "custom_field": "Interface Ethernet2 - DC1-LEAF2B_Ethernet8 = 'adminDown'" + "custom_field": "Interface Ethernet2 - L2_dc1-leaf2b_Ethernet8 = 'adminDown'" }, { "name": "dc1-leaf2c", @@ -390,7 +390,7 @@ "interfaces" ], "description": "Verifies the status of the provided interfaces.", - "custom_field": "Interface Port-Channel1 - DC1_L3_LEAF2_Po8 = 'up'" + "custom_field": "Interface Port-Channel1 - L2_DC1_L3_LEAF2_Port-Channel8 = 'up'" }, { "name": "dc1-leaf2c", diff --git a/ansible_collections/arista/avd/molecule/eos_validate_state/reports/test_results/dc2-leaf1a-results.json b/ansible_collections/arista/avd/molecule/eos_validate_state/reports/test_results/dc2-leaf1a-results.json index a599392a08c..77bf543a450 100644 --- a/ansible_collections/arista/avd/molecule/eos_validate_state/reports/test_results/dc2-leaf1a-results.json +++ b/ansible_collections/arista/avd/molecule/eos_validate_state/reports/test_results/dc2-leaf1a-results.json @@ -507,7 +507,7 @@ "interfaces" ], "description": "Verifies the status of the provided interfaces.", - "custom_field": "Interface Ethernet8 - DC2-LEAF1C_Ethernet1 = 'up'" + "custom_field": "Interface Ethernet8 - L2_dc2-leaf1c_Ethernet1 = 'up'" }, { "name": "dc2-leaf1a", @@ -570,7 +570,7 @@ "interfaces" ], "description": "Verifies the status of the provided interfaces.", - "custom_field": "Interface Port-Channel8 - DC2-LEAF1C_Po1 = 'up'" + "custom_field": "Interface Port-Channel8 - L2_dc2-leaf1c_Port-Channel1 = 'up'" }, { "name": "dc2-leaf1a", diff --git a/ansible_collections/arista/avd/molecule/eos_validate_state/reports/test_results/dc2-leaf1b-results.json b/ansible_collections/arista/avd/molecule/eos_validate_state/reports/test_results/dc2-leaf1b-results.json index 5d423b9c129..ad0b848115c 100644 --- a/ansible_collections/arista/avd/molecule/eos_validate_state/reports/test_results/dc2-leaf1b-results.json +++ b/ansible_collections/arista/avd/molecule/eos_validate_state/reports/test_results/dc2-leaf1b-results.json @@ -507,7 +507,7 @@ "interfaces" ], "description": "Verifies the status of the provided interfaces.", - "custom_field": "Interface Ethernet8 - DC2-LEAF1C_Ethernet2 = 'up'" + "custom_field": "Interface Ethernet8 - L2_dc2-leaf1c_Ethernet2 = 'up'" }, { "name": "dc2-leaf1b", @@ -570,7 +570,7 @@ "interfaces" ], "description": "Verifies the status of the provided interfaces.", - "custom_field": "Interface Port-Channel8 - DC2-LEAF1C_Po1 = 'up'" + "custom_field": "Interface Port-Channel8 - L2_dc2-leaf1c_Port-Channel1 = 'up'" }, { "name": "dc2-leaf1b", diff --git a/ansible_collections/arista/avd/molecule/eos_validate_state/reports/test_results/dc2-leaf1c-results.json b/ansible_collections/arista/avd/molecule/eos_validate_state/reports/test_results/dc2-leaf1c-results.json index 915e85e83b7..e81517b9236 100644 --- a/ansible_collections/arista/avd/molecule/eos_validate_state/reports/test_results/dc2-leaf1c-results.json +++ b/ansible_collections/arista/avd/molecule/eos_validate_state/reports/test_results/dc2-leaf1c-results.json @@ -219,7 +219,7 @@ "interfaces" ], "description": "Verifies the status of the provided interfaces.", - "custom_field": "Interface Ethernet1 - DC2-LEAF1A_Ethernet8 = 'up'" + "custom_field": "Interface Ethernet1 - L2_dc2-leaf1a_Ethernet8 = 'up'" }, { "name": "dc2-leaf1c", @@ -228,7 +228,7 @@ "interfaces" ], "description": "Verifies the status of the provided interfaces.", - "custom_field": "Interface Ethernet2 - DC2-LEAF1B_Ethernet8 = 'up'" + "custom_field": "Interface Ethernet2 - L2_dc2-leaf1b_Ethernet8 = 'up'" }, { "name": "dc2-leaf1c", @@ -246,7 +246,7 @@ "interfaces" ], "description": "Verifies the status of the provided interfaces.", - "custom_field": "Interface Port-Channel1 - DC2_L3_LEAF1_Po8 = 'up'" + "custom_field": "Interface Port-Channel1 - L2_DC2_L3_LEAF1_Port-Channel8 = 'up'" }, { "name": "dc2-leaf1c", diff --git a/ansible_collections/arista/avd/molecule/eos_validate_state/reports/test_results/dc2-leaf2a-results.json b/ansible_collections/arista/avd/molecule/eos_validate_state/reports/test_results/dc2-leaf2a-results.json index fef15a951d0..86fdfcb30c3 100644 --- a/ansible_collections/arista/avd/molecule/eos_validate_state/reports/test_results/dc2-leaf2a-results.json +++ b/ansible_collections/arista/avd/molecule/eos_validate_state/reports/test_results/dc2-leaf2a-results.json @@ -552,7 +552,7 @@ "interfaces" ], "description": "Verifies the status of the provided interfaces.", - "custom_field": "Interface Ethernet8 - DC2-LEAF2C_Ethernet1 = 'up'" + "custom_field": "Interface Ethernet8 - L2_dc2-leaf2c_Ethernet1 = 'up'" }, { "name": "dc2-leaf2a", @@ -615,7 +615,7 @@ "interfaces" ], "description": "Verifies the status of the provided interfaces.", - "custom_field": "Interface Port-Channel8 - DC2-LEAF2C_Po1 = 'up'" + "custom_field": "Interface Port-Channel8 - L2_dc2-leaf2c_Port-Channel1 = 'up'" }, { "name": "dc2-leaf2a", diff --git a/ansible_collections/arista/avd/molecule/eos_validate_state/reports/test_results/dc2-leaf2b-results.json b/ansible_collections/arista/avd/molecule/eos_validate_state/reports/test_results/dc2-leaf2b-results.json index 338cda62926..d01eac8e910 100644 --- a/ansible_collections/arista/avd/molecule/eos_validate_state/reports/test_results/dc2-leaf2b-results.json +++ b/ansible_collections/arista/avd/molecule/eos_validate_state/reports/test_results/dc2-leaf2b-results.json @@ -516,7 +516,7 @@ "interfaces" ], "description": "Verifies the status of the provided interfaces.", - "custom_field": "Interface Ethernet8 - DC2-LEAF2C_Ethernet2 = 'up'" + "custom_field": "Interface Ethernet8 - L2_dc2-leaf2c_Ethernet2 = 'up'" }, { "name": "dc2-leaf2b", @@ -579,7 +579,7 @@ "interfaces" ], "description": "Verifies the status of the provided interfaces.", - "custom_field": "Interface Port-Channel8 - DC2-LEAF2C_Po1 = 'up'" + "custom_field": "Interface Port-Channel8 - L2_dc2-leaf2c_Port-Channel1 = 'up'" }, { "name": "dc2-leaf2b", diff --git a/ansible_collections/arista/avd/molecule/eos_validate_state/reports/test_results/dc2-leaf2c-results.json b/ansible_collections/arista/avd/molecule/eos_validate_state/reports/test_results/dc2-leaf2c-results.json index ddba2eda30f..f7da151cc02 100644 --- a/ansible_collections/arista/avd/molecule/eos_validate_state/reports/test_results/dc2-leaf2c-results.json +++ b/ansible_collections/arista/avd/molecule/eos_validate_state/reports/test_results/dc2-leaf2c-results.json @@ -219,7 +219,7 @@ "interfaces" ], "description": "Verifies the status of the provided interfaces.", - "custom_field": "Interface Ethernet1 - DC2-LEAF2A_Ethernet8 = 'up'" + "custom_field": "Interface Ethernet1 - L2_dc2-leaf2a_Ethernet8 = 'up'" }, { "name": "dc2-leaf2c", @@ -228,7 +228,7 @@ "interfaces" ], "description": "Verifies the status of the provided interfaces.", - "custom_field": "Interface Ethernet2 - DC2-LEAF2B_Ethernet8 = 'up'" + "custom_field": "Interface Ethernet2 - L2_dc2-leaf2b_Ethernet8 = 'up'" }, { "name": "dc2-leaf2c", @@ -246,7 +246,7 @@ "interfaces" ], "description": "Verifies the status of the provided interfaces.", - "custom_field": "Interface Port-Channel1 - DC2_L3_LEAF2_Po8 = 'up'" + "custom_field": "Interface Port-Channel1 - L2_DC2_L3_LEAF2_Port-Channel8 = 'up'" }, { "name": "dc2-leaf2c", diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-L2LEAF1A.md b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-L2LEAF1A.md index 131e9266a85..00b1d9f4e89 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-L2LEAF1A.md +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-L2LEAF1A.md @@ -214,8 +214,8 @@ vlan internal order ascending range 1006 1199 | Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | Channel-Group | | --------- | ----------- | ---- | ----- | ----------- | ----------- | ------------- | -| Ethernet1 | DC1-LEAF2A_Ethernet7 | *trunk | *none | *- | *- | 1 | -| Ethernet2 | DC1-LEAF2B_Ethernet7 | *trunk | *none | *- | *- | 1 | +| Ethernet1 | L2_DC1-LEAF2A_Ethernet7 | *trunk | *none | *- | *- | 1 | +| Ethernet2 | L2_DC1-LEAF2B_Ethernet7 | *trunk | *none | *- | *- | 1 | *Inherited from Port-Channel Interface @@ -224,12 +224,12 @@ vlan internal order ascending range 1006 1199 ```eos ! interface Ethernet1 - description DC1-LEAF2A_Ethernet7 + description L2_DC1-LEAF2A_Ethernet7 no shutdown channel-group 1 mode active ! interface Ethernet2 - description DC1-LEAF2B_Ethernet7 + description L2_DC1-LEAF2B_Ethernet7 no shutdown channel-group 1 mode active ``` @@ -242,14 +242,14 @@ interface Ethernet2 | Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | LACP Fallback Timeout | LACP Fallback Mode | MLAG ID | EVPN ESI | | --------- | ----------- | ---- | ----- | ----------- | ------------| --------------------- | ------------------ | ------- | -------- | -| Port-Channel1 | DC1_LEAF2_Po7 | trunk | none | - | - | - | - | - | - | +| Port-Channel1 | L2_DC1_LEAF2_Port-Channel7 | trunk | none | - | - | - | - | - | - | #### Port-Channel Interfaces Device Configuration ```eos ! interface Port-Channel1 - description DC1_LEAF2_Po7 + description L2_DC1_LEAF2_Port-Channel7 no shutdown switchport trunk allowed vlan none switchport mode trunk diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-L2LEAF2A.md b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-L2LEAF2A.md index 5889e3a6c41..30954cac2a5 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-L2LEAF2A.md +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-L2LEAF2A.md @@ -266,8 +266,8 @@ vlan 4094 | Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | Channel-Group | | --------- | ----------- | ---- | ----- | ----------- | ----------- | ------------- | -| Ethernet1 | DC1-SVC3A_Ethernet7 | *trunk | *none | *- | *- | 1 | -| Ethernet2 | DC1-SVC3B_Ethernet7 | *trunk | *none | *- | *- | 1 | +| Ethernet1 | L2_DC1-SVC3A_Ethernet7 | *trunk | *none | *- | *- | 1 | +| Ethernet2 | L2_DC1-SVC3B_Ethernet7 | *trunk | *none | *- | *- | 1 | | Ethernet3 | MLAG_DC1-L2LEAF2B_Ethernet3 | *trunk | *- | *- | *MLAG | 3 | | Ethernet4 | MLAG_DC1-L2LEAF2B_Ethernet4 | *trunk | *- | *- | *MLAG | 3 | @@ -278,12 +278,12 @@ vlan 4094 ```eos ! interface Ethernet1 - description DC1-SVC3A_Ethernet7 + description L2_DC1-SVC3A_Ethernet7 no shutdown channel-group 1 mode active ! interface Ethernet2 - description DC1-SVC3B_Ethernet7 + description L2_DC1-SVC3B_Ethernet7 no shutdown channel-group 1 mode active ! @@ -306,7 +306,7 @@ interface Ethernet4 | Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | LACP Fallback Timeout | LACP Fallback Mode | MLAG ID | EVPN ESI | | --------- | ----------- | ---- | ----- | ----------- | ------------| --------------------- | ------------------ | ------- | -------- | -| Port-Channel1 | DC1_SVC3_Po7 | trunk | none | - | - | - | - | 1 | - | +| Port-Channel1 | L2_DC1_SVC3_Port-Channel7 | trunk | none | - | - | - | - | 1 | - | | Port-Channel3 | MLAG_DC1-L2LEAF2B_Port-Channel3 | trunk | - | - | MLAG | - | - | - | - | #### Port-Channel Interfaces Device Configuration @@ -314,7 +314,7 @@ interface Ethernet4 ```eos ! interface Port-Channel1 - description DC1_SVC3_Po7 + description L2_DC1_SVC3_Port-Channel7 no shutdown switchport trunk allowed vlan none switchport mode trunk diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-L2LEAF2B.md b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-L2LEAF2B.md index 6766700f2c8..377f171dadf 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-L2LEAF2B.md +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-L2LEAF2B.md @@ -266,8 +266,8 @@ vlan 4094 | Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | Channel-Group | | --------- | ----------- | ---- | ----- | ----------- | ----------- | ------------- | -| Ethernet1 | DC1-SVC3A_Ethernet8 | *trunk | *none | *- | *- | 1 | -| Ethernet2 | DC1-SVC3B_Ethernet8 | *trunk | *none | *- | *- | 1 | +| Ethernet1 | L2_DC1-SVC3A_Ethernet8 | *trunk | *none | *- | *- | 1 | +| Ethernet2 | L2_DC1-SVC3B_Ethernet8 | *trunk | *none | *- | *- | 1 | | Ethernet3 | MLAG_DC1-L2LEAF2A_Ethernet3 | *trunk | *- | *- | *MLAG | 3 | | Ethernet4 | MLAG_DC1-L2LEAF2A_Ethernet4 | *trunk | *- | *- | *MLAG | 3 | @@ -278,12 +278,12 @@ vlan 4094 ```eos ! interface Ethernet1 - description DC1-SVC3A_Ethernet8 + description L2_DC1-SVC3A_Ethernet8 no shutdown channel-group 1 mode active ! interface Ethernet2 - description DC1-SVC3B_Ethernet8 + description L2_DC1-SVC3B_Ethernet8 no shutdown channel-group 1 mode active ! @@ -306,7 +306,7 @@ interface Ethernet4 | Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | LACP Fallback Timeout | LACP Fallback Mode | MLAG ID | EVPN ESI | | --------- | ----------- | ---- | ----- | ----------- | ------------| --------------------- | ------------------ | ------- | -------- | -| Port-Channel1 | DC1_SVC3_Po7 | trunk | none | - | - | - | - | 1 | - | +| Port-Channel1 | L2_DC1_SVC3_Port-Channel7 | trunk | none | - | - | - | - | 1 | - | | Port-Channel3 | MLAG_DC1-L2LEAF2A_Port-Channel3 | trunk | - | - | MLAG | - | - | - | - | #### Port-Channel Interfaces Device Configuration @@ -314,7 +314,7 @@ interface Ethernet4 ```eos ! interface Port-Channel1 - description DC1_SVC3_Po7 + description L2_DC1_SVC3_Port-Channel7 no shutdown switchport trunk allowed vlan none switchport mode trunk diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-LEAF2A.md b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-LEAF2A.md index ea132833fe9..bb4ecdbab8f 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-LEAF2A.md +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-LEAF2A.md @@ -283,7 +283,7 @@ vlan 4094 | --------- | ----------- | ---- | ----- | ----------- | ----------- | ------------- | | Ethernet5 | MLAG_DC1-LEAF2B_Ethernet5 | *trunk | *- | *- | *MLAG | 5 | | Ethernet6 | MLAG_DC1-LEAF2B_Ethernet6 | *trunk | *- | *- | *MLAG | 5 | -| Ethernet7 | DC1-L2LEAF1A_Ethernet1 | *trunk | *none | *- | *- | 7 | +| Ethernet7 | L2_DC1-L2LEAF1A_Ethernet1 | *trunk | *none | *- | *- | 7 | *Inherited from Port-Channel Interface @@ -368,7 +368,7 @@ interface Ethernet6 channel-group 5 mode active ! interface Ethernet7 - description DC1-L2LEAF1A_Ethernet1 + description L2_DC1-L2LEAF1A_Ethernet1 no shutdown channel-group 7 mode active ``` @@ -382,7 +382,7 @@ interface Ethernet7 | Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | LACP Fallback Timeout | LACP Fallback Mode | MLAG ID | EVPN ESI | | --------- | ----------- | ---- | ----- | ----------- | ------------| --------------------- | ------------------ | ------- | -------- | | Port-Channel5 | MLAG_DC1-LEAF2B_Port-Channel5 | trunk | - | - | MLAG | - | - | - | - | -| Port-Channel7 | DC1-L2LEAF1A_Po1 | trunk | none | - | - | - | - | 7 | - | +| Port-Channel7 | L2_DC1-L2LEAF1A_Port-Channel1 | trunk | none | - | - | - | - | 7 | - | #### Port-Channel Interfaces Device Configuration @@ -396,7 +396,7 @@ interface Port-Channel5 switchport ! interface Port-Channel7 - description DC1-L2LEAF1A_Po1 + description L2_DC1-L2LEAF1A_Port-Channel1 no shutdown switchport trunk allowed vlan none switchport mode trunk diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-LEAF2B.md b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-LEAF2B.md index 8e2d6eae8da..b46e52593c5 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-LEAF2B.md +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-LEAF2B.md @@ -283,7 +283,7 @@ vlan 4094 | --------- | ----------- | ---- | ----- | ----------- | ----------- | ------------- | | Ethernet5 | MLAG_DC1-LEAF2A_Ethernet5 | *trunk | *- | *- | *MLAG | 5 | | Ethernet6 | MLAG_DC1-LEAF2A_Ethernet6 | *trunk | *- | *- | *MLAG | 5 | -| Ethernet7 | DC1-L2LEAF1A_Ethernet2 | *trunk | *none | *- | *- | 7 | +| Ethernet7 | L2_DC1-L2LEAF1A_Ethernet2 | *trunk | *none | *- | *- | 7 | *Inherited from Port-Channel Interface @@ -368,7 +368,7 @@ interface Ethernet6 channel-group 5 mode active ! interface Ethernet7 - description DC1-L2LEAF1A_Ethernet2 + description L2_DC1-L2LEAF1A_Ethernet2 no shutdown channel-group 7 mode active ``` @@ -382,7 +382,7 @@ interface Ethernet7 | Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | LACP Fallback Timeout | LACP Fallback Mode | MLAG ID | EVPN ESI | | --------- | ----------- | ---- | ----- | ----------- | ------------| --------------------- | ------------------ | ------- | -------- | | Port-Channel5 | MLAG_DC1-LEAF2A_Port-Channel5 | trunk | - | - | MLAG | - | - | - | - | -| Port-Channel7 | DC1-L2LEAF1A_Po1 | trunk | none | - | - | - | - | 7 | - | +| Port-Channel7 | L2_DC1-L2LEAF1A_Port-Channel1 | trunk | none | - | - | - | - | 7 | - | #### Port-Channel Interfaces Device Configuration @@ -396,7 +396,7 @@ interface Port-Channel5 switchport ! interface Port-Channel7 - description DC1-L2LEAF1A_Po1 + description L2_DC1-L2LEAF1A_Port-Channel1 no shutdown switchport trunk allowed vlan none switchport mode trunk diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-SVC3A.md b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-SVC3A.md index f96c7f91622..70e6a14237e 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-SVC3A.md +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-SVC3A.md @@ -278,8 +278,8 @@ vlan 4094 | --------- | ----------- | ---- | ----- | ----------- | ----------- | ------------- | | Ethernet5 | MLAG_DC1-SVC3B_Ethernet5 | *trunk | *- | *- | *MLAG | 5 | | Ethernet6 | MLAG_DC1-SVC3B_Ethernet6 | *trunk | *- | *- | *MLAG | 5 | -| Ethernet7 | DC1-L2LEAF2A_Ethernet1 | *trunk | *none | *- | *- | 7 | -| Ethernet8 | DC1-L2LEAF2B_Ethernet1 | *trunk | *none | *- | *- | 7 | +| Ethernet7 | L2_DC1-L2LEAF2A_Ethernet1 | *trunk | *none | *- | *- | 7 | +| Ethernet8 | L2_DC1-L2LEAF2B_Ethernet1 | *trunk | *none | *- | *- | 7 | *Inherited from Port-Channel Interface @@ -364,12 +364,12 @@ interface Ethernet6 channel-group 5 mode active ! interface Ethernet7 - description DC1-L2LEAF2A_Ethernet1 + description L2_DC1-L2LEAF2A_Ethernet1 no shutdown channel-group 7 mode active ! interface Ethernet8 - description DC1-L2LEAF2B_Ethernet1 + description L2_DC1-L2LEAF2B_Ethernet1 no shutdown channel-group 7 mode active ``` @@ -383,7 +383,7 @@ interface Ethernet8 | Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | LACP Fallback Timeout | LACP Fallback Mode | MLAG ID | EVPN ESI | | --------- | ----------- | ---- | ----- | ----------- | ------------| --------------------- | ------------------ | ------- | -------- | | Port-Channel5 | MLAG_DC1-SVC3B_Port-Channel5 | trunk | - | - | MLAG | - | - | - | - | -| Port-Channel7 | DC1_L2LEAF2_Po1 | trunk | none | - | - | - | - | 7 | - | +| Port-Channel7 | L2_DC1_L2LEAF2_Port-Channel1 | trunk | none | - | - | - | - | 7 | - | #### Port-Channel Interfaces Device Configuration @@ -397,7 +397,7 @@ interface Port-Channel5 switchport ! interface Port-Channel7 - description DC1_L2LEAF2_Po1 + description L2_DC1_L2LEAF2_Port-Channel1 no shutdown switchport trunk allowed vlan none switchport mode trunk diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-SVC3B.md b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-SVC3B.md index 5e148305ca1..e20aaa2fbfa 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-SVC3B.md +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-SVC3B.md @@ -278,8 +278,8 @@ vlan 4094 | --------- | ----------- | ---- | ----- | ----------- | ----------- | ------------- | | Ethernet5 | MLAG_DC1-SVC3A_Ethernet5 | *trunk | *- | *- | *MLAG | 5 | | Ethernet6 | MLAG_DC1-SVC3A_Ethernet6 | *trunk | *- | *- | *MLAG | 5 | -| Ethernet7 | DC1-L2LEAF2A_Ethernet2 | *trunk | *none | *- | *- | 7 | -| Ethernet8 | DC1-L2LEAF2B_Ethernet2 | *trunk | *none | *- | *- | 7 | +| Ethernet7 | L2_DC1-L2LEAF2A_Ethernet2 | *trunk | *none | *- | *- | 7 | +| Ethernet8 | L2_DC1-L2LEAF2B_Ethernet2 | *trunk | *none | *- | *- | 7 | *Inherited from Port-Channel Interface @@ -364,12 +364,12 @@ interface Ethernet6 channel-group 5 mode active ! interface Ethernet7 - description DC1-L2LEAF2A_Ethernet2 + description L2_DC1-L2LEAF2A_Ethernet2 no shutdown channel-group 7 mode active ! interface Ethernet8 - description DC1-L2LEAF2B_Ethernet2 + description L2_DC1-L2LEAF2B_Ethernet2 no shutdown channel-group 7 mode active ``` @@ -383,7 +383,7 @@ interface Ethernet8 | Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | LACP Fallback Timeout | LACP Fallback Mode | MLAG ID | EVPN ESI | | --------- | ----------- | ---- | ----- | ----------- | ------------| --------------------- | ------------------ | ------- | -------- | | Port-Channel5 | MLAG_DC1-SVC3A_Port-Channel5 | trunk | - | - | MLAG | - | - | - | - | -| Port-Channel7 | DC1_L2LEAF2_Po1 | trunk | none | - | - | - | - | 7 | - | +| Port-Channel7 | L2_DC1_L2LEAF2_Port-Channel1 | trunk | none | - | - | - | - | 7 | - | #### Port-Channel Interfaces Device Configuration @@ -397,7 +397,7 @@ interface Port-Channel5 switchport ! interface Port-Channel7 - description DC1_L2LEAF2_Po1 + description L2_DC1_L2LEAF2_Port-Channel1 no shutdown switchport trunk allowed vlan none switchport mode trunk diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/configs/DC1-L2LEAF1A.cfg b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/configs/DC1-L2LEAF1A.cfg index a4f1760c7e8..94124895dcb 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/configs/DC1-L2LEAF1A.cfg +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/configs/DC1-L2LEAF1A.cfg @@ -32,19 +32,19 @@ management api http-commands no shutdown ! interface Port-Channel1 - description DC1_LEAF2_Po7 + description L2_DC1_LEAF2_Port-Channel7 no shutdown switchport trunk allowed vlan none switchport mode trunk switchport ! interface Ethernet1 - description DC1-LEAF2A_Ethernet7 + description L2_DC1-LEAF2A_Ethernet7 no shutdown channel-group 1 mode active ! interface Ethernet2 - description DC1-LEAF2B_Ethernet7 + description L2_DC1-LEAF2B_Ethernet7 no shutdown channel-group 1 mode active ! diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/configs/DC1-L2LEAF2A.cfg b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/configs/DC1-L2LEAF2A.cfg index a40e7ef166e..95edc80460e 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/configs/DC1-L2LEAF2A.cfg +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/configs/DC1-L2LEAF2A.cfg @@ -37,7 +37,7 @@ management api http-commands no shutdown ! interface Port-Channel1 - description DC1_SVC3_Po7 + description L2_DC1_SVC3_Port-Channel7 no shutdown switchport trunk allowed vlan none switchport mode trunk @@ -52,12 +52,12 @@ interface Port-Channel3 switchport ! interface Ethernet1 - description DC1-SVC3A_Ethernet7 + description L2_DC1-SVC3A_Ethernet7 no shutdown channel-group 1 mode active ! interface Ethernet2 - description DC1-SVC3B_Ethernet7 + description L2_DC1-SVC3B_Ethernet7 no shutdown channel-group 1 mode active ! diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/configs/DC1-L2LEAF2B.cfg b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/configs/DC1-L2LEAF2B.cfg index 34d8220e624..4ae36f1a3e5 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/configs/DC1-L2LEAF2B.cfg +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/configs/DC1-L2LEAF2B.cfg @@ -37,7 +37,7 @@ management api http-commands no shutdown ! interface Port-Channel1 - description DC1_SVC3_Po7 + description L2_DC1_SVC3_Port-Channel7 no shutdown switchport trunk allowed vlan none switchport mode trunk @@ -52,12 +52,12 @@ interface Port-Channel3 switchport ! interface Ethernet1 - description DC1-SVC3A_Ethernet8 + description L2_DC1-SVC3A_Ethernet8 no shutdown channel-group 1 mode active ! interface Ethernet2 - description DC1-SVC3B_Ethernet8 + description L2_DC1-SVC3B_Ethernet8 no shutdown channel-group 1 mode active ! diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/configs/DC1-LEAF2A.cfg b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/configs/DC1-LEAF2A.cfg index cb59c25edc0..bfe9835ca61 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/configs/DC1-LEAF2A.cfg +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/configs/DC1-LEAF2A.cfg @@ -48,7 +48,7 @@ interface Port-Channel5 switchport ! interface Port-Channel7 - description DC1-L2LEAF1A_Po1 + description L2_DC1-L2LEAF1A_Port-Channel1 no shutdown switchport trunk allowed vlan none switchport mode trunk @@ -114,7 +114,7 @@ interface Ethernet6 channel-group 5 mode active ! interface Ethernet7 - description DC1-L2LEAF1A_Ethernet1 + description L2_DC1-L2LEAF1A_Ethernet1 no shutdown channel-group 7 mode active ! diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/configs/DC1-LEAF2B.cfg b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/configs/DC1-LEAF2B.cfg index 7ca92889aa3..061ed669476 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/configs/DC1-LEAF2B.cfg +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/configs/DC1-LEAF2B.cfg @@ -48,7 +48,7 @@ interface Port-Channel5 switchport ! interface Port-Channel7 - description DC1-L2LEAF1A_Po1 + description L2_DC1-L2LEAF1A_Port-Channel1 no shutdown switchport trunk allowed vlan none switchport mode trunk @@ -114,7 +114,7 @@ interface Ethernet6 channel-group 5 mode active ! interface Ethernet7 - description DC1-L2LEAF1A_Ethernet2 + description L2_DC1-L2LEAF1A_Ethernet2 no shutdown channel-group 7 mode active ! diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/configs/DC1-SVC3A.cfg b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/configs/DC1-SVC3A.cfg index 5c3aaf2d5f1..1ba1e4e752c 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/configs/DC1-SVC3A.cfg +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/configs/DC1-SVC3A.cfg @@ -44,7 +44,7 @@ interface Port-Channel5 switchport ! interface Port-Channel7 - description DC1_L2LEAF2_Po1 + description L2_DC1_L2LEAF2_Port-Channel1 no shutdown switchport trunk allowed vlan none switchport mode trunk @@ -110,12 +110,12 @@ interface Ethernet6 channel-group 5 mode active ! interface Ethernet7 - description DC1-L2LEAF2A_Ethernet1 + description L2_DC1-L2LEAF2A_Ethernet1 no shutdown channel-group 7 mode active ! interface Ethernet8 - description DC1-L2LEAF2B_Ethernet1 + description L2_DC1-L2LEAF2B_Ethernet1 no shutdown channel-group 7 mode active ! diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/configs/DC1-SVC3B.cfg b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/configs/DC1-SVC3B.cfg index a8f4ad1031d..4994468fd9a 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/configs/DC1-SVC3B.cfg +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/configs/DC1-SVC3B.cfg @@ -44,7 +44,7 @@ interface Port-Channel5 switchport ! interface Port-Channel7 - description DC1_L2LEAF2_Po1 + description L2_DC1_L2LEAF2_Port-Channel1 no shutdown switchport trunk allowed vlan none switchport mode trunk @@ -110,12 +110,12 @@ interface Ethernet6 channel-group 5 mode active ! interface Ethernet7 - description DC1-L2LEAF2A_Ethernet2 + description L2_DC1-L2LEAF2A_Ethernet2 no shutdown channel-group 7 mode active ! interface Ethernet8 - description DC1-L2LEAF2B_Ethernet2 + description L2_DC1-L2LEAF2B_Ethernet2 no shutdown channel-group 7 mode active ! diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/structured_configs/DC1-L2LEAF1A.yml b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/structured_configs/DC1-L2LEAF1A.yml index c8d68f7dcc6..00851d8c87e 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/structured_configs/DC1-L2LEAF1A.yml +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/structured_configs/DC1-L2LEAF1A.yml @@ -73,7 +73,7 @@ ethernet_interfaces: peer: DC1-LEAF2A peer_interface: Ethernet7 peer_type: l3leaf - description: DC1-LEAF2A_Ethernet7 + description: L2_DC1-LEAF2A_Ethernet7 shutdown: false channel_group: id: 1 @@ -82,14 +82,14 @@ ethernet_interfaces: peer: DC1-LEAF2B peer_interface: Ethernet7 peer_type: l3leaf - description: DC1-LEAF2B_Ethernet7 + description: L2_DC1-LEAF2B_Ethernet7 shutdown: false channel_group: id: 1 mode: active port_channel_interfaces: - name: Port-Channel1 - description: DC1_LEAF2_Po7 + description: L2_DC1_LEAF2_Port-Channel7 switchport: enabled: true mode: trunk diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/structured_configs/DC1-L2LEAF2A.yml b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/structured_configs/DC1-L2LEAF2A.yml index eec04cd6e02..3b263399e02 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/structured_configs/DC1-L2LEAF2A.yml +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/structured_configs/DC1-L2LEAF2A.yml @@ -93,7 +93,7 @@ port_channel_interfaces: - MLAG shutdown: false - name: Port-Channel1 - description: DC1_SVC3_Po7 + description: L2_DC1_SVC3_Port-Channel7 switchport: enabled: true mode: trunk @@ -124,7 +124,7 @@ ethernet_interfaces: peer: DC1-SVC3A peer_interface: Ethernet7 peer_type: l3leaf - description: DC1-SVC3A_Ethernet7 + description: L2_DC1-SVC3A_Ethernet7 shutdown: false channel_group: id: 1 @@ -133,7 +133,7 @@ ethernet_interfaces: peer: DC1-SVC3B peer_interface: Ethernet7 peer_type: l3leaf - description: DC1-SVC3B_Ethernet7 + description: L2_DC1-SVC3B_Ethernet7 shutdown: false channel_group: id: 1 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/structured_configs/DC1-L2LEAF2B.yml b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/structured_configs/DC1-L2LEAF2B.yml index 2cae6a5e6a8..d80ded8068c 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/structured_configs/DC1-L2LEAF2B.yml +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/structured_configs/DC1-L2LEAF2B.yml @@ -93,7 +93,7 @@ port_channel_interfaces: - MLAG shutdown: false - name: Port-Channel1 - description: DC1_SVC3_Po7 + description: L2_DC1_SVC3_Port-Channel7 switchport: enabled: true mode: trunk @@ -124,7 +124,7 @@ ethernet_interfaces: peer: DC1-SVC3A peer_interface: Ethernet8 peer_type: l3leaf - description: DC1-SVC3A_Ethernet8 + description: L2_DC1-SVC3A_Ethernet8 shutdown: false channel_group: id: 1 @@ -133,7 +133,7 @@ ethernet_interfaces: peer: DC1-SVC3B peer_interface: Ethernet8 peer_type: l3leaf - description: DC1-SVC3B_Ethernet8 + description: L2_DC1-SVC3B_Ethernet8 shutdown: false channel_group: id: 1 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/structured_configs/DC1-LEAF2A.yml b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/structured_configs/DC1-LEAF2A.yml index 21d10217543..618b3dcbe7c 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/structured_configs/DC1-LEAF2A.yml +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/structured_configs/DC1-LEAF2A.yml @@ -149,7 +149,7 @@ port_channel_interfaces: - MLAG shutdown: false - name: Port-Channel7 - description: DC1-L2LEAF1A_Po1 + description: L2_DC1-L2LEAF1A_Port-Channel1 switchport: enabled: true mode: trunk @@ -240,7 +240,7 @@ ethernet_interfaces: peer: DC1-L2LEAF1A peer_interface: Ethernet1 peer_type: l2leaf - description: DC1-L2LEAF1A_Ethernet1 + description: L2_DC1-L2LEAF1A_Ethernet1 shutdown: false channel_group: id: 7 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/structured_configs/DC1-LEAF2B.yml b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/structured_configs/DC1-LEAF2B.yml index c8e78af9e66..a5e8f5faf22 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/structured_configs/DC1-LEAF2B.yml +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/structured_configs/DC1-LEAF2B.yml @@ -149,7 +149,7 @@ port_channel_interfaces: - MLAG shutdown: false - name: Port-Channel7 - description: DC1-L2LEAF1A_Po1 + description: L2_DC1-L2LEAF1A_Port-Channel1 switchport: enabled: true mode: trunk @@ -240,7 +240,7 @@ ethernet_interfaces: peer: DC1-L2LEAF1A peer_interface: Ethernet2 peer_type: l2leaf - description: DC1-L2LEAF1A_Ethernet2 + description: L2_DC1-L2LEAF1A_Ethernet2 shutdown: false channel_group: id: 7 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/structured_configs/DC1-SVC3A.yml b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/structured_configs/DC1-SVC3A.yml index 21d5ede2763..7afa574edcf 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/structured_configs/DC1-SVC3A.yml +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/structured_configs/DC1-SVC3A.yml @@ -139,7 +139,7 @@ port_channel_interfaces: - MLAG shutdown: false - name: Port-Channel7 - description: DC1_L2LEAF2_Po1 + description: L2_DC1_L2LEAF2_Port-Channel1 switchport: enabled: true mode: trunk @@ -230,7 +230,7 @@ ethernet_interfaces: peer: DC1-L2LEAF2A peer_interface: Ethernet1 peer_type: l2leaf - description: DC1-L2LEAF2A_Ethernet1 + description: L2_DC1-L2LEAF2A_Ethernet1 shutdown: false channel_group: id: 7 @@ -239,7 +239,7 @@ ethernet_interfaces: peer: DC1-L2LEAF2B peer_interface: Ethernet1 peer_type: l2leaf - description: DC1-L2LEAF2B_Ethernet1 + description: L2_DC1-L2LEAF2B_Ethernet1 shutdown: false channel_group: id: 7 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/structured_configs/DC1-SVC3B.yml b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/structured_configs/DC1-SVC3B.yml index 59b2b991bcb..3291d6c5bd0 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/structured_configs/DC1-SVC3B.yml +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/structured_configs/DC1-SVC3B.yml @@ -139,7 +139,7 @@ port_channel_interfaces: - MLAG shutdown: false - name: Port-Channel7 - description: DC1_L2LEAF2_Po1 + description: L2_DC1_L2LEAF2_Port-Channel1 switchport: enabled: true mode: trunk @@ -230,7 +230,7 @@ ethernet_interfaces: peer: DC1-L2LEAF2A peer_interface: Ethernet2 peer_type: l2leaf - description: DC1-L2LEAF2A_Ethernet2 + description: L2_DC1-L2LEAF2A_Ethernet2 shutdown: false channel_group: id: 7 @@ -239,7 +239,7 @@ ethernet_interfaces: peer: DC1-L2LEAF2B peer_interface: Ethernet2 peer_type: l2leaf - description: DC1-L2LEAF2B_Ethernet2 + description: L2_DC1-L2LEAF2B_Ethernet2 shutdown: false channel_group: id: 7 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/documentation/devices/DC1-L2LEAF1A.md b/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/documentation/devices/DC1-L2LEAF1A.md index 05dd8c48a7e..40a0eef8d46 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/documentation/devices/DC1-L2LEAF1A.md +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/documentation/devices/DC1-L2LEAF1A.md @@ -233,8 +233,8 @@ vlan 210 | Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | Channel-Group | | --------- | ----------- | ---- | ----- | ----------- | ----------- | ------------- | -| Ethernet1 | DC1-LEAF2A_Ethernet7 | *trunk | *210 | *- | *- | 1 | -| Ethernet2 | DC1-LEAF2B_Ethernet7 | *trunk | *210 | *- | *- | 1 | +| Ethernet1 | L2_DC1-LEAF2A_Ethernet7 | *trunk | *210 | *- | *- | 1 | +| Ethernet2 | L2_DC1-LEAF2B_Ethernet7 | *trunk | *210 | *- | *- | 1 | *Inherited from Port-Channel Interface @@ -243,12 +243,12 @@ vlan 210 ```eos ! interface Ethernet1 - description DC1-LEAF2A_Ethernet7 + description L2_DC1-LEAF2A_Ethernet7 no shutdown channel-group 1 mode active ! interface Ethernet2 - description DC1-LEAF2B_Ethernet7 + description L2_DC1-LEAF2B_Ethernet7 no shutdown channel-group 1 mode active ``` @@ -261,14 +261,14 @@ interface Ethernet2 | Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | LACP Fallback Timeout | LACP Fallback Mode | MLAG ID | EVPN ESI | | --------- | ----------- | ---- | ----- | ----------- | ------------| --------------------- | ------------------ | ------- | -------- | -| Port-Channel1 | DC1_LEAF2_Po7 | trunk | 210 | - | - | - | - | - | - | +| Port-Channel1 | L2_DC1_LEAF2_Port-Channel7 | trunk | 210 | - | - | - | - | - | - | #### Port-Channel Interfaces Device Configuration ```eos ! interface Port-Channel1 - description DC1_LEAF2_Po7 + description L2_DC1_LEAF2_Port-Channel7 no shutdown switchport trunk allowed vlan 210 switchport mode trunk diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/documentation/devices/DC1-L2LEAF2A.md b/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/documentation/devices/DC1-L2LEAF2A.md index 7df60b12afb..b61eac1915f 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/documentation/devices/DC1-L2LEAF2A.md +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/documentation/devices/DC1-L2LEAF2A.md @@ -270,8 +270,8 @@ vlan 4094 | Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | Channel-Group | | --------- | ----------- | ---- | ----- | ----------- | ----------- | ------------- | -| Ethernet1 | DC1-SVC3A_Ethernet7 | *trunk | *210 | *- | *- | 1 | -| Ethernet2 | DC1-SVC3B_Ethernet7 | *trunk | *210 | *- | *- | 1 | +| Ethernet1 | L2_DC1-SVC3A_Ethernet7 | *trunk | *210 | *- | *- | 1 | +| Ethernet2 | L2_DC1-SVC3B_Ethernet7 | *trunk | *210 | *- | *- | 1 | | Ethernet3 | MLAG_DC1-L2LEAF2B_Ethernet3 | *trunk | *- | *- | *MLAG | 3 | | Ethernet4 | MLAG_DC1-L2LEAF2B_Ethernet4 | *trunk | *- | *- | *MLAG | 3 | @@ -282,12 +282,12 @@ vlan 4094 ```eos ! interface Ethernet1 - description DC1-SVC3A_Ethernet7 + description L2_DC1-SVC3A_Ethernet7 no shutdown channel-group 1 mode active ! interface Ethernet2 - description DC1-SVC3B_Ethernet7 + description L2_DC1-SVC3B_Ethernet7 no shutdown channel-group 1 mode active ! @@ -310,7 +310,7 @@ interface Ethernet4 | Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | LACP Fallback Timeout | LACP Fallback Mode | MLAG ID | EVPN ESI | | --------- | ----------- | ---- | ----- | ----------- | ------------| --------------------- | ------------------ | ------- | -------- | -| Port-Channel1 | DC1_SVC3_Po7 | trunk | 210 | - | - | - | - | 1 | - | +| Port-Channel1 | L2_DC1_SVC3_Port-Channel7 | trunk | 210 | - | - | - | - | 1 | - | | Port-Channel3 | MLAG_DC1-L2LEAF2B_Port-Channel3 | trunk | - | - | MLAG | - | - | - | - | #### Port-Channel Interfaces Device Configuration @@ -318,7 +318,7 @@ interface Ethernet4 ```eos ! interface Port-Channel1 - description DC1_SVC3_Po7 + description L2_DC1_SVC3_Port-Channel7 no shutdown switchport trunk allowed vlan 210 switchport mode trunk diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/documentation/devices/DC1-L2LEAF2B.md b/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/documentation/devices/DC1-L2LEAF2B.md index 2e989c64040..ad9d28d240a 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/documentation/devices/DC1-L2LEAF2B.md +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/documentation/devices/DC1-L2LEAF2B.md @@ -270,8 +270,8 @@ vlan 4094 | Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | Channel-Group | | --------- | ----------- | ---- | ----- | ----------- | ----------- | ------------- | -| Ethernet1 | DC1-SVC3A_Ethernet8 | *trunk | *210 | *- | *- | 1 | -| Ethernet2 | DC1-SVC3B_Ethernet8 | *trunk | *210 | *- | *- | 1 | +| Ethernet1 | L2_DC1-SVC3A_Ethernet8 | *trunk | *210 | *- | *- | 1 | +| Ethernet2 | L2_DC1-SVC3B_Ethernet8 | *trunk | *210 | *- | *- | 1 | | Ethernet3 | MLAG_DC1-L2LEAF2A_Ethernet3 | *trunk | *- | *- | *MLAG | 3 | | Ethernet4 | MLAG_DC1-L2LEAF2A_Ethernet4 | *trunk | *- | *- | *MLAG | 3 | @@ -282,12 +282,12 @@ vlan 4094 ```eos ! interface Ethernet1 - description DC1-SVC3A_Ethernet8 + description L2_DC1-SVC3A_Ethernet8 no shutdown channel-group 1 mode active ! interface Ethernet2 - description DC1-SVC3B_Ethernet8 + description L2_DC1-SVC3B_Ethernet8 no shutdown channel-group 1 mode active ! @@ -310,7 +310,7 @@ interface Ethernet4 | Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | LACP Fallback Timeout | LACP Fallback Mode | MLAG ID | EVPN ESI | | --------- | ----------- | ---- | ----- | ----------- | ------------| --------------------- | ------------------ | ------- | -------- | -| Port-Channel1 | DC1_SVC3_Po7 | trunk | 210 | - | - | - | - | 1 | - | +| Port-Channel1 | L2_DC1_SVC3_Port-Channel7 | trunk | 210 | - | - | - | - | 1 | - | | Port-Channel3 | MLAG_DC1-L2LEAF2A_Port-Channel3 | trunk | - | - | MLAG | - | - | - | - | #### Port-Channel Interfaces Device Configuration @@ -318,7 +318,7 @@ interface Ethernet4 ```eos ! interface Port-Channel1 - description DC1_SVC3_Po7 + description L2_DC1_SVC3_Port-Channel7 no shutdown switchport trunk allowed vlan 210 switchport mode trunk diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/documentation/devices/DC1-LEAF2A.md b/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/documentation/devices/DC1-LEAF2A.md index 095ff24a199..e36a156376f 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/documentation/devices/DC1-LEAF2A.md +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/documentation/devices/DC1-LEAF2A.md @@ -292,7 +292,7 @@ vlan 4094 | --------- | ----------- | ---- | ----- | ----------- | ----------- | ------------- | | Ethernet5 | MLAG_DC1-LEAF2B_Ethernet5 | *trunk | *- | *- | *MLAG | 5 | | Ethernet6 | MLAG_DC1-LEAF2B_Ethernet6 | *trunk | *- | *- | *MLAG | 5 | -| Ethernet7 | DC1-L2LEAF1A_Ethernet1 | *trunk | *210 | *- | *- | 7 | +| Ethernet7 | L2_DC1-L2LEAF1A_Ethernet1 | *trunk | *210 | *- | *- | 7 | *Inherited from Port-Channel Interface @@ -364,7 +364,7 @@ interface Ethernet6 channel-group 5 mode active ! interface Ethernet7 - description DC1-L2LEAF1A_Ethernet1 + description L2_DC1-L2LEAF1A_Ethernet1 no shutdown channel-group 7 mode active ``` @@ -378,7 +378,7 @@ interface Ethernet7 | Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | LACP Fallback Timeout | LACP Fallback Mode | MLAG ID | EVPN ESI | | --------- | ----------- | ---- | ----- | ----------- | ------------| --------------------- | ------------------ | ------- | -------- | | Port-Channel5 | MLAG_DC1-LEAF2B_Port-Channel5 | trunk | - | - | MLAG | - | - | - | - | -| Port-Channel7 | DC1-L2LEAF1A_Po1 | trunk | 210 | - | - | - | - | 7 | - | +| Port-Channel7 | L2_DC1-L2LEAF1A_Port-Channel1 | trunk | 210 | - | - | - | - | 7 | - | #### Port-Channel Interfaces Device Configuration @@ -392,7 +392,7 @@ interface Port-Channel5 switchport ! interface Port-Channel7 - description DC1-L2LEAF1A_Po1 + description L2_DC1-L2LEAF1A_Port-Channel1 no shutdown switchport trunk allowed vlan 210 switchport mode trunk diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/documentation/devices/DC1-LEAF2B.md b/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/documentation/devices/DC1-LEAF2B.md index 1ac6d01ad9f..c943de64899 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/documentation/devices/DC1-LEAF2B.md +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/documentation/devices/DC1-LEAF2B.md @@ -292,7 +292,7 @@ vlan 4094 | --------- | ----------- | ---- | ----- | ----------- | ----------- | ------------- | | Ethernet5 | MLAG_DC1-LEAF2A_Ethernet5 | *trunk | *- | *- | *MLAG | 5 | | Ethernet6 | MLAG_DC1-LEAF2A_Ethernet6 | *trunk | *- | *- | *MLAG | 5 | -| Ethernet7 | DC1-L2LEAF1A_Ethernet2 | *trunk | *210 | *- | *- | 7 | +| Ethernet7 | L2_DC1-L2LEAF1A_Ethernet2 | *trunk | *210 | *- | *- | 7 | *Inherited from Port-Channel Interface @@ -364,7 +364,7 @@ interface Ethernet6 channel-group 5 mode active ! interface Ethernet7 - description DC1-L2LEAF1A_Ethernet2 + description L2_DC1-L2LEAF1A_Ethernet2 no shutdown channel-group 7 mode active ``` @@ -378,7 +378,7 @@ interface Ethernet7 | Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | LACP Fallback Timeout | LACP Fallback Mode | MLAG ID | EVPN ESI | | --------- | ----------- | ---- | ----- | ----------- | ------------| --------------------- | ------------------ | ------- | -------- | | Port-Channel5 | MLAG_DC1-LEAF2A_Port-Channel5 | trunk | - | - | MLAG | - | - | - | - | -| Port-Channel7 | DC1-L2LEAF1A_Po1 | trunk | 210 | - | - | - | - | 7 | - | +| Port-Channel7 | L2_DC1-L2LEAF1A_Port-Channel1 | trunk | 210 | - | - | - | - | 7 | - | #### Port-Channel Interfaces Device Configuration @@ -392,7 +392,7 @@ interface Port-Channel5 switchport ! interface Port-Channel7 - description DC1-L2LEAF1A_Po1 + description L2_DC1-L2LEAF1A_Port-Channel1 no shutdown switchport trunk allowed vlan 210 switchport mode trunk diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/documentation/devices/DC1-SVC3A.md b/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/documentation/devices/DC1-SVC3A.md index 7adfa23d3d4..927c58cc3b7 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/documentation/devices/DC1-SVC3A.md +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/documentation/devices/DC1-SVC3A.md @@ -287,8 +287,8 @@ vlan 4094 | --------- | ----------- | ---- | ----- | ----------- | ----------- | ------------- | | Ethernet5 | MLAG_DC1-SVC3B_Ethernet5 | *trunk | *- | *- | *MLAG | 5 | | Ethernet6 | MLAG_DC1-SVC3B_Ethernet6 | *trunk | *- | *- | *MLAG | 5 | -| Ethernet7 | DC1-L2LEAF2A_Ethernet1 | *trunk | *210 | *- | *- | 7 | -| Ethernet8 | DC1-L2LEAF2B_Ethernet1 | *trunk | *210 | *- | *- | 7 | +| Ethernet7 | L2_DC1-L2LEAF2A_Ethernet1 | *trunk | *210 | *- | *- | 7 | +| Ethernet8 | L2_DC1-L2LEAF2B_Ethernet1 | *trunk | *210 | *- | *- | 7 | *Inherited from Port-Channel Interface @@ -360,12 +360,12 @@ interface Ethernet6 channel-group 5 mode active ! interface Ethernet7 - description DC1-L2LEAF2A_Ethernet1 + description L2_DC1-L2LEAF2A_Ethernet1 no shutdown channel-group 7 mode active ! interface Ethernet8 - description DC1-L2LEAF2B_Ethernet1 + description L2_DC1-L2LEAF2B_Ethernet1 no shutdown channel-group 7 mode active ``` @@ -379,7 +379,7 @@ interface Ethernet8 | Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | LACP Fallback Timeout | LACP Fallback Mode | MLAG ID | EVPN ESI | | --------- | ----------- | ---- | ----- | ----------- | ------------| --------------------- | ------------------ | ------- | -------- | | Port-Channel5 | MLAG_DC1-SVC3B_Port-Channel5 | trunk | - | - | MLAG | - | - | - | - | -| Port-Channel7 | DC1_L2LEAF2_Po1 | trunk | 210 | - | - | - | - | 7 | - | +| Port-Channel7 | L2_DC1_L2LEAF2_Port-Channel1 | trunk | 210 | - | - | - | - | 7 | - | #### Port-Channel Interfaces Device Configuration @@ -393,7 +393,7 @@ interface Port-Channel5 switchport ! interface Port-Channel7 - description DC1_L2LEAF2_Po1 + description L2_DC1_L2LEAF2_Port-Channel1 no shutdown switchport trunk allowed vlan 210 switchport mode trunk diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/documentation/devices/DC1-SVC3B.md b/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/documentation/devices/DC1-SVC3B.md index 8f220cc5527..362129a217b 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/documentation/devices/DC1-SVC3B.md +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/documentation/devices/DC1-SVC3B.md @@ -287,8 +287,8 @@ vlan 4094 | --------- | ----------- | ---- | ----- | ----------- | ----------- | ------------- | | Ethernet5 | MLAG_DC1-SVC3A_Ethernet5 | *trunk | *- | *- | *MLAG | 5 | | Ethernet6 | MLAG_DC1-SVC3A_Ethernet6 | *trunk | *- | *- | *MLAG | 5 | -| Ethernet7 | DC1-L2LEAF2A_Ethernet2 | *trunk | *210 | *- | *- | 7 | -| Ethernet8 | DC1-L2LEAF2B_Ethernet2 | *trunk | *210 | *- | *- | 7 | +| Ethernet7 | L2_DC1-L2LEAF2A_Ethernet2 | *trunk | *210 | *- | *- | 7 | +| Ethernet8 | L2_DC1-L2LEAF2B_Ethernet2 | *trunk | *210 | *- | *- | 7 | *Inherited from Port-Channel Interface @@ -360,12 +360,12 @@ interface Ethernet6 channel-group 5 mode active ! interface Ethernet7 - description DC1-L2LEAF2A_Ethernet2 + description L2_DC1-L2LEAF2A_Ethernet2 no shutdown channel-group 7 mode active ! interface Ethernet8 - description DC1-L2LEAF2B_Ethernet2 + description L2_DC1-L2LEAF2B_Ethernet2 no shutdown channel-group 7 mode active ``` @@ -379,7 +379,7 @@ interface Ethernet8 | Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | LACP Fallback Timeout | LACP Fallback Mode | MLAG ID | EVPN ESI | | --------- | ----------- | ---- | ----- | ----------- | ------------| --------------------- | ------------------ | ------- | -------- | | Port-Channel5 | MLAG_DC1-SVC3A_Port-Channel5 | trunk | - | - | MLAG | - | - | - | - | -| Port-Channel7 | DC1_L2LEAF2_Po1 | trunk | 210 | - | - | - | - | 7 | - | +| Port-Channel7 | L2_DC1_L2LEAF2_Port-Channel1 | trunk | 210 | - | - | - | - | 7 | - | #### Port-Channel Interfaces Device Configuration @@ -393,7 +393,7 @@ interface Port-Channel5 switchport ! interface Port-Channel7 - description DC1_L2LEAF2_Po1 + description L2_DC1_L2LEAF2_Port-Channel1 no shutdown switchport trunk allowed vlan 210 switchport mode trunk diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/configs/DC1-L2LEAF1A.cfg b/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/configs/DC1-L2LEAF1A.cfg index 4147fbc7ac7..be0e63397a2 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/configs/DC1-L2LEAF1A.cfg +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/configs/DC1-L2LEAF1A.cfg @@ -35,19 +35,19 @@ management api http-commands no shutdown ! interface Port-Channel1 - description DC1_LEAF2_Po7 + description L2_DC1_LEAF2_Port-Channel7 no shutdown switchport trunk allowed vlan 210 switchport mode trunk switchport ! interface Ethernet1 - description DC1-LEAF2A_Ethernet7 + description L2_DC1-LEAF2A_Ethernet7 no shutdown channel-group 1 mode active ! interface Ethernet2 - description DC1-LEAF2B_Ethernet7 + description L2_DC1-LEAF2B_Ethernet7 no shutdown channel-group 1 mode active ! diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/configs/DC1-L2LEAF2A.cfg b/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/configs/DC1-L2LEAF2A.cfg index 44180969a33..5dd569bed77 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/configs/DC1-L2LEAF2A.cfg +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/configs/DC1-L2LEAF2A.cfg @@ -40,7 +40,7 @@ management api http-commands no shutdown ! interface Port-Channel1 - description DC1_SVC3_Po7 + description L2_DC1_SVC3_Port-Channel7 no shutdown switchport trunk allowed vlan 210 switchport mode trunk @@ -55,12 +55,12 @@ interface Port-Channel3 switchport ! interface Ethernet1 - description DC1-SVC3A_Ethernet7 + description L2_DC1-SVC3A_Ethernet7 no shutdown channel-group 1 mode active ! interface Ethernet2 - description DC1-SVC3B_Ethernet7 + description L2_DC1-SVC3B_Ethernet7 no shutdown channel-group 1 mode active ! diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/configs/DC1-L2LEAF2B.cfg b/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/configs/DC1-L2LEAF2B.cfg index 6da34182094..b2281d3b77b 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/configs/DC1-L2LEAF2B.cfg +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/configs/DC1-L2LEAF2B.cfg @@ -40,7 +40,7 @@ management api http-commands no shutdown ! interface Port-Channel1 - description DC1_SVC3_Po7 + description L2_DC1_SVC3_Port-Channel7 no shutdown switchport trunk allowed vlan 210 switchport mode trunk @@ -55,12 +55,12 @@ interface Port-Channel3 switchport ! interface Ethernet1 - description DC1-SVC3A_Ethernet8 + description L2_DC1-SVC3A_Ethernet8 no shutdown channel-group 1 mode active ! interface Ethernet2 - description DC1-SVC3B_Ethernet8 + description L2_DC1-SVC3B_Ethernet8 no shutdown channel-group 1 mode active ! diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/configs/DC1-LEAF2A.cfg b/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/configs/DC1-LEAF2A.cfg index 160b3e5f0ce..bf1add8a4e1 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/configs/DC1-LEAF2A.cfg +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/configs/DC1-LEAF2A.cfg @@ -57,7 +57,7 @@ interface Port-Channel5 switchport ! interface Port-Channel7 - description DC1-L2LEAF1A_Po1 + description L2_DC1-L2LEAF1A_Port-Channel1 no shutdown switchport trunk allowed vlan 210 switchport mode trunk @@ -119,7 +119,7 @@ interface Ethernet6 channel-group 5 mode active ! interface Ethernet7 - description DC1-L2LEAF1A_Ethernet1 + description L2_DC1-L2LEAF1A_Ethernet1 no shutdown channel-group 7 mode active ! diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/configs/DC1-LEAF2B.cfg b/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/configs/DC1-LEAF2B.cfg index 925887a2089..b21005e6bb3 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/configs/DC1-LEAF2B.cfg +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/configs/DC1-LEAF2B.cfg @@ -57,7 +57,7 @@ interface Port-Channel5 switchport ! interface Port-Channel7 - description DC1-L2LEAF1A_Po1 + description L2_DC1-L2LEAF1A_Port-Channel1 no shutdown switchport trunk allowed vlan 210 switchport mode trunk @@ -119,7 +119,7 @@ interface Ethernet6 channel-group 5 mode active ! interface Ethernet7 - description DC1-L2LEAF1A_Ethernet2 + description L2_DC1-L2LEAF1A_Ethernet2 no shutdown channel-group 7 mode active ! diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/configs/DC1-SVC3A.cfg b/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/configs/DC1-SVC3A.cfg index 18128360caf..6ac75a99047 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/configs/DC1-SVC3A.cfg +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/configs/DC1-SVC3A.cfg @@ -53,7 +53,7 @@ interface Port-Channel5 switchport ! interface Port-Channel7 - description DC1_L2LEAF2_Po1 + description L2_DC1_L2LEAF2_Port-Channel1 no shutdown switchport trunk allowed vlan 210 switchport mode trunk @@ -115,12 +115,12 @@ interface Ethernet6 channel-group 5 mode active ! interface Ethernet7 - description DC1-L2LEAF2A_Ethernet1 + description L2_DC1-L2LEAF2A_Ethernet1 no shutdown channel-group 7 mode active ! interface Ethernet8 - description DC1-L2LEAF2B_Ethernet1 + description L2_DC1-L2LEAF2B_Ethernet1 no shutdown channel-group 7 mode active ! diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/configs/DC1-SVC3B.cfg b/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/configs/DC1-SVC3B.cfg index 81b17ad410b..0c5d9b9528d 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/configs/DC1-SVC3B.cfg +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/configs/DC1-SVC3B.cfg @@ -53,7 +53,7 @@ interface Port-Channel5 switchport ! interface Port-Channel7 - description DC1_L2LEAF2_Po1 + description L2_DC1_L2LEAF2_Port-Channel1 no shutdown switchport trunk allowed vlan 210 switchport mode trunk @@ -115,12 +115,12 @@ interface Ethernet6 channel-group 5 mode active ! interface Ethernet7 - description DC1-L2LEAF2A_Ethernet2 + description L2_DC1-L2LEAF2A_Ethernet2 no shutdown channel-group 7 mode active ! interface Ethernet8 - description DC1-L2LEAF2B_Ethernet2 + description L2_DC1-L2LEAF2B_Ethernet2 no shutdown channel-group 7 mode active ! diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/structured_configs/DC1-L2LEAF1A.yml b/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/structured_configs/DC1-L2LEAF1A.yml index 9b84b17122a..ab5992e4e38 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/structured_configs/DC1-L2LEAF1A.yml +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/structured_configs/DC1-L2LEAF1A.yml @@ -73,7 +73,7 @@ ethernet_interfaces: peer: DC1-LEAF2A peer_interface: Ethernet7 peer_type: l3leaf - description: DC1-LEAF2A_Ethernet7 + description: L2_DC1-LEAF2A_Ethernet7 shutdown: false channel_group: id: 1 @@ -82,14 +82,14 @@ ethernet_interfaces: peer: DC1-LEAF2B peer_interface: Ethernet7 peer_type: l3leaf - description: DC1-LEAF2B_Ethernet7 + description: L2_DC1-LEAF2B_Ethernet7 shutdown: false channel_group: id: 1 mode: active port_channel_interfaces: - name: Port-Channel1 - description: DC1_LEAF2_Po7 + description: L2_DC1_LEAF2_Port-Channel7 switchport: enabled: true mode: trunk diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/structured_configs/DC1-L2LEAF2A.yml b/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/structured_configs/DC1-L2LEAF2A.yml index 118a8ab2043..d603ec66730 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/structured_configs/DC1-L2LEAF2A.yml +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/structured_configs/DC1-L2LEAF2A.yml @@ -96,7 +96,7 @@ port_channel_interfaces: - MLAG shutdown: false - name: Port-Channel1 - description: DC1_SVC3_Po7 + description: L2_DC1_SVC3_Port-Channel7 switchport: enabled: true mode: trunk @@ -127,7 +127,7 @@ ethernet_interfaces: peer: DC1-SVC3A peer_interface: Ethernet7 peer_type: l3leaf - description: DC1-SVC3A_Ethernet7 + description: L2_DC1-SVC3A_Ethernet7 shutdown: false channel_group: id: 1 @@ -136,7 +136,7 @@ ethernet_interfaces: peer: DC1-SVC3B peer_interface: Ethernet7 peer_type: l3leaf - description: DC1-SVC3B_Ethernet7 + description: L2_DC1-SVC3B_Ethernet7 shutdown: false channel_group: id: 1 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/structured_configs/DC1-L2LEAF2B.yml b/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/structured_configs/DC1-L2LEAF2B.yml index caa0c829f32..8d27e5c4516 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/structured_configs/DC1-L2LEAF2B.yml +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/structured_configs/DC1-L2LEAF2B.yml @@ -96,7 +96,7 @@ port_channel_interfaces: - MLAG shutdown: false - name: Port-Channel1 - description: DC1_SVC3_Po7 + description: L2_DC1_SVC3_Port-Channel7 switchport: enabled: true mode: trunk @@ -127,7 +127,7 @@ ethernet_interfaces: peer: DC1-SVC3A peer_interface: Ethernet8 peer_type: l3leaf - description: DC1-SVC3A_Ethernet8 + description: L2_DC1-SVC3A_Ethernet8 shutdown: false channel_group: id: 1 @@ -136,7 +136,7 @@ ethernet_interfaces: peer: DC1-SVC3B peer_interface: Ethernet8 peer_type: l3leaf - description: DC1-SVC3B_Ethernet8 + description: L2_DC1-SVC3B_Ethernet8 shutdown: false channel_group: id: 1 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/structured_configs/DC1-LEAF2A.yml b/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/structured_configs/DC1-LEAF2A.yml index 60f6b7fe18d..7a564f5ff0f 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/structured_configs/DC1-LEAF2A.yml +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/structured_configs/DC1-LEAF2A.yml @@ -230,7 +230,7 @@ port_channel_interfaces: - MLAG shutdown: false - name: Port-Channel7 - description: DC1-L2LEAF1A_Po1 + description: L2_DC1-L2LEAF1A_Port-Channel1 switchport: enabled: true mode: trunk @@ -329,7 +329,7 @@ ethernet_interfaces: peer: DC1-L2LEAF1A peer_interface: Ethernet1 peer_type: l2leaf - description: DC1-L2LEAF1A_Ethernet1 + description: L2_DC1-L2LEAF1A_Ethernet1 shutdown: false channel_group: id: 7 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/structured_configs/DC1-LEAF2B.yml b/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/structured_configs/DC1-LEAF2B.yml index fef8960a074..8acbb754e90 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/structured_configs/DC1-LEAF2B.yml +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/structured_configs/DC1-LEAF2B.yml @@ -230,7 +230,7 @@ port_channel_interfaces: - MLAG shutdown: false - name: Port-Channel7 - description: DC1-L2LEAF1A_Po1 + description: L2_DC1-L2LEAF1A_Port-Channel1 switchport: enabled: true mode: trunk @@ -329,7 +329,7 @@ ethernet_interfaces: peer: DC1-L2LEAF1A peer_interface: Ethernet2 peer_type: l2leaf - description: DC1-L2LEAF1A_Ethernet2 + description: L2_DC1-L2LEAF1A_Ethernet2 shutdown: false channel_group: id: 7 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/structured_configs/DC1-SVC3A.yml b/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/structured_configs/DC1-SVC3A.yml index f7152435589..69608155373 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/structured_configs/DC1-SVC3A.yml +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/structured_configs/DC1-SVC3A.yml @@ -220,7 +220,7 @@ port_channel_interfaces: - MLAG shutdown: false - name: Port-Channel7 - description: DC1_L2LEAF2_Po1 + description: L2_DC1_L2LEAF2_Port-Channel1 switchport: enabled: true mode: trunk @@ -319,7 +319,7 @@ ethernet_interfaces: peer: DC1-L2LEAF2A peer_interface: Ethernet1 peer_type: l2leaf - description: DC1-L2LEAF2A_Ethernet1 + description: L2_DC1-L2LEAF2A_Ethernet1 shutdown: false channel_group: id: 7 @@ -328,7 +328,7 @@ ethernet_interfaces: peer: DC1-L2LEAF2B peer_interface: Ethernet1 peer_type: l2leaf - description: DC1-L2LEAF2B_Ethernet1 + description: L2_DC1-L2LEAF2B_Ethernet1 shutdown: false channel_group: id: 7 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/structured_configs/DC1-SVC3B.yml b/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/structured_configs/DC1-SVC3B.yml index 44e084d8621..aa8e418b001 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/structured_configs/DC1-SVC3B.yml +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/structured_configs/DC1-SVC3B.yml @@ -220,7 +220,7 @@ port_channel_interfaces: - MLAG shutdown: false - name: Port-Channel7 - description: DC1_L2LEAF2_Po1 + description: L2_DC1_L2LEAF2_Port-Channel1 switchport: enabled: true mode: trunk @@ -319,7 +319,7 @@ ethernet_interfaces: peer: DC1-L2LEAF2A peer_interface: Ethernet2 peer_type: l2leaf - description: DC1-L2LEAF2A_Ethernet2 + description: L2_DC1-L2LEAF2A_Ethernet2 shutdown: false channel_group: id: 7 @@ -328,7 +328,7 @@ ethernet_interfaces: peer: DC1-L2LEAF2B peer_interface: Ethernet2 peer_type: l2leaf - description: DC1-L2LEAF2B_Ethernet2 + description: L2_DC1-L2LEAF2B_Ethernet2 shutdown: false channel_group: id: 7 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-L2LEAF1A.md b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-L2LEAF1A.md index 65d360629f5..9be8497dc23 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-L2LEAF1A.md +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-L2LEAF1A.md @@ -261,8 +261,8 @@ vlan 161 | Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | Channel-Group | | --------- | ----------- | ---- | ----- | ----------- | ----------- | ------------- | -| Ethernet1 | DC1-LEAF2A_Ethernet7 | *trunk | *110-111,120-121,130-131,160-161 | *- | *- | 1 | -| Ethernet2 | DC1-LEAF2B_Ethernet7 | *trunk | *110-111,120-121,130-131,160-161 | *- | *- | 1 | +| Ethernet1 | L2_DC1-LEAF2A_Ethernet7 | *trunk | *110-111,120-121,130-131,160-161 | *- | *- | 1 | +| Ethernet2 | L2_DC1-LEAF2B_Ethernet7 | *trunk | *110-111,120-121,130-131,160-161 | *- | *- | 1 | *Inherited from Port-Channel Interface @@ -271,12 +271,12 @@ vlan 161 ```eos ! interface Ethernet1 - description DC1-LEAF2A_Ethernet7 + description L2_DC1-LEAF2A_Ethernet7 no shutdown channel-group 1 mode active ! interface Ethernet2 - description DC1-LEAF2B_Ethernet7 + description L2_DC1-LEAF2B_Ethernet7 no shutdown channel-group 1 mode active ``` @@ -289,14 +289,14 @@ interface Ethernet2 | Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | LACP Fallback Timeout | LACP Fallback Mode | MLAG ID | EVPN ESI | | --------- | ----------- | ---- | ----- | ----------- | ------------| --------------------- | ------------------ | ------- | -------- | -| Port-Channel1 | DC1_LEAF2_Po7 | trunk | 110-111,120-121,130-131,160-161 | - | - | - | - | - | - | +| Port-Channel1 | L2_DC1_LEAF2_Port-Channel7 | trunk | 110-111,120-121,130-131,160-161 | - | - | - | - | - | - | #### Port-Channel Interfaces Device Configuration ```eos ! interface Port-Channel1 - description DC1_LEAF2_Po7 + description L2_DC1_LEAF2_Port-Channel7 no shutdown switchport trunk allowed vlan 110-111,120-121,130-131,160-161 switchport mode trunk diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-L2LEAF2A.md b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-L2LEAF2A.md index 40e432dd297..6e472de233b 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-L2LEAF2A.md +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-L2LEAF2A.md @@ -336,8 +336,8 @@ vlan 4094 | Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | Channel-Group | | --------- | ----------- | ---- | ----- | ----------- | ----------- | ------------- | -| Ethernet1 | DC1-SVC3A_Ethernet7 | *trunk | *110-111,120-121,130-131,140-141,150,160-161,210-211,250,310-311,350 | *- | *- | 1 | -| Ethernet2 | DC1-SVC3B_Ethernet7 | *trunk | *110-111,120-121,130-131,140-141,150,160-161,210-211,250,310-311,350 | *- | *- | 1 | +| Ethernet1 | L2_DC1-SVC3A_Ethernet7 | *trunk | *110-111,120-121,130-131,140-141,150,160-161,210-211,250,310-311,350 | *- | *- | 1 | +| Ethernet2 | L2_DC1-SVC3B_Ethernet7 | *trunk | *110-111,120-121,130-131,140-141,150,160-161,210-211,250,310-311,350 | *- | *- | 1 | | Ethernet3 | MLAG_DC1-L2LEAF2B_Ethernet3 | *trunk | *- | *- | *MLAG | 3 | | Ethernet4 | MLAG_DC1-L2LEAF2B_Ethernet4 | *trunk | *- | *- | *MLAG | 3 | @@ -348,12 +348,12 @@ vlan 4094 ```eos ! interface Ethernet1 - description DC1-SVC3A_Ethernet7 + description L2_DC1-SVC3A_Ethernet7 no shutdown channel-group 1 mode active ! interface Ethernet2 - description DC1-SVC3B_Ethernet7 + description L2_DC1-SVC3B_Ethernet7 no shutdown channel-group 1 mode active ! @@ -376,7 +376,7 @@ interface Ethernet4 | Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | LACP Fallback Timeout | LACP Fallback Mode | MLAG ID | EVPN ESI | | --------- | ----------- | ---- | ----- | ----------- | ------------| --------------------- | ------------------ | ------- | -------- | -| Port-Channel1 | DC1_SVC3_Po7 | trunk | 110-111,120-121,130-131,140-141,150,160-161,210-211,250,310-311,350 | - | - | - | - | 1 | - | +| Port-Channel1 | L2_DC1_SVC3_Port-Channel7 | trunk | 110-111,120-121,130-131,140-141,150,160-161,210-211,250,310-311,350 | - | - | - | - | 1 | - | | Port-Channel3 | MLAG_DC1-L2LEAF2B_Port-Channel3 | trunk | - | - | MLAG | - | - | - | - | #### Port-Channel Interfaces Device Configuration @@ -384,7 +384,7 @@ interface Ethernet4 ```eos ! interface Port-Channel1 - description DC1_SVC3_Po7 + description L2_DC1_SVC3_Port-Channel7 no shutdown switchport trunk allowed vlan 110-111,120-121,130-131,140-141,150,160-161,210-211,250,310-311,350 switchport mode trunk diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-L2LEAF2B.md b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-L2LEAF2B.md index ac62fe588e9..392ac3b44fc 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-L2LEAF2B.md +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-L2LEAF2B.md @@ -336,8 +336,8 @@ vlan 4094 | Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | Channel-Group | | --------- | ----------- | ---- | ----- | ----------- | ----------- | ------------- | -| Ethernet1 | DC1-SVC3A_Ethernet8 | *trunk | *110-111,120-121,130-131,140-141,150,160-161,210-211,250,310-311,350 | *- | *- | 1 | -| Ethernet2 | DC1-SVC3B_Ethernet8 | *trunk | *110-111,120-121,130-131,140-141,150,160-161,210-211,250,310-311,350 | *- | *- | 1 | +| Ethernet1 | L2_DC1-SVC3A_Ethernet8 | *trunk | *110-111,120-121,130-131,140-141,150,160-161,210-211,250,310-311,350 | *- | *- | 1 | +| Ethernet2 | L2_DC1-SVC3B_Ethernet8 | *trunk | *110-111,120-121,130-131,140-141,150,160-161,210-211,250,310-311,350 | *- | *- | 1 | | Ethernet3 | MLAG_DC1-L2LEAF2A_Ethernet3 | *trunk | *- | *- | *MLAG | 3 | | Ethernet4 | MLAG_DC1-L2LEAF2A_Ethernet4 | *trunk | *- | *- | *MLAG | 3 | @@ -348,12 +348,12 @@ vlan 4094 ```eos ! interface Ethernet1 - description DC1-SVC3A_Ethernet8 + description L2_DC1-SVC3A_Ethernet8 no shutdown channel-group 1 mode active ! interface Ethernet2 - description DC1-SVC3B_Ethernet8 + description L2_DC1-SVC3B_Ethernet8 no shutdown channel-group 1 mode active ! @@ -376,7 +376,7 @@ interface Ethernet4 | Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | LACP Fallback Timeout | LACP Fallback Mode | MLAG ID | EVPN ESI | | --------- | ----------- | ---- | ----- | ----------- | ------------| --------------------- | ------------------ | ------- | -------- | -| Port-Channel1 | DC1_SVC3_Po7 | trunk | 110-111,120-121,130-131,140-141,150,160-161,210-211,250,310-311,350 | - | - | - | - | 1 | - | +| Port-Channel1 | L2_DC1_SVC3_Port-Channel7 | trunk | 110-111,120-121,130-131,140-141,150,160-161,210-211,250,310-311,350 | - | - | - | - | 1 | - | | Port-Channel3 | MLAG_DC1-L2LEAF2A_Port-Channel3 | trunk | - | - | MLAG | - | - | - | - | #### Port-Channel Interfaces Device Configuration @@ -384,7 +384,7 @@ interface Ethernet4 ```eos ! interface Port-Channel1 - description DC1_SVC3_Po7 + description L2_DC1_SVC3_Port-Channel7 no shutdown switchport trunk allowed vlan 110-111,120-121,130-131,140-141,150,160-161,210-211,250,310-311,350 switchport mode trunk diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-LEAF2A.md b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-LEAF2A.md index 4fb75b47497..f7b706016f4 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-LEAF2A.md +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-LEAF2A.md @@ -388,7 +388,7 @@ vlan 4094 | --------- | ----------- | ---- | ----- | ----------- | ----------- | ------------- | | Ethernet5 | MLAG_DC1-LEAF2B_Ethernet5 | *trunk | *- | *- | *MLAG | 5 | | Ethernet6 | MLAG_DC1-LEAF2B_Ethernet6 | *trunk | *- | *- | *MLAG | 5 | -| Ethernet7 | DC1-L2LEAF1A_Ethernet1 | *trunk | *110-111,120-121,130-131,160-161 | *- | *- | 7 | +| Ethernet7 | L2_DC1-L2LEAF1A_Ethernet1 | *trunk | *110-111,120-121,130-131,160-161 | *- | *- | 7 | | Ethernet10 | SERVER_server01_MLAG_Eth2 | *trunk | *210-211 | *- | *- | 10 | | Ethernet11 | SERVER_server01_MTU_PROFILE_MLAG_Eth4 | *access | *110 | *- | *- | 11 | | Ethernet12 | SERVER_server01_MTU_ADAPTOR_MLAG_Eth6 | *- | *- | *- | *- | 12 | @@ -447,7 +447,7 @@ interface Ethernet6 channel-group 5 mode active ! interface Ethernet7 - description DC1-L2LEAF1A_Ethernet1 + description L2_DC1-L2LEAF1A_Ethernet1 no shutdown channel-group 7 mode active ! @@ -476,7 +476,7 @@ interface Ethernet12 | Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | LACP Fallback Timeout | LACP Fallback Mode | MLAG ID | EVPN ESI | | --------- | ----------- | ---- | ----- | ----------- | ------------| --------------------- | ------------------ | ------- | -------- | | Port-Channel5 | MLAG_DC1-LEAF2B_Port-Channel5 | trunk | - | - | MLAG | - | - | - | - | -| Port-Channel7 | DC1-L2LEAF1A_Po1 | trunk | 110-111,120-121,130-131,160-161 | - | - | - | - | 7 | - | +| Port-Channel7 | L2_DC1-L2LEAF1A_Port-Channel1 | trunk | 110-111,120-121,130-131,160-161 | - | - | - | - | 7 | - | | Port-Channel10 | PortChanne1 | trunk | 210-211 | - | - | - | - | 10 | - | | Port-Channel11 | PortChanne1 | access | 110 | - | - | - | - | 11 | - | | Port-Channel12 | PortChanne1 | - | - | - | - | - | - | 12 | - | @@ -493,7 +493,7 @@ interface Port-Channel5 switchport ! interface Port-Channel7 - description DC1-L2LEAF1A_Po1 + description L2_DC1-L2LEAF1A_Port-Channel1 no shutdown switchport trunk allowed vlan 110-111,120-121,130-131,160-161 switchport mode trunk diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-LEAF2B.md b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-LEAF2B.md index 1c106ef5774..c16e86fb656 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-LEAF2B.md +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-LEAF2B.md @@ -388,7 +388,7 @@ vlan 4094 | --------- | ----------- | ---- | ----- | ----------- | ----------- | ------------- | | Ethernet5 | MLAG_DC1-LEAF2A_Ethernet5 | *trunk | *- | *- | *MLAG | 5 | | Ethernet6 | MLAG_DC1-LEAF2A_Ethernet6 | *trunk | *- | *- | *MLAG | 5 | -| Ethernet7 | DC1-L2LEAF1A_Ethernet2 | *trunk | *110-111,120-121,130-131,160-161 | *- | *- | 7 | +| Ethernet7 | L2_DC1-L2LEAF1A_Ethernet2 | *trunk | *110-111,120-121,130-131,160-161 | *- | *- | 7 | | Ethernet10 | SERVER_server01_MLAG_Eth3 | *trunk | *210-211 | *- | *- | 10 | | Ethernet11 | SERVER_server01_MTU_PROFILE_MLAG_Eth5 | *access | *110 | *- | *- | 11 | | Ethernet12 | SERVER_server01_MTU_ADAPTOR_MLAG_Eth7 | *- | *- | *- | *- | 12 | @@ -447,7 +447,7 @@ interface Ethernet6 channel-group 5 mode active ! interface Ethernet7 - description DC1-L2LEAF1A_Ethernet2 + description L2_DC1-L2LEAF1A_Ethernet2 no shutdown channel-group 7 mode active ! @@ -476,7 +476,7 @@ interface Ethernet12 | Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | LACP Fallback Timeout | LACP Fallback Mode | MLAG ID | EVPN ESI | | --------- | ----------- | ---- | ----- | ----------- | ------------| --------------------- | ------------------ | ------- | -------- | | Port-Channel5 | MLAG_DC1-LEAF2A_Port-Channel5 | trunk | - | - | MLAG | - | - | - | - | -| Port-Channel7 | DC1-L2LEAF1A_Po1 | trunk | 110-111,120-121,130-131,160-161 | - | - | - | - | 7 | - | +| Port-Channel7 | L2_DC1-L2LEAF1A_Port-Channel1 | trunk | 110-111,120-121,130-131,160-161 | - | - | - | - | 7 | - | | Port-Channel10 | PortChanne1 | trunk | 210-211 | - | - | - | - | 10 | - | | Port-Channel11 | PortChanne1 | access | 110 | - | - | - | - | 11 | - | | Port-Channel12 | PortChanne1 | - | - | - | - | - | - | 12 | - | @@ -493,7 +493,7 @@ interface Port-Channel5 switchport ! interface Port-Channel7 - description DC1-L2LEAF1A_Po1 + description L2_DC1-L2LEAF1A_Port-Channel1 no shutdown switchport trunk allowed vlan 110-111,120-121,130-131,160-161 switchport mode trunk diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-SVC3A.md b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-SVC3A.md index 54f0332f45a..bc39f4a084a 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-SVC3A.md +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-SVC3A.md @@ -415,8 +415,8 @@ vlan 4094 | --------- | ----------- | ---- | ----- | ----------- | ----------- | ------------- | | Ethernet5 | MLAG_DC1-SVC3B_Ethernet5 | *trunk | *- | *- | *MLAG | 5 | | Ethernet6 | MLAG_DC1-SVC3B_Ethernet6 | *trunk | *- | *- | *MLAG | 5 | -| Ethernet7 | DC1-L2LEAF2A_Ethernet1 | *trunk | *110-111,120-121,130-131,140-141,150,160-161,210-211,250,310-311,350 | *- | *- | 7 | -| Ethernet8 | DC1-L2LEAF2B_Ethernet1 | *trunk | *110-111,120-121,130-131,140-141,150,160-161,210-211,250,310-311,350 | *- | *- | 7 | +| Ethernet7 | L2_DC1-L2LEAF2A_Ethernet1 | *trunk | *110-111,120-121,130-131,140-141,150,160-161,210-211,250,310-311,350 | *- | *- | 7 | +| Ethernet8 | L2_DC1-L2LEAF2B_Ethernet1 | *trunk | *110-111,120-121,130-131,140-141,150,160-161,210-211,250,310-311,350 | *- | *- | 7 | | Ethernet10 | SERVER_server03_ESI_Eth1 | *trunk | *110-111,210-211 | *- | *- | 10 | | Ethernet11 | SERVER_server04_inherit_all_from_profile_Eth1 | trunk | 1-4094 | - | - | - | | Ethernet12 | SERVER_server05_no_profile_Eth1 | trunk | 1-4094 | - | - | - | @@ -479,12 +479,12 @@ interface Ethernet6 channel-group 5 mode active ! interface Ethernet7 - description DC1-L2LEAF2A_Ethernet1 + description L2_DC1-L2LEAF2A_Ethernet1 no shutdown channel-group 7 mode active ! interface Ethernet8 - description DC1-L2LEAF2B_Ethernet1 + description L2_DC1-L2LEAF2B_Ethernet1 no shutdown channel-group 7 mode active ! @@ -565,7 +565,7 @@ interface Ethernet16 | Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | LACP Fallback Timeout | LACP Fallback Mode | MLAG ID | EVPN ESI | | --------- | ----------- | ---- | ----- | ----------- | ------------| --------------------- | ------------------ | ------- | -------- | | Port-Channel5 | MLAG_DC1-SVC3B_Port-Channel5 | trunk | - | - | MLAG | - | - | - | - | -| Port-Channel7 | DC1_L2LEAF2_Po1 | trunk | 110-111,120-121,130-131,140-141,150,160-161,210-211,250,310-311,350 | - | - | - | - | 7 | - | +| Port-Channel7 | L2_DC1_L2LEAF2_Port-Channel1 | trunk | 110-111,120-121,130-131,140-141,150,160-161,210-211,250,310-311,350 | - | - | - | - | 7 | - | | Port-Channel10 | PortChanne1 | trunk | 110-111,210-211 | - | - | - | - | - | 0000:0000:0303:0202:0101 | | Port-Channel14 | ALL_WITH_SECURITY_PORT_CHANNEL | trunk | 1-4094 | - | - | - | - | 14 | - | | Port-Channel15 | server08_no_profile_port_channel | trunk | 1-4094 | - | - | - | - | 15 | - | @@ -590,7 +590,7 @@ interface Port-Channel5 switchport ! interface Port-Channel7 - description DC1_L2LEAF2_Po1 + description L2_DC1_L2LEAF2_Port-Channel1 no shutdown switchport trunk allowed vlan 110-111,120-121,130-131,140-141,150,160-161,210-211,250,310-311,350 switchport mode trunk diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-SVC3B.md b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-SVC3B.md index 0b4f13cb8b2..73c4107b761 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-SVC3B.md +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-SVC3B.md @@ -415,8 +415,8 @@ vlan 4094 | --------- | ----------- | ---- | ----- | ----------- | ----------- | ------------- | | Ethernet5 | MLAG_DC1-SVC3A_Ethernet5 | *trunk | *- | *- | *MLAG | 5 | | Ethernet6 | MLAG_DC1-SVC3A_Ethernet6 | *trunk | *- | *- | *MLAG | 5 | -| Ethernet7 | DC1-L2LEAF2A_Ethernet2 | *trunk | *110-111,120-121,130-131,140-141,150,160-161,210-211,250,310-311,350 | *- | *- | 7 | -| Ethernet8 | DC1-L2LEAF2B_Ethernet2 | *trunk | *110-111,120-121,130-131,140-141,150,160-161,210-211,250,310-311,350 | *- | *- | 7 | +| Ethernet7 | L2_DC1-L2LEAF2A_Ethernet2 | *trunk | *110-111,120-121,130-131,140-141,150,160-161,210-211,250,310-311,350 | *- | *- | 7 | +| Ethernet8 | L2_DC1-L2LEAF2B_Ethernet2 | *trunk | *110-111,120-121,130-131,140-141,150,160-161,210-211,250,310-311,350 | *- | *- | 7 | | Ethernet11 | SERVER_server04_inherit_all_from_profile_Eth2 | trunk | 1-4094 | - | - | - | | Ethernet12 | SERVER_server05_no_profile_Eth2 | trunk | 1-4094 | - | - | - | | Ethernet13 | SERVER_server06_override_profile_Eth2 | access | 210 | - | - | - | @@ -478,12 +478,12 @@ interface Ethernet6 channel-group 5 mode active ! interface Ethernet7 - description DC1-L2LEAF2A_Ethernet2 + description L2_DC1-L2LEAF2A_Ethernet2 no shutdown channel-group 7 mode active ! interface Ethernet8 - description DC1-L2LEAF2B_Ethernet2 + description L2_DC1-L2LEAF2B_Ethernet2 no shutdown channel-group 7 mode active ! @@ -559,7 +559,7 @@ interface Ethernet16 | Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | LACP Fallback Timeout | LACP Fallback Mode | MLAG ID | EVPN ESI | | --------- | ----------- | ---- | ----- | ----------- | ------------| --------------------- | ------------------ | ------- | -------- | | Port-Channel5 | MLAG_DC1-SVC3A_Port-Channel5 | trunk | - | - | MLAG | - | - | - | - | -| Port-Channel7 | DC1_L2LEAF2_Po1 | trunk | 110-111,120-121,130-131,140-141,150,160-161,210-211,250,310-311,350 | - | - | - | - | 7 | - | +| Port-Channel7 | L2_DC1_L2LEAF2_Port-Channel1 | trunk | 110-111,120-121,130-131,140-141,150,160-161,210-211,250,310-311,350 | - | - | - | - | 7 | - | | Port-Channel14 | ALL_WITH_SECURITY_PORT_CHANNEL | trunk | 1-4094 | - | - | - | - | 14 | - | | Port-Channel15 | server08_no_profile_port_channel | trunk | 1-4094 | - | - | - | - | 15 | - | @@ -575,7 +575,7 @@ interface Port-Channel5 switchport ! interface Port-Channel7 - description DC1_L2LEAF2_Po1 + description L2_DC1_L2LEAF2_Port-Channel1 no shutdown switchport trunk allowed vlan 110-111,120-121,130-131,140-141,150,160-161,210-211,250,310-311,350 switchport mode trunk diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/configs/DC1-L2LEAF1A.cfg b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/configs/DC1-L2LEAF1A.cfg index ca68da42ca1..444a6e790ca 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/configs/DC1-L2LEAF1A.cfg +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/configs/DC1-L2LEAF1A.cfg @@ -58,19 +58,19 @@ management api http-commands no shutdown ! interface Port-Channel1 - description DC1_LEAF2_Po7 + description L2_DC1_LEAF2_Port-Channel7 no shutdown switchport trunk allowed vlan 110-111,120-121,130-131,160-161 switchport mode trunk switchport ! interface Ethernet1 - description DC1-LEAF2A_Ethernet7 + description L2_DC1-LEAF2A_Ethernet7 no shutdown channel-group 1 mode active ! interface Ethernet2 - description DC1-LEAF2B_Ethernet7 + description L2_DC1-LEAF2B_Ethernet7 no shutdown channel-group 1 mode active ! diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/configs/DC1-L2LEAF2A.cfg b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/configs/DC1-L2LEAF2A.cfg index 51f7ef785eb..b5e48304909 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/configs/DC1-L2LEAF2A.cfg +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/configs/DC1-L2LEAF2A.cfg @@ -90,7 +90,7 @@ management api http-commands no shutdown ! interface Port-Channel1 - description DC1_SVC3_Po7 + description L2_DC1_SVC3_Port-Channel7 no shutdown switchport trunk allowed vlan 110-111,120-121,130-131,140-141,150,160-161,210-211,250,310-311,350 switchport mode trunk @@ -105,12 +105,12 @@ interface Port-Channel3 switchport ! interface Ethernet1 - description DC1-SVC3A_Ethernet7 + description L2_DC1-SVC3A_Ethernet7 no shutdown channel-group 1 mode active ! interface Ethernet2 - description DC1-SVC3B_Ethernet7 + description L2_DC1-SVC3B_Ethernet7 no shutdown channel-group 1 mode active ! diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/configs/DC1-L2LEAF2B.cfg b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/configs/DC1-L2LEAF2B.cfg index 35014c4b8b2..bc3f9f6a20f 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/configs/DC1-L2LEAF2B.cfg +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/configs/DC1-L2LEAF2B.cfg @@ -90,7 +90,7 @@ management api http-commands no shutdown ! interface Port-Channel1 - description DC1_SVC3_Po7 + description L2_DC1_SVC3_Port-Channel7 no shutdown switchport trunk allowed vlan 110-111,120-121,130-131,140-141,150,160-161,210-211,250,310-311,350 switchport mode trunk @@ -105,12 +105,12 @@ interface Port-Channel3 switchport ! interface Ethernet1 - description DC1-SVC3A_Ethernet8 + description L2_DC1-SVC3A_Ethernet8 no shutdown channel-group 1 mode active ! interface Ethernet2 - description DC1-SVC3B_Ethernet8 + description L2_DC1-SVC3B_Ethernet8 no shutdown channel-group 1 mode active ! diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/configs/DC1-LEAF2A.cfg b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/configs/DC1-LEAF2A.cfg index 20d34079757..0e074c52de6 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/configs/DC1-LEAF2A.cfg +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/configs/DC1-LEAF2A.cfg @@ -130,7 +130,7 @@ interface Port-Channel5 switchport ! interface Port-Channel7 - description DC1-L2LEAF1A_Po1 + description L2_DC1-L2LEAF1A_Port-Channel1 no shutdown switchport trunk allowed vlan 110-111,120-121,130-131,160-161 switchport mode trunk @@ -200,7 +200,7 @@ interface Ethernet6 channel-group 5 mode active ! interface Ethernet7 - description DC1-L2LEAF1A_Ethernet1 + description L2_DC1-L2LEAF1A_Ethernet1 no shutdown channel-group 7 mode active ! diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/configs/DC1-LEAF2B.cfg b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/configs/DC1-LEAF2B.cfg index 6ad3acea5af..8fbb68ce10f 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/configs/DC1-LEAF2B.cfg +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/configs/DC1-LEAF2B.cfg @@ -130,7 +130,7 @@ interface Port-Channel5 switchport ! interface Port-Channel7 - description DC1-L2LEAF1A_Po1 + description L2_DC1-L2LEAF1A_Port-Channel1 no shutdown switchport trunk allowed vlan 110-111,120-121,130-131,160-161 switchport mode trunk @@ -200,7 +200,7 @@ interface Ethernet6 channel-group 5 mode active ! interface Ethernet7 - description DC1-L2LEAF1A_Ethernet2 + description L2_DC1-L2LEAF1A_Ethernet2 no shutdown channel-group 7 mode active ! diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/configs/DC1-SVC3A.cfg b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/configs/DC1-SVC3A.cfg index ebcc6a05eac..c4f09e96c89 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/configs/DC1-SVC3A.cfg +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/configs/DC1-SVC3A.cfg @@ -157,7 +157,7 @@ interface Port-Channel5 switchport ! interface Port-Channel7 - description DC1_L2LEAF2_Po1 + description L2_DC1_L2LEAF2_Port-Channel1 no shutdown switchport trunk allowed vlan 110-111,120-121,130-131,140-141,150,160-161,210-211,250,310-311,350 switchport mode trunk @@ -242,12 +242,12 @@ interface Ethernet6 channel-group 5 mode active ! interface Ethernet7 - description DC1-L2LEAF2A_Ethernet1 + description L2_DC1-L2LEAF2A_Ethernet1 no shutdown channel-group 7 mode active ! interface Ethernet8 - description DC1-L2LEAF2B_Ethernet1 + description L2_DC1-L2LEAF2B_Ethernet1 no shutdown channel-group 7 mode active ! diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/configs/DC1-SVC3B.cfg b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/configs/DC1-SVC3B.cfg index c3687ebbd8e..6fda5761afa 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/configs/DC1-SVC3B.cfg +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/configs/DC1-SVC3B.cfg @@ -157,7 +157,7 @@ interface Port-Channel5 switchport ! interface Port-Channel7 - description DC1_L2LEAF2_Po1 + description L2_DC1_L2LEAF2_Port-Channel1 no shutdown switchport trunk allowed vlan 110-111,120-121,130-131,140-141,150,160-161,210-211,250,310-311,350 switchport mode trunk @@ -231,12 +231,12 @@ interface Ethernet6 channel-group 5 mode active ! interface Ethernet7 - description DC1-L2LEAF2A_Ethernet2 + description L2_DC1-L2LEAF2A_Ethernet2 no shutdown channel-group 7 mode active ! interface Ethernet8 - description DC1-L2LEAF2B_Ethernet2 + description L2_DC1-L2LEAF2B_Ethernet2 no shutdown channel-group 7 mode active ! diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/structured_configs/DC1-L2LEAF1A.yml b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/structured_configs/DC1-L2LEAF1A.yml index e53bee41601..33379232e46 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/structured_configs/DC1-L2LEAF1A.yml +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/structured_configs/DC1-L2LEAF1A.yml @@ -73,7 +73,7 @@ ethernet_interfaces: peer: DC1-LEAF2A peer_interface: Ethernet7 peer_type: l3leaf - description: DC1-LEAF2A_Ethernet7 + description: L2_DC1-LEAF2A_Ethernet7 shutdown: false channel_group: id: 1 @@ -82,14 +82,14 @@ ethernet_interfaces: peer: DC1-LEAF2B peer_interface: Ethernet7 peer_type: l3leaf - description: DC1-LEAF2B_Ethernet7 + description: L2_DC1-LEAF2B_Ethernet7 shutdown: false channel_group: id: 1 mode: active port_channel_interfaces: - name: Port-Channel1 - description: DC1_LEAF2_Po7 + description: L2_DC1_LEAF2_Port-Channel7 switchport: enabled: true mode: trunk diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/structured_configs/DC1-L2LEAF2A.yml b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/structured_configs/DC1-L2LEAF2A.yml index 9b9e1abc62b..1489f116b9f 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/structured_configs/DC1-L2LEAF2A.yml +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/structured_configs/DC1-L2LEAF2A.yml @@ -144,7 +144,7 @@ port_channel_interfaces: - MLAG shutdown: false - name: Port-Channel1 - description: DC1_SVC3_Po7 + description: L2_DC1_SVC3_Port-Channel7 switchport: enabled: true mode: trunk @@ -175,7 +175,7 @@ ethernet_interfaces: peer: DC1-SVC3A peer_interface: Ethernet7 peer_type: l3leaf - description: DC1-SVC3A_Ethernet7 + description: L2_DC1-SVC3A_Ethernet7 shutdown: false channel_group: id: 1 @@ -184,7 +184,7 @@ ethernet_interfaces: peer: DC1-SVC3B peer_interface: Ethernet7 peer_type: l3leaf - description: DC1-SVC3B_Ethernet7 + description: L2_DC1-SVC3B_Ethernet7 shutdown: false channel_group: id: 1 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/structured_configs/DC1-L2LEAF2B.yml b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/structured_configs/DC1-L2LEAF2B.yml index 1c2835435f7..903f43c86f7 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/structured_configs/DC1-L2LEAF2B.yml +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/structured_configs/DC1-L2LEAF2B.yml @@ -144,7 +144,7 @@ port_channel_interfaces: - MLAG shutdown: false - name: Port-Channel1 - description: DC1_SVC3_Po7 + description: L2_DC1_SVC3_Port-Channel7 switchport: enabled: true mode: trunk @@ -175,7 +175,7 @@ ethernet_interfaces: peer: DC1-SVC3A peer_interface: Ethernet8 peer_type: l3leaf - description: DC1-SVC3A_Ethernet8 + description: L2_DC1-SVC3A_Ethernet8 shutdown: false channel_group: id: 1 @@ -184,7 +184,7 @@ ethernet_interfaces: peer: DC1-SVC3B peer_interface: Ethernet8 peer_type: l3leaf - description: DC1-SVC3B_Ethernet8 + description: L2_DC1-SVC3B_Ethernet8 shutdown: false channel_group: id: 1 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/structured_configs/DC1-LEAF2A.yml b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/structured_configs/DC1-LEAF2A.yml index 011a4a07573..6415c6cf671 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/structured_configs/DC1-LEAF2A.yml +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/structured_configs/DC1-LEAF2A.yml @@ -697,7 +697,7 @@ port_channel_interfaces: - MLAG shutdown: false - name: Port-Channel7 - description: DC1-L2LEAF1A_Po1 + description: L2_DC1-L2LEAF1A_Port-Channel1 switchport: enabled: true mode: trunk @@ -793,7 +793,7 @@ ethernet_interfaces: peer: DC1-L2LEAF1A peer_interface: Ethernet1 peer_type: l2leaf - description: DC1-L2LEAF1A_Ethernet1 + description: L2_DC1-L2LEAF1A_Ethernet1 shutdown: false channel_group: id: 7 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/structured_configs/DC1-LEAF2B.yml b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/structured_configs/DC1-LEAF2B.yml index aa848cd4bee..a0527e49127 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/structured_configs/DC1-LEAF2B.yml +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/structured_configs/DC1-LEAF2B.yml @@ -697,7 +697,7 @@ port_channel_interfaces: - MLAG shutdown: false - name: Port-Channel7 - description: DC1-L2LEAF1A_Po1 + description: L2_DC1-L2LEAF1A_Port-Channel1 switchport: enabled: true mode: trunk @@ -793,7 +793,7 @@ ethernet_interfaces: peer: DC1-L2LEAF1A peer_interface: Ethernet2 peer_type: l2leaf - description: DC1-L2LEAF1A_Ethernet2 + description: L2_DC1-L2LEAF1A_Ethernet2 shutdown: false channel_group: id: 7 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/structured_configs/DC1-SVC3A.yml b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/structured_configs/DC1-SVC3A.yml index 33cc8d13e9f..06c64f8b34a 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/structured_configs/DC1-SVC3A.yml +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/structured_configs/DC1-SVC3A.yml @@ -829,7 +829,7 @@ port_channel_interfaces: - MLAG shutdown: false - name: Port-Channel7 - description: DC1_L2LEAF2_Po1 + description: L2_DC1_L2LEAF2_Port-Channel1 switchport: enabled: true mode: trunk @@ -962,7 +962,7 @@ ethernet_interfaces: peer: DC1-L2LEAF2A peer_interface: Ethernet1 peer_type: l2leaf - description: DC1-L2LEAF2A_Ethernet1 + description: L2_DC1-L2LEAF2A_Ethernet1 shutdown: false channel_group: id: 7 @@ -971,7 +971,7 @@ ethernet_interfaces: peer: DC1-L2LEAF2B peer_interface: Ethernet1 peer_type: l2leaf - description: DC1-L2LEAF2B_Ethernet1 + description: L2_DC1-L2LEAF2B_Ethernet1 shutdown: false channel_group: id: 7 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/structured_configs/DC1-SVC3B.yml b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/structured_configs/DC1-SVC3B.yml index ee78e6cefe3..5bda430e2cc 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/structured_configs/DC1-SVC3B.yml +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/structured_configs/DC1-SVC3B.yml @@ -829,7 +829,7 @@ port_channel_interfaces: - MLAG shutdown: false - name: Port-Channel7 - description: DC1_L2LEAF2_Po1 + description: L2_DC1_L2LEAF2_Port-Channel1 switchport: enabled: true mode: trunk @@ -950,7 +950,7 @@ ethernet_interfaces: peer: DC1-L2LEAF2A peer_interface: Ethernet2 peer_type: l2leaf - description: DC1-L2LEAF2A_Ethernet2 + description: L2_DC1-L2LEAF2A_Ethernet2 shutdown: false channel_group: id: 7 @@ -959,7 +959,7 @@ ethernet_interfaces: peer: DC1-L2LEAF2B peer_interface: Ethernet2 peer_type: l2leaf - description: DC1-L2LEAF2B_Ethernet2 + description: L2_DC1-L2LEAF2B_Ethernet2 shutdown: false channel_group: id: 7 diff --git a/ansible_collections/arista/avd/roles/eos_designs/docs/tables/fabric-settings.md b/ansible_collections/arista/avd/roles/eos_designs/docs/tables/fabric-settings.md index eae07d946a1..e1b72d884cf 100644 --- a/ansible_collections/arista/avd/roles/eos_designs/docs/tables/fabric-settings.md +++ b/ansible_collections/arista/avd/roles/eos_designs/docs/tables/fabric-settings.md @@ -36,6 +36,8 @@ | [underlay_filter_peer_as](## "underlay_filter_peer_as") | Boolean | | `False` | | Configure route-map on eBGP sessions towards underlay peers, where prefixes with the peer's ASN in the AS Path are filtered away.
This is very useful in very large scale networks not using EVPN overlays, where convergence will be quicker by not having to return
all updates received from Spine-1 to Spine-2 just for Spine-2 to throw them away because of AS Path loop detection.
Note that this setting cannot be used while there are EVPN services present in the default VRF.
| | [underlay_filter_redistribute_connected](## "underlay_filter_redistribute_connected") | Boolean | | `True` | | Filter redistribution of connected into the underlay routing protocol.
Only applicable when overlay_routing_protocol != 'none' and underlay_routing_protocol == BGP.
Creates a route-map and prefix-list assigned to redistribute connected permitting only loopbacks and inband management subnets.
| | [underlay_ipv6](## "underlay_ipv6") | Boolean | | `False` | | This feature allows IPv6 underlay routing protocol with RFC5549 addresses to be used along with IPv4 advertisements as VXLAN tunnel endpoints.
Requires "underlay_rfc5549: true" and "loopback_ipv6_pool" under the node type settings.
| + | [underlay_l2_ethernet_description](## "underlay_l2_ethernet_description") | String | | `L2_{peer}_{peer_interface}` | | The description or description template to be used on L2 ethernet interfaces.
The interfaces using this are the member interfaces of port-channel uplinks.
This can be a template using the format string syntax.
The available template fields are:
- `peer`: The name of the peer.
- `interface`: The local interface name.
- `peer_interface`: The interface on the peer.

By default the description is templated from the hostname and interface of the peer. | + | [underlay_l2_port_channel_description](## "underlay_l2_port_channel_description") | String | | `L2_{peer_node_group_or_peer}_{peer_interface}` | | The description or description template to be used on L2 port-channel interfaces.
The interfaces using this are port-channel uplinks.
This can be a template using the format string syntax.
The available template fields are:
- `peer`: The name of the peer.
- `interface`: The local interface name.
- `peer_interface`: The interface on the peer.
- `port_channel_id`: The local port-channel ID.
- `peer_port_channel_id`: The ID of the port-channel on the peer.
- `peer_node_group`: The node group of the peer if the peer is an MLAG member or running EVPN A/A.
- `peer_node_group_or_peer`: Helper alias of the peer_node_group or peer.
- `peer_node_group_or_uppercase_peer`: Helper alias of the peer_node_group or peer hostname in uppercase.

By default the description is templated from the peer's node group (for MLAG or EVPN A/A) or hostname and port-channel interface of the peer. | | [underlay_multicast](## "underlay_multicast") | Boolean | | `False` | | Enable Multicast in the underlay on all p2p uplink interfaces and mlag l3 peer interface.
Specifically PIM Sparse-Mode will be configured on all routed underlay interfaces.
No other configuration is added, so the underlay will only support Source-Specific Multicast (SSM).
The configuration is intended to be used as multicast underlay for EVPN OISM overlay.
| | [underlay_multicast_anycast_rp](## "underlay_multicast_anycast_rp") | Dictionary | | | | If multiple nodes are configured under 'underlay_multicast_rps.[].nodes' for the same RP address, they will be configured
with one of the following methods:
- Anycast RP using PIM (RFC4610).
- Anycast RP using MSDP (RFC4611).

NOTE: When using MSDP, all nodes across all MSDP enabled RPs will be added to a single MSDP mesh group named "ANYCAST-RP".
| | [  mode](## "underlay_multicast_anycast_rp.mode") | String | | `pim` | Valid Values:
- pim
- msdp | | @@ -241,6 +243,33 @@ # Requires "underlay_rfc5549: true" and "loopback_ipv6_pool" under the node type settings. underlay_ipv6: + # The description or description template to be used on L2 ethernet interfaces. + # The interfaces using this are the member interfaces of port-channel uplinks. + # This can be a template using the format string syntax. + # The available template fields are: + # - `peer`: The name of the peer. + # - `interface`: The local interface name. + # - `peer_interface`: The interface on the peer. + # + # By default the description is templated from the hostname and interface of the peer. + underlay_l2_ethernet_description: + + # The description or description template to be used on L2 port-channel interfaces. + # The interfaces using this are port-channel uplinks. + # This can be a template using the format string syntax. + # The available template fields are: + # - `peer`: The name of the peer. + # - `interface`: The local interface name. + # - `peer_interface`: The interface on the peer. + # - `port_channel_id`: The local port-channel ID. + # - `peer_port_channel_id`: The ID of the port-channel on the peer. + # - `peer_node_group`: The node group of the peer if the peer is an MLAG member or running EVPN A/A. + # - `peer_node_group_or_peer`: Helper alias of the peer_node_group or peer. + # - `peer_node_group_or_uppercase_peer`: Helper alias of the peer_node_group or peer hostname in uppercase. + # + # By default the description is templated from the peer's node group (for MLAG or EVPN A/A) or hostname and port-channel interface of the peer. + underlay_l2_port_channel_description: + # Enable Multicast in the underlay on all p2p uplink interfaces and mlag l3 peer interface. # Specifically PIM Sparse-Mode will be configured on all routed underlay interfaces. # No other configuration is added, so the underlay will only support Source-Specific Multicast (SSM). diff --git a/python-avd/pyavd/_eos_designs/eos_designs_facts/uplinks.py b/python-avd/pyavd/_eos_designs/eos_designs_facts/uplinks.py index e5896ee35e2..eac4766e8f2 100644 --- a/python-avd/pyavd/_eos_designs/eos_designs_facts/uplinks.py +++ b/python-avd/pyavd/_eos_designs/eos_designs_facts/uplinks.py @@ -225,13 +225,13 @@ def _get_port_channel_uplink(self: EosDesignsFacts, uplink_index: int, uplink_in if uplink_switch_facts.shared_utils.mlag is True or self._short_esi is not None: # Override our description on port-channel to be peer's group name if they are mlag pair or A/A #} - uplink["peer_mlag_group"] = uplink_switch_facts.shared_utils.group + uplink["peer_node_group"] = uplink_switch_facts.shared_utils.group # Used to determine whether or not port-channel should have an mlag id configure on the uplink_switch unique_uplink_switches = set(self.shared_utils.uplink_switches) if self.shared_utils.mlag is True: # Override the peer's description on port-channel to be our group name if we are mlag pair #} - uplink["mlag_group"] = self.shared_utils.group + uplink["node_group"] = self.shared_utils.group # Updating unique_uplink_switches with our mlag peer's uplink switches unique_uplink_switches.update(self.shared_utils.mlag_peer_facts.shared_utils.uplink_switches) diff --git a/python-avd/pyavd/_eos_designs/schema/eos_designs.schema.yml b/python-avd/pyavd/_eos_designs/schema/eos_designs.schema.yml index 75ab0847cb9..f2d546c77b7 100644 --- a/python-avd/pyavd/_eos_designs/schema/eos_designs.schema.yml +++ b/python-avd/pyavd/_eos_designs/schema/eos_designs.schema.yml @@ -4217,6 +4217,35 @@ keys: table: isis-settings description: Default -> "EVPN_UNDERLAY" for l3ls, "CORE" for mpls. type: str + underlay_l2_ethernet_description: + type: str + documentation_options: + table: fabric-settings + description: "The description or description template to be used on L2 ethernet + interfaces.\nThe interfaces using this are the member interfaces of port-channel + uplinks.\nThis can be a template using the format string syntax.\nThe available + template fields are:\n - `peer`: The name of the peer.\n - `interface`: The + local interface name.\n - `peer_interface`: The interface on the peer.\n\nBy + default the description is templated from the hostname and interface of the + peer." + default: L2_{peer}_{peer_interface} + underlay_l2_port_channel_description: + type: str + documentation_options: + table: fabric-settings + description: "The description or description template to be used on L2 port-channel + interfaces.\nThe interfaces using this are port-channel uplinks.\nThis can be + a template using the format string syntax.\nThe available template fields are:\n + \ - `peer`: The name of the peer.\n - `interface`: The local interface name.\n + \ - `peer_interface`: The interface on the peer.\n - `port_channel_id`: The + local port-channel ID.\n - `peer_port_channel_id`: The ID of the port-channel + on the peer.\n - `peer_node_group`: The node group of the peer if the peer + is an MLAG member or running EVPN A/A.\n - `peer_node_group_or_peer`: Helper + alias of the peer_node_group or peer.\n - `peer_node_group_or_uppercase_peer`: + Helper alias of the peer_node_group or peer hostname in uppercase.\n\nBy default + the description is templated from the peer's node group (for MLAG or EVPN A/A) + or hostname and port-channel interface of the peer." + default: L2_{peer_node_group_or_peer}_{peer_interface} underlay_multicast: documentation_options: table: fabric-settings diff --git a/python-avd/pyavd/_eos_designs/schema/schema_fragments/underlay_l2_ethernet_description.schema.yml b/python-avd/pyavd/_eos_designs/schema/schema_fragments/underlay_l2_ethernet_description.schema.yml new file mode 100644 index 00000000000..7456ed67543 --- /dev/null +++ b/python-avd/pyavd/_eos_designs/schema/schema_fragments/underlay_l2_ethernet_description.schema.yml @@ -0,0 +1,24 @@ +# Copyright (c) 2023-2024 Arista Networks, Inc. +# Use of this source code is governed by the Apache License 2.0 +# that can be found in the LICENSE file. +# yaml-language-server: $schema=../../../_schema/avd_meta_schema.json +# Line above is used by RedHat's YAML Schema vscode extension +# Use Ctrl + Space to get suggestions for every field. Autocomplete will pop up after typing 2 letters. +type: dict +keys: + underlay_l2_ethernet_description: + type: str + documentation_options: + table: fabric-settings + # TODO: Insert link to format string syntax article. + description: |- + The description or description template to be used on L2 ethernet interfaces. + The interfaces using this are the member interfaces of port-channel uplinks. + This can be a template using the format string syntax. + The available template fields are: + - `peer`: The name of the peer. + - `interface`: The local interface name. + - `peer_interface`: The interface on the peer. + + By default the description is templated from the hostname and interface of the peer. + default: "L2_{peer}_{peer_interface}" diff --git a/python-avd/pyavd/_eos_designs/schema/schema_fragments/underlay_l2_port_channel_description.schema.yml b/python-avd/pyavd/_eos_designs/schema/schema_fragments/underlay_l2_port_channel_description.schema.yml new file mode 100644 index 00000000000..a6bf8a97d90 --- /dev/null +++ b/python-avd/pyavd/_eos_designs/schema/schema_fragments/underlay_l2_port_channel_description.schema.yml @@ -0,0 +1,29 @@ +# Copyright (c) 2023-2024 Arista Networks, Inc. +# Use of this source code is governed by the Apache License 2.0 +# that can be found in the LICENSE file. +# yaml-language-server: $schema=../../../_schema/avd_meta_schema.json +# Line above is used by RedHat's YAML Schema vscode extension +# Use Ctrl + Space to get suggestions for every field. Autocomplete will pop up after typing 2 letters. +type: dict +keys: + underlay_l2_port_channel_description: + type: str + documentation_options: + table: fabric-settings + # TODO: Insert link to format string syntax article. + description: |- + The description or description template to be used on L2 port-channel interfaces. + The interfaces using this are port-channel uplinks. + This can be a template using the format string syntax. + The available template fields are: + - `peer`: The name of the peer. + - `interface`: The local interface name. + - `peer_interface`: The interface on the peer. + - `port_channel_id`: The local port-channel ID. + - `peer_port_channel_id`: The ID of the port-channel on the peer. + - `peer_node_group`: The node group of the peer if the peer is an MLAG member or running EVPN A/A. + - `peer_node_group_or_peer`: Helper alias of the peer_node_group or peer. + - `peer_node_group_or_uppercase_peer`: Helper alias of the peer_node_group or peer hostname in uppercase. + + By default the description is templated from the peer's node group (for MLAG or EVPN A/A) or hostname and port-channel interface of the peer. + default: "L2_{peer_node_group_or_peer}_{peer_interface}" diff --git a/python-avd/pyavd/_eos_designs/shared_utils/descriptions.py b/python-avd/pyavd/_eos_designs/shared_utils/descriptions.py index 2bf1ea4f5c8..dc05e08d01b 100644 --- a/python-avd/pyavd/_eos_designs/shared_utils/descriptions.py +++ b/python-avd/pyavd/_eos_designs/shared_utils/descriptions.py @@ -104,3 +104,13 @@ def default_underlay_p2p_ethernet_description(self: SharedUtils) -> str: def default_underlay_p2p_port_channel_description(self: SharedUtils) -> str: default_value = self.schema.get_default_value(["default_underlay_p2p_port_channel_description"]) return get(self.hostvars, "default_underlay_p2p_port_channel_description", default=default_value) + + @cached_property + def underlay_l2_ethernet_description(self: SharedUtils) -> str: + default_value = self.schema.get_default_value(["underlay_l2_ethernet_description"]) + return get(self.hostvars, "underlay_l2_ethernet_description", default=default_value) + + @cached_property + def underlay_l2_port_channel_description(self: SharedUtils) -> str: + default_value = self.schema.get_default_value(["underlay_l2_port_channel_description"]) + return get(self.hostvars, "underlay_l2_port_channel_description", default=default_value) diff --git a/python-avd/pyavd/_eos_designs/structured_config/underlay/port_channel_interfaces.py b/python-avd/pyavd/_eos_designs/structured_config/underlay/port_channel_interfaces.py index 57a82cce310..04e631765c3 100644 --- a/python-avd/pyavd/_eos_designs/structured_config/underlay/port_channel_interfaces.py +++ b/python-avd/pyavd/_eos_designs/structured_config/underlay/port_channel_interfaces.py @@ -44,10 +44,12 @@ def port_channel_interfaces(self: AvdStructuredConfigUnderlay) -> list | None: InterfaceDescriptionData( shared_utils=self.shared_utils, interface=port_channel_name, + link_type="underlay_l2", peer=link["peer"], + peer_interface=f"Port-Channel{link['peer_channel_group_id']}", peer_channel_group_id=link["peer_channel_group_id"], port_channel_id=link["channel_group_id"], - peer_mlag_group=link.get("peer_mlag_group"), + peer_node_group=link.get("peer_node_group"), ), ), "switchport": { diff --git a/python-avd/pyavd/_eos_designs/structured_config/underlay/utils.py b/python-avd/pyavd/_eos_designs/structured_config/underlay/utils.py index bc953ae17ce..b2a2f70702b 100644 --- a/python-avd/pyavd/_eos_designs/structured_config/underlay/utils.py +++ b/python-avd/pyavd/_eos_designs/structured_config/underlay/utils.py @@ -75,7 +75,7 @@ def _underlay_links(self: AvdStructuredConfigUnderlay) -> list: "prefix_length": get(uplink, "prefix_length"), "channel_group_id": get(uplink, "peer_channel_group_id"), "peer_channel_group_id": get(uplink, "channel_group_id"), - "peer_mlag_group": get(uplink, "mlag_group"), + "peer_node_group": get(uplink, "node_group"), "vlans": get(uplink, "vlans"), "native_vlan": get(uplink, "native_vlan"), "trunk_groups": get(uplink, "peer_trunk_groups"), diff --git a/python-avd/pyavd/api/interface_descriptions/__init__.py b/python-avd/pyavd/api/interface_descriptions/__init__.py index 51ae0a4d046..1dc23223a80 100644 --- a/python-avd/pyavd/api/interface_descriptions/__init__.py +++ b/python-avd/pyavd/api/interface_descriptions/__init__.py @@ -72,9 +72,7 @@ def underlay_ethernet_interface(self, data: InterfaceDescriptionData) -> str: elif data.link_type in ("underlay_p2p", "l3_edge", "core_interfaces"): description = self.shared_utils.default_underlay_p2p_ethernet_description elif data.link_type == "underlay_l2": - link_peer = str(data.peer or "").upper() - description = f"{link_peer}_{data.peer_interface}" - return f"{description}_vrf_{data.vrf}" if data.vrf is not None else description + description = self.shared_utils.underlay_l2_ethernet_description else: elems = [data.wan_carrier, data.wan_circuit_id, data.peer, data.peer_interface] description = "_".join([elem for elem in elems if elem]) @@ -101,7 +99,7 @@ def underlay_port_channel_interface(self, data: InterfaceDescriptionData) -> str - peer - peer_interface - peer_channel_group_id - - peer_mlag_group + - peer_node_group - port_channel_id - port_channel_description - mpls_overlay_role @@ -117,6 +115,7 @@ def underlay_port_channel_interface(self, data: InterfaceDescriptionData) -> str "channel_group_id": data.port_channel_id, "peer_channel_group_id": data.peer_channel_group_id, "channel_description": data.port_channel_description, + "peer_node_group": data.peer_node_group, }, ) @@ -126,8 +125,7 @@ def underlay_port_channel_interface(self, data: InterfaceDescriptionData) -> str description = self.shared_utils.default_underlay_p2p_port_channel_description else: # This is for L2 port-channels - data.peer = str(data.peer).upper() - description = "{peer_mlag_group_or_peer}_Po{peer_port_channel_id}" + description = self.shared_utils.underlay_l2_port_channel_description return AvdStringFormatter().format( description, @@ -138,8 +136,9 @@ def underlay_port_channel_interface(self, data: InterfaceDescriptionData) -> str "peer_interface": data.peer_interface, "port_channel_id": data.port_channel_id, "peer_port_channel_id": data.peer_channel_group_id, - "peer_mlag_group": data.peer_mlag_group, - "peer_mlag_group_or_peer": data.peer_mlag_group or data.peer, + "peer_node_group": data.peer_node_group, + "peer_node_group_or_peer": data.peer_node_group or data.peer, + "peer_node_group_or_uppercase_peer": data.peer_node_group or str(data.peer or "").upper() or None, } ), ) @@ -498,8 +497,8 @@ class InterfaceDescriptionData: """Interface of peer""" peer_channel_group_id: int | None """Port channel ID of peer""" - peer_mlag_group: str | None - """MLAG group of peer""" + peer_node_group: str | None + """Node group of peer""" peer_type: str | None """Type of peer""" port_channel_id: int | None @@ -524,7 +523,7 @@ def __init__( peer: str | None = None, peer_interface: str | None = None, peer_channel_group_id: int | None = None, - peer_mlag_group: str | None = None, + peer_node_group: str | None = None, peer_type: str | None = None, port_channel_id: int | None = None, port_channel_description: str | None = None, @@ -540,7 +539,7 @@ def __init__( self.peer = peer self.peer_interface = peer_interface self.peer_channel_group_id = peer_channel_group_id - self.peer_mlag_group = peer_mlag_group + self.peer_node_group = peer_node_group self.peer_type = peer_type self.port_channel_id = port_channel_id self.port_channel_description = port_channel_description