From eb7bdbb3e0100d94cddc89d9fb22374bace4385e Mon Sep 17 00:00:00 2001 From: Shivani-gslab Date: Wed, 13 Nov 2024 19:25:01 +0530 Subject: [PATCH] removing files --- .../documentation/devices/igmp-snooping.md | 106 ------------------ .../intended/configs/igmp-snooping.cfg | 19 ---- 2 files changed, 125 deletions(-) delete mode 100644 ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/igmp-snooping.md delete mode 100644 ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/igmp-snooping.cfg diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/igmp-snooping.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/igmp-snooping.md deleted file mode 100644 index 653cdbaeb30..00000000000 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/igmp-snooping.md +++ /dev/null @@ -1,106 +0,0 @@ -# igmp-snooping - -## Table of Contents - -- [Management](#management) - - [Management Interfaces](#management-interfaces) -- [Internal VLAN Allocation Policy](#internal-vlan-allocation-policy) - - [Internal VLAN Allocation Policy Summary](#internal-vlan-allocation-policy-summary) - - [Internal VLAN Allocation Policy Device Configuration](#internal-vlan-allocation-policy-device-configuration) -- [VLANs](#vlans) - - [VLANs Summary](#vlans-summary) - - [VLANs Device Configuration](#vlans-device-configuration) -- [Multicast](#multicast) - - [IP IGMP Snooping](#ip-igmp-snooping) - -## Management - -### Management Interfaces - -#### Management Interfaces Summary - -##### IPv4 - -| Management Interface | Description | Type | VRF | IP Address | Gateway | -| -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | - -##### IPv6 - -| Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | -| -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | - -#### Management Interfaces Device Configuration - -```eos -! -interface Management1 - description OOB_MANAGEMENT - vrf MGMT - ip address 10.73.255.122/24 -``` - -## Internal VLAN Allocation Policy - -### Internal VLAN Allocation Policy Summary - -| Policy Allocation | Range Beginning | Range Ending | -| ------------------| --------------- | ------------ | -| ascending | 1006 | 1199 | - -### Internal VLAN Allocation Policy Device Configuration - -```eos -! -vlan internal order ascending range 1006 1199 -``` - -## VLANs - -### VLANs Summary - -| VLAN ID | Name | Trunk Groups | -| ------- | ---- | ------------ | -| 110 | PR01-DMZ | - | -| 3010 | MLAG_iBGP_TENANT_A_PROJECT01 | LEAF_PEER_L3 | - -### VLANs Device Configuration - -```eos -! -vlan 110 - name PR01-DMZ -! -vlan 3010 - name MLAG_iBGP_TENANT_A_PROJECT01 - trunk group LEAF_PEER_L3 -``` - -## Multicast - -### IP IGMP Snooping - -#### IP IGMP Snooping Summary - -| IGMP Snooping | Fast Leave | Interface Restart Query | Proxy | Restart Query Interval | Robustness Variable | -| ------------- | ---------- | ----------------------- | ----- | ---------------------- | ------------------- | -| Disabled | - | - | - | - | - | - -##### IP IGMP Snooping Vlan Summary - -| Vlan | IGMP Snooping | Fast Leave | Max Groups | Proxy | -| ---- | ------------- | ---------- | ---------- | ----- | -| 10 | True | - | - | - | -| 20 | False | - | - | - | -| 30 | False | - | - | - | - -#### IP IGMP Snooping Device Configuration - -```eos -! -no ip igmp snooping -ip igmp snooping vlan 10 -no ip igmp snooping vlan 20 -no ip igmp snooping vlan 30 -``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/igmp-snooping.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/igmp-snooping.cfg deleted file mode 100644 index 7630bb0703f..00000000000 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/igmp-snooping.cfg +++ /dev/null @@ -1,19 +0,0 @@ -! -vlan internal order ascending range 1006 1199 -! -no ip igmp snooping -ip igmp snooping vlan 10 -no ip igmp snooping vlan 20 -no ip igmp snooping vlan 30 -! -vlan 110 - name PR01-DMZ -! -vlan 3010 - name MLAG_iBGP_TENANT_A_PROJECT01 - trunk group LEAF_PEER_L3 -! -interface Management1 - description OOB_MANAGEMENT - vrf MGMT - ip address 10.73.255.122/24