From 95947053d1d7bb38cf40a7822fcbd23d212dd758 Mon Sep 17 00:00:00 2001 From: Philippe Bureau Date: Wed, 30 Aug 2023 10:04:02 -0400 Subject: [PATCH 1/4] initial commit --- ansible.cfg | 10 +- playbooks/build.yml | 5 - playbooks/cvp1.yml | 5 - playbooks/cvp2.yml | 5 - playbooks/deploy.yml | 5 - .../site_1/documentation/devices/s1-leaf1.md | 331 +++++++++++++ .../site_1/documentation/devices/s1-leaf2.md | 331 +++++++++++++ .../site_1/documentation/devices/s1-leaf3.md | 331 +++++++++++++ .../site_1/documentation/devices/s1-leaf4.md | 331 +++++++++++++ .../site_1/documentation/devices/s1-spine1.md | 447 ++++++++++++++++++ .../site_1/documentation/devices/s1-spine2.md | 447 ++++++++++++++++++ .../fabric/SITE1_FABRIC-documentation.md | 86 ++++ .../fabric/SITE1_FABRIC-p2p-links.csv | 1 + .../fabric/SITE1_FABRIC-topology.csv | 29 ++ sites/site_1/intended/configs/s1-leaf1.cfg | 88 ++++ sites/site_1/intended/configs/s1-leaf2.cfg | 88 ++++ sites/site_1/intended/configs/s1-leaf3.cfg | 88 ++++ sites/site_1/intended/configs/s1-leaf4.cfg | 88 ++++ sites/site_1/intended/configs/s1-spine1.cfg | 136 ++++++ sites/site_1/intended/configs/s1-spine2.cfg | 136 ++++++ .../intended/structured_configs/s1-leaf1.yml | 105 ++++ .../intended/structured_configs/s1-leaf2.yml | 105 ++++ .../intended/structured_configs/s1-leaf3.yml | 105 ++++ .../intended/structured_configs/s1-leaf4.yml | 105 ++++ .../intended/structured_configs/s1-spine1.yml | 164 +++++++ .../intended/structured_configs/s1-spine2.yml | 164 +++++++ sites/site_1/inventory.yml | 46 +- .../site_2/documentation/devices/s2-leaf1.md | 331 +++++++++++++ .../site_2/documentation/devices/s2-leaf2.md | 331 +++++++++++++ .../site_2/documentation/devices/s2-leaf3.md | 331 +++++++++++++ .../site_2/documentation/devices/s2-leaf4.md | 331 +++++++++++++ .../site_2/documentation/devices/s2-spine1.md | 447 ++++++++++++++++++ .../site_2/documentation/devices/s2-spine2.md | 447 ++++++++++++++++++ .../fabric/SITE2_FABRIC-documentation.md | 86 ++++ .../fabric/SITE2_FABRIC-p2p-links.csv | 1 + .../fabric/SITE2_FABRIC-topology.csv | 29 ++ sites/site_2/intended/configs/s2-leaf1.cfg | 88 ++++ sites/site_2/intended/configs/s2-leaf2.cfg | 88 ++++ sites/site_2/intended/configs/s2-leaf3.cfg | 88 ++++ sites/site_2/intended/configs/s2-leaf4.cfg | 88 ++++ sites/site_2/intended/configs/s2-spine1.cfg | 136 ++++++ sites/site_2/intended/configs/s2-spine2.cfg | 136 ++++++ .../intended/structured_configs/s2-leaf1.yml | 105 ++++ .../intended/structured_configs/s2-leaf2.yml | 105 ++++ .../intended/structured_configs/s2-leaf3.yml | 105 ++++ .../intended/structured_configs/s2-leaf4.yml | 105 ++++ .../intended/structured_configs/s2-spine1.yml | 164 +++++++ .../intended/structured_configs/s2-spine2.yml | 164 +++++++ sites/site_2/inventory.yml | 46 +- 49 files changed, 7469 insertions(+), 65 deletions(-) create mode 100644 sites/site_1/documentation/devices/s1-leaf1.md create mode 100644 sites/site_1/documentation/devices/s1-leaf2.md create mode 100644 sites/site_1/documentation/devices/s1-leaf3.md create mode 100644 sites/site_1/documentation/devices/s1-leaf4.md create mode 100644 sites/site_1/documentation/devices/s1-spine1.md create mode 100644 sites/site_1/documentation/devices/s1-spine2.md create mode 100644 sites/site_1/documentation/fabric/SITE1_FABRIC-documentation.md create mode 100644 sites/site_1/documentation/fabric/SITE1_FABRIC-p2p-links.csv create mode 100644 sites/site_1/documentation/fabric/SITE1_FABRIC-topology.csv create mode 100644 sites/site_1/intended/configs/s1-leaf1.cfg create mode 100644 sites/site_1/intended/configs/s1-leaf2.cfg create mode 100644 sites/site_1/intended/configs/s1-leaf3.cfg create mode 100644 sites/site_1/intended/configs/s1-leaf4.cfg create mode 100644 sites/site_1/intended/configs/s1-spine1.cfg create mode 100644 sites/site_1/intended/configs/s1-spine2.cfg create mode 100644 sites/site_1/intended/structured_configs/s1-leaf1.yml create mode 100644 sites/site_1/intended/structured_configs/s1-leaf2.yml create mode 100644 sites/site_1/intended/structured_configs/s1-leaf3.yml create mode 100644 sites/site_1/intended/structured_configs/s1-leaf4.yml create mode 100644 sites/site_1/intended/structured_configs/s1-spine1.yml create mode 100644 sites/site_1/intended/structured_configs/s1-spine2.yml create mode 100644 sites/site_2/documentation/devices/s2-leaf1.md create mode 100644 sites/site_2/documentation/devices/s2-leaf2.md create mode 100644 sites/site_2/documentation/devices/s2-leaf3.md create mode 100644 sites/site_2/documentation/devices/s2-leaf4.md create mode 100644 sites/site_2/documentation/devices/s2-spine1.md create mode 100644 sites/site_2/documentation/devices/s2-spine2.md create mode 100644 sites/site_2/documentation/fabric/SITE2_FABRIC-documentation.md create mode 100644 sites/site_2/documentation/fabric/SITE2_FABRIC-p2p-links.csv create mode 100644 sites/site_2/documentation/fabric/SITE2_FABRIC-topology.csv create mode 100644 sites/site_2/intended/configs/s2-leaf1.cfg create mode 100644 sites/site_2/intended/configs/s2-leaf2.cfg create mode 100644 sites/site_2/intended/configs/s2-leaf3.cfg create mode 100644 sites/site_2/intended/configs/s2-leaf4.cfg create mode 100644 sites/site_2/intended/configs/s2-spine1.cfg create mode 100644 sites/site_2/intended/configs/s2-spine2.cfg create mode 100644 sites/site_2/intended/structured_configs/s2-leaf1.yml create mode 100644 sites/site_2/intended/structured_configs/s2-leaf2.yml create mode 100644 sites/site_2/intended/structured_configs/s2-leaf3.yml create mode 100644 sites/site_2/intended/structured_configs/s2-leaf4.yml create mode 100644 sites/site_2/intended/structured_configs/s2-spine1.yml create mode 100644 sites/site_2/intended/structured_configs/s2-spine2.yml diff --git a/ansible.cfg b/ansible.cfg index d8c21852b..92dbc86bc 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -13,7 +13,8 @@ gathering = explicit retry_files_enabled = False # Path(s) to search for installed Ansible Galaxy Collections -collections_paths = ~/.ansible/collections +#collections_paths = ~/.ansible/collections +collections_paths = ../ansible-cvp # Enable additional Jinja2 Extensions (https://jinja.palletsprojects.com/en/3.1.x/extensions/) jinja2_extensions = jinja2.ext.loopcontrols,jinja2.ext.do,jinja2.ext.i18n @@ -46,3 +47,10 @@ command_timeout = 60 # Set the amount of time, in seconds, that a persistent connection will remain idle before it is destroyed. connect_timeout = 60 + +#enable global vars +vars_plugins_enabled = arista.avd.global_vars, host_group_vars + +#define global vars path +[vars_global_vars] +paths = ../../global_vars diff --git a/playbooks/build.yml b/playbooks/build.yml index 602865c90..958d097b7 100644 --- a/playbooks/build.yml +++ b/playbooks/build.yml @@ -5,11 +5,6 @@ tasks: - - name: Import Global Vars - ansible.builtin.include_vars: "{{ item }}" - with_items: - - "../global_vars/global_dc_vars.yml" - - name: Generate Structured Variables per Device ansible.builtin.import_role: name: arista.avd.eos_designs diff --git a/playbooks/cvp1.yml b/playbooks/cvp1.yml index a953f30d7..27ef13ff8 100644 --- a/playbooks/cvp1.yml +++ b/playbooks/cvp1.yml @@ -5,11 +5,6 @@ tasks: - - name: Import Global Vars - ansible.builtin.include_vars: "{{ item }}" - with_items: - - "../global_vars/global_dc_vars.yml" - - name: Generate Intended Config and Documentation ansible.builtin.import_role: name: arista.avd.eos_config_deploy_cvp diff --git a/playbooks/cvp2.yml b/playbooks/cvp2.yml index 45465de71..96c244631 100644 --- a/playbooks/cvp2.yml +++ b/playbooks/cvp2.yml @@ -5,11 +5,6 @@ tasks: - - name: Import Global Vars - ansible.builtin.include_vars: "{{ item }}" - with_items: - - "../global_vars/global_dc_vars.yml" - - name: Generate Intended Config and Documentation ansible.builtin.import_role: name: arista.avd.eos_config_deploy_cvp diff --git a/playbooks/deploy.yml b/playbooks/deploy.yml index 657c9721e..a0a06322d 100644 --- a/playbooks/deploy.yml +++ b/playbooks/deploy.yml @@ -5,11 +5,6 @@ tasks: - - name: Import Global Vars - ansible.builtin.include_vars: "{{ item }}" - with_items: - - "../global_vars/global_dc_vars.yml" - - name: Deploy Configuration to Device ansible.builtin.import_role: name: arista.avd.eos_config_deploy_eapi diff --git a/sites/site_1/documentation/devices/s1-leaf1.md b/sites/site_1/documentation/devices/s1-leaf1.md new file mode 100644 index 000000000..a7eaf356f --- /dev/null +++ b/sites/site_1/documentation/devices/s1-leaf1.md @@ -0,0 +1,331 @@ +# s1-leaf1 + +## Table of Contents + +- [Management](#management) + - [Management Interfaces](#management-interfaces) + - [Management API HTTP](#management-api-http) +- [MLAG](#mlag) + - [MLAG Summary](#mlag-summary) + - [MLAG Device Configuration](#mlag-device-configuration) +- [Spanning Tree](#spanning-tree) + - [Spanning Tree Summary](#spanning-tree-summary) + - [Spanning Tree Device Configuration](#spanning-tree-device-configuration) +- [Internal VLAN Allocation Policy](#internal-vlan-allocation-policy) + - [Internal VLAN Allocation Policy Summary](#internal-vlan-allocation-policy-summary) + - [Internal VLAN Allocation Policy Configuration](#internal-vlan-allocation-policy-configuration) +- [VLANs](#vlans) + - [VLANs Summary](#vlans-summary) + - [VLANs Device Configuration](#vlans-device-configuration) +- [Interfaces](#interfaces) + - [Ethernet Interfaces](#ethernet-interfaces) + - [Port-Channel Interfaces](#port-channel-interfaces) + - [VLAN Interfaces](#vlan-interfaces) +- [Routing](#routing) + - [Service Routing Protocols Model](#service-routing-protocols-model) + - [IP Routing](#ip-routing) + - [IPv6 Routing](#ipv6-routing) +- [Multicast](#multicast) + - [IP IGMP Snooping](#ip-igmp-snooping) +- [VRF Instances](#vrf-instances) + - [VRF Instances Summary](#vrf-instances-summary) + - [VRF Instances Device Configuration](#vrf-instances-device-configuration) + +## Management + +### Management Interfaces + +#### Management Interfaces Summary + +##### IPv4 + +| Management Interface | description | Type | VRF | IP Address | Gateway | +| -------------------- | ----------- | ---- | --- | ---------- | ------- | +| Management0 | oob_management | oob | MGMT | 192.168.0.12/24 | - | + +##### IPv6 + +| Management Interface | description | Type | VRF | IPv6 Address | IPv6 Gateway | +| -------------------- | ----------- | ---- | --- | ------------ | ------------ | +| Management0 | oob_management | oob | MGMT | - | - | + +#### Management Interfaces Device Configuration + +```eos +! +interface Management0 + description oob_management + no shutdown + vrf MGMT + ip address 192.168.0.12/24 +``` + +### Management API HTTP + +#### Management API HTTP Summary + +| HTTP | HTTPS | Default Services | +| ---- | ----- | ---------------- | +| False | True | - | + +#### Management API VRF Access + +| VRF Name | IPv4 ACL | IPv6 ACL | +| -------- | -------- | -------- | +| MGMT | - | - | + +#### Management API HTTP Configuration + +```eos +! +management api http-commands + protocol https + no shutdown + ! + vrf MGMT + no shutdown +``` + +## MLAG + +### MLAG Summary + +| Domain-id | Local-interface | Peer-address | Peer-link | +| --------- | --------------- | ------------ | --------- | +| RACK1 | Vlan4094 | 10.1.253.5 | Port-Channel1 | + +Dual primary detection is disabled. + +### MLAG Device Configuration + +```eos +! +mlag configuration + domain-id RACK1 + local-interface Vlan4094 + peer-address 10.1.253.5 + peer-link Port-Channel1 + reload-delay mlag 300 + reload-delay non-mlag 330 +``` + +## Spanning Tree + +### Spanning Tree Summary + +STP mode: **mstp** + +#### MSTP Instance and Priority + +| Instance(s) | Priority | +| -------- | -------- | +| 0 | 16384 | + +#### Global Spanning-Tree Settings + +- Spanning Tree disabled for VLANs: **4094** + +### Spanning Tree Device Configuration + +```eos +! +spanning-tree mode mstp +no spanning-tree vlan-id 4094 +spanning-tree mst 0 priority 16384 +``` + +## Internal VLAN Allocation Policy + +### Internal VLAN Allocation Policy Summary + +| Policy Allocation | Range Beginning | Range Ending | +| ------------------| --------------- | ------------ | +| ascending | 1006 | 1199 | + +### Internal VLAN Allocation Policy Configuration + +```eos +! +vlan internal order ascending range 1006 1199 +``` + +## VLANs + +### VLANs Summary + +| VLAN ID | Name | Trunk Groups | +| ------- | ---- | ------------ | +| 4094 | MLAG_PEER | MLAG | + +### VLANs Device Configuration + +```eos +! +vlan 4094 + name MLAG_PEER + trunk group MLAG +``` + +## Interfaces + +### Ethernet Interfaces + +#### Ethernet Interfaces Summary + +##### L2 + +| Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | Channel-Group | +| --------- | ----------- | ---- | ----- | ----------- | ----------- | ------------- | +| Ethernet1 | MLAG_PEER_s1-leaf2_Ethernet1 | *trunk | *- | *- | *['MLAG'] | 1 | +| Ethernet2 | S1-SPINE1_Ethernet2 | *trunk | *none | *- | *- | 2 | +| Ethernet3 | S1-SPINE2_Ethernet2 | *trunk | *none | *- | *- | 2 | +| Ethernet6 | MLAG_PEER_s1-leaf2_Ethernet6 | *trunk | *- | *- | *['MLAG'] | 1 | + +*Inherited from Port-Channel Interface + +#### Ethernet Interfaces Device Configuration + +```eos +! +interface Ethernet1 + description MLAG_PEER_s1-leaf2_Ethernet1 + no shutdown + channel-group 1 mode active +! +interface Ethernet2 + description S1-SPINE1_Ethernet2 + no shutdown + channel-group 2 mode active +! +interface Ethernet3 + description S1-SPINE2_Ethernet2 + no shutdown + channel-group 2 mode active +! +interface Ethernet6 + description MLAG_PEER_s1-leaf2_Ethernet6 + no shutdown + channel-group 1 mode active +``` + +### Port-Channel Interfaces + +#### Port-Channel Interfaces Summary + +##### L2 + +| Interface | Description | Type | Mode | VLANs | Native VLAN | Trunk Group | LACP Fallback Timeout | LACP Fallback Mode | MLAG ID | EVPN ESI | +| --------- | ----------- | ---- | ---- | ----- | ----------- | ------------| --------------------- | ------------------ | ------- | -------- | +| Port-Channel1 | MLAG_PEER_s1-leaf2_Po1 | switched | trunk | - | - | ['MLAG'] | - | - | - | - | +| Port-Channel2 | SPINES_Po2 | switched | trunk | none | - | - | - | - | 2 | - | + +#### Port-Channel Interfaces Device Configuration + +```eos +! +interface Port-Channel1 + description MLAG_PEER_s1-leaf2_Po1 + no shutdown + switchport + switchport mode trunk + switchport trunk group MLAG +! +interface Port-Channel2 + description SPINES_Po2 + no shutdown + switchport + switchport trunk allowed vlan none + switchport mode trunk + mlag 2 +``` + +### VLAN Interfaces + +#### VLAN Interfaces Summary + +| Interface | Description | VRF | MTU | Shutdown | +| --------- | ----------- | --- | ---- | -------- | +| Vlan4094 | MLAG_PEER | default | 9214 | False | + +##### IPv4 + +| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | VRRP | ACL In | ACL Out | +| --------- | --- | ---------- | ------------------ | ------------------------- | ---- | ------ | ------- | +| Vlan4094 | default | 10.1.253.4/31 | - | - | - | - | - | + +#### VLAN Interfaces Device Configuration + +```eos +! +interface Vlan4094 + description MLAG_PEER + no shutdown + mtu 9214 + no autostate + ip address 10.1.253.4/31 +``` + +## Routing + +### Service Routing Protocols Model + +Multi agent routing protocol model enabled + +```eos +! +service routing protocols model multi-agent +``` + +### IP Routing + +#### IP Routing Summary + +| VRF | Routing Enabled | +| --- | --------------- | +| default | False | +| MGMT | False | + +#### IP Routing Device Configuration + +```eos +no ip routing vrf MGMT +``` + +### IPv6 Routing + +#### IPv6 Routing Summary + +| VRF | Routing Enabled | +| --- | --------------- | +| default | False | +| MGMT | false | + +## Multicast + +### IP IGMP Snooping + +#### IP IGMP Snooping Summary + +| IGMP Snooping | Fast Leave | Interface Restart Query | Proxy | Restart Query Interval | Robustness Variable | +| ------------- | ---------- | ----------------------- | ----- | ---------------------- | ------------------- | +| Enabled | - | - | - | - | - | + +#### IP IGMP Snooping Device Configuration + +```eos +``` + +## VRF Instances + +### VRF Instances Summary + +| VRF Name | IP Routing | +| -------- | ---------- | +| MGMT | disabled | + +### VRF Instances Device Configuration + +```eos +! +vrf instance MGMT +``` diff --git a/sites/site_1/documentation/devices/s1-leaf2.md b/sites/site_1/documentation/devices/s1-leaf2.md new file mode 100644 index 000000000..0f8bcbf9c --- /dev/null +++ b/sites/site_1/documentation/devices/s1-leaf2.md @@ -0,0 +1,331 @@ +# s1-leaf2 + +## Table of Contents + +- [Management](#management) + - [Management Interfaces](#management-interfaces) + - [Management API HTTP](#management-api-http) +- [MLAG](#mlag) + - [MLAG Summary](#mlag-summary) + - [MLAG Device Configuration](#mlag-device-configuration) +- [Spanning Tree](#spanning-tree) + - [Spanning Tree Summary](#spanning-tree-summary) + - [Spanning Tree Device Configuration](#spanning-tree-device-configuration) +- [Internal VLAN Allocation Policy](#internal-vlan-allocation-policy) + - [Internal VLAN Allocation Policy Summary](#internal-vlan-allocation-policy-summary) + - [Internal VLAN Allocation Policy Configuration](#internal-vlan-allocation-policy-configuration) +- [VLANs](#vlans) + - [VLANs Summary](#vlans-summary) + - [VLANs Device Configuration](#vlans-device-configuration) +- [Interfaces](#interfaces) + - [Ethernet Interfaces](#ethernet-interfaces) + - [Port-Channel Interfaces](#port-channel-interfaces) + - [VLAN Interfaces](#vlan-interfaces) +- [Routing](#routing) + - [Service Routing Protocols Model](#service-routing-protocols-model) + - [IP Routing](#ip-routing) + - [IPv6 Routing](#ipv6-routing) +- [Multicast](#multicast) + - [IP IGMP Snooping](#ip-igmp-snooping) +- [VRF Instances](#vrf-instances) + - [VRF Instances Summary](#vrf-instances-summary) + - [VRF Instances Device Configuration](#vrf-instances-device-configuration) + +## Management + +### Management Interfaces + +#### Management Interfaces Summary + +##### IPv4 + +| Management Interface | description | Type | VRF | IP Address | Gateway | +| -------------------- | ----------- | ---- | --- | ---------- | ------- | +| Management0 | oob_management | oob | MGMT | 192.168.0.13/24 | - | + +##### IPv6 + +| Management Interface | description | Type | VRF | IPv6 Address | IPv6 Gateway | +| -------------------- | ----------- | ---- | --- | ------------ | ------------ | +| Management0 | oob_management | oob | MGMT | - | - | + +#### Management Interfaces Device Configuration + +```eos +! +interface Management0 + description oob_management + no shutdown + vrf MGMT + ip address 192.168.0.13/24 +``` + +### Management API HTTP + +#### Management API HTTP Summary + +| HTTP | HTTPS | Default Services | +| ---- | ----- | ---------------- | +| False | True | - | + +#### Management API VRF Access + +| VRF Name | IPv4 ACL | IPv6 ACL | +| -------- | -------- | -------- | +| MGMT | - | - | + +#### Management API HTTP Configuration + +```eos +! +management api http-commands + protocol https + no shutdown + ! + vrf MGMT + no shutdown +``` + +## MLAG + +### MLAG Summary + +| Domain-id | Local-interface | Peer-address | Peer-link | +| --------- | --------------- | ------------ | --------- | +| RACK1 | Vlan4094 | 10.1.253.4 | Port-Channel1 | + +Dual primary detection is disabled. + +### MLAG Device Configuration + +```eos +! +mlag configuration + domain-id RACK1 + local-interface Vlan4094 + peer-address 10.1.253.4 + peer-link Port-Channel1 + reload-delay mlag 300 + reload-delay non-mlag 330 +``` + +## Spanning Tree + +### Spanning Tree Summary + +STP mode: **mstp** + +#### MSTP Instance and Priority + +| Instance(s) | Priority | +| -------- | -------- | +| 0 | 16384 | + +#### Global Spanning-Tree Settings + +- Spanning Tree disabled for VLANs: **4094** + +### Spanning Tree Device Configuration + +```eos +! +spanning-tree mode mstp +no spanning-tree vlan-id 4094 +spanning-tree mst 0 priority 16384 +``` + +## Internal VLAN Allocation Policy + +### Internal VLAN Allocation Policy Summary + +| Policy Allocation | Range Beginning | Range Ending | +| ------------------| --------------- | ------------ | +| ascending | 1006 | 1199 | + +### Internal VLAN Allocation Policy Configuration + +```eos +! +vlan internal order ascending range 1006 1199 +``` + +## VLANs + +### VLANs Summary + +| VLAN ID | Name | Trunk Groups | +| ------- | ---- | ------------ | +| 4094 | MLAG_PEER | MLAG | + +### VLANs Device Configuration + +```eos +! +vlan 4094 + name MLAG_PEER + trunk group MLAG +``` + +## Interfaces + +### Ethernet Interfaces + +#### Ethernet Interfaces Summary + +##### L2 + +| Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | Channel-Group | +| --------- | ----------- | ---- | ----- | ----------- | ----------- | ------------- | +| Ethernet1 | MLAG_PEER_s1-leaf1_Ethernet1 | *trunk | *- | *- | *['MLAG'] | 1 | +| Ethernet2 | S1-SPINE1_Ethernet3 | *trunk | *none | *- | *- | 2 | +| Ethernet3 | S1-SPINE2_Ethernet3 | *trunk | *none | *- | *- | 2 | +| Ethernet6 | MLAG_PEER_s1-leaf1_Ethernet6 | *trunk | *- | *- | *['MLAG'] | 1 | + +*Inherited from Port-Channel Interface + +#### Ethernet Interfaces Device Configuration + +```eos +! +interface Ethernet1 + description MLAG_PEER_s1-leaf1_Ethernet1 + no shutdown + channel-group 1 mode active +! +interface Ethernet2 + description S1-SPINE1_Ethernet3 + no shutdown + channel-group 2 mode active +! +interface Ethernet3 + description S1-SPINE2_Ethernet3 + no shutdown + channel-group 2 mode active +! +interface Ethernet6 + description MLAG_PEER_s1-leaf1_Ethernet6 + no shutdown + channel-group 1 mode active +``` + +### Port-Channel Interfaces + +#### Port-Channel Interfaces Summary + +##### L2 + +| Interface | Description | Type | Mode | VLANs | Native VLAN | Trunk Group | LACP Fallback Timeout | LACP Fallback Mode | MLAG ID | EVPN ESI | +| --------- | ----------- | ---- | ---- | ----- | ----------- | ------------| --------------------- | ------------------ | ------- | -------- | +| Port-Channel1 | MLAG_PEER_s1-leaf1_Po1 | switched | trunk | - | - | ['MLAG'] | - | - | - | - | +| Port-Channel2 | SPINES_Po2 | switched | trunk | none | - | - | - | - | 2 | - | + +#### Port-Channel Interfaces Device Configuration + +```eos +! +interface Port-Channel1 + description MLAG_PEER_s1-leaf1_Po1 + no shutdown + switchport + switchport mode trunk + switchport trunk group MLAG +! +interface Port-Channel2 + description SPINES_Po2 + no shutdown + switchport + switchport trunk allowed vlan none + switchport mode trunk + mlag 2 +``` + +### VLAN Interfaces + +#### VLAN Interfaces Summary + +| Interface | Description | VRF | MTU | Shutdown | +| --------- | ----------- | --- | ---- | -------- | +| Vlan4094 | MLAG_PEER | default | 9214 | False | + +##### IPv4 + +| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | VRRP | ACL In | ACL Out | +| --------- | --- | ---------- | ------------------ | ------------------------- | ---- | ------ | ------- | +| Vlan4094 | default | 10.1.253.5/31 | - | - | - | - | - | + +#### VLAN Interfaces Device Configuration + +```eos +! +interface Vlan4094 + description MLAG_PEER + no shutdown + mtu 9214 + no autostate + ip address 10.1.253.5/31 +``` + +## Routing + +### Service Routing Protocols Model + +Multi agent routing protocol model enabled + +```eos +! +service routing protocols model multi-agent +``` + +### IP Routing + +#### IP Routing Summary + +| VRF | Routing Enabled | +| --- | --------------- | +| default | False | +| MGMT | False | + +#### IP Routing Device Configuration + +```eos +no ip routing vrf MGMT +``` + +### IPv6 Routing + +#### IPv6 Routing Summary + +| VRF | Routing Enabled | +| --- | --------------- | +| default | False | +| MGMT | false | + +## Multicast + +### IP IGMP Snooping + +#### IP IGMP Snooping Summary + +| IGMP Snooping | Fast Leave | Interface Restart Query | Proxy | Restart Query Interval | Robustness Variable | +| ------------- | ---------- | ----------------------- | ----- | ---------------------- | ------------------- | +| Enabled | - | - | - | - | - | + +#### IP IGMP Snooping Device Configuration + +```eos +``` + +## VRF Instances + +### VRF Instances Summary + +| VRF Name | IP Routing | +| -------- | ---------- | +| MGMT | disabled | + +### VRF Instances Device Configuration + +```eos +! +vrf instance MGMT +``` diff --git a/sites/site_1/documentation/devices/s1-leaf3.md b/sites/site_1/documentation/devices/s1-leaf3.md new file mode 100644 index 000000000..67aefeb04 --- /dev/null +++ b/sites/site_1/documentation/devices/s1-leaf3.md @@ -0,0 +1,331 @@ +# s1-leaf3 + +## Table of Contents + +- [Management](#management) + - [Management Interfaces](#management-interfaces) + - [Management API HTTP](#management-api-http) +- [MLAG](#mlag) + - [MLAG Summary](#mlag-summary) + - [MLAG Device Configuration](#mlag-device-configuration) +- [Spanning Tree](#spanning-tree) + - [Spanning Tree Summary](#spanning-tree-summary) + - [Spanning Tree Device Configuration](#spanning-tree-device-configuration) +- [Internal VLAN Allocation Policy](#internal-vlan-allocation-policy) + - [Internal VLAN Allocation Policy Summary](#internal-vlan-allocation-policy-summary) + - [Internal VLAN Allocation Policy Configuration](#internal-vlan-allocation-policy-configuration) +- [VLANs](#vlans) + - [VLANs Summary](#vlans-summary) + - [VLANs Device Configuration](#vlans-device-configuration) +- [Interfaces](#interfaces) + - [Ethernet Interfaces](#ethernet-interfaces) + - [Port-Channel Interfaces](#port-channel-interfaces) + - [VLAN Interfaces](#vlan-interfaces) +- [Routing](#routing) + - [Service Routing Protocols Model](#service-routing-protocols-model) + - [IP Routing](#ip-routing) + - [IPv6 Routing](#ipv6-routing) +- [Multicast](#multicast) + - [IP IGMP Snooping](#ip-igmp-snooping) +- [VRF Instances](#vrf-instances) + - [VRF Instances Summary](#vrf-instances-summary) + - [VRF Instances Device Configuration](#vrf-instances-device-configuration) + +## Management + +### Management Interfaces + +#### Management Interfaces Summary + +##### IPv4 + +| Management Interface | description | Type | VRF | IP Address | Gateway | +| -------------------- | ----------- | ---- | --- | ---------- | ------- | +| Management0 | oob_management | oob | MGMT | 192.168.0.14/24 | - | + +##### IPv6 + +| Management Interface | description | Type | VRF | IPv6 Address | IPv6 Gateway | +| -------------------- | ----------- | ---- | --- | ------------ | ------------ | +| Management0 | oob_management | oob | MGMT | - | - | + +#### Management Interfaces Device Configuration + +```eos +! +interface Management0 + description oob_management + no shutdown + vrf MGMT + ip address 192.168.0.14/24 +``` + +### Management API HTTP + +#### Management API HTTP Summary + +| HTTP | HTTPS | Default Services | +| ---- | ----- | ---------------- | +| False | True | - | + +#### Management API VRF Access + +| VRF Name | IPv4 ACL | IPv6 ACL | +| -------- | -------- | -------- | +| MGMT | - | - | + +#### Management API HTTP Configuration + +```eos +! +management api http-commands + protocol https + no shutdown + ! + vrf MGMT + no shutdown +``` + +## MLAG + +### MLAG Summary + +| Domain-id | Local-interface | Peer-address | Peer-link | +| --------- | --------------- | ------------ | --------- | +| RACK2 | Vlan4094 | 10.1.253.9 | Port-Channel1 | + +Dual primary detection is disabled. + +### MLAG Device Configuration + +```eos +! +mlag configuration + domain-id RACK2 + local-interface Vlan4094 + peer-address 10.1.253.9 + peer-link Port-Channel1 + reload-delay mlag 300 + reload-delay non-mlag 330 +``` + +## Spanning Tree + +### Spanning Tree Summary + +STP mode: **mstp** + +#### MSTP Instance and Priority + +| Instance(s) | Priority | +| -------- | -------- | +| 0 | 16384 | + +#### Global Spanning-Tree Settings + +- Spanning Tree disabled for VLANs: **4094** + +### Spanning Tree Device Configuration + +```eos +! +spanning-tree mode mstp +no spanning-tree vlan-id 4094 +spanning-tree mst 0 priority 16384 +``` + +## Internal VLAN Allocation Policy + +### Internal VLAN Allocation Policy Summary + +| Policy Allocation | Range Beginning | Range Ending | +| ------------------| --------------- | ------------ | +| ascending | 1006 | 1199 | + +### Internal VLAN Allocation Policy Configuration + +```eos +! +vlan internal order ascending range 1006 1199 +``` + +## VLANs + +### VLANs Summary + +| VLAN ID | Name | Trunk Groups | +| ------- | ---- | ------------ | +| 4094 | MLAG_PEER | MLAG | + +### VLANs Device Configuration + +```eos +! +vlan 4094 + name MLAG_PEER + trunk group MLAG +``` + +## Interfaces + +### Ethernet Interfaces + +#### Ethernet Interfaces Summary + +##### L2 + +| Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | Channel-Group | +| --------- | ----------- | ---- | ----- | ----------- | ----------- | ------------- | +| Ethernet1 | MLAG_PEER_s1-leaf4_Ethernet1 | *trunk | *- | *- | *['MLAG'] | 1 | +| Ethernet2 | S1-SPINE1_Ethernet4 | *trunk | *none | *- | *- | 2 | +| Ethernet3 | S1-SPINE2_Ethernet4 | *trunk | *none | *- | *- | 2 | +| Ethernet6 | MLAG_PEER_s1-leaf4_Ethernet6 | *trunk | *- | *- | *['MLAG'] | 1 | + +*Inherited from Port-Channel Interface + +#### Ethernet Interfaces Device Configuration + +```eos +! +interface Ethernet1 + description MLAG_PEER_s1-leaf4_Ethernet1 + no shutdown + channel-group 1 mode active +! +interface Ethernet2 + description S1-SPINE1_Ethernet4 + no shutdown + channel-group 2 mode active +! +interface Ethernet3 + description S1-SPINE2_Ethernet4 + no shutdown + channel-group 2 mode active +! +interface Ethernet6 + description MLAG_PEER_s1-leaf4_Ethernet6 + no shutdown + channel-group 1 mode active +``` + +### Port-Channel Interfaces + +#### Port-Channel Interfaces Summary + +##### L2 + +| Interface | Description | Type | Mode | VLANs | Native VLAN | Trunk Group | LACP Fallback Timeout | LACP Fallback Mode | MLAG ID | EVPN ESI | +| --------- | ----------- | ---- | ---- | ----- | ----------- | ------------| --------------------- | ------------------ | ------- | -------- | +| Port-Channel1 | MLAG_PEER_s1-leaf4_Po1 | switched | trunk | - | - | ['MLAG'] | - | - | - | - | +| Port-Channel2 | SPINES_Po4 | switched | trunk | none | - | - | - | - | 2 | - | + +#### Port-Channel Interfaces Device Configuration + +```eos +! +interface Port-Channel1 + description MLAG_PEER_s1-leaf4_Po1 + no shutdown + switchport + switchport mode trunk + switchport trunk group MLAG +! +interface Port-Channel2 + description SPINES_Po4 + no shutdown + switchport + switchport trunk allowed vlan none + switchport mode trunk + mlag 2 +``` + +### VLAN Interfaces + +#### VLAN Interfaces Summary + +| Interface | Description | VRF | MTU | Shutdown | +| --------- | ----------- | --- | ---- | -------- | +| Vlan4094 | MLAG_PEER | default | 9214 | False | + +##### IPv4 + +| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | VRRP | ACL In | ACL Out | +| --------- | --- | ---------- | ------------------ | ------------------------- | ---- | ------ | ------- | +| Vlan4094 | default | 10.1.253.8/31 | - | - | - | - | - | + +#### VLAN Interfaces Device Configuration + +```eos +! +interface Vlan4094 + description MLAG_PEER + no shutdown + mtu 9214 + no autostate + ip address 10.1.253.8/31 +``` + +## Routing + +### Service Routing Protocols Model + +Multi agent routing protocol model enabled + +```eos +! +service routing protocols model multi-agent +``` + +### IP Routing + +#### IP Routing Summary + +| VRF | Routing Enabled | +| --- | --------------- | +| default | False | +| MGMT | False | + +#### IP Routing Device Configuration + +```eos +no ip routing vrf MGMT +``` + +### IPv6 Routing + +#### IPv6 Routing Summary + +| VRF | Routing Enabled | +| --- | --------------- | +| default | False | +| MGMT | false | + +## Multicast + +### IP IGMP Snooping + +#### IP IGMP Snooping Summary + +| IGMP Snooping | Fast Leave | Interface Restart Query | Proxy | Restart Query Interval | Robustness Variable | +| ------------- | ---------- | ----------------------- | ----- | ---------------------- | ------------------- | +| Enabled | - | - | - | - | - | + +#### IP IGMP Snooping Device Configuration + +```eos +``` + +## VRF Instances + +### VRF Instances Summary + +| VRF Name | IP Routing | +| -------- | ---------- | +| MGMT | disabled | + +### VRF Instances Device Configuration + +```eos +! +vrf instance MGMT +``` diff --git a/sites/site_1/documentation/devices/s1-leaf4.md b/sites/site_1/documentation/devices/s1-leaf4.md new file mode 100644 index 000000000..4467f1ba0 --- /dev/null +++ b/sites/site_1/documentation/devices/s1-leaf4.md @@ -0,0 +1,331 @@ +# s1-leaf4 + +## Table of Contents + +- [Management](#management) + - [Management Interfaces](#management-interfaces) + - [Management API HTTP](#management-api-http) +- [MLAG](#mlag) + - [MLAG Summary](#mlag-summary) + - [MLAG Device Configuration](#mlag-device-configuration) +- [Spanning Tree](#spanning-tree) + - [Spanning Tree Summary](#spanning-tree-summary) + - [Spanning Tree Device Configuration](#spanning-tree-device-configuration) +- [Internal VLAN Allocation Policy](#internal-vlan-allocation-policy) + - [Internal VLAN Allocation Policy Summary](#internal-vlan-allocation-policy-summary) + - [Internal VLAN Allocation Policy Configuration](#internal-vlan-allocation-policy-configuration) +- [VLANs](#vlans) + - [VLANs Summary](#vlans-summary) + - [VLANs Device Configuration](#vlans-device-configuration) +- [Interfaces](#interfaces) + - [Ethernet Interfaces](#ethernet-interfaces) + - [Port-Channel Interfaces](#port-channel-interfaces) + - [VLAN Interfaces](#vlan-interfaces) +- [Routing](#routing) + - [Service Routing Protocols Model](#service-routing-protocols-model) + - [IP Routing](#ip-routing) + - [IPv6 Routing](#ipv6-routing) +- [Multicast](#multicast) + - [IP IGMP Snooping](#ip-igmp-snooping) +- [VRF Instances](#vrf-instances) + - [VRF Instances Summary](#vrf-instances-summary) + - [VRF Instances Device Configuration](#vrf-instances-device-configuration) + +## Management + +### Management Interfaces + +#### Management Interfaces Summary + +##### IPv4 + +| Management Interface | description | Type | VRF | IP Address | Gateway | +| -------------------- | ----------- | ---- | --- | ---------- | ------- | +| Management0 | oob_management | oob | MGMT | 192.168.0.15/24 | - | + +##### IPv6 + +| Management Interface | description | Type | VRF | IPv6 Address | IPv6 Gateway | +| -------------------- | ----------- | ---- | --- | ------------ | ------------ | +| Management0 | oob_management | oob | MGMT | - | - | + +#### Management Interfaces Device Configuration + +```eos +! +interface Management0 + description oob_management + no shutdown + vrf MGMT + ip address 192.168.0.15/24 +``` + +### Management API HTTP + +#### Management API HTTP Summary + +| HTTP | HTTPS | Default Services | +| ---- | ----- | ---------------- | +| False | True | - | + +#### Management API VRF Access + +| VRF Name | IPv4 ACL | IPv6 ACL | +| -------- | -------- | -------- | +| MGMT | - | - | + +#### Management API HTTP Configuration + +```eos +! +management api http-commands + protocol https + no shutdown + ! + vrf MGMT + no shutdown +``` + +## MLAG + +### MLAG Summary + +| Domain-id | Local-interface | Peer-address | Peer-link | +| --------- | --------------- | ------------ | --------- | +| RACK2 | Vlan4094 | 10.1.253.8 | Port-Channel1 | + +Dual primary detection is disabled. + +### MLAG Device Configuration + +```eos +! +mlag configuration + domain-id RACK2 + local-interface Vlan4094 + peer-address 10.1.253.8 + peer-link Port-Channel1 + reload-delay mlag 300 + reload-delay non-mlag 330 +``` + +## Spanning Tree + +### Spanning Tree Summary + +STP mode: **mstp** + +#### MSTP Instance and Priority + +| Instance(s) | Priority | +| -------- | -------- | +| 0 | 16384 | + +#### Global Spanning-Tree Settings + +- Spanning Tree disabled for VLANs: **4094** + +### Spanning Tree Device Configuration + +```eos +! +spanning-tree mode mstp +no spanning-tree vlan-id 4094 +spanning-tree mst 0 priority 16384 +``` + +## Internal VLAN Allocation Policy + +### Internal VLAN Allocation Policy Summary + +| Policy Allocation | Range Beginning | Range Ending | +| ------------------| --------------- | ------------ | +| ascending | 1006 | 1199 | + +### Internal VLAN Allocation Policy Configuration + +```eos +! +vlan internal order ascending range 1006 1199 +``` + +## VLANs + +### VLANs Summary + +| VLAN ID | Name | Trunk Groups | +| ------- | ---- | ------------ | +| 4094 | MLAG_PEER | MLAG | + +### VLANs Device Configuration + +```eos +! +vlan 4094 + name MLAG_PEER + trunk group MLAG +``` + +## Interfaces + +### Ethernet Interfaces + +#### Ethernet Interfaces Summary + +##### L2 + +| Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | Channel-Group | +| --------- | ----------- | ---- | ----- | ----------- | ----------- | ------------- | +| Ethernet1 | MLAG_PEER_s1-leaf3_Ethernet1 | *trunk | *- | *- | *['MLAG'] | 1 | +| Ethernet2 | S1-SPINE1_Ethernet5 | *trunk | *none | *- | *- | 2 | +| Ethernet3 | S1-SPINE2_Ethernet5 | *trunk | *none | *- | *- | 2 | +| Ethernet6 | MLAG_PEER_s1-leaf3_Ethernet6 | *trunk | *- | *- | *['MLAG'] | 1 | + +*Inherited from Port-Channel Interface + +#### Ethernet Interfaces Device Configuration + +```eos +! +interface Ethernet1 + description MLAG_PEER_s1-leaf3_Ethernet1 + no shutdown + channel-group 1 mode active +! +interface Ethernet2 + description S1-SPINE1_Ethernet5 + no shutdown + channel-group 2 mode active +! +interface Ethernet3 + description S1-SPINE2_Ethernet5 + no shutdown + channel-group 2 mode active +! +interface Ethernet6 + description MLAG_PEER_s1-leaf3_Ethernet6 + no shutdown + channel-group 1 mode active +``` + +### Port-Channel Interfaces + +#### Port-Channel Interfaces Summary + +##### L2 + +| Interface | Description | Type | Mode | VLANs | Native VLAN | Trunk Group | LACP Fallback Timeout | LACP Fallback Mode | MLAG ID | EVPN ESI | +| --------- | ----------- | ---- | ---- | ----- | ----------- | ------------| --------------------- | ------------------ | ------- | -------- | +| Port-Channel1 | MLAG_PEER_s1-leaf3_Po1 | switched | trunk | - | - | ['MLAG'] | - | - | - | - | +| Port-Channel2 | SPINES_Po4 | switched | trunk | none | - | - | - | - | 2 | - | + +#### Port-Channel Interfaces Device Configuration + +```eos +! +interface Port-Channel1 + description MLAG_PEER_s1-leaf3_Po1 + no shutdown + switchport + switchport mode trunk + switchport trunk group MLAG +! +interface Port-Channel2 + description SPINES_Po4 + no shutdown + switchport + switchport trunk allowed vlan none + switchport mode trunk + mlag 2 +``` + +### VLAN Interfaces + +#### VLAN Interfaces Summary + +| Interface | Description | VRF | MTU | Shutdown | +| --------- | ----------- | --- | ---- | -------- | +| Vlan4094 | MLAG_PEER | default | 9214 | False | + +##### IPv4 + +| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | VRRP | ACL In | ACL Out | +| --------- | --- | ---------- | ------------------ | ------------------------- | ---- | ------ | ------- | +| Vlan4094 | default | 10.1.253.9/31 | - | - | - | - | - | + +#### VLAN Interfaces Device Configuration + +```eos +! +interface Vlan4094 + description MLAG_PEER + no shutdown + mtu 9214 + no autostate + ip address 10.1.253.9/31 +``` + +## Routing + +### Service Routing Protocols Model + +Multi agent routing protocol model enabled + +```eos +! +service routing protocols model multi-agent +``` + +### IP Routing + +#### IP Routing Summary + +| VRF | Routing Enabled | +| --- | --------------- | +| default | False | +| MGMT | False | + +#### IP Routing Device Configuration + +```eos +no ip routing vrf MGMT +``` + +### IPv6 Routing + +#### IPv6 Routing Summary + +| VRF | Routing Enabled | +| --- | --------------- | +| default | False | +| MGMT | false | + +## Multicast + +### IP IGMP Snooping + +#### IP IGMP Snooping Summary + +| IGMP Snooping | Fast Leave | Interface Restart Query | Proxy | Restart Query Interval | Robustness Variable | +| ------------- | ---------- | ----------------------- | ----- | ---------------------- | ------------------- | +| Enabled | - | - | - | - | - | + +#### IP IGMP Snooping Device Configuration + +```eos +``` + +## VRF Instances + +### VRF Instances Summary + +| VRF Name | IP Routing | +| -------- | ---------- | +| MGMT | disabled | + +### VRF Instances Device Configuration + +```eos +! +vrf instance MGMT +``` diff --git a/sites/site_1/documentation/devices/s1-spine1.md b/sites/site_1/documentation/devices/s1-spine1.md new file mode 100644 index 000000000..c85630ce0 --- /dev/null +++ b/sites/site_1/documentation/devices/s1-spine1.md @@ -0,0 +1,447 @@ +# s1-spine1 + +## Table of Contents + +- [Management](#management) + - [Management Interfaces](#management-interfaces) + - [Management API HTTP](#management-api-http) +- [MLAG](#mlag) + - [MLAG Summary](#mlag-summary) + - [MLAG Device Configuration](#mlag-device-configuration) +- [Spanning Tree](#spanning-tree) + - [Spanning Tree Summary](#spanning-tree-summary) + - [Spanning Tree Device Configuration](#spanning-tree-device-configuration) +- [Internal VLAN Allocation Policy](#internal-vlan-allocation-policy) + - [Internal VLAN Allocation Policy Summary](#internal-vlan-allocation-policy-summary) + - [Internal VLAN Allocation Policy Configuration](#internal-vlan-allocation-policy-configuration) +- [VLANs](#vlans) + - [VLANs Summary](#vlans-summary) + - [VLANs Device Configuration](#vlans-device-configuration) +- [Interfaces](#interfaces) + - [Ethernet Interfaces](#ethernet-interfaces) + - [Port-Channel Interfaces](#port-channel-interfaces) + - [Loopback Interfaces](#loopback-interfaces) + - [VLAN Interfaces](#vlan-interfaces) +- [Routing](#routing) + - [Service Routing Protocols Model](#service-routing-protocols-model) + - [Virtual Router MAC Address](#virtual-router-mac-address) + - [IP Routing](#ip-routing) + - [IPv6 Routing](#ipv6-routing) + - [Router OSPF](#router-ospf) +- [Multicast](#multicast) + - [IP IGMP Snooping](#ip-igmp-snooping) +- [VRF Instances](#vrf-instances) + - [VRF Instances Summary](#vrf-instances-summary) + - [VRF Instances Device Configuration](#vrf-instances-device-configuration) + +## Management + +### Management Interfaces + +#### Management Interfaces Summary + +##### IPv4 + +| Management Interface | description | Type | VRF | IP Address | Gateway | +| -------------------- | ----------- | ---- | --- | ---------- | ------- | +| Management0 | oob_management | oob | MGMT | 192.168.0.10/24 | - | + +##### IPv6 + +| Management Interface | description | Type | VRF | IPv6 Address | IPv6 Gateway | +| -------------------- | ----------- | ---- | --- | ------------ | ------------ | +| Management0 | oob_management | oob | MGMT | - | - | + +#### Management Interfaces Device Configuration + +```eos +! +interface Management0 + description oob_management + no shutdown + vrf MGMT + ip address 192.168.0.10/24 +``` + +### Management API HTTP + +#### Management API HTTP Summary + +| HTTP | HTTPS | Default Services | +| ---- | ----- | ---------------- | +| False | True | - | + +#### Management API VRF Access + +| VRF Name | IPv4 ACL | IPv6 ACL | +| -------- | -------- | -------- | +| MGMT | - | - | + +#### Management API HTTP Configuration + +```eos +! +management api http-commands + protocol https + no shutdown + ! + vrf MGMT + no shutdown +``` + +## MLAG + +### MLAG Summary + +| Domain-id | Local-interface | Peer-address | Peer-link | +| --------- | --------------- | ------------ | --------- | +| SPINES | Vlan4094 | 10.1.253.1 | Port-Channel1 | + +Dual primary detection is disabled. + +### MLAG Device Configuration + +```eos +! +mlag configuration + domain-id SPINES + local-interface Vlan4094 + peer-address 10.1.253.1 + peer-link Port-Channel1 + reload-delay mlag 300 + reload-delay non-mlag 330 +``` + +## Spanning Tree + +### Spanning Tree Summary + +STP mode: **mstp** + +#### MSTP Instance and Priority + +| Instance(s) | Priority | +| -------- | -------- | +| 0 | 4096 | + +#### Global Spanning-Tree Settings + +- Spanning Tree disabled for VLANs: **4093-4094** + +### Spanning Tree Device Configuration + +```eos +! +spanning-tree mode mstp +no spanning-tree vlan-id 4093-4094 +spanning-tree mst 0 priority 4096 +``` + +## Internal VLAN Allocation Policy + +### Internal VLAN Allocation Policy Summary + +| Policy Allocation | Range Beginning | Range Ending | +| ------------------| --------------- | ------------ | +| ascending | 1006 | 1199 | + +### Internal VLAN Allocation Policy Configuration + +```eos +! +vlan internal order ascending range 1006 1199 +``` + +## VLANs + +### VLANs Summary + +| VLAN ID | Name | Trunk Groups | +| ------- | ---- | ------------ | +| 4093 | LEAF_PEER_L3 | LEAF_PEER_L3 | +| 4094 | MLAG_PEER | MLAG | + +### VLANs Device Configuration + +```eos +! +vlan 4093 + name LEAF_PEER_L3 + trunk group LEAF_PEER_L3 +! +vlan 4094 + name MLAG_PEER + trunk group MLAG +``` + +## Interfaces + +### Ethernet Interfaces + +#### Ethernet Interfaces Summary + +##### L2 + +| Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | Channel-Group | +| --------- | ----------- | ---- | ----- | ----------- | ----------- | ------------- | +| Ethernet1 | MLAG_PEER_s1-spine2_Ethernet1 | *trunk | *- | *- | *['LEAF_PEER_L3', 'MLAG'] | 1 | +| Ethernet2 | S1-LEAF1_Ethernet2 | *trunk | *none | *- | *- | 2 | +| Ethernet3 | S1-LEAF2_Ethernet2 | *trunk | *none | *- | *- | 2 | +| Ethernet4 | S1-LEAF3_Ethernet2 | *trunk | *none | *- | *- | 4 | +| Ethernet5 | S1-LEAF4_Ethernet2 | *trunk | *none | *- | *- | 4 | +| Ethernet6 | MLAG_PEER_s1-spine2_Ethernet6 | *trunk | *- | *- | *['LEAF_PEER_L3', 'MLAG'] | 1 | + +*Inherited from Port-Channel Interface + +#### Ethernet Interfaces Device Configuration + +```eos +! +interface Ethernet1 + description MLAG_PEER_s1-spine2_Ethernet1 + no shutdown + channel-group 1 mode active +! +interface Ethernet2 + description S1-LEAF1_Ethernet2 + no shutdown + channel-group 2 mode active +! +interface Ethernet3 + description S1-LEAF2_Ethernet2 + no shutdown + channel-group 2 mode active +! +interface Ethernet4 + description S1-LEAF3_Ethernet2 + no shutdown + channel-group 4 mode active +! +interface Ethernet5 + description S1-LEAF4_Ethernet2 + no shutdown + channel-group 4 mode active +! +interface Ethernet6 + description MLAG_PEER_s1-spine2_Ethernet6 + no shutdown + channel-group 1 mode active +``` + +### Port-Channel Interfaces + +#### Port-Channel Interfaces Summary + +##### L2 + +| Interface | Description | Type | Mode | VLANs | Native VLAN | Trunk Group | LACP Fallback Timeout | LACP Fallback Mode | MLAG ID | EVPN ESI | +| --------- | ----------- | ---- | ---- | ----- | ----------- | ------------| --------------------- | ------------------ | ------- | -------- | +| Port-Channel1 | MLAG_PEER_s1-spine2_Po1 | switched | trunk | - | - | ['LEAF_PEER_L3', 'MLAG'] | - | - | - | - | +| Port-Channel2 | RACK1_Po2 | switched | trunk | none | - | - | - | - | 2 | - | +| Port-Channel4 | RACK2_Po2 | switched | trunk | none | - | - | - | - | 4 | - | + +#### Port-Channel Interfaces Device Configuration + +```eos +! +interface Port-Channel1 + description MLAG_PEER_s1-spine2_Po1 + no shutdown + switchport + switchport mode trunk + switchport trunk group LEAF_PEER_L3 + switchport trunk group MLAG +! +interface Port-Channel2 + description RACK1_Po2 + no shutdown + switchport + switchport trunk allowed vlan none + switchport mode trunk + mlag 2 +! +interface Port-Channel4 + description RACK2_Po2 + no shutdown + switchport + switchport trunk allowed vlan none + switchport mode trunk + mlag 4 +``` + +### Loopback Interfaces + +#### Loopback Interfaces Summary + +##### IPv4 + +| Interface | Description | VRF | IP Address | +| --------- | ----------- | --- | ---------- | +| Loopback0 | Router_ID | default | 10.1.252.1/32 | + +##### IPv6 + +| Interface | Description | VRF | IPv6 Address | +| --------- | ----------- | --- | ------------ | +| Loopback0 | Router_ID | default | - | + + +#### Loopback Interfaces Device Configuration + +```eos +! +interface Loopback0 + description Router_ID + no shutdown + ip address 10.1.252.1/32 + ip ospf area 0.0.0.0 +``` + +### VLAN Interfaces + +#### VLAN Interfaces Summary + +| Interface | Description | VRF | MTU | Shutdown | +| --------- | ----------- | --- | ---- | -------- | +| Vlan4093 | MLAG_PEER_L3_PEERING | default | 9214 | False | +| Vlan4094 | MLAG_PEER | default | 9214 | False | + +##### IPv4 + +| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | VRRP | ACL In | ACL Out | +| --------- | --- | ---------- | ------------------ | ------------------------- | ---- | ------ | ------- | +| Vlan4093 | default | 10.1.254.0/31 | - | - | - | - | - | +| Vlan4094 | default | 10.1.253.0/31 | - | - | - | - | - | + +#### VLAN Interfaces Device Configuration + +```eos +! +interface Vlan4093 + description MLAG_PEER_L3_PEERING + no shutdown + mtu 9214 + ip address 10.1.254.0/31 + ip ospf network point-to-point + ip ospf area 0.0.0.0 +! +interface Vlan4094 + description MLAG_PEER + no shutdown + mtu 9214 + no autostate + ip address 10.1.253.0/31 +``` + +## Routing + +### Service Routing Protocols Model + +Multi agent routing protocol model enabled + +```eos +! +service routing protocols model multi-agent +``` + +### Virtual Router MAC Address + +#### Virtual Router MAC Address Summary + +##### Virtual Router MAC Address: 00:1c:73:00:dc:01 + +#### Virtual Router MAC Address Configuration + +```eos +! +ip virtual-router mac-address 00:1c:73:00:dc:01 +``` + +### IP Routing + +#### IP Routing Summary + +| VRF | Routing Enabled | +| --- | --------------- | +| default | True | +| MGMT | False | + +#### IP Routing Device Configuration + +```eos +! +ip routing +no ip routing vrf MGMT +``` + +### IPv6 Routing + +#### IPv6 Routing Summary + +| VRF | Routing Enabled | +| --- | --------------- | +| default | False | +| MGMT | false | + +### Router OSPF + +#### Router OSPF Summary + +| Process ID | Router ID | Default Passive Interface | No Passive Interface | BFD | Max LSA | Default Information Originate | Log Adjacency Changes Detail | Auto Cost Reference Bandwidth | Maximum Paths | MPLS LDP Sync Default | Distribute List In | +| ---------- | --------- | ------------------------- | -------------------- | --- | ------- | ----------------------------- | ---------------------------- | ----------------------------- | ------------- | --------------------- | ------------------ | +| 100 | 10.1.252.1 | enabled | Vlan4093
| disabled | 12000 | disabled | disabled | - | - | - | - | + +#### Router OSPF Router Redistribution + +| Process ID | Source Protocol | Include Leaked | Route Map | +| ---------- | --------------- | -------------- | --------- | +| 100 | connected | disabled | - | + +#### OSPF Interfaces + +| Interface | Area | Cost | Point To Point | +| -------- | -------- | -------- | -------- | +| Vlan4093 | 0.0.0.0 | - | True | +| Loopback0 | 0.0.0.0 | - | - | + +#### Router OSPF Device Configuration + +```eos +! +router ospf 100 + router-id 10.1.252.1 + passive-interface default + no passive-interface Vlan4093 + max-lsa 12000 + redistribute connected +``` + +## Multicast + +### IP IGMP Snooping + +#### IP IGMP Snooping Summary + +| IGMP Snooping | Fast Leave | Interface Restart Query | Proxy | Restart Query Interval | Robustness Variable | +| ------------- | ---------- | ----------------------- | ----- | ---------------------- | ------------------- | +| Enabled | - | - | - | - | - | + +#### IP IGMP Snooping Device Configuration + +```eos +``` + +## VRF Instances + +### VRF Instances Summary + +| VRF Name | IP Routing | +| -------- | ---------- | +| MGMT | disabled | + +### VRF Instances Device Configuration + +```eos +! +vrf instance MGMT +``` diff --git a/sites/site_1/documentation/devices/s1-spine2.md b/sites/site_1/documentation/devices/s1-spine2.md new file mode 100644 index 000000000..8597765e1 --- /dev/null +++ b/sites/site_1/documentation/devices/s1-spine2.md @@ -0,0 +1,447 @@ +# s1-spine2 + +## Table of Contents + +- [Management](#management) + - [Management Interfaces](#management-interfaces) + - [Management API HTTP](#management-api-http) +- [MLAG](#mlag) + - [MLAG Summary](#mlag-summary) + - [MLAG Device Configuration](#mlag-device-configuration) +- [Spanning Tree](#spanning-tree) + - [Spanning Tree Summary](#spanning-tree-summary) + - [Spanning Tree Device Configuration](#spanning-tree-device-configuration) +- [Internal VLAN Allocation Policy](#internal-vlan-allocation-policy) + - [Internal VLAN Allocation Policy Summary](#internal-vlan-allocation-policy-summary) + - [Internal VLAN Allocation Policy Configuration](#internal-vlan-allocation-policy-configuration) +- [VLANs](#vlans) + - [VLANs Summary](#vlans-summary) + - [VLANs Device Configuration](#vlans-device-configuration) +- [Interfaces](#interfaces) + - [Ethernet Interfaces](#ethernet-interfaces) + - [Port-Channel Interfaces](#port-channel-interfaces) + - [Loopback Interfaces](#loopback-interfaces) + - [VLAN Interfaces](#vlan-interfaces) +- [Routing](#routing) + - [Service Routing Protocols Model](#service-routing-protocols-model) + - [Virtual Router MAC Address](#virtual-router-mac-address) + - [IP Routing](#ip-routing) + - [IPv6 Routing](#ipv6-routing) + - [Router OSPF](#router-ospf) +- [Multicast](#multicast) + - [IP IGMP Snooping](#ip-igmp-snooping) +- [VRF Instances](#vrf-instances) + - [VRF Instances Summary](#vrf-instances-summary) + - [VRF Instances Device Configuration](#vrf-instances-device-configuration) + +## Management + +### Management Interfaces + +#### Management Interfaces Summary + +##### IPv4 + +| Management Interface | description | Type | VRF | IP Address | Gateway | +| -------------------- | ----------- | ---- | --- | ---------- | ------- | +| Management0 | oob_management | oob | MGMT | 192.168.0.11/24 | - | + +##### IPv6 + +| Management Interface | description | Type | VRF | IPv6 Address | IPv6 Gateway | +| -------------------- | ----------- | ---- | --- | ------------ | ------------ | +| Management0 | oob_management | oob | MGMT | - | - | + +#### Management Interfaces Device Configuration + +```eos +! +interface Management0 + description oob_management + no shutdown + vrf MGMT + ip address 192.168.0.11/24 +``` + +### Management API HTTP + +#### Management API HTTP Summary + +| HTTP | HTTPS | Default Services | +| ---- | ----- | ---------------- | +| False | True | - | + +#### Management API VRF Access + +| VRF Name | IPv4 ACL | IPv6 ACL | +| -------- | -------- | -------- | +| MGMT | - | - | + +#### Management API HTTP Configuration + +```eos +! +management api http-commands + protocol https + no shutdown + ! + vrf MGMT + no shutdown +``` + +## MLAG + +### MLAG Summary + +| Domain-id | Local-interface | Peer-address | Peer-link | +| --------- | --------------- | ------------ | --------- | +| SPINES | Vlan4094 | 10.1.253.0 | Port-Channel1 | + +Dual primary detection is disabled. + +### MLAG Device Configuration + +```eos +! +mlag configuration + domain-id SPINES + local-interface Vlan4094 + peer-address 10.1.253.0 + peer-link Port-Channel1 + reload-delay mlag 300 + reload-delay non-mlag 330 +``` + +## Spanning Tree + +### Spanning Tree Summary + +STP mode: **mstp** + +#### MSTP Instance and Priority + +| Instance(s) | Priority | +| -------- | -------- | +| 0 | 4096 | + +#### Global Spanning-Tree Settings + +- Spanning Tree disabled for VLANs: **4093-4094** + +### Spanning Tree Device Configuration + +```eos +! +spanning-tree mode mstp +no spanning-tree vlan-id 4093-4094 +spanning-tree mst 0 priority 4096 +``` + +## Internal VLAN Allocation Policy + +### Internal VLAN Allocation Policy Summary + +| Policy Allocation | Range Beginning | Range Ending | +| ------------------| --------------- | ------------ | +| ascending | 1006 | 1199 | + +### Internal VLAN Allocation Policy Configuration + +```eos +! +vlan internal order ascending range 1006 1199 +``` + +## VLANs + +### VLANs Summary + +| VLAN ID | Name | Trunk Groups | +| ------- | ---- | ------------ | +| 4093 | LEAF_PEER_L3 | LEAF_PEER_L3 | +| 4094 | MLAG_PEER | MLAG | + +### VLANs Device Configuration + +```eos +! +vlan 4093 + name LEAF_PEER_L3 + trunk group LEAF_PEER_L3 +! +vlan 4094 + name MLAG_PEER + trunk group MLAG +``` + +## Interfaces + +### Ethernet Interfaces + +#### Ethernet Interfaces Summary + +##### L2 + +| Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | Channel-Group | +| --------- | ----------- | ---- | ----- | ----------- | ----------- | ------------- | +| Ethernet1 | MLAG_PEER_s1-spine1_Ethernet1 | *trunk | *- | *- | *['LEAF_PEER_L3', 'MLAG'] | 1 | +| Ethernet2 | S1-LEAF1_Ethernet3 | *trunk | *none | *- | *- | 2 | +| Ethernet3 | S1-LEAF2_Ethernet3 | *trunk | *none | *- | *- | 2 | +| Ethernet4 | S1-LEAF3_Ethernet3 | *trunk | *none | *- | *- | 4 | +| Ethernet5 | S1-LEAF4_Ethernet3 | *trunk | *none | *- | *- | 4 | +| Ethernet6 | MLAG_PEER_s1-spine1_Ethernet6 | *trunk | *- | *- | *['LEAF_PEER_L3', 'MLAG'] | 1 | + +*Inherited from Port-Channel Interface + +#### Ethernet Interfaces Device Configuration + +```eos +! +interface Ethernet1 + description MLAG_PEER_s1-spine1_Ethernet1 + no shutdown + channel-group 1 mode active +! +interface Ethernet2 + description S1-LEAF1_Ethernet3 + no shutdown + channel-group 2 mode active +! +interface Ethernet3 + description S1-LEAF2_Ethernet3 + no shutdown + channel-group 2 mode active +! +interface Ethernet4 + description S1-LEAF3_Ethernet3 + no shutdown + channel-group 4 mode active +! +interface Ethernet5 + description S1-LEAF4_Ethernet3 + no shutdown + channel-group 4 mode active +! +interface Ethernet6 + description MLAG_PEER_s1-spine1_Ethernet6 + no shutdown + channel-group 1 mode active +``` + +### Port-Channel Interfaces + +#### Port-Channel Interfaces Summary + +##### L2 + +| Interface | Description | Type | Mode | VLANs | Native VLAN | Trunk Group | LACP Fallback Timeout | LACP Fallback Mode | MLAG ID | EVPN ESI | +| --------- | ----------- | ---- | ---- | ----- | ----------- | ------------| --------------------- | ------------------ | ------- | -------- | +| Port-Channel1 | MLAG_PEER_s1-spine1_Po1 | switched | trunk | - | - | ['LEAF_PEER_L3', 'MLAG'] | - | - | - | - | +| Port-Channel2 | RACK1_Po2 | switched | trunk | none | - | - | - | - | 2 | - | +| Port-Channel4 | RACK2_Po2 | switched | trunk | none | - | - | - | - | 4 | - | + +#### Port-Channel Interfaces Device Configuration + +```eos +! +interface Port-Channel1 + description MLAG_PEER_s1-spine1_Po1 + no shutdown + switchport + switchport mode trunk + switchport trunk group LEAF_PEER_L3 + switchport trunk group MLAG +! +interface Port-Channel2 + description RACK1_Po2 + no shutdown + switchport + switchport trunk allowed vlan none + switchport mode trunk + mlag 2 +! +interface Port-Channel4 + description RACK2_Po2 + no shutdown + switchport + switchport trunk allowed vlan none + switchport mode trunk + mlag 4 +``` + +### Loopback Interfaces + +#### Loopback Interfaces Summary + +##### IPv4 + +| Interface | Description | VRF | IP Address | +| --------- | ----------- | --- | ---------- | +| Loopback0 | Router_ID | default | 10.1.252.2/32 | + +##### IPv6 + +| Interface | Description | VRF | IPv6 Address | +| --------- | ----------- | --- | ------------ | +| Loopback0 | Router_ID | default | - | + + +#### Loopback Interfaces Device Configuration + +```eos +! +interface Loopback0 + description Router_ID + no shutdown + ip address 10.1.252.2/32 + ip ospf area 0.0.0.0 +``` + +### VLAN Interfaces + +#### VLAN Interfaces Summary + +| Interface | Description | VRF | MTU | Shutdown | +| --------- | ----------- | --- | ---- | -------- | +| Vlan4093 | MLAG_PEER_L3_PEERING | default | 9214 | False | +| Vlan4094 | MLAG_PEER | default | 9214 | False | + +##### IPv4 + +| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | VRRP | ACL In | ACL Out | +| --------- | --- | ---------- | ------------------ | ------------------------- | ---- | ------ | ------- | +| Vlan4093 | default | 10.1.254.1/31 | - | - | - | - | - | +| Vlan4094 | default | 10.1.253.1/31 | - | - | - | - | - | + +#### VLAN Interfaces Device Configuration + +```eos +! +interface Vlan4093 + description MLAG_PEER_L3_PEERING + no shutdown + mtu 9214 + ip address 10.1.254.1/31 + ip ospf network point-to-point + ip ospf area 0.0.0.0 +! +interface Vlan4094 + description MLAG_PEER + no shutdown + mtu 9214 + no autostate + ip address 10.1.253.1/31 +``` + +## Routing + +### Service Routing Protocols Model + +Multi agent routing protocol model enabled + +```eos +! +service routing protocols model multi-agent +``` + +### Virtual Router MAC Address + +#### Virtual Router MAC Address Summary + +##### Virtual Router MAC Address: 00:1c:73:00:dc:01 + +#### Virtual Router MAC Address Configuration + +```eos +! +ip virtual-router mac-address 00:1c:73:00:dc:01 +``` + +### IP Routing + +#### IP Routing Summary + +| VRF | Routing Enabled | +| --- | --------------- | +| default | True | +| MGMT | False | + +#### IP Routing Device Configuration + +```eos +! +ip routing +no ip routing vrf MGMT +``` + +### IPv6 Routing + +#### IPv6 Routing Summary + +| VRF | Routing Enabled | +| --- | --------------- | +| default | False | +| MGMT | false | + +### Router OSPF + +#### Router OSPF Summary + +| Process ID | Router ID | Default Passive Interface | No Passive Interface | BFD | Max LSA | Default Information Originate | Log Adjacency Changes Detail | Auto Cost Reference Bandwidth | Maximum Paths | MPLS LDP Sync Default | Distribute List In | +| ---------- | --------- | ------------------------- | -------------------- | --- | ------- | ----------------------------- | ---------------------------- | ----------------------------- | ------------- | --------------------- | ------------------ | +| 100 | 10.1.252.2 | enabled | Vlan4093
| disabled | 12000 | disabled | disabled | - | - | - | - | + +#### Router OSPF Router Redistribution + +| Process ID | Source Protocol | Include Leaked | Route Map | +| ---------- | --------------- | -------------- | --------- | +| 100 | connected | disabled | - | + +#### OSPF Interfaces + +| Interface | Area | Cost | Point To Point | +| -------- | -------- | -------- | -------- | +| Vlan4093 | 0.0.0.0 | - | True | +| Loopback0 | 0.0.0.0 | - | - | + +#### Router OSPF Device Configuration + +```eos +! +router ospf 100 + router-id 10.1.252.2 + passive-interface default + no passive-interface Vlan4093 + max-lsa 12000 + redistribute connected +``` + +## Multicast + +### IP IGMP Snooping + +#### IP IGMP Snooping Summary + +| IGMP Snooping | Fast Leave | Interface Restart Query | Proxy | Restart Query Interval | Robustness Variable | +| ------------- | ---------- | ----------------------- | ----- | ---------------------- | ------------------- | +| Enabled | - | - | - | - | - | + +#### IP IGMP Snooping Device Configuration + +```eos +``` + +## VRF Instances + +### VRF Instances Summary + +| VRF Name | IP Routing | +| -------- | ---------- | +| MGMT | disabled | + +### VRF Instances Device Configuration + +```eos +! +vrf instance MGMT +``` diff --git a/sites/site_1/documentation/fabric/SITE1_FABRIC-documentation.md b/sites/site_1/documentation/fabric/SITE1_FABRIC-documentation.md new file mode 100644 index 000000000..4743f4352 --- /dev/null +++ b/sites/site_1/documentation/fabric/SITE1_FABRIC-documentation.md @@ -0,0 +1,86 @@ +# SITE1_FABRIC + +## Table of Contents + +- [Fabric Switches and Management IP](#fabric-switches-and-management-ip) + - [Fabric Switches with inband Management IP](#fabric-switches-with-inband-management-ip) +- [Fabric Topology](#fabric-topology) +- [Fabric IP Allocation](#fabric-ip-allocation) + - [Fabric Point-To-Point Links](#fabric-point-to-point-links) + - [Point-To-Point Links Node Allocation](#point-to-point-links-node-allocation) + - [Loopback Interfaces (BGP EVPN Peering)](#loopback-interfaces-bgp-evpn-peering) + - [Loopback0 Interfaces Node Allocation](#loopback0-interfaces-node-allocation) + - [VTEP Loopback VXLAN Tunnel Source Interfaces (VTEPs Only)](#vtep-loopback-vxlan-tunnel-source-interfaces-vteps-only) + - [VTEP Loopback Node allocation](#vtep-loopback-node-allocation) + +## Fabric Switches and Management IP + +| POD | Type | Node | Management IP | Platform | Provisioned in CloudVision | Serial Number | +| --- | ---- | ---- | ------------- | -------- | -------------------------- | ------------- | +| SITE1_FABRIC | leaf | s1-leaf1 | 192.168.0.12/24 | cEOS | Provisioned | - | +| SITE1_FABRIC | leaf | s1-leaf2 | 192.168.0.13/24 | cEOS | Provisioned | - | +| SITE1_FABRIC | leaf | s1-leaf3 | 192.168.0.14/24 | cEOS | Provisioned | - | +| SITE1_FABRIC | leaf | s1-leaf4 | 192.168.0.15/24 | cEOS | Provisioned | - | +| SITE1_FABRIC | l3spine | s1-spine1 | 192.168.0.10/24 | cEOS | Provisioned | - | +| SITE1_FABRIC | l3spine | s1-spine2 | 192.168.0.11/24 | cEOS | Provisioned | - | + +> Provision status is based on Ansible inventory declaration and do not represent real status from CloudVision. + +### Fabric Switches with inband Management IP + +| POD | Type | Node | Management IP | Inband Interface | +| --- | ---- | ---- | ------------- | ---------------- | + +## Fabric Topology + +| Type | Node | Node Interface | Peer Type | Peer Node | Peer Interface | +| ---- | ---- | -------------- | --------- | ----------| -------------- | +| leaf | s1-leaf1 | Ethernet1 | mlag_peer | s1-leaf2 | Ethernet1 | +| leaf | s1-leaf1 | Ethernet2 | l3spine | s1-spine1 | Ethernet2 | +| leaf | s1-leaf1 | Ethernet3 | l3spine | s1-spine2 | Ethernet2 | +| leaf | s1-leaf1 | Ethernet6 | mlag_peer | s1-leaf2 | Ethernet6 | +| leaf | s1-leaf2 | Ethernet2 | l3spine | s1-spine1 | Ethernet3 | +| leaf | s1-leaf2 | Ethernet3 | l3spine | s1-spine2 | Ethernet3 | +| leaf | s1-leaf3 | Ethernet1 | mlag_peer | s1-leaf4 | Ethernet1 | +| leaf | s1-leaf3 | Ethernet2 | l3spine | s1-spine1 | Ethernet4 | +| leaf | s1-leaf3 | Ethernet3 | l3spine | s1-spine2 | Ethernet4 | +| leaf | s1-leaf3 | Ethernet6 | mlag_peer | s1-leaf4 | Ethernet6 | +| leaf | s1-leaf4 | Ethernet2 | l3spine | s1-spine1 | Ethernet5 | +| leaf | s1-leaf4 | Ethernet3 | l3spine | s1-spine2 | Ethernet5 | +| l3spine | s1-spine1 | Ethernet1 | mlag_peer | s1-spine2 | Ethernet1 | +| l3spine | s1-spine1 | Ethernet6 | mlag_peer | s1-spine2 | Ethernet6 | + +## Fabric IP Allocation + +### Fabric Point-To-Point Links + +| Uplink IPv4 Pool | Available Addresses | Assigned addresses | Assigned Address % | +| ---------------- | ------------------- | ------------------ | ------------------ | + +### Point-To-Point Links Node Allocation + +| Node | Node Interface | Node IP Address | Peer Node | Peer Interface | Peer IP Address | +| ---- | -------------- | --------------- | --------- | -------------- | --------------- | + +### Loopback Interfaces (BGP EVPN Peering) + +| Loopback Pool | Available Addresses | Assigned addresses | Assigned Address % | +| ------------- | ------------------- | ------------------ | ------------------ | +| 10.1.252.0/24 | 256 | 2 | 0.79 % | + +### Loopback0 Interfaces Node Allocation + +| POD | Node | Loopback0 | +| --- | ---- | --------- | +| SITE1_FABRIC | s1-spine1 | 10.1.252.1/32 | +| SITE1_FABRIC | s1-spine2 | 10.1.252.2/32 | + +### VTEP Loopback VXLAN Tunnel Source Interfaces (VTEPs Only) + +| VTEP Loopback Pool | Available Addresses | Assigned addresses | Assigned Address % | +| --------------------- | ------------------- | ------------------ | ------------------ | + +### VTEP Loopback Node allocation + +| POD | Node | Loopback1 | +| --- | ---- | --------- | diff --git a/sites/site_1/documentation/fabric/SITE1_FABRIC-p2p-links.csv b/sites/site_1/documentation/fabric/SITE1_FABRIC-p2p-links.csv new file mode 100644 index 000000000..bfbfa8948 --- /dev/null +++ b/sites/site_1/documentation/fabric/SITE1_FABRIC-p2p-links.csv @@ -0,0 +1 @@ +Type,Node,Node Interface,Leaf IP Address,Peer Type,Peer Node,Peer Interface,Peer IP Address diff --git a/sites/site_1/documentation/fabric/SITE1_FABRIC-topology.csv b/sites/site_1/documentation/fabric/SITE1_FABRIC-topology.csv new file mode 100644 index 000000000..150cfa25c --- /dev/null +++ b/sites/site_1/documentation/fabric/SITE1_FABRIC-topology.csv @@ -0,0 +1,29 @@ +Node Type,Node,Node Interface,Peer Type,Peer Node,Peer Interface,Node Interface Enabled +leaf,s1-leaf1,Ethernet1,mlag_peer,s1-leaf2,Ethernet1,True +leaf,s1-leaf1,Ethernet2,l3spine,s1-spine1,Ethernet2,True +leaf,s1-leaf1,Ethernet3,l3spine,s1-spine2,Ethernet2,True +leaf,s1-leaf1,Ethernet6,mlag_peer,s1-leaf2,Ethernet6,True +leaf,s1-leaf2,Ethernet1,mlag_peer,s1-leaf1,Ethernet1,True +leaf,s1-leaf2,Ethernet2,l3spine,s1-spine1,Ethernet3,True +leaf,s1-leaf2,Ethernet3,l3spine,s1-spine2,Ethernet3,True +leaf,s1-leaf2,Ethernet6,mlag_peer,s1-leaf1,Ethernet6,True +leaf,s1-leaf3,Ethernet1,mlag_peer,s1-leaf4,Ethernet1,True +leaf,s1-leaf3,Ethernet2,l3spine,s1-spine1,Ethernet4,True +leaf,s1-leaf3,Ethernet3,l3spine,s1-spine2,Ethernet4,True +leaf,s1-leaf3,Ethernet6,mlag_peer,s1-leaf4,Ethernet6,True +leaf,s1-leaf4,Ethernet1,mlag_peer,s1-leaf3,Ethernet1,True +leaf,s1-leaf4,Ethernet2,l3spine,s1-spine1,Ethernet5,True +leaf,s1-leaf4,Ethernet3,l3spine,s1-spine2,Ethernet5,True +leaf,s1-leaf4,Ethernet6,mlag_peer,s1-leaf3,Ethernet6,True +l3spine,s1-spine1,Ethernet1,mlag_peer,s1-spine2,Ethernet1,True +l3spine,s1-spine1,Ethernet2,leaf,s1-leaf1,Ethernet2,True +l3spine,s1-spine1,Ethernet3,leaf,s1-leaf2,Ethernet2,True +l3spine,s1-spine1,Ethernet4,leaf,s1-leaf3,Ethernet2,True +l3spine,s1-spine1,Ethernet5,leaf,s1-leaf4,Ethernet2,True +l3spine,s1-spine1,Ethernet6,mlag_peer,s1-spine2,Ethernet6,True +l3spine,s1-spine2,Ethernet1,mlag_peer,s1-spine1,Ethernet1,True +l3spine,s1-spine2,Ethernet2,leaf,s1-leaf1,Ethernet3,True +l3spine,s1-spine2,Ethernet3,leaf,s1-leaf2,Ethernet3,True +l3spine,s1-spine2,Ethernet4,leaf,s1-leaf3,Ethernet3,True +l3spine,s1-spine2,Ethernet5,leaf,s1-leaf4,Ethernet3,True +l3spine,s1-spine2,Ethernet6,mlag_peer,s1-spine1,Ethernet6,True diff --git a/sites/site_1/intended/configs/s1-leaf1.cfg b/sites/site_1/intended/configs/s1-leaf1.cfg new file mode 100644 index 000000000..09f0c959c --- /dev/null +++ b/sites/site_1/intended/configs/s1-leaf1.cfg @@ -0,0 +1,88 @@ +!RANCID-CONTENT-TYPE: arista +! +vlan internal order ascending range 1006 1199 +! +transceiver qsfp default-mode 4x10G +! +service routing protocols model multi-agent +! +hostname s1-leaf1 +! +spanning-tree mode mstp +no spanning-tree vlan-id 4094 +spanning-tree mst 0 priority 16384 +! +no enable password +no aaa root +! +vlan 4094 + name MLAG_PEER + trunk group MLAG +! +vrf instance MGMT +! +interface Port-Channel1 + description MLAG_PEER_s1-leaf2_Po1 + no shutdown + switchport + switchport mode trunk + switchport trunk group MLAG +! +interface Port-Channel2 + description SPINES_Po2 + no shutdown + switchport + switchport trunk allowed vlan none + switchport mode trunk + mlag 2 +! +interface Ethernet1 + description MLAG_PEER_s1-leaf2_Ethernet1 + no shutdown + channel-group 1 mode active +! +interface Ethernet2 + description S1-SPINE1_Ethernet2 + no shutdown + channel-group 2 mode active +! +interface Ethernet3 + description S1-SPINE2_Ethernet2 + no shutdown + channel-group 2 mode active +! +interface Ethernet6 + description MLAG_PEER_s1-leaf2_Ethernet6 + no shutdown + channel-group 1 mode active +! +interface Management0 + description oob_management + no shutdown + vrf MGMT + ip address 192.168.0.12/24 +! +interface Vlan4094 + description MLAG_PEER + no shutdown + mtu 9214 + no autostate + ip address 10.1.253.4/31 +no ip routing vrf MGMT +! +mlag configuration + domain-id RACK1 + local-interface Vlan4094 + peer-address 10.1.253.5 + peer-link Port-Channel1 + reload-delay mlag 300 + reload-delay non-mlag 330 +! +management api http-commands + protocol https + no shutdown + ! + vrf MGMT + no shutdown +! +end diff --git a/sites/site_1/intended/configs/s1-leaf2.cfg b/sites/site_1/intended/configs/s1-leaf2.cfg new file mode 100644 index 000000000..b95e7d171 --- /dev/null +++ b/sites/site_1/intended/configs/s1-leaf2.cfg @@ -0,0 +1,88 @@ +!RANCID-CONTENT-TYPE: arista +! +vlan internal order ascending range 1006 1199 +! +transceiver qsfp default-mode 4x10G +! +service routing protocols model multi-agent +! +hostname s1-leaf2 +! +spanning-tree mode mstp +no spanning-tree vlan-id 4094 +spanning-tree mst 0 priority 16384 +! +no enable password +no aaa root +! +vlan 4094 + name MLAG_PEER + trunk group MLAG +! +vrf instance MGMT +! +interface Port-Channel1 + description MLAG_PEER_s1-leaf1_Po1 + no shutdown + switchport + switchport mode trunk + switchport trunk group MLAG +! +interface Port-Channel2 + description SPINES_Po2 + no shutdown + switchport + switchport trunk allowed vlan none + switchport mode trunk + mlag 2 +! +interface Ethernet1 + description MLAG_PEER_s1-leaf1_Ethernet1 + no shutdown + channel-group 1 mode active +! +interface Ethernet2 + description S1-SPINE1_Ethernet3 + no shutdown + channel-group 2 mode active +! +interface Ethernet3 + description S1-SPINE2_Ethernet3 + no shutdown + channel-group 2 mode active +! +interface Ethernet6 + description MLAG_PEER_s1-leaf1_Ethernet6 + no shutdown + channel-group 1 mode active +! +interface Management0 + description oob_management + no shutdown + vrf MGMT + ip address 192.168.0.13/24 +! +interface Vlan4094 + description MLAG_PEER + no shutdown + mtu 9214 + no autostate + ip address 10.1.253.5/31 +no ip routing vrf MGMT +! +mlag configuration + domain-id RACK1 + local-interface Vlan4094 + peer-address 10.1.253.4 + peer-link Port-Channel1 + reload-delay mlag 300 + reload-delay non-mlag 330 +! +management api http-commands + protocol https + no shutdown + ! + vrf MGMT + no shutdown +! +end diff --git a/sites/site_1/intended/configs/s1-leaf3.cfg b/sites/site_1/intended/configs/s1-leaf3.cfg new file mode 100644 index 000000000..3d8dc4c08 --- /dev/null +++ b/sites/site_1/intended/configs/s1-leaf3.cfg @@ -0,0 +1,88 @@ +!RANCID-CONTENT-TYPE: arista +! +vlan internal order ascending range 1006 1199 +! +transceiver qsfp default-mode 4x10G +! +service routing protocols model multi-agent +! +hostname s1-leaf3 +! +spanning-tree mode mstp +no spanning-tree vlan-id 4094 +spanning-tree mst 0 priority 16384 +! +no enable password +no aaa root +! +vlan 4094 + name MLAG_PEER + trunk group MLAG +! +vrf instance MGMT +! +interface Port-Channel1 + description MLAG_PEER_s1-leaf4_Po1 + no shutdown + switchport + switchport mode trunk + switchport trunk group MLAG +! +interface Port-Channel2 + description SPINES_Po4 + no shutdown + switchport + switchport trunk allowed vlan none + switchport mode trunk + mlag 2 +! +interface Ethernet1 + description MLAG_PEER_s1-leaf4_Ethernet1 + no shutdown + channel-group 1 mode active +! +interface Ethernet2 + description S1-SPINE1_Ethernet4 + no shutdown + channel-group 2 mode active +! +interface Ethernet3 + description S1-SPINE2_Ethernet4 + no shutdown + channel-group 2 mode active +! +interface Ethernet6 + description MLAG_PEER_s1-leaf4_Ethernet6 + no shutdown + channel-group 1 mode active +! +interface Management0 + description oob_management + no shutdown + vrf MGMT + ip address 192.168.0.14/24 +! +interface Vlan4094 + description MLAG_PEER + no shutdown + mtu 9214 + no autostate + ip address 10.1.253.8/31 +no ip routing vrf MGMT +! +mlag configuration + domain-id RACK2 + local-interface Vlan4094 + peer-address 10.1.253.9 + peer-link Port-Channel1 + reload-delay mlag 300 + reload-delay non-mlag 330 +! +management api http-commands + protocol https + no shutdown + ! + vrf MGMT + no shutdown +! +end diff --git a/sites/site_1/intended/configs/s1-leaf4.cfg b/sites/site_1/intended/configs/s1-leaf4.cfg new file mode 100644 index 000000000..d586fa088 --- /dev/null +++ b/sites/site_1/intended/configs/s1-leaf4.cfg @@ -0,0 +1,88 @@ +!RANCID-CONTENT-TYPE: arista +! +vlan internal order ascending range 1006 1199 +! +transceiver qsfp default-mode 4x10G +! +service routing protocols model multi-agent +! +hostname s1-leaf4 +! +spanning-tree mode mstp +no spanning-tree vlan-id 4094 +spanning-tree mst 0 priority 16384 +! +no enable password +no aaa root +! +vlan 4094 + name MLAG_PEER + trunk group MLAG +! +vrf instance MGMT +! +interface Port-Channel1 + description MLAG_PEER_s1-leaf3_Po1 + no shutdown + switchport + switchport mode trunk + switchport trunk group MLAG +! +interface Port-Channel2 + description SPINES_Po4 + no shutdown + switchport + switchport trunk allowed vlan none + switchport mode trunk + mlag 2 +! +interface Ethernet1 + description MLAG_PEER_s1-leaf3_Ethernet1 + no shutdown + channel-group 1 mode active +! +interface Ethernet2 + description S1-SPINE1_Ethernet5 + no shutdown + channel-group 2 mode active +! +interface Ethernet3 + description S1-SPINE2_Ethernet5 + no shutdown + channel-group 2 mode active +! +interface Ethernet6 + description MLAG_PEER_s1-leaf3_Ethernet6 + no shutdown + channel-group 1 mode active +! +interface Management0 + description oob_management + no shutdown + vrf MGMT + ip address 192.168.0.15/24 +! +interface Vlan4094 + description MLAG_PEER + no shutdown + mtu 9214 + no autostate + ip address 10.1.253.9/31 +no ip routing vrf MGMT +! +mlag configuration + domain-id RACK2 + local-interface Vlan4094 + peer-address 10.1.253.8 + peer-link Port-Channel1 + reload-delay mlag 300 + reload-delay non-mlag 330 +! +management api http-commands + protocol https + no shutdown + ! + vrf MGMT + no shutdown +! +end diff --git a/sites/site_1/intended/configs/s1-spine1.cfg b/sites/site_1/intended/configs/s1-spine1.cfg new file mode 100644 index 000000000..e98e4e275 --- /dev/null +++ b/sites/site_1/intended/configs/s1-spine1.cfg @@ -0,0 +1,136 @@ +!RANCID-CONTENT-TYPE: arista +! +vlan internal order ascending range 1006 1199 +! +transceiver qsfp default-mode 4x10G +! +service routing protocols model multi-agent +! +hostname s1-spine1 +! +spanning-tree mode mstp +no spanning-tree vlan-id 4093-4094 +spanning-tree mst 0 priority 4096 +! +no enable password +no aaa root +! +vlan 4093 + name LEAF_PEER_L3 + trunk group LEAF_PEER_L3 +! +vlan 4094 + name MLAG_PEER + trunk group MLAG +! +vrf instance MGMT +! +interface Port-Channel1 + description MLAG_PEER_s1-spine2_Po1 + no shutdown + switchport + switchport mode trunk + switchport trunk group LEAF_PEER_L3 + switchport trunk group MLAG +! +interface Port-Channel2 + description RACK1_Po2 + no shutdown + switchport + switchport trunk allowed vlan none + switchport mode trunk + mlag 2 +! +interface Port-Channel4 + description RACK2_Po2 + no shutdown + switchport + switchport trunk allowed vlan none + switchport mode trunk + mlag 4 +! +interface Ethernet1 + description MLAG_PEER_s1-spine2_Ethernet1 + no shutdown + channel-group 1 mode active +! +interface Ethernet2 + description S1-LEAF1_Ethernet2 + no shutdown + channel-group 2 mode active +! +interface Ethernet3 + description S1-LEAF2_Ethernet2 + no shutdown + channel-group 2 mode active +! +interface Ethernet4 + description S1-LEAF3_Ethernet2 + no shutdown + channel-group 4 mode active +! +interface Ethernet5 + description S1-LEAF4_Ethernet2 + no shutdown + channel-group 4 mode active +! +interface Ethernet6 + description MLAG_PEER_s1-spine2_Ethernet6 + no shutdown + channel-group 1 mode active +! +interface Loopback0 + description Router_ID + no shutdown + ip address 10.1.252.1/32 + ip ospf area 0.0.0.0 +! +interface Management0 + description oob_management + no shutdown + vrf MGMT + ip address 192.168.0.10/24 +! +interface Vlan4093 + description MLAG_PEER_L3_PEERING + no shutdown + mtu 9214 + ip address 10.1.254.0/31 + ip ospf network point-to-point + ip ospf area 0.0.0.0 +! +interface Vlan4094 + description MLAG_PEER + no shutdown + mtu 9214 + no autostate + ip address 10.1.253.0/31 +! +ip virtual-router mac-address 00:1c:73:00:dc:01 +! +ip routing +no ip routing vrf MGMT +! +mlag configuration + domain-id SPINES + local-interface Vlan4094 + peer-address 10.1.253.1 + peer-link Port-Channel1 + reload-delay mlag 300 + reload-delay non-mlag 330 +! +router ospf 100 + router-id 10.1.252.1 + passive-interface default + no passive-interface Vlan4093 + max-lsa 12000 + redistribute connected +! +management api http-commands + protocol https + no shutdown + ! + vrf MGMT + no shutdown +! +end diff --git a/sites/site_1/intended/configs/s1-spine2.cfg b/sites/site_1/intended/configs/s1-spine2.cfg new file mode 100644 index 000000000..59506643e --- /dev/null +++ b/sites/site_1/intended/configs/s1-spine2.cfg @@ -0,0 +1,136 @@ +!RANCID-CONTENT-TYPE: arista +! +vlan internal order ascending range 1006 1199 +! +transceiver qsfp default-mode 4x10G +! +service routing protocols model multi-agent +! +hostname s1-spine2 +! +spanning-tree mode mstp +no spanning-tree vlan-id 4093-4094 +spanning-tree mst 0 priority 4096 +! +no enable password +no aaa root +! +vlan 4093 + name LEAF_PEER_L3 + trunk group LEAF_PEER_L3 +! +vlan 4094 + name MLAG_PEER + trunk group MLAG +! +vrf instance MGMT +! +interface Port-Channel1 + description MLAG_PEER_s1-spine1_Po1 + no shutdown + switchport + switchport mode trunk + switchport trunk group LEAF_PEER_L3 + switchport trunk group MLAG +! +interface Port-Channel2 + description RACK1_Po2 + no shutdown + switchport + switchport trunk allowed vlan none + switchport mode trunk + mlag 2 +! +interface Port-Channel4 + description RACK2_Po2 + no shutdown + switchport + switchport trunk allowed vlan none + switchport mode trunk + mlag 4 +! +interface Ethernet1 + description MLAG_PEER_s1-spine1_Ethernet1 + no shutdown + channel-group 1 mode active +! +interface Ethernet2 + description S1-LEAF1_Ethernet3 + no shutdown + channel-group 2 mode active +! +interface Ethernet3 + description S1-LEAF2_Ethernet3 + no shutdown + channel-group 2 mode active +! +interface Ethernet4 + description S1-LEAF3_Ethernet3 + no shutdown + channel-group 4 mode active +! +interface Ethernet5 + description S1-LEAF4_Ethernet3 + no shutdown + channel-group 4 mode active +! +interface Ethernet6 + description MLAG_PEER_s1-spine1_Ethernet6 + no shutdown + channel-group 1 mode active +! +interface Loopback0 + description Router_ID + no shutdown + ip address 10.1.252.2/32 + ip ospf area 0.0.0.0 +! +interface Management0 + description oob_management + no shutdown + vrf MGMT + ip address 192.168.0.11/24 +! +interface Vlan4093 + description MLAG_PEER_L3_PEERING + no shutdown + mtu 9214 + ip address 10.1.254.1/31 + ip ospf network point-to-point + ip ospf area 0.0.0.0 +! +interface Vlan4094 + description MLAG_PEER + no shutdown + mtu 9214 + no autostate + ip address 10.1.253.1/31 +! +ip virtual-router mac-address 00:1c:73:00:dc:01 +! +ip routing +no ip routing vrf MGMT +! +mlag configuration + domain-id SPINES + local-interface Vlan4094 + peer-address 10.1.253.0 + peer-link Port-Channel1 + reload-delay mlag 300 + reload-delay non-mlag 330 +! +router ospf 100 + router-id 10.1.252.2 + passive-interface default + no passive-interface Vlan4093 + max-lsa 12000 + redistribute connected +! +management api http-commands + protocol https + no shutdown + ! + vrf MGMT + no shutdown +! +end diff --git a/sites/site_1/intended/structured_configs/s1-leaf1.yml b/sites/site_1/intended/structured_configs/s1-leaf1.yml new file mode 100644 index 000000000..b9330d073 --- /dev/null +++ b/sites/site_1/intended/structured_configs/s1-leaf1.yml @@ -0,0 +1,105 @@ +service_routing_protocols_model: multi-agent +vlan_internal_order: + allocation: ascending + range: + beginning: 1006 + ending: 1199 +spanning_tree: + mode: mstp + mst_instances: + - id: '0' + priority: 16384 + no_spanning_tree_vlan: '4094' +vrfs: +- name: MGMT + ip_routing: false +management_interfaces: +- name: Management0 + description: oob_management + shutdown: false + vrf: MGMT + ip_address: 192.168.0.12/24 + gateway: null + type: oob +management_api_http: + enable_vrfs: + - name: MGMT + enable_https: true +vlans: +- id: 4094 + tenant: system + name: MLAG_PEER + trunk_groups: + - MLAG +vlan_interfaces: +- name: Vlan4094 + description: MLAG_PEER + shutdown: false + ip_address: 10.1.253.4/31 + no_autostate: true + mtu: 9214 +port_channel_interfaces: +- name: Port-Channel1 + description: MLAG_PEER_s1-leaf2_Po1 + type: switched + shutdown: false + mode: trunk + trunk_groups: + - MLAG +- name: Port-Channel2 + description: SPINES_Po2 + type: switched + shutdown: false + mode: trunk + vlans: none + mlag: 2 +ethernet_interfaces: +- name: Ethernet1 + peer: s1-leaf2 + peer_interface: Ethernet1 + peer_type: mlag_peer + description: MLAG_PEER_s1-leaf2_Ethernet1 + type: port-channel-member + shutdown: false + channel_group: + id: 1 + mode: active +- name: Ethernet6 + peer: s1-leaf2 + peer_interface: Ethernet6 + peer_type: mlag_peer + description: MLAG_PEER_s1-leaf2_Ethernet6 + type: port-channel-member + shutdown: false + channel_group: + id: 1 + mode: active +- name: Ethernet2 + peer: s1-spine1 + peer_interface: Ethernet2 + peer_type: l3spine + description: S1-SPINE1_Ethernet2 + shutdown: false + type: port-channel-member + channel_group: + id: 2 + mode: active +- name: Ethernet3 + peer: s1-spine2 + peer_interface: Ethernet2 + peer_type: l3spine + description: S1-SPINE2_Ethernet2 + shutdown: false + type: port-channel-member + channel_group: + id: 2 + mode: active +mlag_configuration: + domain_id: RACK1 + local_interface: Vlan4094 + peer_address: 10.1.253.5 + peer_link: Port-Channel1 + reload_delay_mlag: '300' + reload_delay_non_mlag: '330' +ip_igmp_snooping: + globally_enabled: true diff --git a/sites/site_1/intended/structured_configs/s1-leaf2.yml b/sites/site_1/intended/structured_configs/s1-leaf2.yml new file mode 100644 index 000000000..211f77033 --- /dev/null +++ b/sites/site_1/intended/structured_configs/s1-leaf2.yml @@ -0,0 +1,105 @@ +service_routing_protocols_model: multi-agent +vlan_internal_order: + allocation: ascending + range: + beginning: 1006 + ending: 1199 +spanning_tree: + mode: mstp + mst_instances: + - id: '0' + priority: 16384 + no_spanning_tree_vlan: '4094' +vrfs: +- name: MGMT + ip_routing: false +management_interfaces: +- name: Management0 + description: oob_management + shutdown: false + vrf: MGMT + ip_address: 192.168.0.13/24 + gateway: null + type: oob +management_api_http: + enable_vrfs: + - name: MGMT + enable_https: true +vlans: +- id: 4094 + tenant: system + name: MLAG_PEER + trunk_groups: + - MLAG +vlan_interfaces: +- name: Vlan4094 + description: MLAG_PEER + shutdown: false + ip_address: 10.1.253.5/31 + no_autostate: true + mtu: 9214 +port_channel_interfaces: +- name: Port-Channel1 + description: MLAG_PEER_s1-leaf1_Po1 + type: switched + shutdown: false + mode: trunk + trunk_groups: + - MLAG +- name: Port-Channel2 + description: SPINES_Po2 + type: switched + shutdown: false + mode: trunk + vlans: none + mlag: 2 +ethernet_interfaces: +- name: Ethernet1 + peer: s1-leaf1 + peer_interface: Ethernet1 + peer_type: mlag_peer + description: MLAG_PEER_s1-leaf1_Ethernet1 + type: port-channel-member + shutdown: false + channel_group: + id: 1 + mode: active +- name: Ethernet6 + peer: s1-leaf1 + peer_interface: Ethernet6 + peer_type: mlag_peer + description: MLAG_PEER_s1-leaf1_Ethernet6 + type: port-channel-member + shutdown: false + channel_group: + id: 1 + mode: active +- name: Ethernet2 + peer: s1-spine1 + peer_interface: Ethernet3 + peer_type: l3spine + description: S1-SPINE1_Ethernet3 + shutdown: false + type: port-channel-member + channel_group: + id: 2 + mode: active +- name: Ethernet3 + peer: s1-spine2 + peer_interface: Ethernet3 + peer_type: l3spine + description: S1-SPINE2_Ethernet3 + shutdown: false + type: port-channel-member + channel_group: + id: 2 + mode: active +mlag_configuration: + domain_id: RACK1 + local_interface: Vlan4094 + peer_address: 10.1.253.4 + peer_link: Port-Channel1 + reload_delay_mlag: '300' + reload_delay_non_mlag: '330' +ip_igmp_snooping: + globally_enabled: true diff --git a/sites/site_1/intended/structured_configs/s1-leaf3.yml b/sites/site_1/intended/structured_configs/s1-leaf3.yml new file mode 100644 index 000000000..3ff5e2ad8 --- /dev/null +++ b/sites/site_1/intended/structured_configs/s1-leaf3.yml @@ -0,0 +1,105 @@ +service_routing_protocols_model: multi-agent +vlan_internal_order: + allocation: ascending + range: + beginning: 1006 + ending: 1199 +spanning_tree: + mode: mstp + mst_instances: + - id: '0' + priority: 16384 + no_spanning_tree_vlan: '4094' +vrfs: +- name: MGMT + ip_routing: false +management_interfaces: +- name: Management0 + description: oob_management + shutdown: false + vrf: MGMT + ip_address: 192.168.0.14/24 + gateway: null + type: oob +management_api_http: + enable_vrfs: + - name: MGMT + enable_https: true +vlans: +- id: 4094 + tenant: system + name: MLAG_PEER + trunk_groups: + - MLAG +vlan_interfaces: +- name: Vlan4094 + description: MLAG_PEER + shutdown: false + ip_address: 10.1.253.8/31 + no_autostate: true + mtu: 9214 +port_channel_interfaces: +- name: Port-Channel1 + description: MLAG_PEER_s1-leaf4_Po1 + type: switched + shutdown: false + mode: trunk + trunk_groups: + - MLAG +- name: Port-Channel2 + description: SPINES_Po4 + type: switched + shutdown: false + mode: trunk + vlans: none + mlag: 2 +ethernet_interfaces: +- name: Ethernet1 + peer: s1-leaf4 + peer_interface: Ethernet1 + peer_type: mlag_peer + description: MLAG_PEER_s1-leaf4_Ethernet1 + type: port-channel-member + shutdown: false + channel_group: + id: 1 + mode: active +- name: Ethernet6 + peer: s1-leaf4 + peer_interface: Ethernet6 + peer_type: mlag_peer + description: MLAG_PEER_s1-leaf4_Ethernet6 + type: port-channel-member + shutdown: false + channel_group: + id: 1 + mode: active +- name: Ethernet2 + peer: s1-spine1 + peer_interface: Ethernet4 + peer_type: l3spine + description: S1-SPINE1_Ethernet4 + shutdown: false + type: port-channel-member + channel_group: + id: 2 + mode: active +- name: Ethernet3 + peer: s1-spine2 + peer_interface: Ethernet4 + peer_type: l3spine + description: S1-SPINE2_Ethernet4 + shutdown: false + type: port-channel-member + channel_group: + id: 2 + mode: active +mlag_configuration: + domain_id: RACK2 + local_interface: Vlan4094 + peer_address: 10.1.253.9 + peer_link: Port-Channel1 + reload_delay_mlag: '300' + reload_delay_non_mlag: '330' +ip_igmp_snooping: + globally_enabled: true diff --git a/sites/site_1/intended/structured_configs/s1-leaf4.yml b/sites/site_1/intended/structured_configs/s1-leaf4.yml new file mode 100644 index 000000000..0d03f0c58 --- /dev/null +++ b/sites/site_1/intended/structured_configs/s1-leaf4.yml @@ -0,0 +1,105 @@ +service_routing_protocols_model: multi-agent +vlan_internal_order: + allocation: ascending + range: + beginning: 1006 + ending: 1199 +spanning_tree: + mode: mstp + mst_instances: + - id: '0' + priority: 16384 + no_spanning_tree_vlan: '4094' +vrfs: +- name: MGMT + ip_routing: false +management_interfaces: +- name: Management0 + description: oob_management + shutdown: false + vrf: MGMT + ip_address: 192.168.0.15/24 + gateway: null + type: oob +management_api_http: + enable_vrfs: + - name: MGMT + enable_https: true +vlans: +- id: 4094 + tenant: system + name: MLAG_PEER + trunk_groups: + - MLAG +vlan_interfaces: +- name: Vlan4094 + description: MLAG_PEER + shutdown: false + ip_address: 10.1.253.9/31 + no_autostate: true + mtu: 9214 +port_channel_interfaces: +- name: Port-Channel1 + description: MLAG_PEER_s1-leaf3_Po1 + type: switched + shutdown: false + mode: trunk + trunk_groups: + - MLAG +- name: Port-Channel2 + description: SPINES_Po4 + type: switched + shutdown: false + mode: trunk + vlans: none + mlag: 2 +ethernet_interfaces: +- name: Ethernet1 + peer: s1-leaf3 + peer_interface: Ethernet1 + peer_type: mlag_peer + description: MLAG_PEER_s1-leaf3_Ethernet1 + type: port-channel-member + shutdown: false + channel_group: + id: 1 + mode: active +- name: Ethernet6 + peer: s1-leaf3 + peer_interface: Ethernet6 + peer_type: mlag_peer + description: MLAG_PEER_s1-leaf3_Ethernet6 + type: port-channel-member + shutdown: false + channel_group: + id: 1 + mode: active +- name: Ethernet2 + peer: s1-spine1 + peer_interface: Ethernet5 + peer_type: l3spine + description: S1-SPINE1_Ethernet5 + shutdown: false + type: port-channel-member + channel_group: + id: 2 + mode: active +- name: Ethernet3 + peer: s1-spine2 + peer_interface: Ethernet5 + peer_type: l3spine + description: S1-SPINE2_Ethernet5 + shutdown: false + type: port-channel-member + channel_group: + id: 2 + mode: active +mlag_configuration: + domain_id: RACK2 + local_interface: Vlan4094 + peer_address: 10.1.253.8 + peer_link: Port-Channel1 + reload_delay_mlag: '300' + reload_delay_non_mlag: '330' +ip_igmp_snooping: + globally_enabled: true diff --git a/sites/site_1/intended/structured_configs/s1-spine1.yml b/sites/site_1/intended/structured_configs/s1-spine1.yml new file mode 100644 index 000000000..238337648 --- /dev/null +++ b/sites/site_1/intended/structured_configs/s1-spine1.yml @@ -0,0 +1,164 @@ +service_routing_protocols_model: multi-agent +ip_routing: true +vlan_internal_order: + allocation: ascending + range: + beginning: 1006 + ending: 1199 +spanning_tree: + mode: mstp + mst_instances: + - id: '0' + priority: 4096 + no_spanning_tree_vlan: 4093-4094 +vrfs: +- name: MGMT + ip_routing: false +management_interfaces: +- name: Management0 + description: oob_management + shutdown: false + vrf: MGMT + ip_address: 192.168.0.10/24 + gateway: null + type: oob +management_api_http: + enable_vrfs: + - name: MGMT + enable_https: true +vlans: +- id: 4093 + tenant: system + name: LEAF_PEER_L3 + trunk_groups: + - LEAF_PEER_L3 +- id: 4094 + tenant: system + name: MLAG_PEER + trunk_groups: + - MLAG +vlan_interfaces: +- name: Vlan4093 + description: MLAG_PEER_L3_PEERING + shutdown: false + mtu: 9214 + ip_address: 10.1.254.0/31 + ospf_network_point_to_point: true + ospf_area: 0.0.0.0 +- name: Vlan4094 + description: MLAG_PEER + shutdown: false + ip_address: 10.1.253.0/31 + no_autostate: true + mtu: 9214 +port_channel_interfaces: +- name: Port-Channel1 + description: MLAG_PEER_s1-spine2_Po1 + type: switched + shutdown: false + mode: trunk + trunk_groups: + - LEAF_PEER_L3 + - MLAG +- name: Port-Channel2 + description: RACK1_Po2 + type: switched + shutdown: false + mode: trunk + vlans: none + mlag: 2 +- name: Port-Channel4 + description: RACK2_Po2 + type: switched + shutdown: false + mode: trunk + vlans: none + mlag: 4 +ethernet_interfaces: +- name: Ethernet1 + peer: s1-spine2 + peer_interface: Ethernet1 + peer_type: mlag_peer + description: MLAG_PEER_s1-spine2_Ethernet1 + type: port-channel-member + shutdown: false + channel_group: + id: 1 + mode: active +- name: Ethernet6 + peer: s1-spine2 + peer_interface: Ethernet6 + peer_type: mlag_peer + description: MLAG_PEER_s1-spine2_Ethernet6 + type: port-channel-member + shutdown: false + channel_group: + id: 1 + mode: active +- name: Ethernet2 + peer: s1-leaf1 + peer_interface: Ethernet2 + peer_type: leaf + description: S1-LEAF1_Ethernet2 + shutdown: false + type: port-channel-member + channel_group: + id: 2 + mode: active +- name: Ethernet3 + peer: s1-leaf2 + peer_interface: Ethernet2 + peer_type: leaf + description: S1-LEAF2_Ethernet2 + shutdown: false + type: port-channel-member + channel_group: + id: 2 + mode: active +- name: Ethernet4 + peer: s1-leaf3 + peer_interface: Ethernet2 + peer_type: leaf + description: S1-LEAF3_Ethernet2 + shutdown: false + type: port-channel-member + channel_group: + id: 4 + mode: active +- name: Ethernet5 + peer: s1-leaf4 + peer_interface: Ethernet2 + peer_type: leaf + description: S1-LEAF4_Ethernet2 + shutdown: false + type: port-channel-member + channel_group: + id: 4 + mode: active +mlag_configuration: + domain_id: SPINES + local_interface: Vlan4094 + peer_address: 10.1.253.1 + peer_link: Port-Channel1 + reload_delay_mlag: '300' + reload_delay_non_mlag: '330' +loopback_interfaces: +- name: Loopback0 + description: Router_ID + shutdown: false + ip_address: 10.1.252.1/32 + ospf_area: 0.0.0.0 +router_ospf: + process_ids: + - id: 100 + passive_interface_default: true + router_id: 10.1.252.1 + max_lsa: 12000 + no_passive_interfaces: + - Vlan4093 + bfd_enable: false + redistribute: + connected: {} +ip_igmp_snooping: + globally_enabled: true +ip_virtual_router_mac_address: 00:1c:73:00:dc:01 diff --git a/sites/site_1/intended/structured_configs/s1-spine2.yml b/sites/site_1/intended/structured_configs/s1-spine2.yml new file mode 100644 index 000000000..d5447fa0e --- /dev/null +++ b/sites/site_1/intended/structured_configs/s1-spine2.yml @@ -0,0 +1,164 @@ +service_routing_protocols_model: multi-agent +ip_routing: true +vlan_internal_order: + allocation: ascending + range: + beginning: 1006 + ending: 1199 +spanning_tree: + mode: mstp + mst_instances: + - id: '0' + priority: 4096 + no_spanning_tree_vlan: 4093-4094 +vrfs: +- name: MGMT + ip_routing: false +management_interfaces: +- name: Management0 + description: oob_management + shutdown: false + vrf: MGMT + ip_address: 192.168.0.11/24 + gateway: null + type: oob +management_api_http: + enable_vrfs: + - name: MGMT + enable_https: true +vlans: +- id: 4093 + tenant: system + name: LEAF_PEER_L3 + trunk_groups: + - LEAF_PEER_L3 +- id: 4094 + tenant: system + name: MLAG_PEER + trunk_groups: + - MLAG +vlan_interfaces: +- name: Vlan4093 + description: MLAG_PEER_L3_PEERING + shutdown: false + mtu: 9214 + ip_address: 10.1.254.1/31 + ospf_network_point_to_point: true + ospf_area: 0.0.0.0 +- name: Vlan4094 + description: MLAG_PEER + shutdown: false + ip_address: 10.1.253.1/31 + no_autostate: true + mtu: 9214 +port_channel_interfaces: +- name: Port-Channel1 + description: MLAG_PEER_s1-spine1_Po1 + type: switched + shutdown: false + mode: trunk + trunk_groups: + - LEAF_PEER_L3 + - MLAG +- name: Port-Channel2 + description: RACK1_Po2 + type: switched + shutdown: false + mode: trunk + vlans: none + mlag: 2 +- name: Port-Channel4 + description: RACK2_Po2 + type: switched + shutdown: false + mode: trunk + vlans: none + mlag: 4 +ethernet_interfaces: +- name: Ethernet1 + peer: s1-spine1 + peer_interface: Ethernet1 + peer_type: mlag_peer + description: MLAG_PEER_s1-spine1_Ethernet1 + type: port-channel-member + shutdown: false + channel_group: + id: 1 + mode: active +- name: Ethernet6 + peer: s1-spine1 + peer_interface: Ethernet6 + peer_type: mlag_peer + description: MLAG_PEER_s1-spine1_Ethernet6 + type: port-channel-member + shutdown: false + channel_group: + id: 1 + mode: active +- name: Ethernet2 + peer: s1-leaf1 + peer_interface: Ethernet3 + peer_type: leaf + description: S1-LEAF1_Ethernet3 + shutdown: false + type: port-channel-member + channel_group: + id: 2 + mode: active +- name: Ethernet3 + peer: s1-leaf2 + peer_interface: Ethernet3 + peer_type: leaf + description: S1-LEAF2_Ethernet3 + shutdown: false + type: port-channel-member + channel_group: + id: 2 + mode: active +- name: Ethernet4 + peer: s1-leaf3 + peer_interface: Ethernet3 + peer_type: leaf + description: S1-LEAF3_Ethernet3 + shutdown: false + type: port-channel-member + channel_group: + id: 4 + mode: active +- name: Ethernet5 + peer: s1-leaf4 + peer_interface: Ethernet3 + peer_type: leaf + description: S1-LEAF4_Ethernet3 + shutdown: false + type: port-channel-member + channel_group: + id: 4 + mode: active +mlag_configuration: + domain_id: SPINES + local_interface: Vlan4094 + peer_address: 10.1.253.0 + peer_link: Port-Channel1 + reload_delay_mlag: '300' + reload_delay_non_mlag: '330' +loopback_interfaces: +- name: Loopback0 + description: Router_ID + shutdown: false + ip_address: 10.1.252.2/32 + ospf_area: 0.0.0.0 +router_ospf: + process_ids: + - id: 100 + passive_interface_default: true + router_id: 10.1.252.2 + max_lsa: 12000 + no_passive_interfaces: + - Vlan4093 + bfd_enable: false + redistribute: + connected: {} +ip_igmp_snooping: + globally_enabled: true +ip_virtual_router_mac_address: 00:1c:73:00:dc:01 diff --git a/sites/site_1/inventory.yml b/sites/site_1/inventory.yml index 461ecc59b..ec63596cb 100644 --- a/sites/site_1/inventory.yml +++ b/sites/site_1/inventory.yml @@ -1,26 +1,28 @@ --- -SITE1: +all: children: - CVP: - hosts: - cvp: - SITE1_FABRIC: + SITE1: children: - SITE1_SPINES: + CVP: hosts: - s1-spine1: - s1-spine2: - SITE1_LEAFS: - hosts: - s1-leaf1: - s1-leaf2: - s1-leaf3: - s1-leaf4: - SITE1_FABRIC_SERVICES: - children: - SITE1_SPINES: - SITE1_LEAFS: - SITE1_FABRIC_PORTS: - children: - SITE1_SPINES: - SITE1_LEAFS: + cvp: + SITE1_FABRIC: + children: + SITE1_SPINES: + hosts: + s1-spine1: + s1-spine2: + SITE1_LEAFS: + hosts: + s1-leaf1: + s1-leaf2: + s1-leaf3: + s1-leaf4: + SITE1_FABRIC_SERVICES: + children: + SITE1_SPINES: + SITE1_LEAFS: + SITE1_FABRIC_PORTS: + children: + SITE1_SPINES: + SITE1_LEAFS: diff --git a/sites/site_2/documentation/devices/s2-leaf1.md b/sites/site_2/documentation/devices/s2-leaf1.md new file mode 100644 index 000000000..b1f1af8d5 --- /dev/null +++ b/sites/site_2/documentation/devices/s2-leaf1.md @@ -0,0 +1,331 @@ +# s2-leaf1 + +## Table of Contents + +- [Management](#management) + - [Management Interfaces](#management-interfaces) + - [Management API HTTP](#management-api-http) +- [MLAG](#mlag) + - [MLAG Summary](#mlag-summary) + - [MLAG Device Configuration](#mlag-device-configuration) +- [Spanning Tree](#spanning-tree) + - [Spanning Tree Summary](#spanning-tree-summary) + - [Spanning Tree Device Configuration](#spanning-tree-device-configuration) +- [Internal VLAN Allocation Policy](#internal-vlan-allocation-policy) + - [Internal VLAN Allocation Policy Summary](#internal-vlan-allocation-policy-summary) + - [Internal VLAN Allocation Policy Configuration](#internal-vlan-allocation-policy-configuration) +- [VLANs](#vlans) + - [VLANs Summary](#vlans-summary) + - [VLANs Device Configuration](#vlans-device-configuration) +- [Interfaces](#interfaces) + - [Ethernet Interfaces](#ethernet-interfaces) + - [Port-Channel Interfaces](#port-channel-interfaces) + - [VLAN Interfaces](#vlan-interfaces) +- [Routing](#routing) + - [Service Routing Protocols Model](#service-routing-protocols-model) + - [IP Routing](#ip-routing) + - [IPv6 Routing](#ipv6-routing) +- [Multicast](#multicast) + - [IP IGMP Snooping](#ip-igmp-snooping) +- [VRF Instances](#vrf-instances) + - [VRF Instances Summary](#vrf-instances-summary) + - [VRF Instances Device Configuration](#vrf-instances-device-configuration) + +## Management + +### Management Interfaces + +#### Management Interfaces Summary + +##### IPv4 + +| Management Interface | description | Type | VRF | IP Address | Gateway | +| -------------------- | ----------- | ---- | --- | ---------- | ------- | +| Management0 | oob_management | oob | MGMT | 192.168.0.22/24 | - | + +##### IPv6 + +| Management Interface | description | Type | VRF | IPv6 Address | IPv6 Gateway | +| -------------------- | ----------- | ---- | --- | ------------ | ------------ | +| Management0 | oob_management | oob | MGMT | - | - | + +#### Management Interfaces Device Configuration + +```eos +! +interface Management0 + description oob_management + no shutdown + vrf MGMT + ip address 192.168.0.22/24 +``` + +### Management API HTTP + +#### Management API HTTP Summary + +| HTTP | HTTPS | Default Services | +| ---- | ----- | ---------------- | +| False | True | - | + +#### Management API VRF Access + +| VRF Name | IPv4 ACL | IPv6 ACL | +| -------- | -------- | -------- | +| MGMT | - | - | + +#### Management API HTTP Configuration + +```eos +! +management api http-commands + protocol https + no shutdown + ! + vrf MGMT + no shutdown +``` + +## MLAG + +### MLAG Summary + +| Domain-id | Local-interface | Peer-address | Peer-link | +| --------- | --------------- | ------------ | --------- | +| RACK1 | Vlan4094 | 10.2.253.5 | Port-Channel1 | + +Dual primary detection is disabled. + +### MLAG Device Configuration + +```eos +! +mlag configuration + domain-id RACK1 + local-interface Vlan4094 + peer-address 10.2.253.5 + peer-link Port-Channel1 + reload-delay mlag 300 + reload-delay non-mlag 330 +``` + +## Spanning Tree + +### Spanning Tree Summary + +STP mode: **mstp** + +#### MSTP Instance and Priority + +| Instance(s) | Priority | +| -------- | -------- | +| 0 | 16384 | + +#### Global Spanning-Tree Settings + +- Spanning Tree disabled for VLANs: **4094** + +### Spanning Tree Device Configuration + +```eos +! +spanning-tree mode mstp +no spanning-tree vlan-id 4094 +spanning-tree mst 0 priority 16384 +``` + +## Internal VLAN Allocation Policy + +### Internal VLAN Allocation Policy Summary + +| Policy Allocation | Range Beginning | Range Ending | +| ------------------| --------------- | ------------ | +| ascending | 1006 | 1199 | + +### Internal VLAN Allocation Policy Configuration + +```eos +! +vlan internal order ascending range 1006 1199 +``` + +## VLANs + +### VLANs Summary + +| VLAN ID | Name | Trunk Groups | +| ------- | ---- | ------------ | +| 4094 | MLAG_PEER | MLAG | + +### VLANs Device Configuration + +```eos +! +vlan 4094 + name MLAG_PEER + trunk group MLAG +``` + +## Interfaces + +### Ethernet Interfaces + +#### Ethernet Interfaces Summary + +##### L2 + +| Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | Channel-Group | +| --------- | ----------- | ---- | ----- | ----------- | ----------- | ------------- | +| Ethernet1 | MLAG_PEER_s2-leaf2_Ethernet1 | *trunk | *- | *- | *['MLAG'] | 1 | +| Ethernet2 | S2-SPINE1_Ethernet2 | *trunk | *none | *- | *- | 2 | +| Ethernet3 | S2-SPINE2_Ethernet2 | *trunk | *none | *- | *- | 2 | +| Ethernet6 | MLAG_PEER_s2-leaf2_Ethernet6 | *trunk | *- | *- | *['MLAG'] | 1 | + +*Inherited from Port-Channel Interface + +#### Ethernet Interfaces Device Configuration + +```eos +! +interface Ethernet1 + description MLAG_PEER_s2-leaf2_Ethernet1 + no shutdown + channel-group 1 mode active +! +interface Ethernet2 + description S2-SPINE1_Ethernet2 + no shutdown + channel-group 2 mode active +! +interface Ethernet3 + description S2-SPINE2_Ethernet2 + no shutdown + channel-group 2 mode active +! +interface Ethernet6 + description MLAG_PEER_s2-leaf2_Ethernet6 + no shutdown + channel-group 1 mode active +``` + +### Port-Channel Interfaces + +#### Port-Channel Interfaces Summary + +##### L2 + +| Interface | Description | Type | Mode | VLANs | Native VLAN | Trunk Group | LACP Fallback Timeout | LACP Fallback Mode | MLAG ID | EVPN ESI | +| --------- | ----------- | ---- | ---- | ----- | ----------- | ------------| --------------------- | ------------------ | ------- | -------- | +| Port-Channel1 | MLAG_PEER_s2-leaf2_Po1 | switched | trunk | - | - | ['MLAG'] | - | - | - | - | +| Port-Channel2 | SPINES_Po2 | switched | trunk | none | - | - | - | - | 2 | - | + +#### Port-Channel Interfaces Device Configuration + +```eos +! +interface Port-Channel1 + description MLAG_PEER_s2-leaf2_Po1 + no shutdown + switchport + switchport mode trunk + switchport trunk group MLAG +! +interface Port-Channel2 + description SPINES_Po2 + no shutdown + switchport + switchport trunk allowed vlan none + switchport mode trunk + mlag 2 +``` + +### VLAN Interfaces + +#### VLAN Interfaces Summary + +| Interface | Description | VRF | MTU | Shutdown | +| --------- | ----------- | --- | ---- | -------- | +| Vlan4094 | MLAG_PEER | default | 9214 | False | + +##### IPv4 + +| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | VRRP | ACL In | ACL Out | +| --------- | --- | ---------- | ------------------ | ------------------------- | ---- | ------ | ------- | +| Vlan4094 | default | 10.2.253.4/31 | - | - | - | - | - | + +#### VLAN Interfaces Device Configuration + +```eos +! +interface Vlan4094 + description MLAG_PEER + no shutdown + mtu 9214 + no autostate + ip address 10.2.253.4/31 +``` + +## Routing + +### Service Routing Protocols Model + +Multi agent routing protocol model enabled + +```eos +! +service routing protocols model multi-agent +``` + +### IP Routing + +#### IP Routing Summary + +| VRF | Routing Enabled | +| --- | --------------- | +| default | False | +| MGMT | False | + +#### IP Routing Device Configuration + +```eos +no ip routing vrf MGMT +``` + +### IPv6 Routing + +#### IPv6 Routing Summary + +| VRF | Routing Enabled | +| --- | --------------- | +| default | False | +| MGMT | false | + +## Multicast + +### IP IGMP Snooping + +#### IP IGMP Snooping Summary + +| IGMP Snooping | Fast Leave | Interface Restart Query | Proxy | Restart Query Interval | Robustness Variable | +| ------------- | ---------- | ----------------------- | ----- | ---------------------- | ------------------- | +| Enabled | - | - | - | - | - | + +#### IP IGMP Snooping Device Configuration + +```eos +``` + +## VRF Instances + +### VRF Instances Summary + +| VRF Name | IP Routing | +| -------- | ---------- | +| MGMT | disabled | + +### VRF Instances Device Configuration + +```eos +! +vrf instance MGMT +``` diff --git a/sites/site_2/documentation/devices/s2-leaf2.md b/sites/site_2/documentation/devices/s2-leaf2.md new file mode 100644 index 000000000..ff42c8bb2 --- /dev/null +++ b/sites/site_2/documentation/devices/s2-leaf2.md @@ -0,0 +1,331 @@ +# s2-leaf2 + +## Table of Contents + +- [Management](#management) + - [Management Interfaces](#management-interfaces) + - [Management API HTTP](#management-api-http) +- [MLAG](#mlag) + - [MLAG Summary](#mlag-summary) + - [MLAG Device Configuration](#mlag-device-configuration) +- [Spanning Tree](#spanning-tree) + - [Spanning Tree Summary](#spanning-tree-summary) + - [Spanning Tree Device Configuration](#spanning-tree-device-configuration) +- [Internal VLAN Allocation Policy](#internal-vlan-allocation-policy) + - [Internal VLAN Allocation Policy Summary](#internal-vlan-allocation-policy-summary) + - [Internal VLAN Allocation Policy Configuration](#internal-vlan-allocation-policy-configuration) +- [VLANs](#vlans) + - [VLANs Summary](#vlans-summary) + - [VLANs Device Configuration](#vlans-device-configuration) +- [Interfaces](#interfaces) + - [Ethernet Interfaces](#ethernet-interfaces) + - [Port-Channel Interfaces](#port-channel-interfaces) + - [VLAN Interfaces](#vlan-interfaces) +- [Routing](#routing) + - [Service Routing Protocols Model](#service-routing-protocols-model) + - [IP Routing](#ip-routing) + - [IPv6 Routing](#ipv6-routing) +- [Multicast](#multicast) + - [IP IGMP Snooping](#ip-igmp-snooping) +- [VRF Instances](#vrf-instances) + - [VRF Instances Summary](#vrf-instances-summary) + - [VRF Instances Device Configuration](#vrf-instances-device-configuration) + +## Management + +### Management Interfaces + +#### Management Interfaces Summary + +##### IPv4 + +| Management Interface | description | Type | VRF | IP Address | Gateway | +| -------------------- | ----------- | ---- | --- | ---------- | ------- | +| Management0 | oob_management | oob | MGMT | 192.168.0.23/24 | - | + +##### IPv6 + +| Management Interface | description | Type | VRF | IPv6 Address | IPv6 Gateway | +| -------------------- | ----------- | ---- | --- | ------------ | ------------ | +| Management0 | oob_management | oob | MGMT | - | - | + +#### Management Interfaces Device Configuration + +```eos +! +interface Management0 + description oob_management + no shutdown + vrf MGMT + ip address 192.168.0.23/24 +``` + +### Management API HTTP + +#### Management API HTTP Summary + +| HTTP | HTTPS | Default Services | +| ---- | ----- | ---------------- | +| False | True | - | + +#### Management API VRF Access + +| VRF Name | IPv4 ACL | IPv6 ACL | +| -------- | -------- | -------- | +| MGMT | - | - | + +#### Management API HTTP Configuration + +```eos +! +management api http-commands + protocol https + no shutdown + ! + vrf MGMT + no shutdown +``` + +## MLAG + +### MLAG Summary + +| Domain-id | Local-interface | Peer-address | Peer-link | +| --------- | --------------- | ------------ | --------- | +| RACK1 | Vlan4094 | 10.2.253.4 | Port-Channel1 | + +Dual primary detection is disabled. + +### MLAG Device Configuration + +```eos +! +mlag configuration + domain-id RACK1 + local-interface Vlan4094 + peer-address 10.2.253.4 + peer-link Port-Channel1 + reload-delay mlag 300 + reload-delay non-mlag 330 +``` + +## Spanning Tree + +### Spanning Tree Summary + +STP mode: **mstp** + +#### MSTP Instance and Priority + +| Instance(s) | Priority | +| -------- | -------- | +| 0 | 16384 | + +#### Global Spanning-Tree Settings + +- Spanning Tree disabled for VLANs: **4094** + +### Spanning Tree Device Configuration + +```eos +! +spanning-tree mode mstp +no spanning-tree vlan-id 4094 +spanning-tree mst 0 priority 16384 +``` + +## Internal VLAN Allocation Policy + +### Internal VLAN Allocation Policy Summary + +| Policy Allocation | Range Beginning | Range Ending | +| ------------------| --------------- | ------------ | +| ascending | 1006 | 1199 | + +### Internal VLAN Allocation Policy Configuration + +```eos +! +vlan internal order ascending range 1006 1199 +``` + +## VLANs + +### VLANs Summary + +| VLAN ID | Name | Trunk Groups | +| ------- | ---- | ------------ | +| 4094 | MLAG_PEER | MLAG | + +### VLANs Device Configuration + +```eos +! +vlan 4094 + name MLAG_PEER + trunk group MLAG +``` + +## Interfaces + +### Ethernet Interfaces + +#### Ethernet Interfaces Summary + +##### L2 + +| Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | Channel-Group | +| --------- | ----------- | ---- | ----- | ----------- | ----------- | ------------- | +| Ethernet1 | MLAG_PEER_s2-leaf1_Ethernet1 | *trunk | *- | *- | *['MLAG'] | 1 | +| Ethernet2 | S2-SPINE1_Ethernet3 | *trunk | *none | *- | *- | 2 | +| Ethernet3 | S2-SPINE2_Ethernet3 | *trunk | *none | *- | *- | 2 | +| Ethernet6 | MLAG_PEER_s2-leaf1_Ethernet6 | *trunk | *- | *- | *['MLAG'] | 1 | + +*Inherited from Port-Channel Interface + +#### Ethernet Interfaces Device Configuration + +```eos +! +interface Ethernet1 + description MLAG_PEER_s2-leaf1_Ethernet1 + no shutdown + channel-group 1 mode active +! +interface Ethernet2 + description S2-SPINE1_Ethernet3 + no shutdown + channel-group 2 mode active +! +interface Ethernet3 + description S2-SPINE2_Ethernet3 + no shutdown + channel-group 2 mode active +! +interface Ethernet6 + description MLAG_PEER_s2-leaf1_Ethernet6 + no shutdown + channel-group 1 mode active +``` + +### Port-Channel Interfaces + +#### Port-Channel Interfaces Summary + +##### L2 + +| Interface | Description | Type | Mode | VLANs | Native VLAN | Trunk Group | LACP Fallback Timeout | LACP Fallback Mode | MLAG ID | EVPN ESI | +| --------- | ----------- | ---- | ---- | ----- | ----------- | ------------| --------------------- | ------------------ | ------- | -------- | +| Port-Channel1 | MLAG_PEER_s2-leaf1_Po1 | switched | trunk | - | - | ['MLAG'] | - | - | - | - | +| Port-Channel2 | SPINES_Po2 | switched | trunk | none | - | - | - | - | 2 | - | + +#### Port-Channel Interfaces Device Configuration + +```eos +! +interface Port-Channel1 + description MLAG_PEER_s2-leaf1_Po1 + no shutdown + switchport + switchport mode trunk + switchport trunk group MLAG +! +interface Port-Channel2 + description SPINES_Po2 + no shutdown + switchport + switchport trunk allowed vlan none + switchport mode trunk + mlag 2 +``` + +### VLAN Interfaces + +#### VLAN Interfaces Summary + +| Interface | Description | VRF | MTU | Shutdown | +| --------- | ----------- | --- | ---- | -------- | +| Vlan4094 | MLAG_PEER | default | 9214 | False | + +##### IPv4 + +| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | VRRP | ACL In | ACL Out | +| --------- | --- | ---------- | ------------------ | ------------------------- | ---- | ------ | ------- | +| Vlan4094 | default | 10.2.253.5/31 | - | - | - | - | - | + +#### VLAN Interfaces Device Configuration + +```eos +! +interface Vlan4094 + description MLAG_PEER + no shutdown + mtu 9214 + no autostate + ip address 10.2.253.5/31 +``` + +## Routing + +### Service Routing Protocols Model + +Multi agent routing protocol model enabled + +```eos +! +service routing protocols model multi-agent +``` + +### IP Routing + +#### IP Routing Summary + +| VRF | Routing Enabled | +| --- | --------------- | +| default | False | +| MGMT | False | + +#### IP Routing Device Configuration + +```eos +no ip routing vrf MGMT +``` + +### IPv6 Routing + +#### IPv6 Routing Summary + +| VRF | Routing Enabled | +| --- | --------------- | +| default | False | +| MGMT | false | + +## Multicast + +### IP IGMP Snooping + +#### IP IGMP Snooping Summary + +| IGMP Snooping | Fast Leave | Interface Restart Query | Proxy | Restart Query Interval | Robustness Variable | +| ------------- | ---------- | ----------------------- | ----- | ---------------------- | ------------------- | +| Enabled | - | - | - | - | - | + +#### IP IGMP Snooping Device Configuration + +```eos +``` + +## VRF Instances + +### VRF Instances Summary + +| VRF Name | IP Routing | +| -------- | ---------- | +| MGMT | disabled | + +### VRF Instances Device Configuration + +```eos +! +vrf instance MGMT +``` diff --git a/sites/site_2/documentation/devices/s2-leaf3.md b/sites/site_2/documentation/devices/s2-leaf3.md new file mode 100644 index 000000000..a4cd512a3 --- /dev/null +++ b/sites/site_2/documentation/devices/s2-leaf3.md @@ -0,0 +1,331 @@ +# s2-leaf3 + +## Table of Contents + +- [Management](#management) + - [Management Interfaces](#management-interfaces) + - [Management API HTTP](#management-api-http) +- [MLAG](#mlag) + - [MLAG Summary](#mlag-summary) + - [MLAG Device Configuration](#mlag-device-configuration) +- [Spanning Tree](#spanning-tree) + - [Spanning Tree Summary](#spanning-tree-summary) + - [Spanning Tree Device Configuration](#spanning-tree-device-configuration) +- [Internal VLAN Allocation Policy](#internal-vlan-allocation-policy) + - [Internal VLAN Allocation Policy Summary](#internal-vlan-allocation-policy-summary) + - [Internal VLAN Allocation Policy Configuration](#internal-vlan-allocation-policy-configuration) +- [VLANs](#vlans) + - [VLANs Summary](#vlans-summary) + - [VLANs Device Configuration](#vlans-device-configuration) +- [Interfaces](#interfaces) + - [Ethernet Interfaces](#ethernet-interfaces) + - [Port-Channel Interfaces](#port-channel-interfaces) + - [VLAN Interfaces](#vlan-interfaces) +- [Routing](#routing) + - [Service Routing Protocols Model](#service-routing-protocols-model) + - [IP Routing](#ip-routing) + - [IPv6 Routing](#ipv6-routing) +- [Multicast](#multicast) + - [IP IGMP Snooping](#ip-igmp-snooping) +- [VRF Instances](#vrf-instances) + - [VRF Instances Summary](#vrf-instances-summary) + - [VRF Instances Device Configuration](#vrf-instances-device-configuration) + +## Management + +### Management Interfaces + +#### Management Interfaces Summary + +##### IPv4 + +| Management Interface | description | Type | VRF | IP Address | Gateway | +| -------------------- | ----------- | ---- | --- | ---------- | ------- | +| Management0 | oob_management | oob | MGMT | 192.168.0.24/24 | - | + +##### IPv6 + +| Management Interface | description | Type | VRF | IPv6 Address | IPv6 Gateway | +| -------------------- | ----------- | ---- | --- | ------------ | ------------ | +| Management0 | oob_management | oob | MGMT | - | - | + +#### Management Interfaces Device Configuration + +```eos +! +interface Management0 + description oob_management + no shutdown + vrf MGMT + ip address 192.168.0.24/24 +``` + +### Management API HTTP + +#### Management API HTTP Summary + +| HTTP | HTTPS | Default Services | +| ---- | ----- | ---------------- | +| False | True | - | + +#### Management API VRF Access + +| VRF Name | IPv4 ACL | IPv6 ACL | +| -------- | -------- | -------- | +| MGMT | - | - | + +#### Management API HTTP Configuration + +```eos +! +management api http-commands + protocol https + no shutdown + ! + vrf MGMT + no shutdown +``` + +## MLAG + +### MLAG Summary + +| Domain-id | Local-interface | Peer-address | Peer-link | +| --------- | --------------- | ------------ | --------- | +| RACK2 | Vlan4094 | 10.2.253.9 | Port-Channel1 | + +Dual primary detection is disabled. + +### MLAG Device Configuration + +```eos +! +mlag configuration + domain-id RACK2 + local-interface Vlan4094 + peer-address 10.2.253.9 + peer-link Port-Channel1 + reload-delay mlag 300 + reload-delay non-mlag 330 +``` + +## Spanning Tree + +### Spanning Tree Summary + +STP mode: **mstp** + +#### MSTP Instance and Priority + +| Instance(s) | Priority | +| -------- | -------- | +| 0 | 16384 | + +#### Global Spanning-Tree Settings + +- Spanning Tree disabled for VLANs: **4094** + +### Spanning Tree Device Configuration + +```eos +! +spanning-tree mode mstp +no spanning-tree vlan-id 4094 +spanning-tree mst 0 priority 16384 +``` + +## Internal VLAN Allocation Policy + +### Internal VLAN Allocation Policy Summary + +| Policy Allocation | Range Beginning | Range Ending | +| ------------------| --------------- | ------------ | +| ascending | 1006 | 1199 | + +### Internal VLAN Allocation Policy Configuration + +```eos +! +vlan internal order ascending range 1006 1199 +``` + +## VLANs + +### VLANs Summary + +| VLAN ID | Name | Trunk Groups | +| ------- | ---- | ------------ | +| 4094 | MLAG_PEER | MLAG | + +### VLANs Device Configuration + +```eos +! +vlan 4094 + name MLAG_PEER + trunk group MLAG +``` + +## Interfaces + +### Ethernet Interfaces + +#### Ethernet Interfaces Summary + +##### L2 + +| Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | Channel-Group | +| --------- | ----------- | ---- | ----- | ----------- | ----------- | ------------- | +| Ethernet1 | MLAG_PEER_s2-leaf4_Ethernet1 | *trunk | *- | *- | *['MLAG'] | 1 | +| Ethernet2 | S2-SPINE1_Ethernet4 | *trunk | *none | *- | *- | 2 | +| Ethernet3 | S2-SPINE2_Ethernet4 | *trunk | *none | *- | *- | 2 | +| Ethernet6 | MLAG_PEER_s2-leaf4_Ethernet6 | *trunk | *- | *- | *['MLAG'] | 1 | + +*Inherited from Port-Channel Interface + +#### Ethernet Interfaces Device Configuration + +```eos +! +interface Ethernet1 + description MLAG_PEER_s2-leaf4_Ethernet1 + no shutdown + channel-group 1 mode active +! +interface Ethernet2 + description S2-SPINE1_Ethernet4 + no shutdown + channel-group 2 mode active +! +interface Ethernet3 + description S2-SPINE2_Ethernet4 + no shutdown + channel-group 2 mode active +! +interface Ethernet6 + description MLAG_PEER_s2-leaf4_Ethernet6 + no shutdown + channel-group 1 mode active +``` + +### Port-Channel Interfaces + +#### Port-Channel Interfaces Summary + +##### L2 + +| Interface | Description | Type | Mode | VLANs | Native VLAN | Trunk Group | LACP Fallback Timeout | LACP Fallback Mode | MLAG ID | EVPN ESI | +| --------- | ----------- | ---- | ---- | ----- | ----------- | ------------| --------------------- | ------------------ | ------- | -------- | +| Port-Channel1 | MLAG_PEER_s2-leaf4_Po1 | switched | trunk | - | - | ['MLAG'] | - | - | - | - | +| Port-Channel2 | SPINES_Po4 | switched | trunk | none | - | - | - | - | 2 | - | + +#### Port-Channel Interfaces Device Configuration + +```eos +! +interface Port-Channel1 + description MLAG_PEER_s2-leaf4_Po1 + no shutdown + switchport + switchport mode trunk + switchport trunk group MLAG +! +interface Port-Channel2 + description SPINES_Po4 + no shutdown + switchport + switchport trunk allowed vlan none + switchport mode trunk + mlag 2 +``` + +### VLAN Interfaces + +#### VLAN Interfaces Summary + +| Interface | Description | VRF | MTU | Shutdown | +| --------- | ----------- | --- | ---- | -------- | +| Vlan4094 | MLAG_PEER | default | 9214 | False | + +##### IPv4 + +| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | VRRP | ACL In | ACL Out | +| --------- | --- | ---------- | ------------------ | ------------------------- | ---- | ------ | ------- | +| Vlan4094 | default | 10.2.253.8/31 | - | - | - | - | - | + +#### VLAN Interfaces Device Configuration + +```eos +! +interface Vlan4094 + description MLAG_PEER + no shutdown + mtu 9214 + no autostate + ip address 10.2.253.8/31 +``` + +## Routing + +### Service Routing Protocols Model + +Multi agent routing protocol model enabled + +```eos +! +service routing protocols model multi-agent +``` + +### IP Routing + +#### IP Routing Summary + +| VRF | Routing Enabled | +| --- | --------------- | +| default | False | +| MGMT | False | + +#### IP Routing Device Configuration + +```eos +no ip routing vrf MGMT +``` + +### IPv6 Routing + +#### IPv6 Routing Summary + +| VRF | Routing Enabled | +| --- | --------------- | +| default | False | +| MGMT | false | + +## Multicast + +### IP IGMP Snooping + +#### IP IGMP Snooping Summary + +| IGMP Snooping | Fast Leave | Interface Restart Query | Proxy | Restart Query Interval | Robustness Variable | +| ------------- | ---------- | ----------------------- | ----- | ---------------------- | ------------------- | +| Enabled | - | - | - | - | - | + +#### IP IGMP Snooping Device Configuration + +```eos +``` + +## VRF Instances + +### VRF Instances Summary + +| VRF Name | IP Routing | +| -------- | ---------- | +| MGMT | disabled | + +### VRF Instances Device Configuration + +```eos +! +vrf instance MGMT +``` diff --git a/sites/site_2/documentation/devices/s2-leaf4.md b/sites/site_2/documentation/devices/s2-leaf4.md new file mode 100644 index 000000000..06c4ce52e --- /dev/null +++ b/sites/site_2/documentation/devices/s2-leaf4.md @@ -0,0 +1,331 @@ +# s2-leaf4 + +## Table of Contents + +- [Management](#management) + - [Management Interfaces](#management-interfaces) + - [Management API HTTP](#management-api-http) +- [MLAG](#mlag) + - [MLAG Summary](#mlag-summary) + - [MLAG Device Configuration](#mlag-device-configuration) +- [Spanning Tree](#spanning-tree) + - [Spanning Tree Summary](#spanning-tree-summary) + - [Spanning Tree Device Configuration](#spanning-tree-device-configuration) +- [Internal VLAN Allocation Policy](#internal-vlan-allocation-policy) + - [Internal VLAN Allocation Policy Summary](#internal-vlan-allocation-policy-summary) + - [Internal VLAN Allocation Policy Configuration](#internal-vlan-allocation-policy-configuration) +- [VLANs](#vlans) + - [VLANs Summary](#vlans-summary) + - [VLANs Device Configuration](#vlans-device-configuration) +- [Interfaces](#interfaces) + - [Ethernet Interfaces](#ethernet-interfaces) + - [Port-Channel Interfaces](#port-channel-interfaces) + - [VLAN Interfaces](#vlan-interfaces) +- [Routing](#routing) + - [Service Routing Protocols Model](#service-routing-protocols-model) + - [IP Routing](#ip-routing) + - [IPv6 Routing](#ipv6-routing) +- [Multicast](#multicast) + - [IP IGMP Snooping](#ip-igmp-snooping) +- [VRF Instances](#vrf-instances) + - [VRF Instances Summary](#vrf-instances-summary) + - [VRF Instances Device Configuration](#vrf-instances-device-configuration) + +## Management + +### Management Interfaces + +#### Management Interfaces Summary + +##### IPv4 + +| Management Interface | description | Type | VRF | IP Address | Gateway | +| -------------------- | ----------- | ---- | --- | ---------- | ------- | +| Management0 | oob_management | oob | MGMT | 192.168.0.25/24 | - | + +##### IPv6 + +| Management Interface | description | Type | VRF | IPv6 Address | IPv6 Gateway | +| -------------------- | ----------- | ---- | --- | ------------ | ------------ | +| Management0 | oob_management | oob | MGMT | - | - | + +#### Management Interfaces Device Configuration + +```eos +! +interface Management0 + description oob_management + no shutdown + vrf MGMT + ip address 192.168.0.25/24 +``` + +### Management API HTTP + +#### Management API HTTP Summary + +| HTTP | HTTPS | Default Services | +| ---- | ----- | ---------------- | +| False | True | - | + +#### Management API VRF Access + +| VRF Name | IPv4 ACL | IPv6 ACL | +| -------- | -------- | -------- | +| MGMT | - | - | + +#### Management API HTTP Configuration + +```eos +! +management api http-commands + protocol https + no shutdown + ! + vrf MGMT + no shutdown +``` + +## MLAG + +### MLAG Summary + +| Domain-id | Local-interface | Peer-address | Peer-link | +| --------- | --------------- | ------------ | --------- | +| RACK2 | Vlan4094 | 10.2.253.8 | Port-Channel1 | + +Dual primary detection is disabled. + +### MLAG Device Configuration + +```eos +! +mlag configuration + domain-id RACK2 + local-interface Vlan4094 + peer-address 10.2.253.8 + peer-link Port-Channel1 + reload-delay mlag 300 + reload-delay non-mlag 330 +``` + +## Spanning Tree + +### Spanning Tree Summary + +STP mode: **mstp** + +#### MSTP Instance and Priority + +| Instance(s) | Priority | +| -------- | -------- | +| 0 | 16384 | + +#### Global Spanning-Tree Settings + +- Spanning Tree disabled for VLANs: **4094** + +### Spanning Tree Device Configuration + +```eos +! +spanning-tree mode mstp +no spanning-tree vlan-id 4094 +spanning-tree mst 0 priority 16384 +``` + +## Internal VLAN Allocation Policy + +### Internal VLAN Allocation Policy Summary + +| Policy Allocation | Range Beginning | Range Ending | +| ------------------| --------------- | ------------ | +| ascending | 1006 | 1199 | + +### Internal VLAN Allocation Policy Configuration + +```eos +! +vlan internal order ascending range 1006 1199 +``` + +## VLANs + +### VLANs Summary + +| VLAN ID | Name | Trunk Groups | +| ------- | ---- | ------------ | +| 4094 | MLAG_PEER | MLAG | + +### VLANs Device Configuration + +```eos +! +vlan 4094 + name MLAG_PEER + trunk group MLAG +``` + +## Interfaces + +### Ethernet Interfaces + +#### Ethernet Interfaces Summary + +##### L2 + +| Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | Channel-Group | +| --------- | ----------- | ---- | ----- | ----------- | ----------- | ------------- | +| Ethernet1 | MLAG_PEER_s2-leaf3_Ethernet1 | *trunk | *- | *- | *['MLAG'] | 1 | +| Ethernet2 | S2-SPINE1_Ethernet5 | *trunk | *none | *- | *- | 2 | +| Ethernet3 | S2-SPINE2_Ethernet5 | *trunk | *none | *- | *- | 2 | +| Ethernet6 | MLAG_PEER_s2-leaf3_Ethernet6 | *trunk | *- | *- | *['MLAG'] | 1 | + +*Inherited from Port-Channel Interface + +#### Ethernet Interfaces Device Configuration + +```eos +! +interface Ethernet1 + description MLAG_PEER_s2-leaf3_Ethernet1 + no shutdown + channel-group 1 mode active +! +interface Ethernet2 + description S2-SPINE1_Ethernet5 + no shutdown + channel-group 2 mode active +! +interface Ethernet3 + description S2-SPINE2_Ethernet5 + no shutdown + channel-group 2 mode active +! +interface Ethernet6 + description MLAG_PEER_s2-leaf3_Ethernet6 + no shutdown + channel-group 1 mode active +``` + +### Port-Channel Interfaces + +#### Port-Channel Interfaces Summary + +##### L2 + +| Interface | Description | Type | Mode | VLANs | Native VLAN | Trunk Group | LACP Fallback Timeout | LACP Fallback Mode | MLAG ID | EVPN ESI | +| --------- | ----------- | ---- | ---- | ----- | ----------- | ------------| --------------------- | ------------------ | ------- | -------- | +| Port-Channel1 | MLAG_PEER_s2-leaf3_Po1 | switched | trunk | - | - | ['MLAG'] | - | - | - | - | +| Port-Channel2 | SPINES_Po4 | switched | trunk | none | - | - | - | - | 2 | - | + +#### Port-Channel Interfaces Device Configuration + +```eos +! +interface Port-Channel1 + description MLAG_PEER_s2-leaf3_Po1 + no shutdown + switchport + switchport mode trunk + switchport trunk group MLAG +! +interface Port-Channel2 + description SPINES_Po4 + no shutdown + switchport + switchport trunk allowed vlan none + switchport mode trunk + mlag 2 +``` + +### VLAN Interfaces + +#### VLAN Interfaces Summary + +| Interface | Description | VRF | MTU | Shutdown | +| --------- | ----------- | --- | ---- | -------- | +| Vlan4094 | MLAG_PEER | default | 9214 | False | + +##### IPv4 + +| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | VRRP | ACL In | ACL Out | +| --------- | --- | ---------- | ------------------ | ------------------------- | ---- | ------ | ------- | +| Vlan4094 | default | 10.2.253.9/31 | - | - | - | - | - | + +#### VLAN Interfaces Device Configuration + +```eos +! +interface Vlan4094 + description MLAG_PEER + no shutdown + mtu 9214 + no autostate + ip address 10.2.253.9/31 +``` + +## Routing + +### Service Routing Protocols Model + +Multi agent routing protocol model enabled + +```eos +! +service routing protocols model multi-agent +``` + +### IP Routing + +#### IP Routing Summary + +| VRF | Routing Enabled | +| --- | --------------- | +| default | False | +| MGMT | False | + +#### IP Routing Device Configuration + +```eos +no ip routing vrf MGMT +``` + +### IPv6 Routing + +#### IPv6 Routing Summary + +| VRF | Routing Enabled | +| --- | --------------- | +| default | False | +| MGMT | false | + +## Multicast + +### IP IGMP Snooping + +#### IP IGMP Snooping Summary + +| IGMP Snooping | Fast Leave | Interface Restart Query | Proxy | Restart Query Interval | Robustness Variable | +| ------------- | ---------- | ----------------------- | ----- | ---------------------- | ------------------- | +| Enabled | - | - | - | - | - | + +#### IP IGMP Snooping Device Configuration + +```eos +``` + +## VRF Instances + +### VRF Instances Summary + +| VRF Name | IP Routing | +| -------- | ---------- | +| MGMT | disabled | + +### VRF Instances Device Configuration + +```eos +! +vrf instance MGMT +``` diff --git a/sites/site_2/documentation/devices/s2-spine1.md b/sites/site_2/documentation/devices/s2-spine1.md new file mode 100644 index 000000000..17cca2ac1 --- /dev/null +++ b/sites/site_2/documentation/devices/s2-spine1.md @@ -0,0 +1,447 @@ +# s2-spine1 + +## Table of Contents + +- [Management](#management) + - [Management Interfaces](#management-interfaces) + - [Management API HTTP](#management-api-http) +- [MLAG](#mlag) + - [MLAG Summary](#mlag-summary) + - [MLAG Device Configuration](#mlag-device-configuration) +- [Spanning Tree](#spanning-tree) + - [Spanning Tree Summary](#spanning-tree-summary) + - [Spanning Tree Device Configuration](#spanning-tree-device-configuration) +- [Internal VLAN Allocation Policy](#internal-vlan-allocation-policy) + - [Internal VLAN Allocation Policy Summary](#internal-vlan-allocation-policy-summary) + - [Internal VLAN Allocation Policy Configuration](#internal-vlan-allocation-policy-configuration) +- [VLANs](#vlans) + - [VLANs Summary](#vlans-summary) + - [VLANs Device Configuration](#vlans-device-configuration) +- [Interfaces](#interfaces) + - [Ethernet Interfaces](#ethernet-interfaces) + - [Port-Channel Interfaces](#port-channel-interfaces) + - [Loopback Interfaces](#loopback-interfaces) + - [VLAN Interfaces](#vlan-interfaces) +- [Routing](#routing) + - [Service Routing Protocols Model](#service-routing-protocols-model) + - [Virtual Router MAC Address](#virtual-router-mac-address) + - [IP Routing](#ip-routing) + - [IPv6 Routing](#ipv6-routing) + - [Router OSPF](#router-ospf) +- [Multicast](#multicast) + - [IP IGMP Snooping](#ip-igmp-snooping) +- [VRF Instances](#vrf-instances) + - [VRF Instances Summary](#vrf-instances-summary) + - [VRF Instances Device Configuration](#vrf-instances-device-configuration) + +## Management + +### Management Interfaces + +#### Management Interfaces Summary + +##### IPv4 + +| Management Interface | description | Type | VRF | IP Address | Gateway | +| -------------------- | ----------- | ---- | --- | ---------- | ------- | +| Management0 | oob_management | oob | MGMT | 192.168.0.20/24 | - | + +##### IPv6 + +| Management Interface | description | Type | VRF | IPv6 Address | IPv6 Gateway | +| -------------------- | ----------- | ---- | --- | ------------ | ------------ | +| Management0 | oob_management | oob | MGMT | - | - | + +#### Management Interfaces Device Configuration + +```eos +! +interface Management0 + description oob_management + no shutdown + vrf MGMT + ip address 192.168.0.20/24 +``` + +### Management API HTTP + +#### Management API HTTP Summary + +| HTTP | HTTPS | Default Services | +| ---- | ----- | ---------------- | +| False | True | - | + +#### Management API VRF Access + +| VRF Name | IPv4 ACL | IPv6 ACL | +| -------- | -------- | -------- | +| MGMT | - | - | + +#### Management API HTTP Configuration + +```eos +! +management api http-commands + protocol https + no shutdown + ! + vrf MGMT + no shutdown +``` + +## MLAG + +### MLAG Summary + +| Domain-id | Local-interface | Peer-address | Peer-link | +| --------- | --------------- | ------------ | --------- | +| SPINES | Vlan4094 | 10.2.253.1 | Port-Channel1 | + +Dual primary detection is disabled. + +### MLAG Device Configuration + +```eos +! +mlag configuration + domain-id SPINES + local-interface Vlan4094 + peer-address 10.2.253.1 + peer-link Port-Channel1 + reload-delay mlag 300 + reload-delay non-mlag 330 +``` + +## Spanning Tree + +### Spanning Tree Summary + +STP mode: **mstp** + +#### MSTP Instance and Priority + +| Instance(s) | Priority | +| -------- | -------- | +| 0 | 4096 | + +#### Global Spanning-Tree Settings + +- Spanning Tree disabled for VLANs: **4093-4094** + +### Spanning Tree Device Configuration + +```eos +! +spanning-tree mode mstp +no spanning-tree vlan-id 4093-4094 +spanning-tree mst 0 priority 4096 +``` + +## Internal VLAN Allocation Policy + +### Internal VLAN Allocation Policy Summary + +| Policy Allocation | Range Beginning | Range Ending | +| ------------------| --------------- | ------------ | +| ascending | 1006 | 1199 | + +### Internal VLAN Allocation Policy Configuration + +```eos +! +vlan internal order ascending range 1006 1199 +``` + +## VLANs + +### VLANs Summary + +| VLAN ID | Name | Trunk Groups | +| ------- | ---- | ------------ | +| 4093 | LEAF_PEER_L3 | LEAF_PEER_L3 | +| 4094 | MLAG_PEER | MLAG | + +### VLANs Device Configuration + +```eos +! +vlan 4093 + name LEAF_PEER_L3 + trunk group LEAF_PEER_L3 +! +vlan 4094 + name MLAG_PEER + trunk group MLAG +``` + +## Interfaces + +### Ethernet Interfaces + +#### Ethernet Interfaces Summary + +##### L2 + +| Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | Channel-Group | +| --------- | ----------- | ---- | ----- | ----------- | ----------- | ------------- | +| Ethernet1 | MLAG_PEER_s2-spine2_Ethernet1 | *trunk | *- | *- | *['LEAF_PEER_L3', 'MLAG'] | 1 | +| Ethernet2 | S2-LEAF1_Ethernet2 | *trunk | *none | *- | *- | 2 | +| Ethernet3 | S2-LEAF2_Ethernet2 | *trunk | *none | *- | *- | 2 | +| Ethernet4 | S2-LEAF3_Ethernet2 | *trunk | *none | *- | *- | 4 | +| Ethernet5 | S2-LEAF4_Ethernet2 | *trunk | *none | *- | *- | 4 | +| Ethernet6 | MLAG_PEER_s2-spine2_Ethernet6 | *trunk | *- | *- | *['LEAF_PEER_L3', 'MLAG'] | 1 | + +*Inherited from Port-Channel Interface + +#### Ethernet Interfaces Device Configuration + +```eos +! +interface Ethernet1 + description MLAG_PEER_s2-spine2_Ethernet1 + no shutdown + channel-group 1 mode active +! +interface Ethernet2 + description S2-LEAF1_Ethernet2 + no shutdown + channel-group 2 mode active +! +interface Ethernet3 + description S2-LEAF2_Ethernet2 + no shutdown + channel-group 2 mode active +! +interface Ethernet4 + description S2-LEAF3_Ethernet2 + no shutdown + channel-group 4 mode active +! +interface Ethernet5 + description S2-LEAF4_Ethernet2 + no shutdown + channel-group 4 mode active +! +interface Ethernet6 + description MLAG_PEER_s2-spine2_Ethernet6 + no shutdown + channel-group 1 mode active +``` + +### Port-Channel Interfaces + +#### Port-Channel Interfaces Summary + +##### L2 + +| Interface | Description | Type | Mode | VLANs | Native VLAN | Trunk Group | LACP Fallback Timeout | LACP Fallback Mode | MLAG ID | EVPN ESI | +| --------- | ----------- | ---- | ---- | ----- | ----------- | ------------| --------------------- | ------------------ | ------- | -------- | +| Port-Channel1 | MLAG_PEER_s2-spine2_Po1 | switched | trunk | - | - | ['LEAF_PEER_L3', 'MLAG'] | - | - | - | - | +| Port-Channel2 | RACK1_Po2 | switched | trunk | none | - | - | - | - | 2 | - | +| Port-Channel4 | RACK2_Po2 | switched | trunk | none | - | - | - | - | 4 | - | + +#### Port-Channel Interfaces Device Configuration + +```eos +! +interface Port-Channel1 + description MLAG_PEER_s2-spine2_Po1 + no shutdown + switchport + switchport mode trunk + switchport trunk group LEAF_PEER_L3 + switchport trunk group MLAG +! +interface Port-Channel2 + description RACK1_Po2 + no shutdown + switchport + switchport trunk allowed vlan none + switchport mode trunk + mlag 2 +! +interface Port-Channel4 + description RACK2_Po2 + no shutdown + switchport + switchport trunk allowed vlan none + switchport mode trunk + mlag 4 +``` + +### Loopback Interfaces + +#### Loopback Interfaces Summary + +##### IPv4 + +| Interface | Description | VRF | IP Address | +| --------- | ----------- | --- | ---------- | +| Loopback0 | Router_ID | default | 10.2.252.1/32 | + +##### IPv6 + +| Interface | Description | VRF | IPv6 Address | +| --------- | ----------- | --- | ------------ | +| Loopback0 | Router_ID | default | - | + + +#### Loopback Interfaces Device Configuration + +```eos +! +interface Loopback0 + description Router_ID + no shutdown + ip address 10.2.252.1/32 + ip ospf area 0.0.0.0 +``` + +### VLAN Interfaces + +#### VLAN Interfaces Summary + +| Interface | Description | VRF | MTU | Shutdown | +| --------- | ----------- | --- | ---- | -------- | +| Vlan4093 | MLAG_PEER_L3_PEERING | default | 9214 | False | +| Vlan4094 | MLAG_PEER | default | 9214 | False | + +##### IPv4 + +| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | VRRP | ACL In | ACL Out | +| --------- | --- | ---------- | ------------------ | ------------------------- | ---- | ------ | ------- | +| Vlan4093 | default | 10.2.254.0/31 | - | - | - | - | - | +| Vlan4094 | default | 10.2.253.0/31 | - | - | - | - | - | + +#### VLAN Interfaces Device Configuration + +```eos +! +interface Vlan4093 + description MLAG_PEER_L3_PEERING + no shutdown + mtu 9214 + ip address 10.2.254.0/31 + ip ospf network point-to-point + ip ospf area 0.0.0.0 +! +interface Vlan4094 + description MLAG_PEER + no shutdown + mtu 9214 + no autostate + ip address 10.2.253.0/31 +``` + +## Routing + +### Service Routing Protocols Model + +Multi agent routing protocol model enabled + +```eos +! +service routing protocols model multi-agent +``` + +### Virtual Router MAC Address + +#### Virtual Router MAC Address Summary + +##### Virtual Router MAC Address: 00:1c:73:00:dc:01 + +#### Virtual Router MAC Address Configuration + +```eos +! +ip virtual-router mac-address 00:1c:73:00:dc:01 +``` + +### IP Routing + +#### IP Routing Summary + +| VRF | Routing Enabled | +| --- | --------------- | +| default | True | +| MGMT | False | + +#### IP Routing Device Configuration + +```eos +! +ip routing +no ip routing vrf MGMT +``` + +### IPv6 Routing + +#### IPv6 Routing Summary + +| VRF | Routing Enabled | +| --- | --------------- | +| default | False | +| MGMT | false | + +### Router OSPF + +#### Router OSPF Summary + +| Process ID | Router ID | Default Passive Interface | No Passive Interface | BFD | Max LSA | Default Information Originate | Log Adjacency Changes Detail | Auto Cost Reference Bandwidth | Maximum Paths | MPLS LDP Sync Default | Distribute List In | +| ---------- | --------- | ------------------------- | -------------------- | --- | ------- | ----------------------------- | ---------------------------- | ----------------------------- | ------------- | --------------------- | ------------------ | +| 100 | 10.2.252.1 | enabled | Vlan4093
| disabled | 12000 | disabled | disabled | - | - | - | - | + +#### Router OSPF Router Redistribution + +| Process ID | Source Protocol | Include Leaked | Route Map | +| ---------- | --------------- | -------------- | --------- | +| 100 | connected | disabled | - | + +#### OSPF Interfaces + +| Interface | Area | Cost | Point To Point | +| -------- | -------- | -------- | -------- | +| Vlan4093 | 0.0.0.0 | - | True | +| Loopback0 | 0.0.0.0 | - | - | + +#### Router OSPF Device Configuration + +```eos +! +router ospf 100 + router-id 10.2.252.1 + passive-interface default + no passive-interface Vlan4093 + max-lsa 12000 + redistribute connected +``` + +## Multicast + +### IP IGMP Snooping + +#### IP IGMP Snooping Summary + +| IGMP Snooping | Fast Leave | Interface Restart Query | Proxy | Restart Query Interval | Robustness Variable | +| ------------- | ---------- | ----------------------- | ----- | ---------------------- | ------------------- | +| Enabled | - | - | - | - | - | + +#### IP IGMP Snooping Device Configuration + +```eos +``` + +## VRF Instances + +### VRF Instances Summary + +| VRF Name | IP Routing | +| -------- | ---------- | +| MGMT | disabled | + +### VRF Instances Device Configuration + +```eos +! +vrf instance MGMT +``` diff --git a/sites/site_2/documentation/devices/s2-spine2.md b/sites/site_2/documentation/devices/s2-spine2.md new file mode 100644 index 000000000..5f7af81f7 --- /dev/null +++ b/sites/site_2/documentation/devices/s2-spine2.md @@ -0,0 +1,447 @@ +# s2-spine2 + +## Table of Contents + +- [Management](#management) + - [Management Interfaces](#management-interfaces) + - [Management API HTTP](#management-api-http) +- [MLAG](#mlag) + - [MLAG Summary](#mlag-summary) + - [MLAG Device Configuration](#mlag-device-configuration) +- [Spanning Tree](#spanning-tree) + - [Spanning Tree Summary](#spanning-tree-summary) + - [Spanning Tree Device Configuration](#spanning-tree-device-configuration) +- [Internal VLAN Allocation Policy](#internal-vlan-allocation-policy) + - [Internal VLAN Allocation Policy Summary](#internal-vlan-allocation-policy-summary) + - [Internal VLAN Allocation Policy Configuration](#internal-vlan-allocation-policy-configuration) +- [VLANs](#vlans) + - [VLANs Summary](#vlans-summary) + - [VLANs Device Configuration](#vlans-device-configuration) +- [Interfaces](#interfaces) + - [Ethernet Interfaces](#ethernet-interfaces) + - [Port-Channel Interfaces](#port-channel-interfaces) + - [Loopback Interfaces](#loopback-interfaces) + - [VLAN Interfaces](#vlan-interfaces) +- [Routing](#routing) + - [Service Routing Protocols Model](#service-routing-protocols-model) + - [Virtual Router MAC Address](#virtual-router-mac-address) + - [IP Routing](#ip-routing) + - [IPv6 Routing](#ipv6-routing) + - [Router OSPF](#router-ospf) +- [Multicast](#multicast) + - [IP IGMP Snooping](#ip-igmp-snooping) +- [VRF Instances](#vrf-instances) + - [VRF Instances Summary](#vrf-instances-summary) + - [VRF Instances Device Configuration](#vrf-instances-device-configuration) + +## Management + +### Management Interfaces + +#### Management Interfaces Summary + +##### IPv4 + +| Management Interface | description | Type | VRF | IP Address | Gateway | +| -------------------- | ----------- | ---- | --- | ---------- | ------- | +| Management0 | oob_management | oob | MGMT | 192.168.0.21/24 | - | + +##### IPv6 + +| Management Interface | description | Type | VRF | IPv6 Address | IPv6 Gateway | +| -------------------- | ----------- | ---- | --- | ------------ | ------------ | +| Management0 | oob_management | oob | MGMT | - | - | + +#### Management Interfaces Device Configuration + +```eos +! +interface Management0 + description oob_management + no shutdown + vrf MGMT + ip address 192.168.0.21/24 +``` + +### Management API HTTP + +#### Management API HTTP Summary + +| HTTP | HTTPS | Default Services | +| ---- | ----- | ---------------- | +| False | True | - | + +#### Management API VRF Access + +| VRF Name | IPv4 ACL | IPv6 ACL | +| -------- | -------- | -------- | +| MGMT | - | - | + +#### Management API HTTP Configuration + +```eos +! +management api http-commands + protocol https + no shutdown + ! + vrf MGMT + no shutdown +``` + +## MLAG + +### MLAG Summary + +| Domain-id | Local-interface | Peer-address | Peer-link | +| --------- | --------------- | ------------ | --------- | +| SPINES | Vlan4094 | 10.2.253.0 | Port-Channel1 | + +Dual primary detection is disabled. + +### MLAG Device Configuration + +```eos +! +mlag configuration + domain-id SPINES + local-interface Vlan4094 + peer-address 10.2.253.0 + peer-link Port-Channel1 + reload-delay mlag 300 + reload-delay non-mlag 330 +``` + +## Spanning Tree + +### Spanning Tree Summary + +STP mode: **mstp** + +#### MSTP Instance and Priority + +| Instance(s) | Priority | +| -------- | -------- | +| 0 | 4096 | + +#### Global Spanning-Tree Settings + +- Spanning Tree disabled for VLANs: **4093-4094** + +### Spanning Tree Device Configuration + +```eos +! +spanning-tree mode mstp +no spanning-tree vlan-id 4093-4094 +spanning-tree mst 0 priority 4096 +``` + +## Internal VLAN Allocation Policy + +### Internal VLAN Allocation Policy Summary + +| Policy Allocation | Range Beginning | Range Ending | +| ------------------| --------------- | ------------ | +| ascending | 1006 | 1199 | + +### Internal VLAN Allocation Policy Configuration + +```eos +! +vlan internal order ascending range 1006 1199 +``` + +## VLANs + +### VLANs Summary + +| VLAN ID | Name | Trunk Groups | +| ------- | ---- | ------------ | +| 4093 | LEAF_PEER_L3 | LEAF_PEER_L3 | +| 4094 | MLAG_PEER | MLAG | + +### VLANs Device Configuration + +```eos +! +vlan 4093 + name LEAF_PEER_L3 + trunk group LEAF_PEER_L3 +! +vlan 4094 + name MLAG_PEER + trunk group MLAG +``` + +## Interfaces + +### Ethernet Interfaces + +#### Ethernet Interfaces Summary + +##### L2 + +| Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | Channel-Group | +| --------- | ----------- | ---- | ----- | ----------- | ----------- | ------------- | +| Ethernet1 | MLAG_PEER_s2-spine1_Ethernet1 | *trunk | *- | *- | *['LEAF_PEER_L3', 'MLAG'] | 1 | +| Ethernet2 | S2-LEAF1_Ethernet3 | *trunk | *none | *- | *- | 2 | +| Ethernet3 | S2-LEAF2_Ethernet3 | *trunk | *none | *- | *- | 2 | +| Ethernet4 | S2-LEAF3_Ethernet3 | *trunk | *none | *- | *- | 4 | +| Ethernet5 | S2-LEAF4_Ethernet3 | *trunk | *none | *- | *- | 4 | +| Ethernet6 | MLAG_PEER_s2-spine1_Ethernet6 | *trunk | *- | *- | *['LEAF_PEER_L3', 'MLAG'] | 1 | + +*Inherited from Port-Channel Interface + +#### Ethernet Interfaces Device Configuration + +```eos +! +interface Ethernet1 + description MLAG_PEER_s2-spine1_Ethernet1 + no shutdown + channel-group 1 mode active +! +interface Ethernet2 + description S2-LEAF1_Ethernet3 + no shutdown + channel-group 2 mode active +! +interface Ethernet3 + description S2-LEAF2_Ethernet3 + no shutdown + channel-group 2 mode active +! +interface Ethernet4 + description S2-LEAF3_Ethernet3 + no shutdown + channel-group 4 mode active +! +interface Ethernet5 + description S2-LEAF4_Ethernet3 + no shutdown + channel-group 4 mode active +! +interface Ethernet6 + description MLAG_PEER_s2-spine1_Ethernet6 + no shutdown + channel-group 1 mode active +``` + +### Port-Channel Interfaces + +#### Port-Channel Interfaces Summary + +##### L2 + +| Interface | Description | Type | Mode | VLANs | Native VLAN | Trunk Group | LACP Fallback Timeout | LACP Fallback Mode | MLAG ID | EVPN ESI | +| --------- | ----------- | ---- | ---- | ----- | ----------- | ------------| --------------------- | ------------------ | ------- | -------- | +| Port-Channel1 | MLAG_PEER_s2-spine1_Po1 | switched | trunk | - | - | ['LEAF_PEER_L3', 'MLAG'] | - | - | - | - | +| Port-Channel2 | RACK1_Po2 | switched | trunk | none | - | - | - | - | 2 | - | +| Port-Channel4 | RACK2_Po2 | switched | trunk | none | - | - | - | - | 4 | - | + +#### Port-Channel Interfaces Device Configuration + +```eos +! +interface Port-Channel1 + description MLAG_PEER_s2-spine1_Po1 + no shutdown + switchport + switchport mode trunk + switchport trunk group LEAF_PEER_L3 + switchport trunk group MLAG +! +interface Port-Channel2 + description RACK1_Po2 + no shutdown + switchport + switchport trunk allowed vlan none + switchport mode trunk + mlag 2 +! +interface Port-Channel4 + description RACK2_Po2 + no shutdown + switchport + switchport trunk allowed vlan none + switchport mode trunk + mlag 4 +``` + +### Loopback Interfaces + +#### Loopback Interfaces Summary + +##### IPv4 + +| Interface | Description | VRF | IP Address | +| --------- | ----------- | --- | ---------- | +| Loopback0 | Router_ID | default | 10.2.252.2/32 | + +##### IPv6 + +| Interface | Description | VRF | IPv6 Address | +| --------- | ----------- | --- | ------------ | +| Loopback0 | Router_ID | default | - | + + +#### Loopback Interfaces Device Configuration + +```eos +! +interface Loopback0 + description Router_ID + no shutdown + ip address 10.2.252.2/32 + ip ospf area 0.0.0.0 +``` + +### VLAN Interfaces + +#### VLAN Interfaces Summary + +| Interface | Description | VRF | MTU | Shutdown | +| --------- | ----------- | --- | ---- | -------- | +| Vlan4093 | MLAG_PEER_L3_PEERING | default | 9214 | False | +| Vlan4094 | MLAG_PEER | default | 9214 | False | + +##### IPv4 + +| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | VRRP | ACL In | ACL Out | +| --------- | --- | ---------- | ------------------ | ------------------------- | ---- | ------ | ------- | +| Vlan4093 | default | 10.2.254.1/31 | - | - | - | - | - | +| Vlan4094 | default | 10.2.253.1/31 | - | - | - | - | - | + +#### VLAN Interfaces Device Configuration + +```eos +! +interface Vlan4093 + description MLAG_PEER_L3_PEERING + no shutdown + mtu 9214 + ip address 10.2.254.1/31 + ip ospf network point-to-point + ip ospf area 0.0.0.0 +! +interface Vlan4094 + description MLAG_PEER + no shutdown + mtu 9214 + no autostate + ip address 10.2.253.1/31 +``` + +## Routing + +### Service Routing Protocols Model + +Multi agent routing protocol model enabled + +```eos +! +service routing protocols model multi-agent +``` + +### Virtual Router MAC Address + +#### Virtual Router MAC Address Summary + +##### Virtual Router MAC Address: 00:1c:73:00:dc:01 + +#### Virtual Router MAC Address Configuration + +```eos +! +ip virtual-router mac-address 00:1c:73:00:dc:01 +``` + +### IP Routing + +#### IP Routing Summary + +| VRF | Routing Enabled | +| --- | --------------- | +| default | True | +| MGMT | False | + +#### IP Routing Device Configuration + +```eos +! +ip routing +no ip routing vrf MGMT +``` + +### IPv6 Routing + +#### IPv6 Routing Summary + +| VRF | Routing Enabled | +| --- | --------------- | +| default | False | +| MGMT | false | + +### Router OSPF + +#### Router OSPF Summary + +| Process ID | Router ID | Default Passive Interface | No Passive Interface | BFD | Max LSA | Default Information Originate | Log Adjacency Changes Detail | Auto Cost Reference Bandwidth | Maximum Paths | MPLS LDP Sync Default | Distribute List In | +| ---------- | --------- | ------------------------- | -------------------- | --- | ------- | ----------------------------- | ---------------------------- | ----------------------------- | ------------- | --------------------- | ------------------ | +| 100 | 10.2.252.2 | enabled | Vlan4093
| disabled | 12000 | disabled | disabled | - | - | - | - | + +#### Router OSPF Router Redistribution + +| Process ID | Source Protocol | Include Leaked | Route Map | +| ---------- | --------------- | -------------- | --------- | +| 100 | connected | disabled | - | + +#### OSPF Interfaces + +| Interface | Area | Cost | Point To Point | +| -------- | -------- | -------- | -------- | +| Vlan4093 | 0.0.0.0 | - | True | +| Loopback0 | 0.0.0.0 | - | - | + +#### Router OSPF Device Configuration + +```eos +! +router ospf 100 + router-id 10.2.252.2 + passive-interface default + no passive-interface Vlan4093 + max-lsa 12000 + redistribute connected +``` + +## Multicast + +### IP IGMP Snooping + +#### IP IGMP Snooping Summary + +| IGMP Snooping | Fast Leave | Interface Restart Query | Proxy | Restart Query Interval | Robustness Variable | +| ------------- | ---------- | ----------------------- | ----- | ---------------------- | ------------------- | +| Enabled | - | - | - | - | - | + +#### IP IGMP Snooping Device Configuration + +```eos +``` + +## VRF Instances + +### VRF Instances Summary + +| VRF Name | IP Routing | +| -------- | ---------- | +| MGMT | disabled | + +### VRF Instances Device Configuration + +```eos +! +vrf instance MGMT +``` diff --git a/sites/site_2/documentation/fabric/SITE2_FABRIC-documentation.md b/sites/site_2/documentation/fabric/SITE2_FABRIC-documentation.md new file mode 100644 index 000000000..fa7d894cb --- /dev/null +++ b/sites/site_2/documentation/fabric/SITE2_FABRIC-documentation.md @@ -0,0 +1,86 @@ +# SITE2_FABRIC + +## Table of Contents + +- [Fabric Switches and Management IP](#fabric-switches-and-management-ip) + - [Fabric Switches with inband Management IP](#fabric-switches-with-inband-management-ip) +- [Fabric Topology](#fabric-topology) +- [Fabric IP Allocation](#fabric-ip-allocation) + - [Fabric Point-To-Point Links](#fabric-point-to-point-links) + - [Point-To-Point Links Node Allocation](#point-to-point-links-node-allocation) + - [Loopback Interfaces (BGP EVPN Peering)](#loopback-interfaces-bgp-evpn-peering) + - [Loopback0 Interfaces Node Allocation](#loopback0-interfaces-node-allocation) + - [VTEP Loopback VXLAN Tunnel Source Interfaces (VTEPs Only)](#vtep-loopback-vxlan-tunnel-source-interfaces-vteps-only) + - [VTEP Loopback Node allocation](#vtep-loopback-node-allocation) + +## Fabric Switches and Management IP + +| POD | Type | Node | Management IP | Platform | Provisioned in CloudVision | Serial Number | +| --- | ---- | ---- | ------------- | -------- | -------------------------- | ------------- | +| SITE2_FABRIC | leaf | s2-leaf1 | 192.168.0.22/24 | cEOS | Provisioned | - | +| SITE2_FABRIC | leaf | s2-leaf2 | 192.168.0.23/24 | cEOS | Provisioned | - | +| SITE2_FABRIC | leaf | s2-leaf3 | 192.168.0.24/24 | cEOS | Provisioned | - | +| SITE2_FABRIC | leaf | s2-leaf4 | 192.168.0.25/24 | cEOS | Provisioned | - | +| SITE2_FABRIC | l3spine | s2-spine1 | 192.168.0.20/24 | cEOS | Provisioned | - | +| SITE2_FABRIC | l3spine | s2-spine2 | 192.168.0.21/24 | cEOS | Provisioned | - | + +> Provision status is based on Ansible inventory declaration and do not represent real status from CloudVision. + +### Fabric Switches with inband Management IP + +| POD | Type | Node | Management IP | Inband Interface | +| --- | ---- | ---- | ------------- | ---------------- | + +## Fabric Topology + +| Type | Node | Node Interface | Peer Type | Peer Node | Peer Interface | +| ---- | ---- | -------------- | --------- | ----------| -------------- | +| leaf | s2-leaf1 | Ethernet1 | mlag_peer | s2-leaf2 | Ethernet1 | +| leaf | s2-leaf1 | Ethernet2 | l3spine | s2-spine1 | Ethernet2 | +| leaf | s2-leaf1 | Ethernet3 | l3spine | s2-spine2 | Ethernet2 | +| leaf | s2-leaf1 | Ethernet6 | mlag_peer | s2-leaf2 | Ethernet6 | +| leaf | s2-leaf2 | Ethernet2 | l3spine | s2-spine1 | Ethernet3 | +| leaf | s2-leaf2 | Ethernet3 | l3spine | s2-spine2 | Ethernet3 | +| leaf | s2-leaf3 | Ethernet1 | mlag_peer | s2-leaf4 | Ethernet1 | +| leaf | s2-leaf3 | Ethernet2 | l3spine | s2-spine1 | Ethernet4 | +| leaf | s2-leaf3 | Ethernet3 | l3spine | s2-spine2 | Ethernet4 | +| leaf | s2-leaf3 | Ethernet6 | mlag_peer | s2-leaf4 | Ethernet6 | +| leaf | s2-leaf4 | Ethernet2 | l3spine | s2-spine1 | Ethernet5 | +| leaf | s2-leaf4 | Ethernet3 | l3spine | s2-spine2 | Ethernet5 | +| l3spine | s2-spine1 | Ethernet1 | mlag_peer | s2-spine2 | Ethernet1 | +| l3spine | s2-spine1 | Ethernet6 | mlag_peer | s2-spine2 | Ethernet6 | + +## Fabric IP Allocation + +### Fabric Point-To-Point Links + +| Uplink IPv4 Pool | Available Addresses | Assigned addresses | Assigned Address % | +| ---------------- | ------------------- | ------------------ | ------------------ | + +### Point-To-Point Links Node Allocation + +| Node | Node Interface | Node IP Address | Peer Node | Peer Interface | Peer IP Address | +| ---- | -------------- | --------------- | --------- | -------------- | --------------- | + +### Loopback Interfaces (BGP EVPN Peering) + +| Loopback Pool | Available Addresses | Assigned addresses | Assigned Address % | +| ------------- | ------------------- | ------------------ | ------------------ | +| 10.2.252.0/24 | 256 | 2 | 0.79 % | + +### Loopback0 Interfaces Node Allocation + +| POD | Node | Loopback0 | +| --- | ---- | --------- | +| SITE2_FABRIC | s2-spine1 | 10.2.252.1/32 | +| SITE2_FABRIC | s2-spine2 | 10.2.252.2/32 | + +### VTEP Loopback VXLAN Tunnel Source Interfaces (VTEPs Only) + +| VTEP Loopback Pool | Available Addresses | Assigned addresses | Assigned Address % | +| --------------------- | ------------------- | ------------------ | ------------------ | + +### VTEP Loopback Node allocation + +| POD | Node | Loopback1 | +| --- | ---- | --------- | diff --git a/sites/site_2/documentation/fabric/SITE2_FABRIC-p2p-links.csv b/sites/site_2/documentation/fabric/SITE2_FABRIC-p2p-links.csv new file mode 100644 index 000000000..bfbfa8948 --- /dev/null +++ b/sites/site_2/documentation/fabric/SITE2_FABRIC-p2p-links.csv @@ -0,0 +1 @@ +Type,Node,Node Interface,Leaf IP Address,Peer Type,Peer Node,Peer Interface,Peer IP Address diff --git a/sites/site_2/documentation/fabric/SITE2_FABRIC-topology.csv b/sites/site_2/documentation/fabric/SITE2_FABRIC-topology.csv new file mode 100644 index 000000000..eaaaf48c8 --- /dev/null +++ b/sites/site_2/documentation/fabric/SITE2_FABRIC-topology.csv @@ -0,0 +1,29 @@ +Node Type,Node,Node Interface,Peer Type,Peer Node,Peer Interface,Node Interface Enabled +leaf,s2-leaf1,Ethernet1,mlag_peer,s2-leaf2,Ethernet1,True +leaf,s2-leaf1,Ethernet2,l3spine,s2-spine1,Ethernet2,True +leaf,s2-leaf1,Ethernet3,l3spine,s2-spine2,Ethernet2,True +leaf,s2-leaf1,Ethernet6,mlag_peer,s2-leaf2,Ethernet6,True +leaf,s2-leaf2,Ethernet1,mlag_peer,s2-leaf1,Ethernet1,True +leaf,s2-leaf2,Ethernet2,l3spine,s2-spine1,Ethernet3,True +leaf,s2-leaf2,Ethernet3,l3spine,s2-spine2,Ethernet3,True +leaf,s2-leaf2,Ethernet6,mlag_peer,s2-leaf1,Ethernet6,True +leaf,s2-leaf3,Ethernet1,mlag_peer,s2-leaf4,Ethernet1,True +leaf,s2-leaf3,Ethernet2,l3spine,s2-spine1,Ethernet4,True +leaf,s2-leaf3,Ethernet3,l3spine,s2-spine2,Ethernet4,True +leaf,s2-leaf3,Ethernet6,mlag_peer,s2-leaf4,Ethernet6,True +leaf,s2-leaf4,Ethernet1,mlag_peer,s2-leaf3,Ethernet1,True +leaf,s2-leaf4,Ethernet2,l3spine,s2-spine1,Ethernet5,True +leaf,s2-leaf4,Ethernet3,l3spine,s2-spine2,Ethernet5,True +leaf,s2-leaf4,Ethernet6,mlag_peer,s2-leaf3,Ethernet6,True +l3spine,s2-spine1,Ethernet1,mlag_peer,s2-spine2,Ethernet1,True +l3spine,s2-spine1,Ethernet2,leaf,s2-leaf1,Ethernet2,True +l3spine,s2-spine1,Ethernet3,leaf,s2-leaf2,Ethernet2,True +l3spine,s2-spine1,Ethernet4,leaf,s2-leaf3,Ethernet2,True +l3spine,s2-spine1,Ethernet5,leaf,s2-leaf4,Ethernet2,True +l3spine,s2-spine1,Ethernet6,mlag_peer,s2-spine2,Ethernet6,True +l3spine,s2-spine2,Ethernet1,mlag_peer,s2-spine1,Ethernet1,True +l3spine,s2-spine2,Ethernet2,leaf,s2-leaf1,Ethernet3,True +l3spine,s2-spine2,Ethernet3,leaf,s2-leaf2,Ethernet3,True +l3spine,s2-spine2,Ethernet4,leaf,s2-leaf3,Ethernet3,True +l3spine,s2-spine2,Ethernet5,leaf,s2-leaf4,Ethernet3,True +l3spine,s2-spine2,Ethernet6,mlag_peer,s2-spine1,Ethernet6,True diff --git a/sites/site_2/intended/configs/s2-leaf1.cfg b/sites/site_2/intended/configs/s2-leaf1.cfg new file mode 100644 index 000000000..f312ea9a0 --- /dev/null +++ b/sites/site_2/intended/configs/s2-leaf1.cfg @@ -0,0 +1,88 @@ +!RANCID-CONTENT-TYPE: arista +! +vlan internal order ascending range 1006 1199 +! +transceiver qsfp default-mode 4x10G +! +service routing protocols model multi-agent +! +hostname s2-leaf1 +! +spanning-tree mode mstp +no spanning-tree vlan-id 4094 +spanning-tree mst 0 priority 16384 +! +no enable password +no aaa root +! +vlan 4094 + name MLAG_PEER + trunk group MLAG +! +vrf instance MGMT +! +interface Port-Channel1 + description MLAG_PEER_s2-leaf2_Po1 + no shutdown + switchport + switchport mode trunk + switchport trunk group MLAG +! +interface Port-Channel2 + description SPINES_Po2 + no shutdown + switchport + switchport trunk allowed vlan none + switchport mode trunk + mlag 2 +! +interface Ethernet1 + description MLAG_PEER_s2-leaf2_Ethernet1 + no shutdown + channel-group 1 mode active +! +interface Ethernet2 + description S2-SPINE1_Ethernet2 + no shutdown + channel-group 2 mode active +! +interface Ethernet3 + description S2-SPINE2_Ethernet2 + no shutdown + channel-group 2 mode active +! +interface Ethernet6 + description MLAG_PEER_s2-leaf2_Ethernet6 + no shutdown + channel-group 1 mode active +! +interface Management0 + description oob_management + no shutdown + vrf MGMT + ip address 192.168.0.22/24 +! +interface Vlan4094 + description MLAG_PEER + no shutdown + mtu 9214 + no autostate + ip address 10.2.253.4/31 +no ip routing vrf MGMT +! +mlag configuration + domain-id RACK1 + local-interface Vlan4094 + peer-address 10.2.253.5 + peer-link Port-Channel1 + reload-delay mlag 300 + reload-delay non-mlag 330 +! +management api http-commands + protocol https + no shutdown + ! + vrf MGMT + no shutdown +! +end diff --git a/sites/site_2/intended/configs/s2-leaf2.cfg b/sites/site_2/intended/configs/s2-leaf2.cfg new file mode 100644 index 000000000..1d2271c5b --- /dev/null +++ b/sites/site_2/intended/configs/s2-leaf2.cfg @@ -0,0 +1,88 @@ +!RANCID-CONTENT-TYPE: arista +! +vlan internal order ascending range 1006 1199 +! +transceiver qsfp default-mode 4x10G +! +service routing protocols model multi-agent +! +hostname s2-leaf2 +! +spanning-tree mode mstp +no spanning-tree vlan-id 4094 +spanning-tree mst 0 priority 16384 +! +no enable password +no aaa root +! +vlan 4094 + name MLAG_PEER + trunk group MLAG +! +vrf instance MGMT +! +interface Port-Channel1 + description MLAG_PEER_s2-leaf1_Po1 + no shutdown + switchport + switchport mode trunk + switchport trunk group MLAG +! +interface Port-Channel2 + description SPINES_Po2 + no shutdown + switchport + switchport trunk allowed vlan none + switchport mode trunk + mlag 2 +! +interface Ethernet1 + description MLAG_PEER_s2-leaf1_Ethernet1 + no shutdown + channel-group 1 mode active +! +interface Ethernet2 + description S2-SPINE1_Ethernet3 + no shutdown + channel-group 2 mode active +! +interface Ethernet3 + description S2-SPINE2_Ethernet3 + no shutdown + channel-group 2 mode active +! +interface Ethernet6 + description MLAG_PEER_s2-leaf1_Ethernet6 + no shutdown + channel-group 1 mode active +! +interface Management0 + description oob_management + no shutdown + vrf MGMT + ip address 192.168.0.23/24 +! +interface Vlan4094 + description MLAG_PEER + no shutdown + mtu 9214 + no autostate + ip address 10.2.253.5/31 +no ip routing vrf MGMT +! +mlag configuration + domain-id RACK1 + local-interface Vlan4094 + peer-address 10.2.253.4 + peer-link Port-Channel1 + reload-delay mlag 300 + reload-delay non-mlag 330 +! +management api http-commands + protocol https + no shutdown + ! + vrf MGMT + no shutdown +! +end diff --git a/sites/site_2/intended/configs/s2-leaf3.cfg b/sites/site_2/intended/configs/s2-leaf3.cfg new file mode 100644 index 000000000..6676bef4c --- /dev/null +++ b/sites/site_2/intended/configs/s2-leaf3.cfg @@ -0,0 +1,88 @@ +!RANCID-CONTENT-TYPE: arista +! +vlan internal order ascending range 1006 1199 +! +transceiver qsfp default-mode 4x10G +! +service routing protocols model multi-agent +! +hostname s2-leaf3 +! +spanning-tree mode mstp +no spanning-tree vlan-id 4094 +spanning-tree mst 0 priority 16384 +! +no enable password +no aaa root +! +vlan 4094 + name MLAG_PEER + trunk group MLAG +! +vrf instance MGMT +! +interface Port-Channel1 + description MLAG_PEER_s2-leaf4_Po1 + no shutdown + switchport + switchport mode trunk + switchport trunk group MLAG +! +interface Port-Channel2 + description SPINES_Po4 + no shutdown + switchport + switchport trunk allowed vlan none + switchport mode trunk + mlag 2 +! +interface Ethernet1 + description MLAG_PEER_s2-leaf4_Ethernet1 + no shutdown + channel-group 1 mode active +! +interface Ethernet2 + description S2-SPINE1_Ethernet4 + no shutdown + channel-group 2 mode active +! +interface Ethernet3 + description S2-SPINE2_Ethernet4 + no shutdown + channel-group 2 mode active +! +interface Ethernet6 + description MLAG_PEER_s2-leaf4_Ethernet6 + no shutdown + channel-group 1 mode active +! +interface Management0 + description oob_management + no shutdown + vrf MGMT + ip address 192.168.0.24/24 +! +interface Vlan4094 + description MLAG_PEER + no shutdown + mtu 9214 + no autostate + ip address 10.2.253.8/31 +no ip routing vrf MGMT +! +mlag configuration + domain-id RACK2 + local-interface Vlan4094 + peer-address 10.2.253.9 + peer-link Port-Channel1 + reload-delay mlag 300 + reload-delay non-mlag 330 +! +management api http-commands + protocol https + no shutdown + ! + vrf MGMT + no shutdown +! +end diff --git a/sites/site_2/intended/configs/s2-leaf4.cfg b/sites/site_2/intended/configs/s2-leaf4.cfg new file mode 100644 index 000000000..14a34371e --- /dev/null +++ b/sites/site_2/intended/configs/s2-leaf4.cfg @@ -0,0 +1,88 @@ +!RANCID-CONTENT-TYPE: arista +! +vlan internal order ascending range 1006 1199 +! +transceiver qsfp default-mode 4x10G +! +service routing protocols model multi-agent +! +hostname s2-leaf4 +! +spanning-tree mode mstp +no spanning-tree vlan-id 4094 +spanning-tree mst 0 priority 16384 +! +no enable password +no aaa root +! +vlan 4094 + name MLAG_PEER + trunk group MLAG +! +vrf instance MGMT +! +interface Port-Channel1 + description MLAG_PEER_s2-leaf3_Po1 + no shutdown + switchport + switchport mode trunk + switchport trunk group MLAG +! +interface Port-Channel2 + description SPINES_Po4 + no shutdown + switchport + switchport trunk allowed vlan none + switchport mode trunk + mlag 2 +! +interface Ethernet1 + description MLAG_PEER_s2-leaf3_Ethernet1 + no shutdown + channel-group 1 mode active +! +interface Ethernet2 + description S2-SPINE1_Ethernet5 + no shutdown + channel-group 2 mode active +! +interface Ethernet3 + description S2-SPINE2_Ethernet5 + no shutdown + channel-group 2 mode active +! +interface Ethernet6 + description MLAG_PEER_s2-leaf3_Ethernet6 + no shutdown + channel-group 1 mode active +! +interface Management0 + description oob_management + no shutdown + vrf MGMT + ip address 192.168.0.25/24 +! +interface Vlan4094 + description MLAG_PEER + no shutdown + mtu 9214 + no autostate + ip address 10.2.253.9/31 +no ip routing vrf MGMT +! +mlag configuration + domain-id RACK2 + local-interface Vlan4094 + peer-address 10.2.253.8 + peer-link Port-Channel1 + reload-delay mlag 300 + reload-delay non-mlag 330 +! +management api http-commands + protocol https + no shutdown + ! + vrf MGMT + no shutdown +! +end diff --git a/sites/site_2/intended/configs/s2-spine1.cfg b/sites/site_2/intended/configs/s2-spine1.cfg new file mode 100644 index 000000000..0e6b974e4 --- /dev/null +++ b/sites/site_2/intended/configs/s2-spine1.cfg @@ -0,0 +1,136 @@ +!RANCID-CONTENT-TYPE: arista +! +vlan internal order ascending range 1006 1199 +! +transceiver qsfp default-mode 4x10G +! +service routing protocols model multi-agent +! +hostname s2-spine1 +! +spanning-tree mode mstp +no spanning-tree vlan-id 4093-4094 +spanning-tree mst 0 priority 4096 +! +no enable password +no aaa root +! +vlan 4093 + name LEAF_PEER_L3 + trunk group LEAF_PEER_L3 +! +vlan 4094 + name MLAG_PEER + trunk group MLAG +! +vrf instance MGMT +! +interface Port-Channel1 + description MLAG_PEER_s2-spine2_Po1 + no shutdown + switchport + switchport mode trunk + switchport trunk group LEAF_PEER_L3 + switchport trunk group MLAG +! +interface Port-Channel2 + description RACK1_Po2 + no shutdown + switchport + switchport trunk allowed vlan none + switchport mode trunk + mlag 2 +! +interface Port-Channel4 + description RACK2_Po2 + no shutdown + switchport + switchport trunk allowed vlan none + switchport mode trunk + mlag 4 +! +interface Ethernet1 + description MLAG_PEER_s2-spine2_Ethernet1 + no shutdown + channel-group 1 mode active +! +interface Ethernet2 + description S2-LEAF1_Ethernet2 + no shutdown + channel-group 2 mode active +! +interface Ethernet3 + description S2-LEAF2_Ethernet2 + no shutdown + channel-group 2 mode active +! +interface Ethernet4 + description S2-LEAF3_Ethernet2 + no shutdown + channel-group 4 mode active +! +interface Ethernet5 + description S2-LEAF4_Ethernet2 + no shutdown + channel-group 4 mode active +! +interface Ethernet6 + description MLAG_PEER_s2-spine2_Ethernet6 + no shutdown + channel-group 1 mode active +! +interface Loopback0 + description Router_ID + no shutdown + ip address 10.2.252.1/32 + ip ospf area 0.0.0.0 +! +interface Management0 + description oob_management + no shutdown + vrf MGMT + ip address 192.168.0.20/24 +! +interface Vlan4093 + description MLAG_PEER_L3_PEERING + no shutdown + mtu 9214 + ip address 10.2.254.0/31 + ip ospf network point-to-point + ip ospf area 0.0.0.0 +! +interface Vlan4094 + description MLAG_PEER + no shutdown + mtu 9214 + no autostate + ip address 10.2.253.0/31 +! +ip virtual-router mac-address 00:1c:73:00:dc:01 +! +ip routing +no ip routing vrf MGMT +! +mlag configuration + domain-id SPINES + local-interface Vlan4094 + peer-address 10.2.253.1 + peer-link Port-Channel1 + reload-delay mlag 300 + reload-delay non-mlag 330 +! +router ospf 100 + router-id 10.2.252.1 + passive-interface default + no passive-interface Vlan4093 + max-lsa 12000 + redistribute connected +! +management api http-commands + protocol https + no shutdown + ! + vrf MGMT + no shutdown +! +end diff --git a/sites/site_2/intended/configs/s2-spine2.cfg b/sites/site_2/intended/configs/s2-spine2.cfg new file mode 100644 index 000000000..11bd4c819 --- /dev/null +++ b/sites/site_2/intended/configs/s2-spine2.cfg @@ -0,0 +1,136 @@ +!RANCID-CONTENT-TYPE: arista +! +vlan internal order ascending range 1006 1199 +! +transceiver qsfp default-mode 4x10G +! +service routing protocols model multi-agent +! +hostname s2-spine2 +! +spanning-tree mode mstp +no spanning-tree vlan-id 4093-4094 +spanning-tree mst 0 priority 4096 +! +no enable password +no aaa root +! +vlan 4093 + name LEAF_PEER_L3 + trunk group LEAF_PEER_L3 +! +vlan 4094 + name MLAG_PEER + trunk group MLAG +! +vrf instance MGMT +! +interface Port-Channel1 + description MLAG_PEER_s2-spine1_Po1 + no shutdown + switchport + switchport mode trunk + switchport trunk group LEAF_PEER_L3 + switchport trunk group MLAG +! +interface Port-Channel2 + description RACK1_Po2 + no shutdown + switchport + switchport trunk allowed vlan none + switchport mode trunk + mlag 2 +! +interface Port-Channel4 + description RACK2_Po2 + no shutdown + switchport + switchport trunk allowed vlan none + switchport mode trunk + mlag 4 +! +interface Ethernet1 + description MLAG_PEER_s2-spine1_Ethernet1 + no shutdown + channel-group 1 mode active +! +interface Ethernet2 + description S2-LEAF1_Ethernet3 + no shutdown + channel-group 2 mode active +! +interface Ethernet3 + description S2-LEAF2_Ethernet3 + no shutdown + channel-group 2 mode active +! +interface Ethernet4 + description S2-LEAF3_Ethernet3 + no shutdown + channel-group 4 mode active +! +interface Ethernet5 + description S2-LEAF4_Ethernet3 + no shutdown + channel-group 4 mode active +! +interface Ethernet6 + description MLAG_PEER_s2-spine1_Ethernet6 + no shutdown + channel-group 1 mode active +! +interface Loopback0 + description Router_ID + no shutdown + ip address 10.2.252.2/32 + ip ospf area 0.0.0.0 +! +interface Management0 + description oob_management + no shutdown + vrf MGMT + ip address 192.168.0.21/24 +! +interface Vlan4093 + description MLAG_PEER_L3_PEERING + no shutdown + mtu 9214 + ip address 10.2.254.1/31 + ip ospf network point-to-point + ip ospf area 0.0.0.0 +! +interface Vlan4094 + description MLAG_PEER + no shutdown + mtu 9214 + no autostate + ip address 10.2.253.1/31 +! +ip virtual-router mac-address 00:1c:73:00:dc:01 +! +ip routing +no ip routing vrf MGMT +! +mlag configuration + domain-id SPINES + local-interface Vlan4094 + peer-address 10.2.253.0 + peer-link Port-Channel1 + reload-delay mlag 300 + reload-delay non-mlag 330 +! +router ospf 100 + router-id 10.2.252.2 + passive-interface default + no passive-interface Vlan4093 + max-lsa 12000 + redistribute connected +! +management api http-commands + protocol https + no shutdown + ! + vrf MGMT + no shutdown +! +end diff --git a/sites/site_2/intended/structured_configs/s2-leaf1.yml b/sites/site_2/intended/structured_configs/s2-leaf1.yml new file mode 100644 index 000000000..8654c593e --- /dev/null +++ b/sites/site_2/intended/structured_configs/s2-leaf1.yml @@ -0,0 +1,105 @@ +service_routing_protocols_model: multi-agent +vlan_internal_order: + allocation: ascending + range: + beginning: 1006 + ending: 1199 +spanning_tree: + mode: mstp + mst_instances: + - id: '0' + priority: 16384 + no_spanning_tree_vlan: '4094' +vrfs: +- name: MGMT + ip_routing: false +management_interfaces: +- name: Management0 + description: oob_management + shutdown: false + vrf: MGMT + ip_address: 192.168.0.22/24 + gateway: null + type: oob +management_api_http: + enable_vrfs: + - name: MGMT + enable_https: true +vlans: +- id: 4094 + tenant: system + name: MLAG_PEER + trunk_groups: + - MLAG +vlan_interfaces: +- name: Vlan4094 + description: MLAG_PEER + shutdown: false + ip_address: 10.2.253.4/31 + no_autostate: true + mtu: 9214 +port_channel_interfaces: +- name: Port-Channel1 + description: MLAG_PEER_s2-leaf2_Po1 + type: switched + shutdown: false + mode: trunk + trunk_groups: + - MLAG +- name: Port-Channel2 + description: SPINES_Po2 + type: switched + shutdown: false + mode: trunk + vlans: none + mlag: 2 +ethernet_interfaces: +- name: Ethernet1 + peer: s2-leaf2 + peer_interface: Ethernet1 + peer_type: mlag_peer + description: MLAG_PEER_s2-leaf2_Ethernet1 + type: port-channel-member + shutdown: false + channel_group: + id: 1 + mode: active +- name: Ethernet6 + peer: s2-leaf2 + peer_interface: Ethernet6 + peer_type: mlag_peer + description: MLAG_PEER_s2-leaf2_Ethernet6 + type: port-channel-member + shutdown: false + channel_group: + id: 1 + mode: active +- name: Ethernet2 + peer: s2-spine1 + peer_interface: Ethernet2 + peer_type: l3spine + description: S2-SPINE1_Ethernet2 + shutdown: false + type: port-channel-member + channel_group: + id: 2 + mode: active +- name: Ethernet3 + peer: s2-spine2 + peer_interface: Ethernet2 + peer_type: l3spine + description: S2-SPINE2_Ethernet2 + shutdown: false + type: port-channel-member + channel_group: + id: 2 + mode: active +mlag_configuration: + domain_id: RACK1 + local_interface: Vlan4094 + peer_address: 10.2.253.5 + peer_link: Port-Channel1 + reload_delay_mlag: '300' + reload_delay_non_mlag: '330' +ip_igmp_snooping: + globally_enabled: true diff --git a/sites/site_2/intended/structured_configs/s2-leaf2.yml b/sites/site_2/intended/structured_configs/s2-leaf2.yml new file mode 100644 index 000000000..70f9a48ca --- /dev/null +++ b/sites/site_2/intended/structured_configs/s2-leaf2.yml @@ -0,0 +1,105 @@ +service_routing_protocols_model: multi-agent +vlan_internal_order: + allocation: ascending + range: + beginning: 1006 + ending: 1199 +spanning_tree: + mode: mstp + mst_instances: + - id: '0' + priority: 16384 + no_spanning_tree_vlan: '4094' +vrfs: +- name: MGMT + ip_routing: false +management_interfaces: +- name: Management0 + description: oob_management + shutdown: false + vrf: MGMT + ip_address: 192.168.0.23/24 + gateway: null + type: oob +management_api_http: + enable_vrfs: + - name: MGMT + enable_https: true +vlans: +- id: 4094 + tenant: system + name: MLAG_PEER + trunk_groups: + - MLAG +vlan_interfaces: +- name: Vlan4094 + description: MLAG_PEER + shutdown: false + ip_address: 10.2.253.5/31 + no_autostate: true + mtu: 9214 +port_channel_interfaces: +- name: Port-Channel1 + description: MLAG_PEER_s2-leaf1_Po1 + type: switched + shutdown: false + mode: trunk + trunk_groups: + - MLAG +- name: Port-Channel2 + description: SPINES_Po2 + type: switched + shutdown: false + mode: trunk + vlans: none + mlag: 2 +ethernet_interfaces: +- name: Ethernet1 + peer: s2-leaf1 + peer_interface: Ethernet1 + peer_type: mlag_peer + description: MLAG_PEER_s2-leaf1_Ethernet1 + type: port-channel-member + shutdown: false + channel_group: + id: 1 + mode: active +- name: Ethernet6 + peer: s2-leaf1 + peer_interface: Ethernet6 + peer_type: mlag_peer + description: MLAG_PEER_s2-leaf1_Ethernet6 + type: port-channel-member + shutdown: false + channel_group: + id: 1 + mode: active +- name: Ethernet2 + peer: s2-spine1 + peer_interface: Ethernet3 + peer_type: l3spine + description: S2-SPINE1_Ethernet3 + shutdown: false + type: port-channel-member + channel_group: + id: 2 + mode: active +- name: Ethernet3 + peer: s2-spine2 + peer_interface: Ethernet3 + peer_type: l3spine + description: S2-SPINE2_Ethernet3 + shutdown: false + type: port-channel-member + channel_group: + id: 2 + mode: active +mlag_configuration: + domain_id: RACK1 + local_interface: Vlan4094 + peer_address: 10.2.253.4 + peer_link: Port-Channel1 + reload_delay_mlag: '300' + reload_delay_non_mlag: '330' +ip_igmp_snooping: + globally_enabled: true diff --git a/sites/site_2/intended/structured_configs/s2-leaf3.yml b/sites/site_2/intended/structured_configs/s2-leaf3.yml new file mode 100644 index 000000000..2c0927d26 --- /dev/null +++ b/sites/site_2/intended/structured_configs/s2-leaf3.yml @@ -0,0 +1,105 @@ +service_routing_protocols_model: multi-agent +vlan_internal_order: + allocation: ascending + range: + beginning: 1006 + ending: 1199 +spanning_tree: + mode: mstp + mst_instances: + - id: '0' + priority: 16384 + no_spanning_tree_vlan: '4094' +vrfs: +- name: MGMT + ip_routing: false +management_interfaces: +- name: Management0 + description: oob_management + shutdown: false + vrf: MGMT + ip_address: 192.168.0.24/24 + gateway: null + type: oob +management_api_http: + enable_vrfs: + - name: MGMT + enable_https: true +vlans: +- id: 4094 + tenant: system + name: MLAG_PEER + trunk_groups: + - MLAG +vlan_interfaces: +- name: Vlan4094 + description: MLAG_PEER + shutdown: false + ip_address: 10.2.253.8/31 + no_autostate: true + mtu: 9214 +port_channel_interfaces: +- name: Port-Channel1 + description: MLAG_PEER_s2-leaf4_Po1 + type: switched + shutdown: false + mode: trunk + trunk_groups: + - MLAG +- name: Port-Channel2 + description: SPINES_Po4 + type: switched + shutdown: false + mode: trunk + vlans: none + mlag: 2 +ethernet_interfaces: +- name: Ethernet1 + peer: s2-leaf4 + peer_interface: Ethernet1 + peer_type: mlag_peer + description: MLAG_PEER_s2-leaf4_Ethernet1 + type: port-channel-member + shutdown: false + channel_group: + id: 1 + mode: active +- name: Ethernet6 + peer: s2-leaf4 + peer_interface: Ethernet6 + peer_type: mlag_peer + description: MLAG_PEER_s2-leaf4_Ethernet6 + type: port-channel-member + shutdown: false + channel_group: + id: 1 + mode: active +- name: Ethernet2 + peer: s2-spine1 + peer_interface: Ethernet4 + peer_type: l3spine + description: S2-SPINE1_Ethernet4 + shutdown: false + type: port-channel-member + channel_group: + id: 2 + mode: active +- name: Ethernet3 + peer: s2-spine2 + peer_interface: Ethernet4 + peer_type: l3spine + description: S2-SPINE2_Ethernet4 + shutdown: false + type: port-channel-member + channel_group: + id: 2 + mode: active +mlag_configuration: + domain_id: RACK2 + local_interface: Vlan4094 + peer_address: 10.2.253.9 + peer_link: Port-Channel1 + reload_delay_mlag: '300' + reload_delay_non_mlag: '330' +ip_igmp_snooping: + globally_enabled: true diff --git a/sites/site_2/intended/structured_configs/s2-leaf4.yml b/sites/site_2/intended/structured_configs/s2-leaf4.yml new file mode 100644 index 000000000..e2eb107ac --- /dev/null +++ b/sites/site_2/intended/structured_configs/s2-leaf4.yml @@ -0,0 +1,105 @@ +service_routing_protocols_model: multi-agent +vlan_internal_order: + allocation: ascending + range: + beginning: 1006 + ending: 1199 +spanning_tree: + mode: mstp + mst_instances: + - id: '0' + priority: 16384 + no_spanning_tree_vlan: '4094' +vrfs: +- name: MGMT + ip_routing: false +management_interfaces: +- name: Management0 + description: oob_management + shutdown: false + vrf: MGMT + ip_address: 192.168.0.25/24 + gateway: null + type: oob +management_api_http: + enable_vrfs: + - name: MGMT + enable_https: true +vlans: +- id: 4094 + tenant: system + name: MLAG_PEER + trunk_groups: + - MLAG +vlan_interfaces: +- name: Vlan4094 + description: MLAG_PEER + shutdown: false + ip_address: 10.2.253.9/31 + no_autostate: true + mtu: 9214 +port_channel_interfaces: +- name: Port-Channel1 + description: MLAG_PEER_s2-leaf3_Po1 + type: switched + shutdown: false + mode: trunk + trunk_groups: + - MLAG +- name: Port-Channel2 + description: SPINES_Po4 + type: switched + shutdown: false + mode: trunk + vlans: none + mlag: 2 +ethernet_interfaces: +- name: Ethernet1 + peer: s2-leaf3 + peer_interface: Ethernet1 + peer_type: mlag_peer + description: MLAG_PEER_s2-leaf3_Ethernet1 + type: port-channel-member + shutdown: false + channel_group: + id: 1 + mode: active +- name: Ethernet6 + peer: s2-leaf3 + peer_interface: Ethernet6 + peer_type: mlag_peer + description: MLAG_PEER_s2-leaf3_Ethernet6 + type: port-channel-member + shutdown: false + channel_group: + id: 1 + mode: active +- name: Ethernet2 + peer: s2-spine1 + peer_interface: Ethernet5 + peer_type: l3spine + description: S2-SPINE1_Ethernet5 + shutdown: false + type: port-channel-member + channel_group: + id: 2 + mode: active +- name: Ethernet3 + peer: s2-spine2 + peer_interface: Ethernet5 + peer_type: l3spine + description: S2-SPINE2_Ethernet5 + shutdown: false + type: port-channel-member + channel_group: + id: 2 + mode: active +mlag_configuration: + domain_id: RACK2 + local_interface: Vlan4094 + peer_address: 10.2.253.8 + peer_link: Port-Channel1 + reload_delay_mlag: '300' + reload_delay_non_mlag: '330' +ip_igmp_snooping: + globally_enabled: true diff --git a/sites/site_2/intended/structured_configs/s2-spine1.yml b/sites/site_2/intended/structured_configs/s2-spine1.yml new file mode 100644 index 000000000..fe7cfe607 --- /dev/null +++ b/sites/site_2/intended/structured_configs/s2-spine1.yml @@ -0,0 +1,164 @@ +service_routing_protocols_model: multi-agent +ip_routing: true +vlan_internal_order: + allocation: ascending + range: + beginning: 1006 + ending: 1199 +spanning_tree: + mode: mstp + mst_instances: + - id: '0' + priority: 4096 + no_spanning_tree_vlan: 4093-4094 +vrfs: +- name: MGMT + ip_routing: false +management_interfaces: +- name: Management0 + description: oob_management + shutdown: false + vrf: MGMT + ip_address: 192.168.0.20/24 + gateway: null + type: oob +management_api_http: + enable_vrfs: + - name: MGMT + enable_https: true +vlans: +- id: 4093 + tenant: system + name: LEAF_PEER_L3 + trunk_groups: + - LEAF_PEER_L3 +- id: 4094 + tenant: system + name: MLAG_PEER + trunk_groups: + - MLAG +vlan_interfaces: +- name: Vlan4093 + description: MLAG_PEER_L3_PEERING + shutdown: false + mtu: 9214 + ip_address: 10.2.254.0/31 + ospf_network_point_to_point: true + ospf_area: 0.0.0.0 +- name: Vlan4094 + description: MLAG_PEER + shutdown: false + ip_address: 10.2.253.0/31 + no_autostate: true + mtu: 9214 +port_channel_interfaces: +- name: Port-Channel1 + description: MLAG_PEER_s2-spine2_Po1 + type: switched + shutdown: false + mode: trunk + trunk_groups: + - LEAF_PEER_L3 + - MLAG +- name: Port-Channel2 + description: RACK1_Po2 + type: switched + shutdown: false + mode: trunk + vlans: none + mlag: 2 +- name: Port-Channel4 + description: RACK2_Po2 + type: switched + shutdown: false + mode: trunk + vlans: none + mlag: 4 +ethernet_interfaces: +- name: Ethernet1 + peer: s2-spine2 + peer_interface: Ethernet1 + peer_type: mlag_peer + description: MLAG_PEER_s2-spine2_Ethernet1 + type: port-channel-member + shutdown: false + channel_group: + id: 1 + mode: active +- name: Ethernet6 + peer: s2-spine2 + peer_interface: Ethernet6 + peer_type: mlag_peer + description: MLAG_PEER_s2-spine2_Ethernet6 + type: port-channel-member + shutdown: false + channel_group: + id: 1 + mode: active +- name: Ethernet2 + peer: s2-leaf1 + peer_interface: Ethernet2 + peer_type: leaf + description: S2-LEAF1_Ethernet2 + shutdown: false + type: port-channel-member + channel_group: + id: 2 + mode: active +- name: Ethernet3 + peer: s2-leaf2 + peer_interface: Ethernet2 + peer_type: leaf + description: S2-LEAF2_Ethernet2 + shutdown: false + type: port-channel-member + channel_group: + id: 2 + mode: active +- name: Ethernet4 + peer: s2-leaf3 + peer_interface: Ethernet2 + peer_type: leaf + description: S2-LEAF3_Ethernet2 + shutdown: false + type: port-channel-member + channel_group: + id: 4 + mode: active +- name: Ethernet5 + peer: s2-leaf4 + peer_interface: Ethernet2 + peer_type: leaf + description: S2-LEAF4_Ethernet2 + shutdown: false + type: port-channel-member + channel_group: + id: 4 + mode: active +mlag_configuration: + domain_id: SPINES + local_interface: Vlan4094 + peer_address: 10.2.253.1 + peer_link: Port-Channel1 + reload_delay_mlag: '300' + reload_delay_non_mlag: '330' +loopback_interfaces: +- name: Loopback0 + description: Router_ID + shutdown: false + ip_address: 10.2.252.1/32 + ospf_area: 0.0.0.0 +router_ospf: + process_ids: + - id: 100 + passive_interface_default: true + router_id: 10.2.252.1 + max_lsa: 12000 + no_passive_interfaces: + - Vlan4093 + bfd_enable: false + redistribute: + connected: {} +ip_igmp_snooping: + globally_enabled: true +ip_virtual_router_mac_address: 00:1c:73:00:dc:01 diff --git a/sites/site_2/intended/structured_configs/s2-spine2.yml b/sites/site_2/intended/structured_configs/s2-spine2.yml new file mode 100644 index 000000000..557e50fd9 --- /dev/null +++ b/sites/site_2/intended/structured_configs/s2-spine2.yml @@ -0,0 +1,164 @@ +service_routing_protocols_model: multi-agent +ip_routing: true +vlan_internal_order: + allocation: ascending + range: + beginning: 1006 + ending: 1199 +spanning_tree: + mode: mstp + mst_instances: + - id: '0' + priority: 4096 + no_spanning_tree_vlan: 4093-4094 +vrfs: +- name: MGMT + ip_routing: false +management_interfaces: +- name: Management0 + description: oob_management + shutdown: false + vrf: MGMT + ip_address: 192.168.0.21/24 + gateway: null + type: oob +management_api_http: + enable_vrfs: + - name: MGMT + enable_https: true +vlans: +- id: 4093 + tenant: system + name: LEAF_PEER_L3 + trunk_groups: + - LEAF_PEER_L3 +- id: 4094 + tenant: system + name: MLAG_PEER + trunk_groups: + - MLAG +vlan_interfaces: +- name: Vlan4093 + description: MLAG_PEER_L3_PEERING + shutdown: false + mtu: 9214 + ip_address: 10.2.254.1/31 + ospf_network_point_to_point: true + ospf_area: 0.0.0.0 +- name: Vlan4094 + description: MLAG_PEER + shutdown: false + ip_address: 10.2.253.1/31 + no_autostate: true + mtu: 9214 +port_channel_interfaces: +- name: Port-Channel1 + description: MLAG_PEER_s2-spine1_Po1 + type: switched + shutdown: false + mode: trunk + trunk_groups: + - LEAF_PEER_L3 + - MLAG +- name: Port-Channel2 + description: RACK1_Po2 + type: switched + shutdown: false + mode: trunk + vlans: none + mlag: 2 +- name: Port-Channel4 + description: RACK2_Po2 + type: switched + shutdown: false + mode: trunk + vlans: none + mlag: 4 +ethernet_interfaces: +- name: Ethernet1 + peer: s2-spine1 + peer_interface: Ethernet1 + peer_type: mlag_peer + description: MLAG_PEER_s2-spine1_Ethernet1 + type: port-channel-member + shutdown: false + channel_group: + id: 1 + mode: active +- name: Ethernet6 + peer: s2-spine1 + peer_interface: Ethernet6 + peer_type: mlag_peer + description: MLAG_PEER_s2-spine1_Ethernet6 + type: port-channel-member + shutdown: false + channel_group: + id: 1 + mode: active +- name: Ethernet2 + peer: s2-leaf1 + peer_interface: Ethernet3 + peer_type: leaf + description: S2-LEAF1_Ethernet3 + shutdown: false + type: port-channel-member + channel_group: + id: 2 + mode: active +- name: Ethernet3 + peer: s2-leaf2 + peer_interface: Ethernet3 + peer_type: leaf + description: S2-LEAF2_Ethernet3 + shutdown: false + type: port-channel-member + channel_group: + id: 2 + mode: active +- name: Ethernet4 + peer: s2-leaf3 + peer_interface: Ethernet3 + peer_type: leaf + description: S2-LEAF3_Ethernet3 + shutdown: false + type: port-channel-member + channel_group: + id: 4 + mode: active +- name: Ethernet5 + peer: s2-leaf4 + peer_interface: Ethernet3 + peer_type: leaf + description: S2-LEAF4_Ethernet3 + shutdown: false + type: port-channel-member + channel_group: + id: 4 + mode: active +mlag_configuration: + domain_id: SPINES + local_interface: Vlan4094 + peer_address: 10.2.253.0 + peer_link: Port-Channel1 + reload_delay_mlag: '300' + reload_delay_non_mlag: '330' +loopback_interfaces: +- name: Loopback0 + description: Router_ID + shutdown: false + ip_address: 10.2.252.2/32 + ospf_area: 0.0.0.0 +router_ospf: + process_ids: + - id: 100 + passive_interface_default: true + router_id: 10.2.252.2 + max_lsa: 12000 + no_passive_interfaces: + - Vlan4093 + bfd_enable: false + redistribute: + connected: {} +ip_igmp_snooping: + globally_enabled: true +ip_virtual_router_mac_address: 00:1c:73:00:dc:01 diff --git a/sites/site_2/inventory.yml b/sites/site_2/inventory.yml index 17d22cab1..85a8ac76a 100644 --- a/sites/site_2/inventory.yml +++ b/sites/site_2/inventory.yml @@ -1,26 +1,28 @@ --- -SITE2: +all: children: - CVP: - hosts: - cvp: - SITE2_FABRIC: + SITE2: children: - SITE2_SPINES: + CVP: hosts: - s2-spine1: - s2-spine2: - SITE2_LEAFS: - hosts: - s2-leaf1: - s2-leaf2: - s2-leaf3: - s2-leaf4: - SITE2_FABRIC_SERVICES: - children: - SITE2_SPINES: - SITE2_LEAFS: - SITE2_FABRIC_PORTS: - children: - SITE2_SPINES: - SITE2_LEAFS: + cvp: + SITE2_FABRIC: + children: + SITE2_SPINES: + hosts: + s2-spine1: + s2-spine2: + SITE2_LEAFS: + hosts: + s2-leaf1: + s2-leaf2: + s2-leaf3: + s2-leaf4: + SITE2_FABRIC_SERVICES: + children: + SITE2_SPINES: + SITE2_LEAFS: + SITE2_FABRIC_PORTS: + children: + SITE2_SPINES: + SITE2_LEAFS: From f4b6d38e5df8b563bdaf588d942adfaf9e6756e2 Mon Sep 17 00:00:00 2001 From: Philippe Bureau Date: Wed, 30 Aug 2023 10:16:10 -0400 Subject: [PATCH 2/4] fix --- ansible.cfg | 14 ++++++------ sites/site_1/inventory.yml | 46 ++++++++++++++++++-------------------- sites/site_2/inventory.yml | 46 ++++++++++++++++++-------------------- 3 files changed, 51 insertions(+), 55 deletions(-) diff --git a/ansible.cfg b/ansible.cfg index 92dbc86bc..8051b9677 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -37,6 +37,13 @@ nocows = True # Disable deprecation warnings, more readable output deprecation_warnings = False +#enable global vars +vars_plugins_enabled = arista.avd.global_vars, host_group_vars + +#define global vars path +[vars_global_vars] +paths = ../../global_vars + [paramiko_connection] # Automatically add the keys of target hosts to known hosts host_key_auto_add = True @@ -47,10 +54,3 @@ command_timeout = 60 # Set the amount of time, in seconds, that a persistent connection will remain idle before it is destroyed. connect_timeout = 60 - -#enable global vars -vars_plugins_enabled = arista.avd.global_vars, host_group_vars - -#define global vars path -[vars_global_vars] -paths = ../../global_vars diff --git a/sites/site_1/inventory.yml b/sites/site_1/inventory.yml index ec63596cb..461ecc59b 100644 --- a/sites/site_1/inventory.yml +++ b/sites/site_1/inventory.yml @@ -1,28 +1,26 @@ --- -all: +SITE1: children: - SITE1: + CVP: + hosts: + cvp: + SITE1_FABRIC: children: - CVP: + SITE1_SPINES: hosts: - cvp: - SITE1_FABRIC: - children: - SITE1_SPINES: - hosts: - s1-spine1: - s1-spine2: - SITE1_LEAFS: - hosts: - s1-leaf1: - s1-leaf2: - s1-leaf3: - s1-leaf4: - SITE1_FABRIC_SERVICES: - children: - SITE1_SPINES: - SITE1_LEAFS: - SITE1_FABRIC_PORTS: - children: - SITE1_SPINES: - SITE1_LEAFS: + s1-spine1: + s1-spine2: + SITE1_LEAFS: + hosts: + s1-leaf1: + s1-leaf2: + s1-leaf3: + s1-leaf4: + SITE1_FABRIC_SERVICES: + children: + SITE1_SPINES: + SITE1_LEAFS: + SITE1_FABRIC_PORTS: + children: + SITE1_SPINES: + SITE1_LEAFS: diff --git a/sites/site_2/inventory.yml b/sites/site_2/inventory.yml index 85a8ac76a..17d22cab1 100644 --- a/sites/site_2/inventory.yml +++ b/sites/site_2/inventory.yml @@ -1,28 +1,26 @@ --- -all: +SITE2: children: - SITE2: + CVP: + hosts: + cvp: + SITE2_FABRIC: children: - CVP: + SITE2_SPINES: hosts: - cvp: - SITE2_FABRIC: - children: - SITE2_SPINES: - hosts: - s2-spine1: - s2-spine2: - SITE2_LEAFS: - hosts: - s2-leaf1: - s2-leaf2: - s2-leaf3: - s2-leaf4: - SITE2_FABRIC_SERVICES: - children: - SITE2_SPINES: - SITE2_LEAFS: - SITE2_FABRIC_PORTS: - children: - SITE2_SPINES: - SITE2_LEAFS: + s2-spine1: + s2-spine2: + SITE2_LEAFS: + hosts: + s2-leaf1: + s2-leaf2: + s2-leaf3: + s2-leaf4: + SITE2_FABRIC_SERVICES: + children: + SITE2_SPINES: + SITE2_LEAFS: + SITE2_FABRIC_PORTS: + children: + SITE2_SPINES: + SITE2_LEAFS: From 79cc0da77184171d3238dcb4f22d0c0eba84af75 Mon Sep 17 00:00:00 2001 From: Philippe Bureau Date: Wed, 30 Aug 2023 10:17:10 -0400 Subject: [PATCH 3/4] cleanup --- .../site_1/documentation/devices/s1-leaf1.md | 331 ------------- .../site_1/documentation/devices/s1-leaf2.md | 331 ------------- .../site_1/documentation/devices/s1-leaf3.md | 331 ------------- .../site_1/documentation/devices/s1-leaf4.md | 331 ------------- .../site_1/documentation/devices/s1-spine1.md | 447 ------------------ .../site_1/documentation/devices/s1-spine2.md | 447 ------------------ .../fabric/SITE1_FABRIC-documentation.md | 86 ---- .../fabric/SITE1_FABRIC-p2p-links.csv | 1 - .../fabric/SITE1_FABRIC-topology.csv | 29 -- sites/site_1/intended/configs/s1-leaf1.cfg | 88 ---- sites/site_1/intended/configs/s1-leaf2.cfg | 88 ---- sites/site_1/intended/configs/s1-leaf3.cfg | 88 ---- sites/site_1/intended/configs/s1-leaf4.cfg | 88 ---- sites/site_1/intended/configs/s1-spine1.cfg | 136 ------ sites/site_1/intended/configs/s1-spine2.cfg | 136 ------ .../intended/structured_configs/s1-leaf1.yml | 105 ---- .../intended/structured_configs/s1-leaf2.yml | 105 ---- .../intended/structured_configs/s1-leaf3.yml | 105 ---- .../intended/structured_configs/s1-leaf4.yml | 105 ---- .../intended/structured_configs/s1-spine1.yml | 164 ------- .../intended/structured_configs/s1-spine2.yml | 164 ------- .../site_2/documentation/devices/s2-leaf1.md | 331 ------------- .../site_2/documentation/devices/s2-leaf2.md | 331 ------------- .../site_2/documentation/devices/s2-leaf3.md | 331 ------------- .../site_2/documentation/devices/s2-leaf4.md | 331 ------------- .../site_2/documentation/devices/s2-spine1.md | 447 ------------------ .../site_2/documentation/devices/s2-spine2.md | 447 ------------------ .../fabric/SITE2_FABRIC-documentation.md | 86 ---- .../fabric/SITE2_FABRIC-p2p-links.csv | 1 - .../fabric/SITE2_FABRIC-topology.csv | 29 -- sites/site_2/intended/configs/s2-leaf1.cfg | 88 ---- sites/site_2/intended/configs/s2-leaf2.cfg | 88 ---- sites/site_2/intended/configs/s2-leaf3.cfg | 88 ---- sites/site_2/intended/configs/s2-leaf4.cfg | 88 ---- sites/site_2/intended/configs/s2-spine1.cfg | 136 ------ sites/site_2/intended/configs/s2-spine2.cfg | 136 ------ .../intended/structured_configs/s2-leaf1.yml | 105 ---- .../intended/structured_configs/s2-leaf2.yml | 105 ---- .../intended/structured_configs/s2-leaf3.yml | 105 ---- .../intended/structured_configs/s2-leaf4.yml | 105 ---- .../intended/structured_configs/s2-spine1.yml | 164 ------- .../intended/structured_configs/s2-spine2.yml | 164 ------- 42 files changed, 7412 deletions(-) delete mode 100644 sites/site_1/documentation/devices/s1-leaf1.md delete mode 100644 sites/site_1/documentation/devices/s1-leaf2.md delete mode 100644 sites/site_1/documentation/devices/s1-leaf3.md delete mode 100644 sites/site_1/documentation/devices/s1-leaf4.md delete mode 100644 sites/site_1/documentation/devices/s1-spine1.md delete mode 100644 sites/site_1/documentation/devices/s1-spine2.md delete mode 100644 sites/site_1/documentation/fabric/SITE1_FABRIC-documentation.md delete mode 100644 sites/site_1/documentation/fabric/SITE1_FABRIC-p2p-links.csv delete mode 100644 sites/site_1/documentation/fabric/SITE1_FABRIC-topology.csv delete mode 100644 sites/site_1/intended/configs/s1-leaf1.cfg delete mode 100644 sites/site_1/intended/configs/s1-leaf2.cfg delete mode 100644 sites/site_1/intended/configs/s1-leaf3.cfg delete mode 100644 sites/site_1/intended/configs/s1-leaf4.cfg delete mode 100644 sites/site_1/intended/configs/s1-spine1.cfg delete mode 100644 sites/site_1/intended/configs/s1-spine2.cfg delete mode 100644 sites/site_1/intended/structured_configs/s1-leaf1.yml delete mode 100644 sites/site_1/intended/structured_configs/s1-leaf2.yml delete mode 100644 sites/site_1/intended/structured_configs/s1-leaf3.yml delete mode 100644 sites/site_1/intended/structured_configs/s1-leaf4.yml delete mode 100644 sites/site_1/intended/structured_configs/s1-spine1.yml delete mode 100644 sites/site_1/intended/structured_configs/s1-spine2.yml delete mode 100644 sites/site_2/documentation/devices/s2-leaf1.md delete mode 100644 sites/site_2/documentation/devices/s2-leaf2.md delete mode 100644 sites/site_2/documentation/devices/s2-leaf3.md delete mode 100644 sites/site_2/documentation/devices/s2-leaf4.md delete mode 100644 sites/site_2/documentation/devices/s2-spine1.md delete mode 100644 sites/site_2/documentation/devices/s2-spine2.md delete mode 100644 sites/site_2/documentation/fabric/SITE2_FABRIC-documentation.md delete mode 100644 sites/site_2/documentation/fabric/SITE2_FABRIC-p2p-links.csv delete mode 100644 sites/site_2/documentation/fabric/SITE2_FABRIC-topology.csv delete mode 100644 sites/site_2/intended/configs/s2-leaf1.cfg delete mode 100644 sites/site_2/intended/configs/s2-leaf2.cfg delete mode 100644 sites/site_2/intended/configs/s2-leaf3.cfg delete mode 100644 sites/site_2/intended/configs/s2-leaf4.cfg delete mode 100644 sites/site_2/intended/configs/s2-spine1.cfg delete mode 100644 sites/site_2/intended/configs/s2-spine2.cfg delete mode 100644 sites/site_2/intended/structured_configs/s2-leaf1.yml delete mode 100644 sites/site_2/intended/structured_configs/s2-leaf2.yml delete mode 100644 sites/site_2/intended/structured_configs/s2-leaf3.yml delete mode 100644 sites/site_2/intended/structured_configs/s2-leaf4.yml delete mode 100644 sites/site_2/intended/structured_configs/s2-spine1.yml delete mode 100644 sites/site_2/intended/structured_configs/s2-spine2.yml diff --git a/sites/site_1/documentation/devices/s1-leaf1.md b/sites/site_1/documentation/devices/s1-leaf1.md deleted file mode 100644 index a7eaf356f..000000000 --- a/sites/site_1/documentation/devices/s1-leaf1.md +++ /dev/null @@ -1,331 +0,0 @@ -# s1-leaf1 - -## Table of Contents - -- [Management](#management) - - [Management Interfaces](#management-interfaces) - - [Management API HTTP](#management-api-http) -- [MLAG](#mlag) - - [MLAG Summary](#mlag-summary) - - [MLAG Device Configuration](#mlag-device-configuration) -- [Spanning Tree](#spanning-tree) - - [Spanning Tree Summary](#spanning-tree-summary) - - [Spanning Tree Device Configuration](#spanning-tree-device-configuration) -- [Internal VLAN Allocation Policy](#internal-vlan-allocation-policy) - - [Internal VLAN Allocation Policy Summary](#internal-vlan-allocation-policy-summary) - - [Internal VLAN Allocation Policy Configuration](#internal-vlan-allocation-policy-configuration) -- [VLANs](#vlans) - - [VLANs Summary](#vlans-summary) - - [VLANs Device Configuration](#vlans-device-configuration) -- [Interfaces](#interfaces) - - [Ethernet Interfaces](#ethernet-interfaces) - - [Port-Channel Interfaces](#port-channel-interfaces) - - [VLAN Interfaces](#vlan-interfaces) -- [Routing](#routing) - - [Service Routing Protocols Model](#service-routing-protocols-model) - - [IP Routing](#ip-routing) - - [IPv6 Routing](#ipv6-routing) -- [Multicast](#multicast) - - [IP IGMP Snooping](#ip-igmp-snooping) -- [VRF Instances](#vrf-instances) - - [VRF Instances Summary](#vrf-instances-summary) - - [VRF Instances Device Configuration](#vrf-instances-device-configuration) - -## Management - -### Management Interfaces - -#### Management Interfaces Summary - -##### IPv4 - -| Management Interface | description | Type | VRF | IP Address | Gateway | -| -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management0 | oob_management | oob | MGMT | 192.168.0.12/24 | - | - -##### IPv6 - -| Management Interface | description | Type | VRF | IPv6 Address | IPv6 Gateway | -| -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management0 | oob_management | oob | MGMT | - | - | - -#### Management Interfaces Device Configuration - -```eos -! -interface Management0 - description oob_management - no shutdown - vrf MGMT - ip address 192.168.0.12/24 -``` - -### Management API HTTP - -#### Management API HTTP Summary - -| HTTP | HTTPS | Default Services | -| ---- | ----- | ---------------- | -| False | True | - | - -#### Management API VRF Access - -| VRF Name | IPv4 ACL | IPv6 ACL | -| -------- | -------- | -------- | -| MGMT | - | - | - -#### Management API HTTP Configuration - -```eos -! -management api http-commands - protocol https - no shutdown - ! - vrf MGMT - no shutdown -``` - -## MLAG - -### MLAG Summary - -| Domain-id | Local-interface | Peer-address | Peer-link | -| --------- | --------------- | ------------ | --------- | -| RACK1 | Vlan4094 | 10.1.253.5 | Port-Channel1 | - -Dual primary detection is disabled. - -### MLAG Device Configuration - -```eos -! -mlag configuration - domain-id RACK1 - local-interface Vlan4094 - peer-address 10.1.253.5 - peer-link Port-Channel1 - reload-delay mlag 300 - reload-delay non-mlag 330 -``` - -## Spanning Tree - -### Spanning Tree Summary - -STP mode: **mstp** - -#### MSTP Instance and Priority - -| Instance(s) | Priority | -| -------- | -------- | -| 0 | 16384 | - -#### Global Spanning-Tree Settings - -- Spanning Tree disabled for VLANs: **4094** - -### Spanning Tree Device Configuration - -```eos -! -spanning-tree mode mstp -no spanning-tree vlan-id 4094 -spanning-tree mst 0 priority 16384 -``` - -## Internal VLAN Allocation Policy - -### Internal VLAN Allocation Policy Summary - -| Policy Allocation | Range Beginning | Range Ending | -| ------------------| --------------- | ------------ | -| ascending | 1006 | 1199 | - -### Internal VLAN Allocation Policy Configuration - -```eos -! -vlan internal order ascending range 1006 1199 -``` - -## VLANs - -### VLANs Summary - -| VLAN ID | Name | Trunk Groups | -| ------- | ---- | ------------ | -| 4094 | MLAG_PEER | MLAG | - -### VLANs Device Configuration - -```eos -! -vlan 4094 - name MLAG_PEER - trunk group MLAG -``` - -## Interfaces - -### Ethernet Interfaces - -#### Ethernet Interfaces Summary - -##### L2 - -| Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | Channel-Group | -| --------- | ----------- | ---- | ----- | ----------- | ----------- | ------------- | -| Ethernet1 | MLAG_PEER_s1-leaf2_Ethernet1 | *trunk | *- | *- | *['MLAG'] | 1 | -| Ethernet2 | S1-SPINE1_Ethernet2 | *trunk | *none | *- | *- | 2 | -| Ethernet3 | S1-SPINE2_Ethernet2 | *trunk | *none | *- | *- | 2 | -| Ethernet6 | MLAG_PEER_s1-leaf2_Ethernet6 | *trunk | *- | *- | *['MLAG'] | 1 | - -*Inherited from Port-Channel Interface - -#### Ethernet Interfaces Device Configuration - -```eos -! -interface Ethernet1 - description MLAG_PEER_s1-leaf2_Ethernet1 - no shutdown - channel-group 1 mode active -! -interface Ethernet2 - description S1-SPINE1_Ethernet2 - no shutdown - channel-group 2 mode active -! -interface Ethernet3 - description S1-SPINE2_Ethernet2 - no shutdown - channel-group 2 mode active -! -interface Ethernet6 - description MLAG_PEER_s1-leaf2_Ethernet6 - no shutdown - channel-group 1 mode active -``` - -### Port-Channel Interfaces - -#### Port-Channel Interfaces Summary - -##### L2 - -| Interface | Description | Type | Mode | VLANs | Native VLAN | Trunk Group | LACP Fallback Timeout | LACP Fallback Mode | MLAG ID | EVPN ESI | -| --------- | ----------- | ---- | ---- | ----- | ----------- | ------------| --------------------- | ------------------ | ------- | -------- | -| Port-Channel1 | MLAG_PEER_s1-leaf2_Po1 | switched | trunk | - | - | ['MLAG'] | - | - | - | - | -| Port-Channel2 | SPINES_Po2 | switched | trunk | none | - | - | - | - | 2 | - | - -#### Port-Channel Interfaces Device Configuration - -```eos -! -interface Port-Channel1 - description MLAG_PEER_s1-leaf2_Po1 - no shutdown - switchport - switchport mode trunk - switchport trunk group MLAG -! -interface Port-Channel2 - description SPINES_Po2 - no shutdown - switchport - switchport trunk allowed vlan none - switchport mode trunk - mlag 2 -``` - -### VLAN Interfaces - -#### VLAN Interfaces Summary - -| Interface | Description | VRF | MTU | Shutdown | -| --------- | ----------- | --- | ---- | -------- | -| Vlan4094 | MLAG_PEER | default | 9214 | False | - -##### IPv4 - -| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | VRRP | ACL In | ACL Out | -| --------- | --- | ---------- | ------------------ | ------------------------- | ---- | ------ | ------- | -| Vlan4094 | default | 10.1.253.4/31 | - | - | - | - | - | - -#### VLAN Interfaces Device Configuration - -```eos -! -interface Vlan4094 - description MLAG_PEER - no shutdown - mtu 9214 - no autostate - ip address 10.1.253.4/31 -``` - -## Routing - -### Service Routing Protocols Model - -Multi agent routing protocol model enabled - -```eos -! -service routing protocols model multi-agent -``` - -### IP Routing - -#### IP Routing Summary - -| VRF | Routing Enabled | -| --- | --------------- | -| default | False | -| MGMT | False | - -#### IP Routing Device Configuration - -```eos -no ip routing vrf MGMT -``` - -### IPv6 Routing - -#### IPv6 Routing Summary - -| VRF | Routing Enabled | -| --- | --------------- | -| default | False | -| MGMT | false | - -## Multicast - -### IP IGMP Snooping - -#### IP IGMP Snooping Summary - -| IGMP Snooping | Fast Leave | Interface Restart Query | Proxy | Restart Query Interval | Robustness Variable | -| ------------- | ---------- | ----------------------- | ----- | ---------------------- | ------------------- | -| Enabled | - | - | - | - | - | - -#### IP IGMP Snooping Device Configuration - -```eos -``` - -## VRF Instances - -### VRF Instances Summary - -| VRF Name | IP Routing | -| -------- | ---------- | -| MGMT | disabled | - -### VRF Instances Device Configuration - -```eos -! -vrf instance MGMT -``` diff --git a/sites/site_1/documentation/devices/s1-leaf2.md b/sites/site_1/documentation/devices/s1-leaf2.md deleted file mode 100644 index 0f8bcbf9c..000000000 --- a/sites/site_1/documentation/devices/s1-leaf2.md +++ /dev/null @@ -1,331 +0,0 @@ -# s1-leaf2 - -## Table of Contents - -- [Management](#management) - - [Management Interfaces](#management-interfaces) - - [Management API HTTP](#management-api-http) -- [MLAG](#mlag) - - [MLAG Summary](#mlag-summary) - - [MLAG Device Configuration](#mlag-device-configuration) -- [Spanning Tree](#spanning-tree) - - [Spanning Tree Summary](#spanning-tree-summary) - - [Spanning Tree Device Configuration](#spanning-tree-device-configuration) -- [Internal VLAN Allocation Policy](#internal-vlan-allocation-policy) - - [Internal VLAN Allocation Policy Summary](#internal-vlan-allocation-policy-summary) - - [Internal VLAN Allocation Policy Configuration](#internal-vlan-allocation-policy-configuration) -- [VLANs](#vlans) - - [VLANs Summary](#vlans-summary) - - [VLANs Device Configuration](#vlans-device-configuration) -- [Interfaces](#interfaces) - - [Ethernet Interfaces](#ethernet-interfaces) - - [Port-Channel Interfaces](#port-channel-interfaces) - - [VLAN Interfaces](#vlan-interfaces) -- [Routing](#routing) - - [Service Routing Protocols Model](#service-routing-protocols-model) - - [IP Routing](#ip-routing) - - [IPv6 Routing](#ipv6-routing) -- [Multicast](#multicast) - - [IP IGMP Snooping](#ip-igmp-snooping) -- [VRF Instances](#vrf-instances) - - [VRF Instances Summary](#vrf-instances-summary) - - [VRF Instances Device Configuration](#vrf-instances-device-configuration) - -## Management - -### Management Interfaces - -#### Management Interfaces Summary - -##### IPv4 - -| Management Interface | description | Type | VRF | IP Address | Gateway | -| -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management0 | oob_management | oob | MGMT | 192.168.0.13/24 | - | - -##### IPv6 - -| Management Interface | description | Type | VRF | IPv6 Address | IPv6 Gateway | -| -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management0 | oob_management | oob | MGMT | - | - | - -#### Management Interfaces Device Configuration - -```eos -! -interface Management0 - description oob_management - no shutdown - vrf MGMT - ip address 192.168.0.13/24 -``` - -### Management API HTTP - -#### Management API HTTP Summary - -| HTTP | HTTPS | Default Services | -| ---- | ----- | ---------------- | -| False | True | - | - -#### Management API VRF Access - -| VRF Name | IPv4 ACL | IPv6 ACL | -| -------- | -------- | -------- | -| MGMT | - | - | - -#### Management API HTTP Configuration - -```eos -! -management api http-commands - protocol https - no shutdown - ! - vrf MGMT - no shutdown -``` - -## MLAG - -### MLAG Summary - -| Domain-id | Local-interface | Peer-address | Peer-link | -| --------- | --------------- | ------------ | --------- | -| RACK1 | Vlan4094 | 10.1.253.4 | Port-Channel1 | - -Dual primary detection is disabled. - -### MLAG Device Configuration - -```eos -! -mlag configuration - domain-id RACK1 - local-interface Vlan4094 - peer-address 10.1.253.4 - peer-link Port-Channel1 - reload-delay mlag 300 - reload-delay non-mlag 330 -``` - -## Spanning Tree - -### Spanning Tree Summary - -STP mode: **mstp** - -#### MSTP Instance and Priority - -| Instance(s) | Priority | -| -------- | -------- | -| 0 | 16384 | - -#### Global Spanning-Tree Settings - -- Spanning Tree disabled for VLANs: **4094** - -### Spanning Tree Device Configuration - -```eos -! -spanning-tree mode mstp -no spanning-tree vlan-id 4094 -spanning-tree mst 0 priority 16384 -``` - -## Internal VLAN Allocation Policy - -### Internal VLAN Allocation Policy Summary - -| Policy Allocation | Range Beginning | Range Ending | -| ------------------| --------------- | ------------ | -| ascending | 1006 | 1199 | - -### Internal VLAN Allocation Policy Configuration - -```eos -! -vlan internal order ascending range 1006 1199 -``` - -## VLANs - -### VLANs Summary - -| VLAN ID | Name | Trunk Groups | -| ------- | ---- | ------------ | -| 4094 | MLAG_PEER | MLAG | - -### VLANs Device Configuration - -```eos -! -vlan 4094 - name MLAG_PEER - trunk group MLAG -``` - -## Interfaces - -### Ethernet Interfaces - -#### Ethernet Interfaces Summary - -##### L2 - -| Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | Channel-Group | -| --------- | ----------- | ---- | ----- | ----------- | ----------- | ------------- | -| Ethernet1 | MLAG_PEER_s1-leaf1_Ethernet1 | *trunk | *- | *- | *['MLAG'] | 1 | -| Ethernet2 | S1-SPINE1_Ethernet3 | *trunk | *none | *- | *- | 2 | -| Ethernet3 | S1-SPINE2_Ethernet3 | *trunk | *none | *- | *- | 2 | -| Ethernet6 | MLAG_PEER_s1-leaf1_Ethernet6 | *trunk | *- | *- | *['MLAG'] | 1 | - -*Inherited from Port-Channel Interface - -#### Ethernet Interfaces Device Configuration - -```eos -! -interface Ethernet1 - description MLAG_PEER_s1-leaf1_Ethernet1 - no shutdown - channel-group 1 mode active -! -interface Ethernet2 - description S1-SPINE1_Ethernet3 - no shutdown - channel-group 2 mode active -! -interface Ethernet3 - description S1-SPINE2_Ethernet3 - no shutdown - channel-group 2 mode active -! -interface Ethernet6 - description MLAG_PEER_s1-leaf1_Ethernet6 - no shutdown - channel-group 1 mode active -``` - -### Port-Channel Interfaces - -#### Port-Channel Interfaces Summary - -##### L2 - -| Interface | Description | Type | Mode | VLANs | Native VLAN | Trunk Group | LACP Fallback Timeout | LACP Fallback Mode | MLAG ID | EVPN ESI | -| --------- | ----------- | ---- | ---- | ----- | ----------- | ------------| --------------------- | ------------------ | ------- | -------- | -| Port-Channel1 | MLAG_PEER_s1-leaf1_Po1 | switched | trunk | - | - | ['MLAG'] | - | - | - | - | -| Port-Channel2 | SPINES_Po2 | switched | trunk | none | - | - | - | - | 2 | - | - -#### Port-Channel Interfaces Device Configuration - -```eos -! -interface Port-Channel1 - description MLAG_PEER_s1-leaf1_Po1 - no shutdown - switchport - switchport mode trunk - switchport trunk group MLAG -! -interface Port-Channel2 - description SPINES_Po2 - no shutdown - switchport - switchport trunk allowed vlan none - switchport mode trunk - mlag 2 -``` - -### VLAN Interfaces - -#### VLAN Interfaces Summary - -| Interface | Description | VRF | MTU | Shutdown | -| --------- | ----------- | --- | ---- | -------- | -| Vlan4094 | MLAG_PEER | default | 9214 | False | - -##### IPv4 - -| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | VRRP | ACL In | ACL Out | -| --------- | --- | ---------- | ------------------ | ------------------------- | ---- | ------ | ------- | -| Vlan4094 | default | 10.1.253.5/31 | - | - | - | - | - | - -#### VLAN Interfaces Device Configuration - -```eos -! -interface Vlan4094 - description MLAG_PEER - no shutdown - mtu 9214 - no autostate - ip address 10.1.253.5/31 -``` - -## Routing - -### Service Routing Protocols Model - -Multi agent routing protocol model enabled - -```eos -! -service routing protocols model multi-agent -``` - -### IP Routing - -#### IP Routing Summary - -| VRF | Routing Enabled | -| --- | --------------- | -| default | False | -| MGMT | False | - -#### IP Routing Device Configuration - -```eos -no ip routing vrf MGMT -``` - -### IPv6 Routing - -#### IPv6 Routing Summary - -| VRF | Routing Enabled | -| --- | --------------- | -| default | False | -| MGMT | false | - -## Multicast - -### IP IGMP Snooping - -#### IP IGMP Snooping Summary - -| IGMP Snooping | Fast Leave | Interface Restart Query | Proxy | Restart Query Interval | Robustness Variable | -| ------------- | ---------- | ----------------------- | ----- | ---------------------- | ------------------- | -| Enabled | - | - | - | - | - | - -#### IP IGMP Snooping Device Configuration - -```eos -``` - -## VRF Instances - -### VRF Instances Summary - -| VRF Name | IP Routing | -| -------- | ---------- | -| MGMT | disabled | - -### VRF Instances Device Configuration - -```eos -! -vrf instance MGMT -``` diff --git a/sites/site_1/documentation/devices/s1-leaf3.md b/sites/site_1/documentation/devices/s1-leaf3.md deleted file mode 100644 index 67aefeb04..000000000 --- a/sites/site_1/documentation/devices/s1-leaf3.md +++ /dev/null @@ -1,331 +0,0 @@ -# s1-leaf3 - -## Table of Contents - -- [Management](#management) - - [Management Interfaces](#management-interfaces) - - [Management API HTTP](#management-api-http) -- [MLAG](#mlag) - - [MLAG Summary](#mlag-summary) - - [MLAG Device Configuration](#mlag-device-configuration) -- [Spanning Tree](#spanning-tree) - - [Spanning Tree Summary](#spanning-tree-summary) - - [Spanning Tree Device Configuration](#spanning-tree-device-configuration) -- [Internal VLAN Allocation Policy](#internal-vlan-allocation-policy) - - [Internal VLAN Allocation Policy Summary](#internal-vlan-allocation-policy-summary) - - [Internal VLAN Allocation Policy Configuration](#internal-vlan-allocation-policy-configuration) -- [VLANs](#vlans) - - [VLANs Summary](#vlans-summary) - - [VLANs Device Configuration](#vlans-device-configuration) -- [Interfaces](#interfaces) - - [Ethernet Interfaces](#ethernet-interfaces) - - [Port-Channel Interfaces](#port-channel-interfaces) - - [VLAN Interfaces](#vlan-interfaces) -- [Routing](#routing) - - [Service Routing Protocols Model](#service-routing-protocols-model) - - [IP Routing](#ip-routing) - - [IPv6 Routing](#ipv6-routing) -- [Multicast](#multicast) - - [IP IGMP Snooping](#ip-igmp-snooping) -- [VRF Instances](#vrf-instances) - - [VRF Instances Summary](#vrf-instances-summary) - - [VRF Instances Device Configuration](#vrf-instances-device-configuration) - -## Management - -### Management Interfaces - -#### Management Interfaces Summary - -##### IPv4 - -| Management Interface | description | Type | VRF | IP Address | Gateway | -| -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management0 | oob_management | oob | MGMT | 192.168.0.14/24 | - | - -##### IPv6 - -| Management Interface | description | Type | VRF | IPv6 Address | IPv6 Gateway | -| -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management0 | oob_management | oob | MGMT | - | - | - -#### Management Interfaces Device Configuration - -```eos -! -interface Management0 - description oob_management - no shutdown - vrf MGMT - ip address 192.168.0.14/24 -``` - -### Management API HTTP - -#### Management API HTTP Summary - -| HTTP | HTTPS | Default Services | -| ---- | ----- | ---------------- | -| False | True | - | - -#### Management API VRF Access - -| VRF Name | IPv4 ACL | IPv6 ACL | -| -------- | -------- | -------- | -| MGMT | - | - | - -#### Management API HTTP Configuration - -```eos -! -management api http-commands - protocol https - no shutdown - ! - vrf MGMT - no shutdown -``` - -## MLAG - -### MLAG Summary - -| Domain-id | Local-interface | Peer-address | Peer-link | -| --------- | --------------- | ------------ | --------- | -| RACK2 | Vlan4094 | 10.1.253.9 | Port-Channel1 | - -Dual primary detection is disabled. - -### MLAG Device Configuration - -```eos -! -mlag configuration - domain-id RACK2 - local-interface Vlan4094 - peer-address 10.1.253.9 - peer-link Port-Channel1 - reload-delay mlag 300 - reload-delay non-mlag 330 -``` - -## Spanning Tree - -### Spanning Tree Summary - -STP mode: **mstp** - -#### MSTP Instance and Priority - -| Instance(s) | Priority | -| -------- | -------- | -| 0 | 16384 | - -#### Global Spanning-Tree Settings - -- Spanning Tree disabled for VLANs: **4094** - -### Spanning Tree Device Configuration - -```eos -! -spanning-tree mode mstp -no spanning-tree vlan-id 4094 -spanning-tree mst 0 priority 16384 -``` - -## Internal VLAN Allocation Policy - -### Internal VLAN Allocation Policy Summary - -| Policy Allocation | Range Beginning | Range Ending | -| ------------------| --------------- | ------------ | -| ascending | 1006 | 1199 | - -### Internal VLAN Allocation Policy Configuration - -```eos -! -vlan internal order ascending range 1006 1199 -``` - -## VLANs - -### VLANs Summary - -| VLAN ID | Name | Trunk Groups | -| ------- | ---- | ------------ | -| 4094 | MLAG_PEER | MLAG | - -### VLANs Device Configuration - -```eos -! -vlan 4094 - name MLAG_PEER - trunk group MLAG -``` - -## Interfaces - -### Ethernet Interfaces - -#### Ethernet Interfaces Summary - -##### L2 - -| Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | Channel-Group | -| --------- | ----------- | ---- | ----- | ----------- | ----------- | ------------- | -| Ethernet1 | MLAG_PEER_s1-leaf4_Ethernet1 | *trunk | *- | *- | *['MLAG'] | 1 | -| Ethernet2 | S1-SPINE1_Ethernet4 | *trunk | *none | *- | *- | 2 | -| Ethernet3 | S1-SPINE2_Ethernet4 | *trunk | *none | *- | *- | 2 | -| Ethernet6 | MLAG_PEER_s1-leaf4_Ethernet6 | *trunk | *- | *- | *['MLAG'] | 1 | - -*Inherited from Port-Channel Interface - -#### Ethernet Interfaces Device Configuration - -```eos -! -interface Ethernet1 - description MLAG_PEER_s1-leaf4_Ethernet1 - no shutdown - channel-group 1 mode active -! -interface Ethernet2 - description S1-SPINE1_Ethernet4 - no shutdown - channel-group 2 mode active -! -interface Ethernet3 - description S1-SPINE2_Ethernet4 - no shutdown - channel-group 2 mode active -! -interface Ethernet6 - description MLAG_PEER_s1-leaf4_Ethernet6 - no shutdown - channel-group 1 mode active -``` - -### Port-Channel Interfaces - -#### Port-Channel Interfaces Summary - -##### L2 - -| Interface | Description | Type | Mode | VLANs | Native VLAN | Trunk Group | LACP Fallback Timeout | LACP Fallback Mode | MLAG ID | EVPN ESI | -| --------- | ----------- | ---- | ---- | ----- | ----------- | ------------| --------------------- | ------------------ | ------- | -------- | -| Port-Channel1 | MLAG_PEER_s1-leaf4_Po1 | switched | trunk | - | - | ['MLAG'] | - | - | - | - | -| Port-Channel2 | SPINES_Po4 | switched | trunk | none | - | - | - | - | 2 | - | - -#### Port-Channel Interfaces Device Configuration - -```eos -! -interface Port-Channel1 - description MLAG_PEER_s1-leaf4_Po1 - no shutdown - switchport - switchport mode trunk - switchport trunk group MLAG -! -interface Port-Channel2 - description SPINES_Po4 - no shutdown - switchport - switchport trunk allowed vlan none - switchport mode trunk - mlag 2 -``` - -### VLAN Interfaces - -#### VLAN Interfaces Summary - -| Interface | Description | VRF | MTU | Shutdown | -| --------- | ----------- | --- | ---- | -------- | -| Vlan4094 | MLAG_PEER | default | 9214 | False | - -##### IPv4 - -| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | VRRP | ACL In | ACL Out | -| --------- | --- | ---------- | ------------------ | ------------------------- | ---- | ------ | ------- | -| Vlan4094 | default | 10.1.253.8/31 | - | - | - | - | - | - -#### VLAN Interfaces Device Configuration - -```eos -! -interface Vlan4094 - description MLAG_PEER - no shutdown - mtu 9214 - no autostate - ip address 10.1.253.8/31 -``` - -## Routing - -### Service Routing Protocols Model - -Multi agent routing protocol model enabled - -```eos -! -service routing protocols model multi-agent -``` - -### IP Routing - -#### IP Routing Summary - -| VRF | Routing Enabled | -| --- | --------------- | -| default | False | -| MGMT | False | - -#### IP Routing Device Configuration - -```eos -no ip routing vrf MGMT -``` - -### IPv6 Routing - -#### IPv6 Routing Summary - -| VRF | Routing Enabled | -| --- | --------------- | -| default | False | -| MGMT | false | - -## Multicast - -### IP IGMP Snooping - -#### IP IGMP Snooping Summary - -| IGMP Snooping | Fast Leave | Interface Restart Query | Proxy | Restart Query Interval | Robustness Variable | -| ------------- | ---------- | ----------------------- | ----- | ---------------------- | ------------------- | -| Enabled | - | - | - | - | - | - -#### IP IGMP Snooping Device Configuration - -```eos -``` - -## VRF Instances - -### VRF Instances Summary - -| VRF Name | IP Routing | -| -------- | ---------- | -| MGMT | disabled | - -### VRF Instances Device Configuration - -```eos -! -vrf instance MGMT -``` diff --git a/sites/site_1/documentation/devices/s1-leaf4.md b/sites/site_1/documentation/devices/s1-leaf4.md deleted file mode 100644 index 4467f1ba0..000000000 --- a/sites/site_1/documentation/devices/s1-leaf4.md +++ /dev/null @@ -1,331 +0,0 @@ -# s1-leaf4 - -## Table of Contents - -- [Management](#management) - - [Management Interfaces](#management-interfaces) - - [Management API HTTP](#management-api-http) -- [MLAG](#mlag) - - [MLAG Summary](#mlag-summary) - - [MLAG Device Configuration](#mlag-device-configuration) -- [Spanning Tree](#spanning-tree) - - [Spanning Tree Summary](#spanning-tree-summary) - - [Spanning Tree Device Configuration](#spanning-tree-device-configuration) -- [Internal VLAN Allocation Policy](#internal-vlan-allocation-policy) - - [Internal VLAN Allocation Policy Summary](#internal-vlan-allocation-policy-summary) - - [Internal VLAN Allocation Policy Configuration](#internal-vlan-allocation-policy-configuration) -- [VLANs](#vlans) - - [VLANs Summary](#vlans-summary) - - [VLANs Device Configuration](#vlans-device-configuration) -- [Interfaces](#interfaces) - - [Ethernet Interfaces](#ethernet-interfaces) - - [Port-Channel Interfaces](#port-channel-interfaces) - - [VLAN Interfaces](#vlan-interfaces) -- [Routing](#routing) - - [Service Routing Protocols Model](#service-routing-protocols-model) - - [IP Routing](#ip-routing) - - [IPv6 Routing](#ipv6-routing) -- [Multicast](#multicast) - - [IP IGMP Snooping](#ip-igmp-snooping) -- [VRF Instances](#vrf-instances) - - [VRF Instances Summary](#vrf-instances-summary) - - [VRF Instances Device Configuration](#vrf-instances-device-configuration) - -## Management - -### Management Interfaces - -#### Management Interfaces Summary - -##### IPv4 - -| Management Interface | description | Type | VRF | IP Address | Gateway | -| -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management0 | oob_management | oob | MGMT | 192.168.0.15/24 | - | - -##### IPv6 - -| Management Interface | description | Type | VRF | IPv6 Address | IPv6 Gateway | -| -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management0 | oob_management | oob | MGMT | - | - | - -#### Management Interfaces Device Configuration - -```eos -! -interface Management0 - description oob_management - no shutdown - vrf MGMT - ip address 192.168.0.15/24 -``` - -### Management API HTTP - -#### Management API HTTP Summary - -| HTTP | HTTPS | Default Services | -| ---- | ----- | ---------------- | -| False | True | - | - -#### Management API VRF Access - -| VRF Name | IPv4 ACL | IPv6 ACL | -| -------- | -------- | -------- | -| MGMT | - | - | - -#### Management API HTTP Configuration - -```eos -! -management api http-commands - protocol https - no shutdown - ! - vrf MGMT - no shutdown -``` - -## MLAG - -### MLAG Summary - -| Domain-id | Local-interface | Peer-address | Peer-link | -| --------- | --------------- | ------------ | --------- | -| RACK2 | Vlan4094 | 10.1.253.8 | Port-Channel1 | - -Dual primary detection is disabled. - -### MLAG Device Configuration - -```eos -! -mlag configuration - domain-id RACK2 - local-interface Vlan4094 - peer-address 10.1.253.8 - peer-link Port-Channel1 - reload-delay mlag 300 - reload-delay non-mlag 330 -``` - -## Spanning Tree - -### Spanning Tree Summary - -STP mode: **mstp** - -#### MSTP Instance and Priority - -| Instance(s) | Priority | -| -------- | -------- | -| 0 | 16384 | - -#### Global Spanning-Tree Settings - -- Spanning Tree disabled for VLANs: **4094** - -### Spanning Tree Device Configuration - -```eos -! -spanning-tree mode mstp -no spanning-tree vlan-id 4094 -spanning-tree mst 0 priority 16384 -``` - -## Internal VLAN Allocation Policy - -### Internal VLAN Allocation Policy Summary - -| Policy Allocation | Range Beginning | Range Ending | -| ------------------| --------------- | ------------ | -| ascending | 1006 | 1199 | - -### Internal VLAN Allocation Policy Configuration - -```eos -! -vlan internal order ascending range 1006 1199 -``` - -## VLANs - -### VLANs Summary - -| VLAN ID | Name | Trunk Groups | -| ------- | ---- | ------------ | -| 4094 | MLAG_PEER | MLAG | - -### VLANs Device Configuration - -```eos -! -vlan 4094 - name MLAG_PEER - trunk group MLAG -``` - -## Interfaces - -### Ethernet Interfaces - -#### Ethernet Interfaces Summary - -##### L2 - -| Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | Channel-Group | -| --------- | ----------- | ---- | ----- | ----------- | ----------- | ------------- | -| Ethernet1 | MLAG_PEER_s1-leaf3_Ethernet1 | *trunk | *- | *- | *['MLAG'] | 1 | -| Ethernet2 | S1-SPINE1_Ethernet5 | *trunk | *none | *- | *- | 2 | -| Ethernet3 | S1-SPINE2_Ethernet5 | *trunk | *none | *- | *- | 2 | -| Ethernet6 | MLAG_PEER_s1-leaf3_Ethernet6 | *trunk | *- | *- | *['MLAG'] | 1 | - -*Inherited from Port-Channel Interface - -#### Ethernet Interfaces Device Configuration - -```eos -! -interface Ethernet1 - description MLAG_PEER_s1-leaf3_Ethernet1 - no shutdown - channel-group 1 mode active -! -interface Ethernet2 - description S1-SPINE1_Ethernet5 - no shutdown - channel-group 2 mode active -! -interface Ethernet3 - description S1-SPINE2_Ethernet5 - no shutdown - channel-group 2 mode active -! -interface Ethernet6 - description MLAG_PEER_s1-leaf3_Ethernet6 - no shutdown - channel-group 1 mode active -``` - -### Port-Channel Interfaces - -#### Port-Channel Interfaces Summary - -##### L2 - -| Interface | Description | Type | Mode | VLANs | Native VLAN | Trunk Group | LACP Fallback Timeout | LACP Fallback Mode | MLAG ID | EVPN ESI | -| --------- | ----------- | ---- | ---- | ----- | ----------- | ------------| --------------------- | ------------------ | ------- | -------- | -| Port-Channel1 | MLAG_PEER_s1-leaf3_Po1 | switched | trunk | - | - | ['MLAG'] | - | - | - | - | -| Port-Channel2 | SPINES_Po4 | switched | trunk | none | - | - | - | - | 2 | - | - -#### Port-Channel Interfaces Device Configuration - -```eos -! -interface Port-Channel1 - description MLAG_PEER_s1-leaf3_Po1 - no shutdown - switchport - switchport mode trunk - switchport trunk group MLAG -! -interface Port-Channel2 - description SPINES_Po4 - no shutdown - switchport - switchport trunk allowed vlan none - switchport mode trunk - mlag 2 -``` - -### VLAN Interfaces - -#### VLAN Interfaces Summary - -| Interface | Description | VRF | MTU | Shutdown | -| --------- | ----------- | --- | ---- | -------- | -| Vlan4094 | MLAG_PEER | default | 9214 | False | - -##### IPv4 - -| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | VRRP | ACL In | ACL Out | -| --------- | --- | ---------- | ------------------ | ------------------------- | ---- | ------ | ------- | -| Vlan4094 | default | 10.1.253.9/31 | - | - | - | - | - | - -#### VLAN Interfaces Device Configuration - -```eos -! -interface Vlan4094 - description MLAG_PEER - no shutdown - mtu 9214 - no autostate - ip address 10.1.253.9/31 -``` - -## Routing - -### Service Routing Protocols Model - -Multi agent routing protocol model enabled - -```eos -! -service routing protocols model multi-agent -``` - -### IP Routing - -#### IP Routing Summary - -| VRF | Routing Enabled | -| --- | --------------- | -| default | False | -| MGMT | False | - -#### IP Routing Device Configuration - -```eos -no ip routing vrf MGMT -``` - -### IPv6 Routing - -#### IPv6 Routing Summary - -| VRF | Routing Enabled | -| --- | --------------- | -| default | False | -| MGMT | false | - -## Multicast - -### IP IGMP Snooping - -#### IP IGMP Snooping Summary - -| IGMP Snooping | Fast Leave | Interface Restart Query | Proxy | Restart Query Interval | Robustness Variable | -| ------------- | ---------- | ----------------------- | ----- | ---------------------- | ------------------- | -| Enabled | - | - | - | - | - | - -#### IP IGMP Snooping Device Configuration - -```eos -``` - -## VRF Instances - -### VRF Instances Summary - -| VRF Name | IP Routing | -| -------- | ---------- | -| MGMT | disabled | - -### VRF Instances Device Configuration - -```eos -! -vrf instance MGMT -``` diff --git a/sites/site_1/documentation/devices/s1-spine1.md b/sites/site_1/documentation/devices/s1-spine1.md deleted file mode 100644 index c85630ce0..000000000 --- a/sites/site_1/documentation/devices/s1-spine1.md +++ /dev/null @@ -1,447 +0,0 @@ -# s1-spine1 - -## Table of Contents - -- [Management](#management) - - [Management Interfaces](#management-interfaces) - - [Management API HTTP](#management-api-http) -- [MLAG](#mlag) - - [MLAG Summary](#mlag-summary) - - [MLAG Device Configuration](#mlag-device-configuration) -- [Spanning Tree](#spanning-tree) - - [Spanning Tree Summary](#spanning-tree-summary) - - [Spanning Tree Device Configuration](#spanning-tree-device-configuration) -- [Internal VLAN Allocation Policy](#internal-vlan-allocation-policy) - - [Internal VLAN Allocation Policy Summary](#internal-vlan-allocation-policy-summary) - - [Internal VLAN Allocation Policy Configuration](#internal-vlan-allocation-policy-configuration) -- [VLANs](#vlans) - - [VLANs Summary](#vlans-summary) - - [VLANs Device Configuration](#vlans-device-configuration) -- [Interfaces](#interfaces) - - [Ethernet Interfaces](#ethernet-interfaces) - - [Port-Channel Interfaces](#port-channel-interfaces) - - [Loopback Interfaces](#loopback-interfaces) - - [VLAN Interfaces](#vlan-interfaces) -- [Routing](#routing) - - [Service Routing Protocols Model](#service-routing-protocols-model) - - [Virtual Router MAC Address](#virtual-router-mac-address) - - [IP Routing](#ip-routing) - - [IPv6 Routing](#ipv6-routing) - - [Router OSPF](#router-ospf) -- [Multicast](#multicast) - - [IP IGMP Snooping](#ip-igmp-snooping) -- [VRF Instances](#vrf-instances) - - [VRF Instances Summary](#vrf-instances-summary) - - [VRF Instances Device Configuration](#vrf-instances-device-configuration) - -## Management - -### Management Interfaces - -#### Management Interfaces Summary - -##### IPv4 - -| Management Interface | description | Type | VRF | IP Address | Gateway | -| -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management0 | oob_management | oob | MGMT | 192.168.0.10/24 | - | - -##### IPv6 - -| Management Interface | description | Type | VRF | IPv6 Address | IPv6 Gateway | -| -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management0 | oob_management | oob | MGMT | - | - | - -#### Management Interfaces Device Configuration - -```eos -! -interface Management0 - description oob_management - no shutdown - vrf MGMT - ip address 192.168.0.10/24 -``` - -### Management API HTTP - -#### Management API HTTP Summary - -| HTTP | HTTPS | Default Services | -| ---- | ----- | ---------------- | -| False | True | - | - -#### Management API VRF Access - -| VRF Name | IPv4 ACL | IPv6 ACL | -| -------- | -------- | -------- | -| MGMT | - | - | - -#### Management API HTTP Configuration - -```eos -! -management api http-commands - protocol https - no shutdown - ! - vrf MGMT - no shutdown -``` - -## MLAG - -### MLAG Summary - -| Domain-id | Local-interface | Peer-address | Peer-link | -| --------- | --------------- | ------------ | --------- | -| SPINES | Vlan4094 | 10.1.253.1 | Port-Channel1 | - -Dual primary detection is disabled. - -### MLAG Device Configuration - -```eos -! -mlag configuration - domain-id SPINES - local-interface Vlan4094 - peer-address 10.1.253.1 - peer-link Port-Channel1 - reload-delay mlag 300 - reload-delay non-mlag 330 -``` - -## Spanning Tree - -### Spanning Tree Summary - -STP mode: **mstp** - -#### MSTP Instance and Priority - -| Instance(s) | Priority | -| -------- | -------- | -| 0 | 4096 | - -#### Global Spanning-Tree Settings - -- Spanning Tree disabled for VLANs: **4093-4094** - -### Spanning Tree Device Configuration - -```eos -! -spanning-tree mode mstp -no spanning-tree vlan-id 4093-4094 -spanning-tree mst 0 priority 4096 -``` - -## Internal VLAN Allocation Policy - -### Internal VLAN Allocation Policy Summary - -| Policy Allocation | Range Beginning | Range Ending | -| ------------------| --------------- | ------------ | -| ascending | 1006 | 1199 | - -### Internal VLAN Allocation Policy Configuration - -```eos -! -vlan internal order ascending range 1006 1199 -``` - -## VLANs - -### VLANs Summary - -| VLAN ID | Name | Trunk Groups | -| ------- | ---- | ------------ | -| 4093 | LEAF_PEER_L3 | LEAF_PEER_L3 | -| 4094 | MLAG_PEER | MLAG | - -### VLANs Device Configuration - -```eos -! -vlan 4093 - name LEAF_PEER_L3 - trunk group LEAF_PEER_L3 -! -vlan 4094 - name MLAG_PEER - trunk group MLAG -``` - -## Interfaces - -### Ethernet Interfaces - -#### Ethernet Interfaces Summary - -##### L2 - -| Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | Channel-Group | -| --------- | ----------- | ---- | ----- | ----------- | ----------- | ------------- | -| Ethernet1 | MLAG_PEER_s1-spine2_Ethernet1 | *trunk | *- | *- | *['LEAF_PEER_L3', 'MLAG'] | 1 | -| Ethernet2 | S1-LEAF1_Ethernet2 | *trunk | *none | *- | *- | 2 | -| Ethernet3 | S1-LEAF2_Ethernet2 | *trunk | *none | *- | *- | 2 | -| Ethernet4 | S1-LEAF3_Ethernet2 | *trunk | *none | *- | *- | 4 | -| Ethernet5 | S1-LEAF4_Ethernet2 | *trunk | *none | *- | *- | 4 | -| Ethernet6 | MLAG_PEER_s1-spine2_Ethernet6 | *trunk | *- | *- | *['LEAF_PEER_L3', 'MLAG'] | 1 | - -*Inherited from Port-Channel Interface - -#### Ethernet Interfaces Device Configuration - -```eos -! -interface Ethernet1 - description MLAG_PEER_s1-spine2_Ethernet1 - no shutdown - channel-group 1 mode active -! -interface Ethernet2 - description S1-LEAF1_Ethernet2 - no shutdown - channel-group 2 mode active -! -interface Ethernet3 - description S1-LEAF2_Ethernet2 - no shutdown - channel-group 2 mode active -! -interface Ethernet4 - description S1-LEAF3_Ethernet2 - no shutdown - channel-group 4 mode active -! -interface Ethernet5 - description S1-LEAF4_Ethernet2 - no shutdown - channel-group 4 mode active -! -interface Ethernet6 - description MLAG_PEER_s1-spine2_Ethernet6 - no shutdown - channel-group 1 mode active -``` - -### Port-Channel Interfaces - -#### Port-Channel Interfaces Summary - -##### L2 - -| Interface | Description | Type | Mode | VLANs | Native VLAN | Trunk Group | LACP Fallback Timeout | LACP Fallback Mode | MLAG ID | EVPN ESI | -| --------- | ----------- | ---- | ---- | ----- | ----------- | ------------| --------------------- | ------------------ | ------- | -------- | -| Port-Channel1 | MLAG_PEER_s1-spine2_Po1 | switched | trunk | - | - | ['LEAF_PEER_L3', 'MLAG'] | - | - | - | - | -| Port-Channel2 | RACK1_Po2 | switched | trunk | none | - | - | - | - | 2 | - | -| Port-Channel4 | RACK2_Po2 | switched | trunk | none | - | - | - | - | 4 | - | - -#### Port-Channel Interfaces Device Configuration - -```eos -! -interface Port-Channel1 - description MLAG_PEER_s1-spine2_Po1 - no shutdown - switchport - switchport mode trunk - switchport trunk group LEAF_PEER_L3 - switchport trunk group MLAG -! -interface Port-Channel2 - description RACK1_Po2 - no shutdown - switchport - switchport trunk allowed vlan none - switchport mode trunk - mlag 2 -! -interface Port-Channel4 - description RACK2_Po2 - no shutdown - switchport - switchport trunk allowed vlan none - switchport mode trunk - mlag 4 -``` - -### Loopback Interfaces - -#### Loopback Interfaces Summary - -##### IPv4 - -| Interface | Description | VRF | IP Address | -| --------- | ----------- | --- | ---------- | -| Loopback0 | Router_ID | default | 10.1.252.1/32 | - -##### IPv6 - -| Interface | Description | VRF | IPv6 Address | -| --------- | ----------- | --- | ------------ | -| Loopback0 | Router_ID | default | - | - - -#### Loopback Interfaces Device Configuration - -```eos -! -interface Loopback0 - description Router_ID - no shutdown - ip address 10.1.252.1/32 - ip ospf area 0.0.0.0 -``` - -### VLAN Interfaces - -#### VLAN Interfaces Summary - -| Interface | Description | VRF | MTU | Shutdown | -| --------- | ----------- | --- | ---- | -------- | -| Vlan4093 | MLAG_PEER_L3_PEERING | default | 9214 | False | -| Vlan4094 | MLAG_PEER | default | 9214 | False | - -##### IPv4 - -| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | VRRP | ACL In | ACL Out | -| --------- | --- | ---------- | ------------------ | ------------------------- | ---- | ------ | ------- | -| Vlan4093 | default | 10.1.254.0/31 | - | - | - | - | - | -| Vlan4094 | default | 10.1.253.0/31 | - | - | - | - | - | - -#### VLAN Interfaces Device Configuration - -```eos -! -interface Vlan4093 - description MLAG_PEER_L3_PEERING - no shutdown - mtu 9214 - ip address 10.1.254.0/31 - ip ospf network point-to-point - ip ospf area 0.0.0.0 -! -interface Vlan4094 - description MLAG_PEER - no shutdown - mtu 9214 - no autostate - ip address 10.1.253.0/31 -``` - -## Routing - -### Service Routing Protocols Model - -Multi agent routing protocol model enabled - -```eos -! -service routing protocols model multi-agent -``` - -### Virtual Router MAC Address - -#### Virtual Router MAC Address Summary - -##### Virtual Router MAC Address: 00:1c:73:00:dc:01 - -#### Virtual Router MAC Address Configuration - -```eos -! -ip virtual-router mac-address 00:1c:73:00:dc:01 -``` - -### IP Routing - -#### IP Routing Summary - -| VRF | Routing Enabled | -| --- | --------------- | -| default | True | -| MGMT | False | - -#### IP Routing Device Configuration - -```eos -! -ip routing -no ip routing vrf MGMT -``` - -### IPv6 Routing - -#### IPv6 Routing Summary - -| VRF | Routing Enabled | -| --- | --------------- | -| default | False | -| MGMT | false | - -### Router OSPF - -#### Router OSPF Summary - -| Process ID | Router ID | Default Passive Interface | No Passive Interface | BFD | Max LSA | Default Information Originate | Log Adjacency Changes Detail | Auto Cost Reference Bandwidth | Maximum Paths | MPLS LDP Sync Default | Distribute List In | -| ---------- | --------- | ------------------------- | -------------------- | --- | ------- | ----------------------------- | ---------------------------- | ----------------------------- | ------------- | --------------------- | ------------------ | -| 100 | 10.1.252.1 | enabled | Vlan4093
| disabled | 12000 | disabled | disabled | - | - | - | - | - -#### Router OSPF Router Redistribution - -| Process ID | Source Protocol | Include Leaked | Route Map | -| ---------- | --------------- | -------------- | --------- | -| 100 | connected | disabled | - | - -#### OSPF Interfaces - -| Interface | Area | Cost | Point To Point | -| -------- | -------- | -------- | -------- | -| Vlan4093 | 0.0.0.0 | - | True | -| Loopback0 | 0.0.0.0 | - | - | - -#### Router OSPF Device Configuration - -```eos -! -router ospf 100 - router-id 10.1.252.1 - passive-interface default - no passive-interface Vlan4093 - max-lsa 12000 - redistribute connected -``` - -## Multicast - -### IP IGMP Snooping - -#### IP IGMP Snooping Summary - -| IGMP Snooping | Fast Leave | Interface Restart Query | Proxy | Restart Query Interval | Robustness Variable | -| ------------- | ---------- | ----------------------- | ----- | ---------------------- | ------------------- | -| Enabled | - | - | - | - | - | - -#### IP IGMP Snooping Device Configuration - -```eos -``` - -## VRF Instances - -### VRF Instances Summary - -| VRF Name | IP Routing | -| -------- | ---------- | -| MGMT | disabled | - -### VRF Instances Device Configuration - -```eos -! -vrf instance MGMT -``` diff --git a/sites/site_1/documentation/devices/s1-spine2.md b/sites/site_1/documentation/devices/s1-spine2.md deleted file mode 100644 index 8597765e1..000000000 --- a/sites/site_1/documentation/devices/s1-spine2.md +++ /dev/null @@ -1,447 +0,0 @@ -# s1-spine2 - -## Table of Contents - -- [Management](#management) - - [Management Interfaces](#management-interfaces) - - [Management API HTTP](#management-api-http) -- [MLAG](#mlag) - - [MLAG Summary](#mlag-summary) - - [MLAG Device Configuration](#mlag-device-configuration) -- [Spanning Tree](#spanning-tree) - - [Spanning Tree Summary](#spanning-tree-summary) - - [Spanning Tree Device Configuration](#spanning-tree-device-configuration) -- [Internal VLAN Allocation Policy](#internal-vlan-allocation-policy) - - [Internal VLAN Allocation Policy Summary](#internal-vlan-allocation-policy-summary) - - [Internal VLAN Allocation Policy Configuration](#internal-vlan-allocation-policy-configuration) -- [VLANs](#vlans) - - [VLANs Summary](#vlans-summary) - - [VLANs Device Configuration](#vlans-device-configuration) -- [Interfaces](#interfaces) - - [Ethernet Interfaces](#ethernet-interfaces) - - [Port-Channel Interfaces](#port-channel-interfaces) - - [Loopback Interfaces](#loopback-interfaces) - - [VLAN Interfaces](#vlan-interfaces) -- [Routing](#routing) - - [Service Routing Protocols Model](#service-routing-protocols-model) - - [Virtual Router MAC Address](#virtual-router-mac-address) - - [IP Routing](#ip-routing) - - [IPv6 Routing](#ipv6-routing) - - [Router OSPF](#router-ospf) -- [Multicast](#multicast) - - [IP IGMP Snooping](#ip-igmp-snooping) -- [VRF Instances](#vrf-instances) - - [VRF Instances Summary](#vrf-instances-summary) - - [VRF Instances Device Configuration](#vrf-instances-device-configuration) - -## Management - -### Management Interfaces - -#### Management Interfaces Summary - -##### IPv4 - -| Management Interface | description | Type | VRF | IP Address | Gateway | -| -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management0 | oob_management | oob | MGMT | 192.168.0.11/24 | - | - -##### IPv6 - -| Management Interface | description | Type | VRF | IPv6 Address | IPv6 Gateway | -| -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management0 | oob_management | oob | MGMT | - | - | - -#### Management Interfaces Device Configuration - -```eos -! -interface Management0 - description oob_management - no shutdown - vrf MGMT - ip address 192.168.0.11/24 -``` - -### Management API HTTP - -#### Management API HTTP Summary - -| HTTP | HTTPS | Default Services | -| ---- | ----- | ---------------- | -| False | True | - | - -#### Management API VRF Access - -| VRF Name | IPv4 ACL | IPv6 ACL | -| -------- | -------- | -------- | -| MGMT | - | - | - -#### Management API HTTP Configuration - -```eos -! -management api http-commands - protocol https - no shutdown - ! - vrf MGMT - no shutdown -``` - -## MLAG - -### MLAG Summary - -| Domain-id | Local-interface | Peer-address | Peer-link | -| --------- | --------------- | ------------ | --------- | -| SPINES | Vlan4094 | 10.1.253.0 | Port-Channel1 | - -Dual primary detection is disabled. - -### MLAG Device Configuration - -```eos -! -mlag configuration - domain-id SPINES - local-interface Vlan4094 - peer-address 10.1.253.0 - peer-link Port-Channel1 - reload-delay mlag 300 - reload-delay non-mlag 330 -``` - -## Spanning Tree - -### Spanning Tree Summary - -STP mode: **mstp** - -#### MSTP Instance and Priority - -| Instance(s) | Priority | -| -------- | -------- | -| 0 | 4096 | - -#### Global Spanning-Tree Settings - -- Spanning Tree disabled for VLANs: **4093-4094** - -### Spanning Tree Device Configuration - -```eos -! -spanning-tree mode mstp -no spanning-tree vlan-id 4093-4094 -spanning-tree mst 0 priority 4096 -``` - -## Internal VLAN Allocation Policy - -### Internal VLAN Allocation Policy Summary - -| Policy Allocation | Range Beginning | Range Ending | -| ------------------| --------------- | ------------ | -| ascending | 1006 | 1199 | - -### Internal VLAN Allocation Policy Configuration - -```eos -! -vlan internal order ascending range 1006 1199 -``` - -## VLANs - -### VLANs Summary - -| VLAN ID | Name | Trunk Groups | -| ------- | ---- | ------------ | -| 4093 | LEAF_PEER_L3 | LEAF_PEER_L3 | -| 4094 | MLAG_PEER | MLAG | - -### VLANs Device Configuration - -```eos -! -vlan 4093 - name LEAF_PEER_L3 - trunk group LEAF_PEER_L3 -! -vlan 4094 - name MLAG_PEER - trunk group MLAG -``` - -## Interfaces - -### Ethernet Interfaces - -#### Ethernet Interfaces Summary - -##### L2 - -| Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | Channel-Group | -| --------- | ----------- | ---- | ----- | ----------- | ----------- | ------------- | -| Ethernet1 | MLAG_PEER_s1-spine1_Ethernet1 | *trunk | *- | *- | *['LEAF_PEER_L3', 'MLAG'] | 1 | -| Ethernet2 | S1-LEAF1_Ethernet3 | *trunk | *none | *- | *- | 2 | -| Ethernet3 | S1-LEAF2_Ethernet3 | *trunk | *none | *- | *- | 2 | -| Ethernet4 | S1-LEAF3_Ethernet3 | *trunk | *none | *- | *- | 4 | -| Ethernet5 | S1-LEAF4_Ethernet3 | *trunk | *none | *- | *- | 4 | -| Ethernet6 | MLAG_PEER_s1-spine1_Ethernet6 | *trunk | *- | *- | *['LEAF_PEER_L3', 'MLAG'] | 1 | - -*Inherited from Port-Channel Interface - -#### Ethernet Interfaces Device Configuration - -```eos -! -interface Ethernet1 - description MLAG_PEER_s1-spine1_Ethernet1 - no shutdown - channel-group 1 mode active -! -interface Ethernet2 - description S1-LEAF1_Ethernet3 - no shutdown - channel-group 2 mode active -! -interface Ethernet3 - description S1-LEAF2_Ethernet3 - no shutdown - channel-group 2 mode active -! -interface Ethernet4 - description S1-LEAF3_Ethernet3 - no shutdown - channel-group 4 mode active -! -interface Ethernet5 - description S1-LEAF4_Ethernet3 - no shutdown - channel-group 4 mode active -! -interface Ethernet6 - description MLAG_PEER_s1-spine1_Ethernet6 - no shutdown - channel-group 1 mode active -``` - -### Port-Channel Interfaces - -#### Port-Channel Interfaces Summary - -##### L2 - -| Interface | Description | Type | Mode | VLANs | Native VLAN | Trunk Group | LACP Fallback Timeout | LACP Fallback Mode | MLAG ID | EVPN ESI | -| --------- | ----------- | ---- | ---- | ----- | ----------- | ------------| --------------------- | ------------------ | ------- | -------- | -| Port-Channel1 | MLAG_PEER_s1-spine1_Po1 | switched | trunk | - | - | ['LEAF_PEER_L3', 'MLAG'] | - | - | - | - | -| Port-Channel2 | RACK1_Po2 | switched | trunk | none | - | - | - | - | 2 | - | -| Port-Channel4 | RACK2_Po2 | switched | trunk | none | - | - | - | - | 4 | - | - -#### Port-Channel Interfaces Device Configuration - -```eos -! -interface Port-Channel1 - description MLAG_PEER_s1-spine1_Po1 - no shutdown - switchport - switchport mode trunk - switchport trunk group LEAF_PEER_L3 - switchport trunk group MLAG -! -interface Port-Channel2 - description RACK1_Po2 - no shutdown - switchport - switchport trunk allowed vlan none - switchport mode trunk - mlag 2 -! -interface Port-Channel4 - description RACK2_Po2 - no shutdown - switchport - switchport trunk allowed vlan none - switchport mode trunk - mlag 4 -``` - -### Loopback Interfaces - -#### Loopback Interfaces Summary - -##### IPv4 - -| Interface | Description | VRF | IP Address | -| --------- | ----------- | --- | ---------- | -| Loopback0 | Router_ID | default | 10.1.252.2/32 | - -##### IPv6 - -| Interface | Description | VRF | IPv6 Address | -| --------- | ----------- | --- | ------------ | -| Loopback0 | Router_ID | default | - | - - -#### Loopback Interfaces Device Configuration - -```eos -! -interface Loopback0 - description Router_ID - no shutdown - ip address 10.1.252.2/32 - ip ospf area 0.0.0.0 -``` - -### VLAN Interfaces - -#### VLAN Interfaces Summary - -| Interface | Description | VRF | MTU | Shutdown | -| --------- | ----------- | --- | ---- | -------- | -| Vlan4093 | MLAG_PEER_L3_PEERING | default | 9214 | False | -| Vlan4094 | MLAG_PEER | default | 9214 | False | - -##### IPv4 - -| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | VRRP | ACL In | ACL Out | -| --------- | --- | ---------- | ------------------ | ------------------------- | ---- | ------ | ------- | -| Vlan4093 | default | 10.1.254.1/31 | - | - | - | - | - | -| Vlan4094 | default | 10.1.253.1/31 | - | - | - | - | - | - -#### VLAN Interfaces Device Configuration - -```eos -! -interface Vlan4093 - description MLAG_PEER_L3_PEERING - no shutdown - mtu 9214 - ip address 10.1.254.1/31 - ip ospf network point-to-point - ip ospf area 0.0.0.0 -! -interface Vlan4094 - description MLAG_PEER - no shutdown - mtu 9214 - no autostate - ip address 10.1.253.1/31 -``` - -## Routing - -### Service Routing Protocols Model - -Multi agent routing protocol model enabled - -```eos -! -service routing protocols model multi-agent -``` - -### Virtual Router MAC Address - -#### Virtual Router MAC Address Summary - -##### Virtual Router MAC Address: 00:1c:73:00:dc:01 - -#### Virtual Router MAC Address Configuration - -```eos -! -ip virtual-router mac-address 00:1c:73:00:dc:01 -``` - -### IP Routing - -#### IP Routing Summary - -| VRF | Routing Enabled | -| --- | --------------- | -| default | True | -| MGMT | False | - -#### IP Routing Device Configuration - -```eos -! -ip routing -no ip routing vrf MGMT -``` - -### IPv6 Routing - -#### IPv6 Routing Summary - -| VRF | Routing Enabled | -| --- | --------------- | -| default | False | -| MGMT | false | - -### Router OSPF - -#### Router OSPF Summary - -| Process ID | Router ID | Default Passive Interface | No Passive Interface | BFD | Max LSA | Default Information Originate | Log Adjacency Changes Detail | Auto Cost Reference Bandwidth | Maximum Paths | MPLS LDP Sync Default | Distribute List In | -| ---------- | --------- | ------------------------- | -------------------- | --- | ------- | ----------------------------- | ---------------------------- | ----------------------------- | ------------- | --------------------- | ------------------ | -| 100 | 10.1.252.2 | enabled | Vlan4093
| disabled | 12000 | disabled | disabled | - | - | - | - | - -#### Router OSPF Router Redistribution - -| Process ID | Source Protocol | Include Leaked | Route Map | -| ---------- | --------------- | -------------- | --------- | -| 100 | connected | disabled | - | - -#### OSPF Interfaces - -| Interface | Area | Cost | Point To Point | -| -------- | -------- | -------- | -------- | -| Vlan4093 | 0.0.0.0 | - | True | -| Loopback0 | 0.0.0.0 | - | - | - -#### Router OSPF Device Configuration - -```eos -! -router ospf 100 - router-id 10.1.252.2 - passive-interface default - no passive-interface Vlan4093 - max-lsa 12000 - redistribute connected -``` - -## Multicast - -### IP IGMP Snooping - -#### IP IGMP Snooping Summary - -| IGMP Snooping | Fast Leave | Interface Restart Query | Proxy | Restart Query Interval | Robustness Variable | -| ------------- | ---------- | ----------------------- | ----- | ---------------------- | ------------------- | -| Enabled | - | - | - | - | - | - -#### IP IGMP Snooping Device Configuration - -```eos -``` - -## VRF Instances - -### VRF Instances Summary - -| VRF Name | IP Routing | -| -------- | ---------- | -| MGMT | disabled | - -### VRF Instances Device Configuration - -```eos -! -vrf instance MGMT -``` diff --git a/sites/site_1/documentation/fabric/SITE1_FABRIC-documentation.md b/sites/site_1/documentation/fabric/SITE1_FABRIC-documentation.md deleted file mode 100644 index 4743f4352..000000000 --- a/sites/site_1/documentation/fabric/SITE1_FABRIC-documentation.md +++ /dev/null @@ -1,86 +0,0 @@ -# SITE1_FABRIC - -## Table of Contents - -- [Fabric Switches and Management IP](#fabric-switches-and-management-ip) - - [Fabric Switches with inband Management IP](#fabric-switches-with-inband-management-ip) -- [Fabric Topology](#fabric-topology) -- [Fabric IP Allocation](#fabric-ip-allocation) - - [Fabric Point-To-Point Links](#fabric-point-to-point-links) - - [Point-To-Point Links Node Allocation](#point-to-point-links-node-allocation) - - [Loopback Interfaces (BGP EVPN Peering)](#loopback-interfaces-bgp-evpn-peering) - - [Loopback0 Interfaces Node Allocation](#loopback0-interfaces-node-allocation) - - [VTEP Loopback VXLAN Tunnel Source Interfaces (VTEPs Only)](#vtep-loopback-vxlan-tunnel-source-interfaces-vteps-only) - - [VTEP Loopback Node allocation](#vtep-loopback-node-allocation) - -## Fabric Switches and Management IP - -| POD | Type | Node | Management IP | Platform | Provisioned in CloudVision | Serial Number | -| --- | ---- | ---- | ------------- | -------- | -------------------------- | ------------- | -| SITE1_FABRIC | leaf | s1-leaf1 | 192.168.0.12/24 | cEOS | Provisioned | - | -| SITE1_FABRIC | leaf | s1-leaf2 | 192.168.0.13/24 | cEOS | Provisioned | - | -| SITE1_FABRIC | leaf | s1-leaf3 | 192.168.0.14/24 | cEOS | Provisioned | - | -| SITE1_FABRIC | leaf | s1-leaf4 | 192.168.0.15/24 | cEOS | Provisioned | - | -| SITE1_FABRIC | l3spine | s1-spine1 | 192.168.0.10/24 | cEOS | Provisioned | - | -| SITE1_FABRIC | l3spine | s1-spine2 | 192.168.0.11/24 | cEOS | Provisioned | - | - -> Provision status is based on Ansible inventory declaration and do not represent real status from CloudVision. - -### Fabric Switches with inband Management IP - -| POD | Type | Node | Management IP | Inband Interface | -| --- | ---- | ---- | ------------- | ---------------- | - -## Fabric Topology - -| Type | Node | Node Interface | Peer Type | Peer Node | Peer Interface | -| ---- | ---- | -------------- | --------- | ----------| -------------- | -| leaf | s1-leaf1 | Ethernet1 | mlag_peer | s1-leaf2 | Ethernet1 | -| leaf | s1-leaf1 | Ethernet2 | l3spine | s1-spine1 | Ethernet2 | -| leaf | s1-leaf1 | Ethernet3 | l3spine | s1-spine2 | Ethernet2 | -| leaf | s1-leaf1 | Ethernet6 | mlag_peer | s1-leaf2 | Ethernet6 | -| leaf | s1-leaf2 | Ethernet2 | l3spine | s1-spine1 | Ethernet3 | -| leaf | s1-leaf2 | Ethernet3 | l3spine | s1-spine2 | Ethernet3 | -| leaf | s1-leaf3 | Ethernet1 | mlag_peer | s1-leaf4 | Ethernet1 | -| leaf | s1-leaf3 | Ethernet2 | l3spine | s1-spine1 | Ethernet4 | -| leaf | s1-leaf3 | Ethernet3 | l3spine | s1-spine2 | Ethernet4 | -| leaf | s1-leaf3 | Ethernet6 | mlag_peer | s1-leaf4 | Ethernet6 | -| leaf | s1-leaf4 | Ethernet2 | l3spine | s1-spine1 | Ethernet5 | -| leaf | s1-leaf4 | Ethernet3 | l3spine | s1-spine2 | Ethernet5 | -| l3spine | s1-spine1 | Ethernet1 | mlag_peer | s1-spine2 | Ethernet1 | -| l3spine | s1-spine1 | Ethernet6 | mlag_peer | s1-spine2 | Ethernet6 | - -## Fabric IP Allocation - -### Fabric Point-To-Point Links - -| Uplink IPv4 Pool | Available Addresses | Assigned addresses | Assigned Address % | -| ---------------- | ------------------- | ------------------ | ------------------ | - -### Point-To-Point Links Node Allocation - -| Node | Node Interface | Node IP Address | Peer Node | Peer Interface | Peer IP Address | -| ---- | -------------- | --------------- | --------- | -------------- | --------------- | - -### Loopback Interfaces (BGP EVPN Peering) - -| Loopback Pool | Available Addresses | Assigned addresses | Assigned Address % | -| ------------- | ------------------- | ------------------ | ------------------ | -| 10.1.252.0/24 | 256 | 2 | 0.79 % | - -### Loopback0 Interfaces Node Allocation - -| POD | Node | Loopback0 | -| --- | ---- | --------- | -| SITE1_FABRIC | s1-spine1 | 10.1.252.1/32 | -| SITE1_FABRIC | s1-spine2 | 10.1.252.2/32 | - -### VTEP Loopback VXLAN Tunnel Source Interfaces (VTEPs Only) - -| VTEP Loopback Pool | Available Addresses | Assigned addresses | Assigned Address % | -| --------------------- | ------------------- | ------------------ | ------------------ | - -### VTEP Loopback Node allocation - -| POD | Node | Loopback1 | -| --- | ---- | --------- | diff --git a/sites/site_1/documentation/fabric/SITE1_FABRIC-p2p-links.csv b/sites/site_1/documentation/fabric/SITE1_FABRIC-p2p-links.csv deleted file mode 100644 index bfbfa8948..000000000 --- a/sites/site_1/documentation/fabric/SITE1_FABRIC-p2p-links.csv +++ /dev/null @@ -1 +0,0 @@ -Type,Node,Node Interface,Leaf IP Address,Peer Type,Peer Node,Peer Interface,Peer IP Address diff --git a/sites/site_1/documentation/fabric/SITE1_FABRIC-topology.csv b/sites/site_1/documentation/fabric/SITE1_FABRIC-topology.csv deleted file mode 100644 index 150cfa25c..000000000 --- a/sites/site_1/documentation/fabric/SITE1_FABRIC-topology.csv +++ /dev/null @@ -1,29 +0,0 @@ -Node Type,Node,Node Interface,Peer Type,Peer Node,Peer Interface,Node Interface Enabled -leaf,s1-leaf1,Ethernet1,mlag_peer,s1-leaf2,Ethernet1,True -leaf,s1-leaf1,Ethernet2,l3spine,s1-spine1,Ethernet2,True -leaf,s1-leaf1,Ethernet3,l3spine,s1-spine2,Ethernet2,True -leaf,s1-leaf1,Ethernet6,mlag_peer,s1-leaf2,Ethernet6,True -leaf,s1-leaf2,Ethernet1,mlag_peer,s1-leaf1,Ethernet1,True -leaf,s1-leaf2,Ethernet2,l3spine,s1-spine1,Ethernet3,True -leaf,s1-leaf2,Ethernet3,l3spine,s1-spine2,Ethernet3,True -leaf,s1-leaf2,Ethernet6,mlag_peer,s1-leaf1,Ethernet6,True -leaf,s1-leaf3,Ethernet1,mlag_peer,s1-leaf4,Ethernet1,True -leaf,s1-leaf3,Ethernet2,l3spine,s1-spine1,Ethernet4,True -leaf,s1-leaf3,Ethernet3,l3spine,s1-spine2,Ethernet4,True -leaf,s1-leaf3,Ethernet6,mlag_peer,s1-leaf4,Ethernet6,True -leaf,s1-leaf4,Ethernet1,mlag_peer,s1-leaf3,Ethernet1,True -leaf,s1-leaf4,Ethernet2,l3spine,s1-spine1,Ethernet5,True -leaf,s1-leaf4,Ethernet3,l3spine,s1-spine2,Ethernet5,True -leaf,s1-leaf4,Ethernet6,mlag_peer,s1-leaf3,Ethernet6,True -l3spine,s1-spine1,Ethernet1,mlag_peer,s1-spine2,Ethernet1,True -l3spine,s1-spine1,Ethernet2,leaf,s1-leaf1,Ethernet2,True -l3spine,s1-spine1,Ethernet3,leaf,s1-leaf2,Ethernet2,True -l3spine,s1-spine1,Ethernet4,leaf,s1-leaf3,Ethernet2,True -l3spine,s1-spine1,Ethernet5,leaf,s1-leaf4,Ethernet2,True -l3spine,s1-spine1,Ethernet6,mlag_peer,s1-spine2,Ethernet6,True -l3spine,s1-spine2,Ethernet1,mlag_peer,s1-spine1,Ethernet1,True -l3spine,s1-spine2,Ethernet2,leaf,s1-leaf1,Ethernet3,True -l3spine,s1-spine2,Ethernet3,leaf,s1-leaf2,Ethernet3,True -l3spine,s1-spine2,Ethernet4,leaf,s1-leaf3,Ethernet3,True -l3spine,s1-spine2,Ethernet5,leaf,s1-leaf4,Ethernet3,True -l3spine,s1-spine2,Ethernet6,mlag_peer,s1-spine1,Ethernet6,True diff --git a/sites/site_1/intended/configs/s1-leaf1.cfg b/sites/site_1/intended/configs/s1-leaf1.cfg deleted file mode 100644 index 09f0c959c..000000000 --- a/sites/site_1/intended/configs/s1-leaf1.cfg +++ /dev/null @@ -1,88 +0,0 @@ -!RANCID-CONTENT-TYPE: arista -! -vlan internal order ascending range 1006 1199 -! -transceiver qsfp default-mode 4x10G -! -service routing protocols model multi-agent -! -hostname s1-leaf1 -! -spanning-tree mode mstp -no spanning-tree vlan-id 4094 -spanning-tree mst 0 priority 16384 -! -no enable password -no aaa root -! -vlan 4094 - name MLAG_PEER - trunk group MLAG -! -vrf instance MGMT -! -interface Port-Channel1 - description MLAG_PEER_s1-leaf2_Po1 - no shutdown - switchport - switchport mode trunk - switchport trunk group MLAG -! -interface Port-Channel2 - description SPINES_Po2 - no shutdown - switchport - switchport trunk allowed vlan none - switchport mode trunk - mlag 2 -! -interface Ethernet1 - description MLAG_PEER_s1-leaf2_Ethernet1 - no shutdown - channel-group 1 mode active -! -interface Ethernet2 - description S1-SPINE1_Ethernet2 - no shutdown - channel-group 2 mode active -! -interface Ethernet3 - description S1-SPINE2_Ethernet2 - no shutdown - channel-group 2 mode active -! -interface Ethernet6 - description MLAG_PEER_s1-leaf2_Ethernet6 - no shutdown - channel-group 1 mode active -! -interface Management0 - description oob_management - no shutdown - vrf MGMT - ip address 192.168.0.12/24 -! -interface Vlan4094 - description MLAG_PEER - no shutdown - mtu 9214 - no autostate - ip address 10.1.253.4/31 -no ip routing vrf MGMT -! -mlag configuration - domain-id RACK1 - local-interface Vlan4094 - peer-address 10.1.253.5 - peer-link Port-Channel1 - reload-delay mlag 300 - reload-delay non-mlag 330 -! -management api http-commands - protocol https - no shutdown - ! - vrf MGMT - no shutdown -! -end diff --git a/sites/site_1/intended/configs/s1-leaf2.cfg b/sites/site_1/intended/configs/s1-leaf2.cfg deleted file mode 100644 index b95e7d171..000000000 --- a/sites/site_1/intended/configs/s1-leaf2.cfg +++ /dev/null @@ -1,88 +0,0 @@ -!RANCID-CONTENT-TYPE: arista -! -vlan internal order ascending range 1006 1199 -! -transceiver qsfp default-mode 4x10G -! -service routing protocols model multi-agent -! -hostname s1-leaf2 -! -spanning-tree mode mstp -no spanning-tree vlan-id 4094 -spanning-tree mst 0 priority 16384 -! -no enable password -no aaa root -! -vlan 4094 - name MLAG_PEER - trunk group MLAG -! -vrf instance MGMT -! -interface Port-Channel1 - description MLAG_PEER_s1-leaf1_Po1 - no shutdown - switchport - switchport mode trunk - switchport trunk group MLAG -! -interface Port-Channel2 - description SPINES_Po2 - no shutdown - switchport - switchport trunk allowed vlan none - switchport mode trunk - mlag 2 -! -interface Ethernet1 - description MLAG_PEER_s1-leaf1_Ethernet1 - no shutdown - channel-group 1 mode active -! -interface Ethernet2 - description S1-SPINE1_Ethernet3 - no shutdown - channel-group 2 mode active -! -interface Ethernet3 - description S1-SPINE2_Ethernet3 - no shutdown - channel-group 2 mode active -! -interface Ethernet6 - description MLAG_PEER_s1-leaf1_Ethernet6 - no shutdown - channel-group 1 mode active -! -interface Management0 - description oob_management - no shutdown - vrf MGMT - ip address 192.168.0.13/24 -! -interface Vlan4094 - description MLAG_PEER - no shutdown - mtu 9214 - no autostate - ip address 10.1.253.5/31 -no ip routing vrf MGMT -! -mlag configuration - domain-id RACK1 - local-interface Vlan4094 - peer-address 10.1.253.4 - peer-link Port-Channel1 - reload-delay mlag 300 - reload-delay non-mlag 330 -! -management api http-commands - protocol https - no shutdown - ! - vrf MGMT - no shutdown -! -end diff --git a/sites/site_1/intended/configs/s1-leaf3.cfg b/sites/site_1/intended/configs/s1-leaf3.cfg deleted file mode 100644 index 3d8dc4c08..000000000 --- a/sites/site_1/intended/configs/s1-leaf3.cfg +++ /dev/null @@ -1,88 +0,0 @@ -!RANCID-CONTENT-TYPE: arista -! -vlan internal order ascending range 1006 1199 -! -transceiver qsfp default-mode 4x10G -! -service routing protocols model multi-agent -! -hostname s1-leaf3 -! -spanning-tree mode mstp -no spanning-tree vlan-id 4094 -spanning-tree mst 0 priority 16384 -! -no enable password -no aaa root -! -vlan 4094 - name MLAG_PEER - trunk group MLAG -! -vrf instance MGMT -! -interface Port-Channel1 - description MLAG_PEER_s1-leaf4_Po1 - no shutdown - switchport - switchport mode trunk - switchport trunk group MLAG -! -interface Port-Channel2 - description SPINES_Po4 - no shutdown - switchport - switchport trunk allowed vlan none - switchport mode trunk - mlag 2 -! -interface Ethernet1 - description MLAG_PEER_s1-leaf4_Ethernet1 - no shutdown - channel-group 1 mode active -! -interface Ethernet2 - description S1-SPINE1_Ethernet4 - no shutdown - channel-group 2 mode active -! -interface Ethernet3 - description S1-SPINE2_Ethernet4 - no shutdown - channel-group 2 mode active -! -interface Ethernet6 - description MLAG_PEER_s1-leaf4_Ethernet6 - no shutdown - channel-group 1 mode active -! -interface Management0 - description oob_management - no shutdown - vrf MGMT - ip address 192.168.0.14/24 -! -interface Vlan4094 - description MLAG_PEER - no shutdown - mtu 9214 - no autostate - ip address 10.1.253.8/31 -no ip routing vrf MGMT -! -mlag configuration - domain-id RACK2 - local-interface Vlan4094 - peer-address 10.1.253.9 - peer-link Port-Channel1 - reload-delay mlag 300 - reload-delay non-mlag 330 -! -management api http-commands - protocol https - no shutdown - ! - vrf MGMT - no shutdown -! -end diff --git a/sites/site_1/intended/configs/s1-leaf4.cfg b/sites/site_1/intended/configs/s1-leaf4.cfg deleted file mode 100644 index d586fa088..000000000 --- a/sites/site_1/intended/configs/s1-leaf4.cfg +++ /dev/null @@ -1,88 +0,0 @@ -!RANCID-CONTENT-TYPE: arista -! -vlan internal order ascending range 1006 1199 -! -transceiver qsfp default-mode 4x10G -! -service routing protocols model multi-agent -! -hostname s1-leaf4 -! -spanning-tree mode mstp -no spanning-tree vlan-id 4094 -spanning-tree mst 0 priority 16384 -! -no enable password -no aaa root -! -vlan 4094 - name MLAG_PEER - trunk group MLAG -! -vrf instance MGMT -! -interface Port-Channel1 - description MLAG_PEER_s1-leaf3_Po1 - no shutdown - switchport - switchport mode trunk - switchport trunk group MLAG -! -interface Port-Channel2 - description SPINES_Po4 - no shutdown - switchport - switchport trunk allowed vlan none - switchport mode trunk - mlag 2 -! -interface Ethernet1 - description MLAG_PEER_s1-leaf3_Ethernet1 - no shutdown - channel-group 1 mode active -! -interface Ethernet2 - description S1-SPINE1_Ethernet5 - no shutdown - channel-group 2 mode active -! -interface Ethernet3 - description S1-SPINE2_Ethernet5 - no shutdown - channel-group 2 mode active -! -interface Ethernet6 - description MLAG_PEER_s1-leaf3_Ethernet6 - no shutdown - channel-group 1 mode active -! -interface Management0 - description oob_management - no shutdown - vrf MGMT - ip address 192.168.0.15/24 -! -interface Vlan4094 - description MLAG_PEER - no shutdown - mtu 9214 - no autostate - ip address 10.1.253.9/31 -no ip routing vrf MGMT -! -mlag configuration - domain-id RACK2 - local-interface Vlan4094 - peer-address 10.1.253.8 - peer-link Port-Channel1 - reload-delay mlag 300 - reload-delay non-mlag 330 -! -management api http-commands - protocol https - no shutdown - ! - vrf MGMT - no shutdown -! -end diff --git a/sites/site_1/intended/configs/s1-spine1.cfg b/sites/site_1/intended/configs/s1-spine1.cfg deleted file mode 100644 index e98e4e275..000000000 --- a/sites/site_1/intended/configs/s1-spine1.cfg +++ /dev/null @@ -1,136 +0,0 @@ -!RANCID-CONTENT-TYPE: arista -! -vlan internal order ascending range 1006 1199 -! -transceiver qsfp default-mode 4x10G -! -service routing protocols model multi-agent -! -hostname s1-spine1 -! -spanning-tree mode mstp -no spanning-tree vlan-id 4093-4094 -spanning-tree mst 0 priority 4096 -! -no enable password -no aaa root -! -vlan 4093 - name LEAF_PEER_L3 - trunk group LEAF_PEER_L3 -! -vlan 4094 - name MLAG_PEER - trunk group MLAG -! -vrf instance MGMT -! -interface Port-Channel1 - description MLAG_PEER_s1-spine2_Po1 - no shutdown - switchport - switchport mode trunk - switchport trunk group LEAF_PEER_L3 - switchport trunk group MLAG -! -interface Port-Channel2 - description RACK1_Po2 - no shutdown - switchport - switchport trunk allowed vlan none - switchport mode trunk - mlag 2 -! -interface Port-Channel4 - description RACK2_Po2 - no shutdown - switchport - switchport trunk allowed vlan none - switchport mode trunk - mlag 4 -! -interface Ethernet1 - description MLAG_PEER_s1-spine2_Ethernet1 - no shutdown - channel-group 1 mode active -! -interface Ethernet2 - description S1-LEAF1_Ethernet2 - no shutdown - channel-group 2 mode active -! -interface Ethernet3 - description S1-LEAF2_Ethernet2 - no shutdown - channel-group 2 mode active -! -interface Ethernet4 - description S1-LEAF3_Ethernet2 - no shutdown - channel-group 4 mode active -! -interface Ethernet5 - description S1-LEAF4_Ethernet2 - no shutdown - channel-group 4 mode active -! -interface Ethernet6 - description MLAG_PEER_s1-spine2_Ethernet6 - no shutdown - channel-group 1 mode active -! -interface Loopback0 - description Router_ID - no shutdown - ip address 10.1.252.1/32 - ip ospf area 0.0.0.0 -! -interface Management0 - description oob_management - no shutdown - vrf MGMT - ip address 192.168.0.10/24 -! -interface Vlan4093 - description MLAG_PEER_L3_PEERING - no shutdown - mtu 9214 - ip address 10.1.254.0/31 - ip ospf network point-to-point - ip ospf area 0.0.0.0 -! -interface Vlan4094 - description MLAG_PEER - no shutdown - mtu 9214 - no autostate - ip address 10.1.253.0/31 -! -ip virtual-router mac-address 00:1c:73:00:dc:01 -! -ip routing -no ip routing vrf MGMT -! -mlag configuration - domain-id SPINES - local-interface Vlan4094 - peer-address 10.1.253.1 - peer-link Port-Channel1 - reload-delay mlag 300 - reload-delay non-mlag 330 -! -router ospf 100 - router-id 10.1.252.1 - passive-interface default - no passive-interface Vlan4093 - max-lsa 12000 - redistribute connected -! -management api http-commands - protocol https - no shutdown - ! - vrf MGMT - no shutdown -! -end diff --git a/sites/site_1/intended/configs/s1-spine2.cfg b/sites/site_1/intended/configs/s1-spine2.cfg deleted file mode 100644 index 59506643e..000000000 --- a/sites/site_1/intended/configs/s1-spine2.cfg +++ /dev/null @@ -1,136 +0,0 @@ -!RANCID-CONTENT-TYPE: arista -! -vlan internal order ascending range 1006 1199 -! -transceiver qsfp default-mode 4x10G -! -service routing protocols model multi-agent -! -hostname s1-spine2 -! -spanning-tree mode mstp -no spanning-tree vlan-id 4093-4094 -spanning-tree mst 0 priority 4096 -! -no enable password -no aaa root -! -vlan 4093 - name LEAF_PEER_L3 - trunk group LEAF_PEER_L3 -! -vlan 4094 - name MLAG_PEER - trunk group MLAG -! -vrf instance MGMT -! -interface Port-Channel1 - description MLAG_PEER_s1-spine1_Po1 - no shutdown - switchport - switchport mode trunk - switchport trunk group LEAF_PEER_L3 - switchport trunk group MLAG -! -interface Port-Channel2 - description RACK1_Po2 - no shutdown - switchport - switchport trunk allowed vlan none - switchport mode trunk - mlag 2 -! -interface Port-Channel4 - description RACK2_Po2 - no shutdown - switchport - switchport trunk allowed vlan none - switchport mode trunk - mlag 4 -! -interface Ethernet1 - description MLAG_PEER_s1-spine1_Ethernet1 - no shutdown - channel-group 1 mode active -! -interface Ethernet2 - description S1-LEAF1_Ethernet3 - no shutdown - channel-group 2 mode active -! -interface Ethernet3 - description S1-LEAF2_Ethernet3 - no shutdown - channel-group 2 mode active -! -interface Ethernet4 - description S1-LEAF3_Ethernet3 - no shutdown - channel-group 4 mode active -! -interface Ethernet5 - description S1-LEAF4_Ethernet3 - no shutdown - channel-group 4 mode active -! -interface Ethernet6 - description MLAG_PEER_s1-spine1_Ethernet6 - no shutdown - channel-group 1 mode active -! -interface Loopback0 - description Router_ID - no shutdown - ip address 10.1.252.2/32 - ip ospf area 0.0.0.0 -! -interface Management0 - description oob_management - no shutdown - vrf MGMT - ip address 192.168.0.11/24 -! -interface Vlan4093 - description MLAG_PEER_L3_PEERING - no shutdown - mtu 9214 - ip address 10.1.254.1/31 - ip ospf network point-to-point - ip ospf area 0.0.0.0 -! -interface Vlan4094 - description MLAG_PEER - no shutdown - mtu 9214 - no autostate - ip address 10.1.253.1/31 -! -ip virtual-router mac-address 00:1c:73:00:dc:01 -! -ip routing -no ip routing vrf MGMT -! -mlag configuration - domain-id SPINES - local-interface Vlan4094 - peer-address 10.1.253.0 - peer-link Port-Channel1 - reload-delay mlag 300 - reload-delay non-mlag 330 -! -router ospf 100 - router-id 10.1.252.2 - passive-interface default - no passive-interface Vlan4093 - max-lsa 12000 - redistribute connected -! -management api http-commands - protocol https - no shutdown - ! - vrf MGMT - no shutdown -! -end diff --git a/sites/site_1/intended/structured_configs/s1-leaf1.yml b/sites/site_1/intended/structured_configs/s1-leaf1.yml deleted file mode 100644 index b9330d073..000000000 --- a/sites/site_1/intended/structured_configs/s1-leaf1.yml +++ /dev/null @@ -1,105 +0,0 @@ -service_routing_protocols_model: multi-agent -vlan_internal_order: - allocation: ascending - range: - beginning: 1006 - ending: 1199 -spanning_tree: - mode: mstp - mst_instances: - - id: '0' - priority: 16384 - no_spanning_tree_vlan: '4094' -vrfs: -- name: MGMT - ip_routing: false -management_interfaces: -- name: Management0 - description: oob_management - shutdown: false - vrf: MGMT - ip_address: 192.168.0.12/24 - gateway: null - type: oob -management_api_http: - enable_vrfs: - - name: MGMT - enable_https: true -vlans: -- id: 4094 - tenant: system - name: MLAG_PEER - trunk_groups: - - MLAG -vlan_interfaces: -- name: Vlan4094 - description: MLAG_PEER - shutdown: false - ip_address: 10.1.253.4/31 - no_autostate: true - mtu: 9214 -port_channel_interfaces: -- name: Port-Channel1 - description: MLAG_PEER_s1-leaf2_Po1 - type: switched - shutdown: false - mode: trunk - trunk_groups: - - MLAG -- name: Port-Channel2 - description: SPINES_Po2 - type: switched - shutdown: false - mode: trunk - vlans: none - mlag: 2 -ethernet_interfaces: -- name: Ethernet1 - peer: s1-leaf2 - peer_interface: Ethernet1 - peer_type: mlag_peer - description: MLAG_PEER_s1-leaf2_Ethernet1 - type: port-channel-member - shutdown: false - channel_group: - id: 1 - mode: active -- name: Ethernet6 - peer: s1-leaf2 - peer_interface: Ethernet6 - peer_type: mlag_peer - description: MLAG_PEER_s1-leaf2_Ethernet6 - type: port-channel-member - shutdown: false - channel_group: - id: 1 - mode: active -- name: Ethernet2 - peer: s1-spine1 - peer_interface: Ethernet2 - peer_type: l3spine - description: S1-SPINE1_Ethernet2 - shutdown: false - type: port-channel-member - channel_group: - id: 2 - mode: active -- name: Ethernet3 - peer: s1-spine2 - peer_interface: Ethernet2 - peer_type: l3spine - description: S1-SPINE2_Ethernet2 - shutdown: false - type: port-channel-member - channel_group: - id: 2 - mode: active -mlag_configuration: - domain_id: RACK1 - local_interface: Vlan4094 - peer_address: 10.1.253.5 - peer_link: Port-Channel1 - reload_delay_mlag: '300' - reload_delay_non_mlag: '330' -ip_igmp_snooping: - globally_enabled: true diff --git a/sites/site_1/intended/structured_configs/s1-leaf2.yml b/sites/site_1/intended/structured_configs/s1-leaf2.yml deleted file mode 100644 index 211f77033..000000000 --- a/sites/site_1/intended/structured_configs/s1-leaf2.yml +++ /dev/null @@ -1,105 +0,0 @@ -service_routing_protocols_model: multi-agent -vlan_internal_order: - allocation: ascending - range: - beginning: 1006 - ending: 1199 -spanning_tree: - mode: mstp - mst_instances: - - id: '0' - priority: 16384 - no_spanning_tree_vlan: '4094' -vrfs: -- name: MGMT - ip_routing: false -management_interfaces: -- name: Management0 - description: oob_management - shutdown: false - vrf: MGMT - ip_address: 192.168.0.13/24 - gateway: null - type: oob -management_api_http: - enable_vrfs: - - name: MGMT - enable_https: true -vlans: -- id: 4094 - tenant: system - name: MLAG_PEER - trunk_groups: - - MLAG -vlan_interfaces: -- name: Vlan4094 - description: MLAG_PEER - shutdown: false - ip_address: 10.1.253.5/31 - no_autostate: true - mtu: 9214 -port_channel_interfaces: -- name: Port-Channel1 - description: MLAG_PEER_s1-leaf1_Po1 - type: switched - shutdown: false - mode: trunk - trunk_groups: - - MLAG -- name: Port-Channel2 - description: SPINES_Po2 - type: switched - shutdown: false - mode: trunk - vlans: none - mlag: 2 -ethernet_interfaces: -- name: Ethernet1 - peer: s1-leaf1 - peer_interface: Ethernet1 - peer_type: mlag_peer - description: MLAG_PEER_s1-leaf1_Ethernet1 - type: port-channel-member - shutdown: false - channel_group: - id: 1 - mode: active -- name: Ethernet6 - peer: s1-leaf1 - peer_interface: Ethernet6 - peer_type: mlag_peer - description: MLAG_PEER_s1-leaf1_Ethernet6 - type: port-channel-member - shutdown: false - channel_group: - id: 1 - mode: active -- name: Ethernet2 - peer: s1-spine1 - peer_interface: Ethernet3 - peer_type: l3spine - description: S1-SPINE1_Ethernet3 - shutdown: false - type: port-channel-member - channel_group: - id: 2 - mode: active -- name: Ethernet3 - peer: s1-spine2 - peer_interface: Ethernet3 - peer_type: l3spine - description: S1-SPINE2_Ethernet3 - shutdown: false - type: port-channel-member - channel_group: - id: 2 - mode: active -mlag_configuration: - domain_id: RACK1 - local_interface: Vlan4094 - peer_address: 10.1.253.4 - peer_link: Port-Channel1 - reload_delay_mlag: '300' - reload_delay_non_mlag: '330' -ip_igmp_snooping: - globally_enabled: true diff --git a/sites/site_1/intended/structured_configs/s1-leaf3.yml b/sites/site_1/intended/structured_configs/s1-leaf3.yml deleted file mode 100644 index 3ff5e2ad8..000000000 --- a/sites/site_1/intended/structured_configs/s1-leaf3.yml +++ /dev/null @@ -1,105 +0,0 @@ -service_routing_protocols_model: multi-agent -vlan_internal_order: - allocation: ascending - range: - beginning: 1006 - ending: 1199 -spanning_tree: - mode: mstp - mst_instances: - - id: '0' - priority: 16384 - no_spanning_tree_vlan: '4094' -vrfs: -- name: MGMT - ip_routing: false -management_interfaces: -- name: Management0 - description: oob_management - shutdown: false - vrf: MGMT - ip_address: 192.168.0.14/24 - gateway: null - type: oob -management_api_http: - enable_vrfs: - - name: MGMT - enable_https: true -vlans: -- id: 4094 - tenant: system - name: MLAG_PEER - trunk_groups: - - MLAG -vlan_interfaces: -- name: Vlan4094 - description: MLAG_PEER - shutdown: false - ip_address: 10.1.253.8/31 - no_autostate: true - mtu: 9214 -port_channel_interfaces: -- name: Port-Channel1 - description: MLAG_PEER_s1-leaf4_Po1 - type: switched - shutdown: false - mode: trunk - trunk_groups: - - MLAG -- name: Port-Channel2 - description: SPINES_Po4 - type: switched - shutdown: false - mode: trunk - vlans: none - mlag: 2 -ethernet_interfaces: -- name: Ethernet1 - peer: s1-leaf4 - peer_interface: Ethernet1 - peer_type: mlag_peer - description: MLAG_PEER_s1-leaf4_Ethernet1 - type: port-channel-member - shutdown: false - channel_group: - id: 1 - mode: active -- name: Ethernet6 - peer: s1-leaf4 - peer_interface: Ethernet6 - peer_type: mlag_peer - description: MLAG_PEER_s1-leaf4_Ethernet6 - type: port-channel-member - shutdown: false - channel_group: - id: 1 - mode: active -- name: Ethernet2 - peer: s1-spine1 - peer_interface: Ethernet4 - peer_type: l3spine - description: S1-SPINE1_Ethernet4 - shutdown: false - type: port-channel-member - channel_group: - id: 2 - mode: active -- name: Ethernet3 - peer: s1-spine2 - peer_interface: Ethernet4 - peer_type: l3spine - description: S1-SPINE2_Ethernet4 - shutdown: false - type: port-channel-member - channel_group: - id: 2 - mode: active -mlag_configuration: - domain_id: RACK2 - local_interface: Vlan4094 - peer_address: 10.1.253.9 - peer_link: Port-Channel1 - reload_delay_mlag: '300' - reload_delay_non_mlag: '330' -ip_igmp_snooping: - globally_enabled: true diff --git a/sites/site_1/intended/structured_configs/s1-leaf4.yml b/sites/site_1/intended/structured_configs/s1-leaf4.yml deleted file mode 100644 index 0d03f0c58..000000000 --- a/sites/site_1/intended/structured_configs/s1-leaf4.yml +++ /dev/null @@ -1,105 +0,0 @@ -service_routing_protocols_model: multi-agent -vlan_internal_order: - allocation: ascending - range: - beginning: 1006 - ending: 1199 -spanning_tree: - mode: mstp - mst_instances: - - id: '0' - priority: 16384 - no_spanning_tree_vlan: '4094' -vrfs: -- name: MGMT - ip_routing: false -management_interfaces: -- name: Management0 - description: oob_management - shutdown: false - vrf: MGMT - ip_address: 192.168.0.15/24 - gateway: null - type: oob -management_api_http: - enable_vrfs: - - name: MGMT - enable_https: true -vlans: -- id: 4094 - tenant: system - name: MLAG_PEER - trunk_groups: - - MLAG -vlan_interfaces: -- name: Vlan4094 - description: MLAG_PEER - shutdown: false - ip_address: 10.1.253.9/31 - no_autostate: true - mtu: 9214 -port_channel_interfaces: -- name: Port-Channel1 - description: MLAG_PEER_s1-leaf3_Po1 - type: switched - shutdown: false - mode: trunk - trunk_groups: - - MLAG -- name: Port-Channel2 - description: SPINES_Po4 - type: switched - shutdown: false - mode: trunk - vlans: none - mlag: 2 -ethernet_interfaces: -- name: Ethernet1 - peer: s1-leaf3 - peer_interface: Ethernet1 - peer_type: mlag_peer - description: MLAG_PEER_s1-leaf3_Ethernet1 - type: port-channel-member - shutdown: false - channel_group: - id: 1 - mode: active -- name: Ethernet6 - peer: s1-leaf3 - peer_interface: Ethernet6 - peer_type: mlag_peer - description: MLAG_PEER_s1-leaf3_Ethernet6 - type: port-channel-member - shutdown: false - channel_group: - id: 1 - mode: active -- name: Ethernet2 - peer: s1-spine1 - peer_interface: Ethernet5 - peer_type: l3spine - description: S1-SPINE1_Ethernet5 - shutdown: false - type: port-channel-member - channel_group: - id: 2 - mode: active -- name: Ethernet3 - peer: s1-spine2 - peer_interface: Ethernet5 - peer_type: l3spine - description: S1-SPINE2_Ethernet5 - shutdown: false - type: port-channel-member - channel_group: - id: 2 - mode: active -mlag_configuration: - domain_id: RACK2 - local_interface: Vlan4094 - peer_address: 10.1.253.8 - peer_link: Port-Channel1 - reload_delay_mlag: '300' - reload_delay_non_mlag: '330' -ip_igmp_snooping: - globally_enabled: true diff --git a/sites/site_1/intended/structured_configs/s1-spine1.yml b/sites/site_1/intended/structured_configs/s1-spine1.yml deleted file mode 100644 index 238337648..000000000 --- a/sites/site_1/intended/structured_configs/s1-spine1.yml +++ /dev/null @@ -1,164 +0,0 @@ -service_routing_protocols_model: multi-agent -ip_routing: true -vlan_internal_order: - allocation: ascending - range: - beginning: 1006 - ending: 1199 -spanning_tree: - mode: mstp - mst_instances: - - id: '0' - priority: 4096 - no_spanning_tree_vlan: 4093-4094 -vrfs: -- name: MGMT - ip_routing: false -management_interfaces: -- name: Management0 - description: oob_management - shutdown: false - vrf: MGMT - ip_address: 192.168.0.10/24 - gateway: null - type: oob -management_api_http: - enable_vrfs: - - name: MGMT - enable_https: true -vlans: -- id: 4093 - tenant: system - name: LEAF_PEER_L3 - trunk_groups: - - LEAF_PEER_L3 -- id: 4094 - tenant: system - name: MLAG_PEER - trunk_groups: - - MLAG -vlan_interfaces: -- name: Vlan4093 - description: MLAG_PEER_L3_PEERING - shutdown: false - mtu: 9214 - ip_address: 10.1.254.0/31 - ospf_network_point_to_point: true - ospf_area: 0.0.0.0 -- name: Vlan4094 - description: MLAG_PEER - shutdown: false - ip_address: 10.1.253.0/31 - no_autostate: true - mtu: 9214 -port_channel_interfaces: -- name: Port-Channel1 - description: MLAG_PEER_s1-spine2_Po1 - type: switched - shutdown: false - mode: trunk - trunk_groups: - - LEAF_PEER_L3 - - MLAG -- name: Port-Channel2 - description: RACK1_Po2 - type: switched - shutdown: false - mode: trunk - vlans: none - mlag: 2 -- name: Port-Channel4 - description: RACK2_Po2 - type: switched - shutdown: false - mode: trunk - vlans: none - mlag: 4 -ethernet_interfaces: -- name: Ethernet1 - peer: s1-spine2 - peer_interface: Ethernet1 - peer_type: mlag_peer - description: MLAG_PEER_s1-spine2_Ethernet1 - type: port-channel-member - shutdown: false - channel_group: - id: 1 - mode: active -- name: Ethernet6 - peer: s1-spine2 - peer_interface: Ethernet6 - peer_type: mlag_peer - description: MLAG_PEER_s1-spine2_Ethernet6 - type: port-channel-member - shutdown: false - channel_group: - id: 1 - mode: active -- name: Ethernet2 - peer: s1-leaf1 - peer_interface: Ethernet2 - peer_type: leaf - description: S1-LEAF1_Ethernet2 - shutdown: false - type: port-channel-member - channel_group: - id: 2 - mode: active -- name: Ethernet3 - peer: s1-leaf2 - peer_interface: Ethernet2 - peer_type: leaf - description: S1-LEAF2_Ethernet2 - shutdown: false - type: port-channel-member - channel_group: - id: 2 - mode: active -- name: Ethernet4 - peer: s1-leaf3 - peer_interface: Ethernet2 - peer_type: leaf - description: S1-LEAF3_Ethernet2 - shutdown: false - type: port-channel-member - channel_group: - id: 4 - mode: active -- name: Ethernet5 - peer: s1-leaf4 - peer_interface: Ethernet2 - peer_type: leaf - description: S1-LEAF4_Ethernet2 - shutdown: false - type: port-channel-member - channel_group: - id: 4 - mode: active -mlag_configuration: - domain_id: SPINES - local_interface: Vlan4094 - peer_address: 10.1.253.1 - peer_link: Port-Channel1 - reload_delay_mlag: '300' - reload_delay_non_mlag: '330' -loopback_interfaces: -- name: Loopback0 - description: Router_ID - shutdown: false - ip_address: 10.1.252.1/32 - ospf_area: 0.0.0.0 -router_ospf: - process_ids: - - id: 100 - passive_interface_default: true - router_id: 10.1.252.1 - max_lsa: 12000 - no_passive_interfaces: - - Vlan4093 - bfd_enable: false - redistribute: - connected: {} -ip_igmp_snooping: - globally_enabled: true -ip_virtual_router_mac_address: 00:1c:73:00:dc:01 diff --git a/sites/site_1/intended/structured_configs/s1-spine2.yml b/sites/site_1/intended/structured_configs/s1-spine2.yml deleted file mode 100644 index d5447fa0e..000000000 --- a/sites/site_1/intended/structured_configs/s1-spine2.yml +++ /dev/null @@ -1,164 +0,0 @@ -service_routing_protocols_model: multi-agent -ip_routing: true -vlan_internal_order: - allocation: ascending - range: - beginning: 1006 - ending: 1199 -spanning_tree: - mode: mstp - mst_instances: - - id: '0' - priority: 4096 - no_spanning_tree_vlan: 4093-4094 -vrfs: -- name: MGMT - ip_routing: false -management_interfaces: -- name: Management0 - description: oob_management - shutdown: false - vrf: MGMT - ip_address: 192.168.0.11/24 - gateway: null - type: oob -management_api_http: - enable_vrfs: - - name: MGMT - enable_https: true -vlans: -- id: 4093 - tenant: system - name: LEAF_PEER_L3 - trunk_groups: - - LEAF_PEER_L3 -- id: 4094 - tenant: system - name: MLAG_PEER - trunk_groups: - - MLAG -vlan_interfaces: -- name: Vlan4093 - description: MLAG_PEER_L3_PEERING - shutdown: false - mtu: 9214 - ip_address: 10.1.254.1/31 - ospf_network_point_to_point: true - ospf_area: 0.0.0.0 -- name: Vlan4094 - description: MLAG_PEER - shutdown: false - ip_address: 10.1.253.1/31 - no_autostate: true - mtu: 9214 -port_channel_interfaces: -- name: Port-Channel1 - description: MLAG_PEER_s1-spine1_Po1 - type: switched - shutdown: false - mode: trunk - trunk_groups: - - LEAF_PEER_L3 - - MLAG -- name: Port-Channel2 - description: RACK1_Po2 - type: switched - shutdown: false - mode: trunk - vlans: none - mlag: 2 -- name: Port-Channel4 - description: RACK2_Po2 - type: switched - shutdown: false - mode: trunk - vlans: none - mlag: 4 -ethernet_interfaces: -- name: Ethernet1 - peer: s1-spine1 - peer_interface: Ethernet1 - peer_type: mlag_peer - description: MLAG_PEER_s1-spine1_Ethernet1 - type: port-channel-member - shutdown: false - channel_group: - id: 1 - mode: active -- name: Ethernet6 - peer: s1-spine1 - peer_interface: Ethernet6 - peer_type: mlag_peer - description: MLAG_PEER_s1-spine1_Ethernet6 - type: port-channel-member - shutdown: false - channel_group: - id: 1 - mode: active -- name: Ethernet2 - peer: s1-leaf1 - peer_interface: Ethernet3 - peer_type: leaf - description: S1-LEAF1_Ethernet3 - shutdown: false - type: port-channel-member - channel_group: - id: 2 - mode: active -- name: Ethernet3 - peer: s1-leaf2 - peer_interface: Ethernet3 - peer_type: leaf - description: S1-LEAF2_Ethernet3 - shutdown: false - type: port-channel-member - channel_group: - id: 2 - mode: active -- name: Ethernet4 - peer: s1-leaf3 - peer_interface: Ethernet3 - peer_type: leaf - description: S1-LEAF3_Ethernet3 - shutdown: false - type: port-channel-member - channel_group: - id: 4 - mode: active -- name: Ethernet5 - peer: s1-leaf4 - peer_interface: Ethernet3 - peer_type: leaf - description: S1-LEAF4_Ethernet3 - shutdown: false - type: port-channel-member - channel_group: - id: 4 - mode: active -mlag_configuration: - domain_id: SPINES - local_interface: Vlan4094 - peer_address: 10.1.253.0 - peer_link: Port-Channel1 - reload_delay_mlag: '300' - reload_delay_non_mlag: '330' -loopback_interfaces: -- name: Loopback0 - description: Router_ID - shutdown: false - ip_address: 10.1.252.2/32 - ospf_area: 0.0.0.0 -router_ospf: - process_ids: - - id: 100 - passive_interface_default: true - router_id: 10.1.252.2 - max_lsa: 12000 - no_passive_interfaces: - - Vlan4093 - bfd_enable: false - redistribute: - connected: {} -ip_igmp_snooping: - globally_enabled: true -ip_virtual_router_mac_address: 00:1c:73:00:dc:01 diff --git a/sites/site_2/documentation/devices/s2-leaf1.md b/sites/site_2/documentation/devices/s2-leaf1.md deleted file mode 100644 index b1f1af8d5..000000000 --- a/sites/site_2/documentation/devices/s2-leaf1.md +++ /dev/null @@ -1,331 +0,0 @@ -# s2-leaf1 - -## Table of Contents - -- [Management](#management) - - [Management Interfaces](#management-interfaces) - - [Management API HTTP](#management-api-http) -- [MLAG](#mlag) - - [MLAG Summary](#mlag-summary) - - [MLAG Device Configuration](#mlag-device-configuration) -- [Spanning Tree](#spanning-tree) - - [Spanning Tree Summary](#spanning-tree-summary) - - [Spanning Tree Device Configuration](#spanning-tree-device-configuration) -- [Internal VLAN Allocation Policy](#internal-vlan-allocation-policy) - - [Internal VLAN Allocation Policy Summary](#internal-vlan-allocation-policy-summary) - - [Internal VLAN Allocation Policy Configuration](#internal-vlan-allocation-policy-configuration) -- [VLANs](#vlans) - - [VLANs Summary](#vlans-summary) - - [VLANs Device Configuration](#vlans-device-configuration) -- [Interfaces](#interfaces) - - [Ethernet Interfaces](#ethernet-interfaces) - - [Port-Channel Interfaces](#port-channel-interfaces) - - [VLAN Interfaces](#vlan-interfaces) -- [Routing](#routing) - - [Service Routing Protocols Model](#service-routing-protocols-model) - - [IP Routing](#ip-routing) - - [IPv6 Routing](#ipv6-routing) -- [Multicast](#multicast) - - [IP IGMP Snooping](#ip-igmp-snooping) -- [VRF Instances](#vrf-instances) - - [VRF Instances Summary](#vrf-instances-summary) - - [VRF Instances Device Configuration](#vrf-instances-device-configuration) - -## Management - -### Management Interfaces - -#### Management Interfaces Summary - -##### IPv4 - -| Management Interface | description | Type | VRF | IP Address | Gateway | -| -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management0 | oob_management | oob | MGMT | 192.168.0.22/24 | - | - -##### IPv6 - -| Management Interface | description | Type | VRF | IPv6 Address | IPv6 Gateway | -| -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management0 | oob_management | oob | MGMT | - | - | - -#### Management Interfaces Device Configuration - -```eos -! -interface Management0 - description oob_management - no shutdown - vrf MGMT - ip address 192.168.0.22/24 -``` - -### Management API HTTP - -#### Management API HTTP Summary - -| HTTP | HTTPS | Default Services | -| ---- | ----- | ---------------- | -| False | True | - | - -#### Management API VRF Access - -| VRF Name | IPv4 ACL | IPv6 ACL | -| -------- | -------- | -------- | -| MGMT | - | - | - -#### Management API HTTP Configuration - -```eos -! -management api http-commands - protocol https - no shutdown - ! - vrf MGMT - no shutdown -``` - -## MLAG - -### MLAG Summary - -| Domain-id | Local-interface | Peer-address | Peer-link | -| --------- | --------------- | ------------ | --------- | -| RACK1 | Vlan4094 | 10.2.253.5 | Port-Channel1 | - -Dual primary detection is disabled. - -### MLAG Device Configuration - -```eos -! -mlag configuration - domain-id RACK1 - local-interface Vlan4094 - peer-address 10.2.253.5 - peer-link Port-Channel1 - reload-delay mlag 300 - reload-delay non-mlag 330 -``` - -## Spanning Tree - -### Spanning Tree Summary - -STP mode: **mstp** - -#### MSTP Instance and Priority - -| Instance(s) | Priority | -| -------- | -------- | -| 0 | 16384 | - -#### Global Spanning-Tree Settings - -- Spanning Tree disabled for VLANs: **4094** - -### Spanning Tree Device Configuration - -```eos -! -spanning-tree mode mstp -no spanning-tree vlan-id 4094 -spanning-tree mst 0 priority 16384 -``` - -## Internal VLAN Allocation Policy - -### Internal VLAN Allocation Policy Summary - -| Policy Allocation | Range Beginning | Range Ending | -| ------------------| --------------- | ------------ | -| ascending | 1006 | 1199 | - -### Internal VLAN Allocation Policy Configuration - -```eos -! -vlan internal order ascending range 1006 1199 -``` - -## VLANs - -### VLANs Summary - -| VLAN ID | Name | Trunk Groups | -| ------- | ---- | ------------ | -| 4094 | MLAG_PEER | MLAG | - -### VLANs Device Configuration - -```eos -! -vlan 4094 - name MLAG_PEER - trunk group MLAG -``` - -## Interfaces - -### Ethernet Interfaces - -#### Ethernet Interfaces Summary - -##### L2 - -| Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | Channel-Group | -| --------- | ----------- | ---- | ----- | ----------- | ----------- | ------------- | -| Ethernet1 | MLAG_PEER_s2-leaf2_Ethernet1 | *trunk | *- | *- | *['MLAG'] | 1 | -| Ethernet2 | S2-SPINE1_Ethernet2 | *trunk | *none | *- | *- | 2 | -| Ethernet3 | S2-SPINE2_Ethernet2 | *trunk | *none | *- | *- | 2 | -| Ethernet6 | MLAG_PEER_s2-leaf2_Ethernet6 | *trunk | *- | *- | *['MLAG'] | 1 | - -*Inherited from Port-Channel Interface - -#### Ethernet Interfaces Device Configuration - -```eos -! -interface Ethernet1 - description MLAG_PEER_s2-leaf2_Ethernet1 - no shutdown - channel-group 1 mode active -! -interface Ethernet2 - description S2-SPINE1_Ethernet2 - no shutdown - channel-group 2 mode active -! -interface Ethernet3 - description S2-SPINE2_Ethernet2 - no shutdown - channel-group 2 mode active -! -interface Ethernet6 - description MLAG_PEER_s2-leaf2_Ethernet6 - no shutdown - channel-group 1 mode active -``` - -### Port-Channel Interfaces - -#### Port-Channel Interfaces Summary - -##### L2 - -| Interface | Description | Type | Mode | VLANs | Native VLAN | Trunk Group | LACP Fallback Timeout | LACP Fallback Mode | MLAG ID | EVPN ESI | -| --------- | ----------- | ---- | ---- | ----- | ----------- | ------------| --------------------- | ------------------ | ------- | -------- | -| Port-Channel1 | MLAG_PEER_s2-leaf2_Po1 | switched | trunk | - | - | ['MLAG'] | - | - | - | - | -| Port-Channel2 | SPINES_Po2 | switched | trunk | none | - | - | - | - | 2 | - | - -#### Port-Channel Interfaces Device Configuration - -```eos -! -interface Port-Channel1 - description MLAG_PEER_s2-leaf2_Po1 - no shutdown - switchport - switchport mode trunk - switchport trunk group MLAG -! -interface Port-Channel2 - description SPINES_Po2 - no shutdown - switchport - switchport trunk allowed vlan none - switchport mode trunk - mlag 2 -``` - -### VLAN Interfaces - -#### VLAN Interfaces Summary - -| Interface | Description | VRF | MTU | Shutdown | -| --------- | ----------- | --- | ---- | -------- | -| Vlan4094 | MLAG_PEER | default | 9214 | False | - -##### IPv4 - -| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | VRRP | ACL In | ACL Out | -| --------- | --- | ---------- | ------------------ | ------------------------- | ---- | ------ | ------- | -| Vlan4094 | default | 10.2.253.4/31 | - | - | - | - | - | - -#### VLAN Interfaces Device Configuration - -```eos -! -interface Vlan4094 - description MLAG_PEER - no shutdown - mtu 9214 - no autostate - ip address 10.2.253.4/31 -``` - -## Routing - -### Service Routing Protocols Model - -Multi agent routing protocol model enabled - -```eos -! -service routing protocols model multi-agent -``` - -### IP Routing - -#### IP Routing Summary - -| VRF | Routing Enabled | -| --- | --------------- | -| default | False | -| MGMT | False | - -#### IP Routing Device Configuration - -```eos -no ip routing vrf MGMT -``` - -### IPv6 Routing - -#### IPv6 Routing Summary - -| VRF | Routing Enabled | -| --- | --------------- | -| default | False | -| MGMT | false | - -## Multicast - -### IP IGMP Snooping - -#### IP IGMP Snooping Summary - -| IGMP Snooping | Fast Leave | Interface Restart Query | Proxy | Restart Query Interval | Robustness Variable | -| ------------- | ---------- | ----------------------- | ----- | ---------------------- | ------------------- | -| Enabled | - | - | - | - | - | - -#### IP IGMP Snooping Device Configuration - -```eos -``` - -## VRF Instances - -### VRF Instances Summary - -| VRF Name | IP Routing | -| -------- | ---------- | -| MGMT | disabled | - -### VRF Instances Device Configuration - -```eos -! -vrf instance MGMT -``` diff --git a/sites/site_2/documentation/devices/s2-leaf2.md b/sites/site_2/documentation/devices/s2-leaf2.md deleted file mode 100644 index ff42c8bb2..000000000 --- a/sites/site_2/documentation/devices/s2-leaf2.md +++ /dev/null @@ -1,331 +0,0 @@ -# s2-leaf2 - -## Table of Contents - -- [Management](#management) - - [Management Interfaces](#management-interfaces) - - [Management API HTTP](#management-api-http) -- [MLAG](#mlag) - - [MLAG Summary](#mlag-summary) - - [MLAG Device Configuration](#mlag-device-configuration) -- [Spanning Tree](#spanning-tree) - - [Spanning Tree Summary](#spanning-tree-summary) - - [Spanning Tree Device Configuration](#spanning-tree-device-configuration) -- [Internal VLAN Allocation Policy](#internal-vlan-allocation-policy) - - [Internal VLAN Allocation Policy Summary](#internal-vlan-allocation-policy-summary) - - [Internal VLAN Allocation Policy Configuration](#internal-vlan-allocation-policy-configuration) -- [VLANs](#vlans) - - [VLANs Summary](#vlans-summary) - - [VLANs Device Configuration](#vlans-device-configuration) -- [Interfaces](#interfaces) - - [Ethernet Interfaces](#ethernet-interfaces) - - [Port-Channel Interfaces](#port-channel-interfaces) - - [VLAN Interfaces](#vlan-interfaces) -- [Routing](#routing) - - [Service Routing Protocols Model](#service-routing-protocols-model) - - [IP Routing](#ip-routing) - - [IPv6 Routing](#ipv6-routing) -- [Multicast](#multicast) - - [IP IGMP Snooping](#ip-igmp-snooping) -- [VRF Instances](#vrf-instances) - - [VRF Instances Summary](#vrf-instances-summary) - - [VRF Instances Device Configuration](#vrf-instances-device-configuration) - -## Management - -### Management Interfaces - -#### Management Interfaces Summary - -##### IPv4 - -| Management Interface | description | Type | VRF | IP Address | Gateway | -| -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management0 | oob_management | oob | MGMT | 192.168.0.23/24 | - | - -##### IPv6 - -| Management Interface | description | Type | VRF | IPv6 Address | IPv6 Gateway | -| -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management0 | oob_management | oob | MGMT | - | - | - -#### Management Interfaces Device Configuration - -```eos -! -interface Management0 - description oob_management - no shutdown - vrf MGMT - ip address 192.168.0.23/24 -``` - -### Management API HTTP - -#### Management API HTTP Summary - -| HTTP | HTTPS | Default Services | -| ---- | ----- | ---------------- | -| False | True | - | - -#### Management API VRF Access - -| VRF Name | IPv4 ACL | IPv6 ACL | -| -------- | -------- | -------- | -| MGMT | - | - | - -#### Management API HTTP Configuration - -```eos -! -management api http-commands - protocol https - no shutdown - ! - vrf MGMT - no shutdown -``` - -## MLAG - -### MLAG Summary - -| Domain-id | Local-interface | Peer-address | Peer-link | -| --------- | --------------- | ------------ | --------- | -| RACK1 | Vlan4094 | 10.2.253.4 | Port-Channel1 | - -Dual primary detection is disabled. - -### MLAG Device Configuration - -```eos -! -mlag configuration - domain-id RACK1 - local-interface Vlan4094 - peer-address 10.2.253.4 - peer-link Port-Channel1 - reload-delay mlag 300 - reload-delay non-mlag 330 -``` - -## Spanning Tree - -### Spanning Tree Summary - -STP mode: **mstp** - -#### MSTP Instance and Priority - -| Instance(s) | Priority | -| -------- | -------- | -| 0 | 16384 | - -#### Global Spanning-Tree Settings - -- Spanning Tree disabled for VLANs: **4094** - -### Spanning Tree Device Configuration - -```eos -! -spanning-tree mode mstp -no spanning-tree vlan-id 4094 -spanning-tree mst 0 priority 16384 -``` - -## Internal VLAN Allocation Policy - -### Internal VLAN Allocation Policy Summary - -| Policy Allocation | Range Beginning | Range Ending | -| ------------------| --------------- | ------------ | -| ascending | 1006 | 1199 | - -### Internal VLAN Allocation Policy Configuration - -```eos -! -vlan internal order ascending range 1006 1199 -``` - -## VLANs - -### VLANs Summary - -| VLAN ID | Name | Trunk Groups | -| ------- | ---- | ------------ | -| 4094 | MLAG_PEER | MLAG | - -### VLANs Device Configuration - -```eos -! -vlan 4094 - name MLAG_PEER - trunk group MLAG -``` - -## Interfaces - -### Ethernet Interfaces - -#### Ethernet Interfaces Summary - -##### L2 - -| Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | Channel-Group | -| --------- | ----------- | ---- | ----- | ----------- | ----------- | ------------- | -| Ethernet1 | MLAG_PEER_s2-leaf1_Ethernet1 | *trunk | *- | *- | *['MLAG'] | 1 | -| Ethernet2 | S2-SPINE1_Ethernet3 | *trunk | *none | *- | *- | 2 | -| Ethernet3 | S2-SPINE2_Ethernet3 | *trunk | *none | *- | *- | 2 | -| Ethernet6 | MLAG_PEER_s2-leaf1_Ethernet6 | *trunk | *- | *- | *['MLAG'] | 1 | - -*Inherited from Port-Channel Interface - -#### Ethernet Interfaces Device Configuration - -```eos -! -interface Ethernet1 - description MLAG_PEER_s2-leaf1_Ethernet1 - no shutdown - channel-group 1 mode active -! -interface Ethernet2 - description S2-SPINE1_Ethernet3 - no shutdown - channel-group 2 mode active -! -interface Ethernet3 - description S2-SPINE2_Ethernet3 - no shutdown - channel-group 2 mode active -! -interface Ethernet6 - description MLAG_PEER_s2-leaf1_Ethernet6 - no shutdown - channel-group 1 mode active -``` - -### Port-Channel Interfaces - -#### Port-Channel Interfaces Summary - -##### L2 - -| Interface | Description | Type | Mode | VLANs | Native VLAN | Trunk Group | LACP Fallback Timeout | LACP Fallback Mode | MLAG ID | EVPN ESI | -| --------- | ----------- | ---- | ---- | ----- | ----------- | ------------| --------------------- | ------------------ | ------- | -------- | -| Port-Channel1 | MLAG_PEER_s2-leaf1_Po1 | switched | trunk | - | - | ['MLAG'] | - | - | - | - | -| Port-Channel2 | SPINES_Po2 | switched | trunk | none | - | - | - | - | 2 | - | - -#### Port-Channel Interfaces Device Configuration - -```eos -! -interface Port-Channel1 - description MLAG_PEER_s2-leaf1_Po1 - no shutdown - switchport - switchport mode trunk - switchport trunk group MLAG -! -interface Port-Channel2 - description SPINES_Po2 - no shutdown - switchport - switchport trunk allowed vlan none - switchport mode trunk - mlag 2 -``` - -### VLAN Interfaces - -#### VLAN Interfaces Summary - -| Interface | Description | VRF | MTU | Shutdown | -| --------- | ----------- | --- | ---- | -------- | -| Vlan4094 | MLAG_PEER | default | 9214 | False | - -##### IPv4 - -| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | VRRP | ACL In | ACL Out | -| --------- | --- | ---------- | ------------------ | ------------------------- | ---- | ------ | ------- | -| Vlan4094 | default | 10.2.253.5/31 | - | - | - | - | - | - -#### VLAN Interfaces Device Configuration - -```eos -! -interface Vlan4094 - description MLAG_PEER - no shutdown - mtu 9214 - no autostate - ip address 10.2.253.5/31 -``` - -## Routing - -### Service Routing Protocols Model - -Multi agent routing protocol model enabled - -```eos -! -service routing protocols model multi-agent -``` - -### IP Routing - -#### IP Routing Summary - -| VRF | Routing Enabled | -| --- | --------------- | -| default | False | -| MGMT | False | - -#### IP Routing Device Configuration - -```eos -no ip routing vrf MGMT -``` - -### IPv6 Routing - -#### IPv6 Routing Summary - -| VRF | Routing Enabled | -| --- | --------------- | -| default | False | -| MGMT | false | - -## Multicast - -### IP IGMP Snooping - -#### IP IGMP Snooping Summary - -| IGMP Snooping | Fast Leave | Interface Restart Query | Proxy | Restart Query Interval | Robustness Variable | -| ------------- | ---------- | ----------------------- | ----- | ---------------------- | ------------------- | -| Enabled | - | - | - | - | - | - -#### IP IGMP Snooping Device Configuration - -```eos -``` - -## VRF Instances - -### VRF Instances Summary - -| VRF Name | IP Routing | -| -------- | ---------- | -| MGMT | disabled | - -### VRF Instances Device Configuration - -```eos -! -vrf instance MGMT -``` diff --git a/sites/site_2/documentation/devices/s2-leaf3.md b/sites/site_2/documentation/devices/s2-leaf3.md deleted file mode 100644 index a4cd512a3..000000000 --- a/sites/site_2/documentation/devices/s2-leaf3.md +++ /dev/null @@ -1,331 +0,0 @@ -# s2-leaf3 - -## Table of Contents - -- [Management](#management) - - [Management Interfaces](#management-interfaces) - - [Management API HTTP](#management-api-http) -- [MLAG](#mlag) - - [MLAG Summary](#mlag-summary) - - [MLAG Device Configuration](#mlag-device-configuration) -- [Spanning Tree](#spanning-tree) - - [Spanning Tree Summary](#spanning-tree-summary) - - [Spanning Tree Device Configuration](#spanning-tree-device-configuration) -- [Internal VLAN Allocation Policy](#internal-vlan-allocation-policy) - - [Internal VLAN Allocation Policy Summary](#internal-vlan-allocation-policy-summary) - - [Internal VLAN Allocation Policy Configuration](#internal-vlan-allocation-policy-configuration) -- [VLANs](#vlans) - - [VLANs Summary](#vlans-summary) - - [VLANs Device Configuration](#vlans-device-configuration) -- [Interfaces](#interfaces) - - [Ethernet Interfaces](#ethernet-interfaces) - - [Port-Channel Interfaces](#port-channel-interfaces) - - [VLAN Interfaces](#vlan-interfaces) -- [Routing](#routing) - - [Service Routing Protocols Model](#service-routing-protocols-model) - - [IP Routing](#ip-routing) - - [IPv6 Routing](#ipv6-routing) -- [Multicast](#multicast) - - [IP IGMP Snooping](#ip-igmp-snooping) -- [VRF Instances](#vrf-instances) - - [VRF Instances Summary](#vrf-instances-summary) - - [VRF Instances Device Configuration](#vrf-instances-device-configuration) - -## Management - -### Management Interfaces - -#### Management Interfaces Summary - -##### IPv4 - -| Management Interface | description | Type | VRF | IP Address | Gateway | -| -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management0 | oob_management | oob | MGMT | 192.168.0.24/24 | - | - -##### IPv6 - -| Management Interface | description | Type | VRF | IPv6 Address | IPv6 Gateway | -| -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management0 | oob_management | oob | MGMT | - | - | - -#### Management Interfaces Device Configuration - -```eos -! -interface Management0 - description oob_management - no shutdown - vrf MGMT - ip address 192.168.0.24/24 -``` - -### Management API HTTP - -#### Management API HTTP Summary - -| HTTP | HTTPS | Default Services | -| ---- | ----- | ---------------- | -| False | True | - | - -#### Management API VRF Access - -| VRF Name | IPv4 ACL | IPv6 ACL | -| -------- | -------- | -------- | -| MGMT | - | - | - -#### Management API HTTP Configuration - -```eos -! -management api http-commands - protocol https - no shutdown - ! - vrf MGMT - no shutdown -``` - -## MLAG - -### MLAG Summary - -| Domain-id | Local-interface | Peer-address | Peer-link | -| --------- | --------------- | ------------ | --------- | -| RACK2 | Vlan4094 | 10.2.253.9 | Port-Channel1 | - -Dual primary detection is disabled. - -### MLAG Device Configuration - -```eos -! -mlag configuration - domain-id RACK2 - local-interface Vlan4094 - peer-address 10.2.253.9 - peer-link Port-Channel1 - reload-delay mlag 300 - reload-delay non-mlag 330 -``` - -## Spanning Tree - -### Spanning Tree Summary - -STP mode: **mstp** - -#### MSTP Instance and Priority - -| Instance(s) | Priority | -| -------- | -------- | -| 0 | 16384 | - -#### Global Spanning-Tree Settings - -- Spanning Tree disabled for VLANs: **4094** - -### Spanning Tree Device Configuration - -```eos -! -spanning-tree mode mstp -no spanning-tree vlan-id 4094 -spanning-tree mst 0 priority 16384 -``` - -## Internal VLAN Allocation Policy - -### Internal VLAN Allocation Policy Summary - -| Policy Allocation | Range Beginning | Range Ending | -| ------------------| --------------- | ------------ | -| ascending | 1006 | 1199 | - -### Internal VLAN Allocation Policy Configuration - -```eos -! -vlan internal order ascending range 1006 1199 -``` - -## VLANs - -### VLANs Summary - -| VLAN ID | Name | Trunk Groups | -| ------- | ---- | ------------ | -| 4094 | MLAG_PEER | MLAG | - -### VLANs Device Configuration - -```eos -! -vlan 4094 - name MLAG_PEER - trunk group MLAG -``` - -## Interfaces - -### Ethernet Interfaces - -#### Ethernet Interfaces Summary - -##### L2 - -| Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | Channel-Group | -| --------- | ----------- | ---- | ----- | ----------- | ----------- | ------------- | -| Ethernet1 | MLAG_PEER_s2-leaf4_Ethernet1 | *trunk | *- | *- | *['MLAG'] | 1 | -| Ethernet2 | S2-SPINE1_Ethernet4 | *trunk | *none | *- | *- | 2 | -| Ethernet3 | S2-SPINE2_Ethernet4 | *trunk | *none | *- | *- | 2 | -| Ethernet6 | MLAG_PEER_s2-leaf4_Ethernet6 | *trunk | *- | *- | *['MLAG'] | 1 | - -*Inherited from Port-Channel Interface - -#### Ethernet Interfaces Device Configuration - -```eos -! -interface Ethernet1 - description MLAG_PEER_s2-leaf4_Ethernet1 - no shutdown - channel-group 1 mode active -! -interface Ethernet2 - description S2-SPINE1_Ethernet4 - no shutdown - channel-group 2 mode active -! -interface Ethernet3 - description S2-SPINE2_Ethernet4 - no shutdown - channel-group 2 mode active -! -interface Ethernet6 - description MLAG_PEER_s2-leaf4_Ethernet6 - no shutdown - channel-group 1 mode active -``` - -### Port-Channel Interfaces - -#### Port-Channel Interfaces Summary - -##### L2 - -| Interface | Description | Type | Mode | VLANs | Native VLAN | Trunk Group | LACP Fallback Timeout | LACP Fallback Mode | MLAG ID | EVPN ESI | -| --------- | ----------- | ---- | ---- | ----- | ----------- | ------------| --------------------- | ------------------ | ------- | -------- | -| Port-Channel1 | MLAG_PEER_s2-leaf4_Po1 | switched | trunk | - | - | ['MLAG'] | - | - | - | - | -| Port-Channel2 | SPINES_Po4 | switched | trunk | none | - | - | - | - | 2 | - | - -#### Port-Channel Interfaces Device Configuration - -```eos -! -interface Port-Channel1 - description MLAG_PEER_s2-leaf4_Po1 - no shutdown - switchport - switchport mode trunk - switchport trunk group MLAG -! -interface Port-Channel2 - description SPINES_Po4 - no shutdown - switchport - switchport trunk allowed vlan none - switchport mode trunk - mlag 2 -``` - -### VLAN Interfaces - -#### VLAN Interfaces Summary - -| Interface | Description | VRF | MTU | Shutdown | -| --------- | ----------- | --- | ---- | -------- | -| Vlan4094 | MLAG_PEER | default | 9214 | False | - -##### IPv4 - -| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | VRRP | ACL In | ACL Out | -| --------- | --- | ---------- | ------------------ | ------------------------- | ---- | ------ | ------- | -| Vlan4094 | default | 10.2.253.8/31 | - | - | - | - | - | - -#### VLAN Interfaces Device Configuration - -```eos -! -interface Vlan4094 - description MLAG_PEER - no shutdown - mtu 9214 - no autostate - ip address 10.2.253.8/31 -``` - -## Routing - -### Service Routing Protocols Model - -Multi agent routing protocol model enabled - -```eos -! -service routing protocols model multi-agent -``` - -### IP Routing - -#### IP Routing Summary - -| VRF | Routing Enabled | -| --- | --------------- | -| default | False | -| MGMT | False | - -#### IP Routing Device Configuration - -```eos -no ip routing vrf MGMT -``` - -### IPv6 Routing - -#### IPv6 Routing Summary - -| VRF | Routing Enabled | -| --- | --------------- | -| default | False | -| MGMT | false | - -## Multicast - -### IP IGMP Snooping - -#### IP IGMP Snooping Summary - -| IGMP Snooping | Fast Leave | Interface Restart Query | Proxy | Restart Query Interval | Robustness Variable | -| ------------- | ---------- | ----------------------- | ----- | ---------------------- | ------------------- | -| Enabled | - | - | - | - | - | - -#### IP IGMP Snooping Device Configuration - -```eos -``` - -## VRF Instances - -### VRF Instances Summary - -| VRF Name | IP Routing | -| -------- | ---------- | -| MGMT | disabled | - -### VRF Instances Device Configuration - -```eos -! -vrf instance MGMT -``` diff --git a/sites/site_2/documentation/devices/s2-leaf4.md b/sites/site_2/documentation/devices/s2-leaf4.md deleted file mode 100644 index 06c4ce52e..000000000 --- a/sites/site_2/documentation/devices/s2-leaf4.md +++ /dev/null @@ -1,331 +0,0 @@ -# s2-leaf4 - -## Table of Contents - -- [Management](#management) - - [Management Interfaces](#management-interfaces) - - [Management API HTTP](#management-api-http) -- [MLAG](#mlag) - - [MLAG Summary](#mlag-summary) - - [MLAG Device Configuration](#mlag-device-configuration) -- [Spanning Tree](#spanning-tree) - - [Spanning Tree Summary](#spanning-tree-summary) - - [Spanning Tree Device Configuration](#spanning-tree-device-configuration) -- [Internal VLAN Allocation Policy](#internal-vlan-allocation-policy) - - [Internal VLAN Allocation Policy Summary](#internal-vlan-allocation-policy-summary) - - [Internal VLAN Allocation Policy Configuration](#internal-vlan-allocation-policy-configuration) -- [VLANs](#vlans) - - [VLANs Summary](#vlans-summary) - - [VLANs Device Configuration](#vlans-device-configuration) -- [Interfaces](#interfaces) - - [Ethernet Interfaces](#ethernet-interfaces) - - [Port-Channel Interfaces](#port-channel-interfaces) - - [VLAN Interfaces](#vlan-interfaces) -- [Routing](#routing) - - [Service Routing Protocols Model](#service-routing-protocols-model) - - [IP Routing](#ip-routing) - - [IPv6 Routing](#ipv6-routing) -- [Multicast](#multicast) - - [IP IGMP Snooping](#ip-igmp-snooping) -- [VRF Instances](#vrf-instances) - - [VRF Instances Summary](#vrf-instances-summary) - - [VRF Instances Device Configuration](#vrf-instances-device-configuration) - -## Management - -### Management Interfaces - -#### Management Interfaces Summary - -##### IPv4 - -| Management Interface | description | Type | VRF | IP Address | Gateway | -| -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management0 | oob_management | oob | MGMT | 192.168.0.25/24 | - | - -##### IPv6 - -| Management Interface | description | Type | VRF | IPv6 Address | IPv6 Gateway | -| -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management0 | oob_management | oob | MGMT | - | - | - -#### Management Interfaces Device Configuration - -```eos -! -interface Management0 - description oob_management - no shutdown - vrf MGMT - ip address 192.168.0.25/24 -``` - -### Management API HTTP - -#### Management API HTTP Summary - -| HTTP | HTTPS | Default Services | -| ---- | ----- | ---------------- | -| False | True | - | - -#### Management API VRF Access - -| VRF Name | IPv4 ACL | IPv6 ACL | -| -------- | -------- | -------- | -| MGMT | - | - | - -#### Management API HTTP Configuration - -```eos -! -management api http-commands - protocol https - no shutdown - ! - vrf MGMT - no shutdown -``` - -## MLAG - -### MLAG Summary - -| Domain-id | Local-interface | Peer-address | Peer-link | -| --------- | --------------- | ------------ | --------- | -| RACK2 | Vlan4094 | 10.2.253.8 | Port-Channel1 | - -Dual primary detection is disabled. - -### MLAG Device Configuration - -```eos -! -mlag configuration - domain-id RACK2 - local-interface Vlan4094 - peer-address 10.2.253.8 - peer-link Port-Channel1 - reload-delay mlag 300 - reload-delay non-mlag 330 -``` - -## Spanning Tree - -### Spanning Tree Summary - -STP mode: **mstp** - -#### MSTP Instance and Priority - -| Instance(s) | Priority | -| -------- | -------- | -| 0 | 16384 | - -#### Global Spanning-Tree Settings - -- Spanning Tree disabled for VLANs: **4094** - -### Spanning Tree Device Configuration - -```eos -! -spanning-tree mode mstp -no spanning-tree vlan-id 4094 -spanning-tree mst 0 priority 16384 -``` - -## Internal VLAN Allocation Policy - -### Internal VLAN Allocation Policy Summary - -| Policy Allocation | Range Beginning | Range Ending | -| ------------------| --------------- | ------------ | -| ascending | 1006 | 1199 | - -### Internal VLAN Allocation Policy Configuration - -```eos -! -vlan internal order ascending range 1006 1199 -``` - -## VLANs - -### VLANs Summary - -| VLAN ID | Name | Trunk Groups | -| ------- | ---- | ------------ | -| 4094 | MLAG_PEER | MLAG | - -### VLANs Device Configuration - -```eos -! -vlan 4094 - name MLAG_PEER - trunk group MLAG -``` - -## Interfaces - -### Ethernet Interfaces - -#### Ethernet Interfaces Summary - -##### L2 - -| Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | Channel-Group | -| --------- | ----------- | ---- | ----- | ----------- | ----------- | ------------- | -| Ethernet1 | MLAG_PEER_s2-leaf3_Ethernet1 | *trunk | *- | *- | *['MLAG'] | 1 | -| Ethernet2 | S2-SPINE1_Ethernet5 | *trunk | *none | *- | *- | 2 | -| Ethernet3 | S2-SPINE2_Ethernet5 | *trunk | *none | *- | *- | 2 | -| Ethernet6 | MLAG_PEER_s2-leaf3_Ethernet6 | *trunk | *- | *- | *['MLAG'] | 1 | - -*Inherited from Port-Channel Interface - -#### Ethernet Interfaces Device Configuration - -```eos -! -interface Ethernet1 - description MLAG_PEER_s2-leaf3_Ethernet1 - no shutdown - channel-group 1 mode active -! -interface Ethernet2 - description S2-SPINE1_Ethernet5 - no shutdown - channel-group 2 mode active -! -interface Ethernet3 - description S2-SPINE2_Ethernet5 - no shutdown - channel-group 2 mode active -! -interface Ethernet6 - description MLAG_PEER_s2-leaf3_Ethernet6 - no shutdown - channel-group 1 mode active -``` - -### Port-Channel Interfaces - -#### Port-Channel Interfaces Summary - -##### L2 - -| Interface | Description | Type | Mode | VLANs | Native VLAN | Trunk Group | LACP Fallback Timeout | LACP Fallback Mode | MLAG ID | EVPN ESI | -| --------- | ----------- | ---- | ---- | ----- | ----------- | ------------| --------------------- | ------------------ | ------- | -------- | -| Port-Channel1 | MLAG_PEER_s2-leaf3_Po1 | switched | trunk | - | - | ['MLAG'] | - | - | - | - | -| Port-Channel2 | SPINES_Po4 | switched | trunk | none | - | - | - | - | 2 | - | - -#### Port-Channel Interfaces Device Configuration - -```eos -! -interface Port-Channel1 - description MLAG_PEER_s2-leaf3_Po1 - no shutdown - switchport - switchport mode trunk - switchport trunk group MLAG -! -interface Port-Channel2 - description SPINES_Po4 - no shutdown - switchport - switchport trunk allowed vlan none - switchport mode trunk - mlag 2 -``` - -### VLAN Interfaces - -#### VLAN Interfaces Summary - -| Interface | Description | VRF | MTU | Shutdown | -| --------- | ----------- | --- | ---- | -------- | -| Vlan4094 | MLAG_PEER | default | 9214 | False | - -##### IPv4 - -| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | VRRP | ACL In | ACL Out | -| --------- | --- | ---------- | ------------------ | ------------------------- | ---- | ------ | ------- | -| Vlan4094 | default | 10.2.253.9/31 | - | - | - | - | - | - -#### VLAN Interfaces Device Configuration - -```eos -! -interface Vlan4094 - description MLAG_PEER - no shutdown - mtu 9214 - no autostate - ip address 10.2.253.9/31 -``` - -## Routing - -### Service Routing Protocols Model - -Multi agent routing protocol model enabled - -```eos -! -service routing protocols model multi-agent -``` - -### IP Routing - -#### IP Routing Summary - -| VRF | Routing Enabled | -| --- | --------------- | -| default | False | -| MGMT | False | - -#### IP Routing Device Configuration - -```eos -no ip routing vrf MGMT -``` - -### IPv6 Routing - -#### IPv6 Routing Summary - -| VRF | Routing Enabled | -| --- | --------------- | -| default | False | -| MGMT | false | - -## Multicast - -### IP IGMP Snooping - -#### IP IGMP Snooping Summary - -| IGMP Snooping | Fast Leave | Interface Restart Query | Proxy | Restart Query Interval | Robustness Variable | -| ------------- | ---------- | ----------------------- | ----- | ---------------------- | ------------------- | -| Enabled | - | - | - | - | - | - -#### IP IGMP Snooping Device Configuration - -```eos -``` - -## VRF Instances - -### VRF Instances Summary - -| VRF Name | IP Routing | -| -------- | ---------- | -| MGMT | disabled | - -### VRF Instances Device Configuration - -```eos -! -vrf instance MGMT -``` diff --git a/sites/site_2/documentation/devices/s2-spine1.md b/sites/site_2/documentation/devices/s2-spine1.md deleted file mode 100644 index 17cca2ac1..000000000 --- a/sites/site_2/documentation/devices/s2-spine1.md +++ /dev/null @@ -1,447 +0,0 @@ -# s2-spine1 - -## Table of Contents - -- [Management](#management) - - [Management Interfaces](#management-interfaces) - - [Management API HTTP](#management-api-http) -- [MLAG](#mlag) - - [MLAG Summary](#mlag-summary) - - [MLAG Device Configuration](#mlag-device-configuration) -- [Spanning Tree](#spanning-tree) - - [Spanning Tree Summary](#spanning-tree-summary) - - [Spanning Tree Device Configuration](#spanning-tree-device-configuration) -- [Internal VLAN Allocation Policy](#internal-vlan-allocation-policy) - - [Internal VLAN Allocation Policy Summary](#internal-vlan-allocation-policy-summary) - - [Internal VLAN Allocation Policy Configuration](#internal-vlan-allocation-policy-configuration) -- [VLANs](#vlans) - - [VLANs Summary](#vlans-summary) - - [VLANs Device Configuration](#vlans-device-configuration) -- [Interfaces](#interfaces) - - [Ethernet Interfaces](#ethernet-interfaces) - - [Port-Channel Interfaces](#port-channel-interfaces) - - [Loopback Interfaces](#loopback-interfaces) - - [VLAN Interfaces](#vlan-interfaces) -- [Routing](#routing) - - [Service Routing Protocols Model](#service-routing-protocols-model) - - [Virtual Router MAC Address](#virtual-router-mac-address) - - [IP Routing](#ip-routing) - - [IPv6 Routing](#ipv6-routing) - - [Router OSPF](#router-ospf) -- [Multicast](#multicast) - - [IP IGMP Snooping](#ip-igmp-snooping) -- [VRF Instances](#vrf-instances) - - [VRF Instances Summary](#vrf-instances-summary) - - [VRF Instances Device Configuration](#vrf-instances-device-configuration) - -## Management - -### Management Interfaces - -#### Management Interfaces Summary - -##### IPv4 - -| Management Interface | description | Type | VRF | IP Address | Gateway | -| -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management0 | oob_management | oob | MGMT | 192.168.0.20/24 | - | - -##### IPv6 - -| Management Interface | description | Type | VRF | IPv6 Address | IPv6 Gateway | -| -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management0 | oob_management | oob | MGMT | - | - | - -#### Management Interfaces Device Configuration - -```eos -! -interface Management0 - description oob_management - no shutdown - vrf MGMT - ip address 192.168.0.20/24 -``` - -### Management API HTTP - -#### Management API HTTP Summary - -| HTTP | HTTPS | Default Services | -| ---- | ----- | ---------------- | -| False | True | - | - -#### Management API VRF Access - -| VRF Name | IPv4 ACL | IPv6 ACL | -| -------- | -------- | -------- | -| MGMT | - | - | - -#### Management API HTTP Configuration - -```eos -! -management api http-commands - protocol https - no shutdown - ! - vrf MGMT - no shutdown -``` - -## MLAG - -### MLAG Summary - -| Domain-id | Local-interface | Peer-address | Peer-link | -| --------- | --------------- | ------------ | --------- | -| SPINES | Vlan4094 | 10.2.253.1 | Port-Channel1 | - -Dual primary detection is disabled. - -### MLAG Device Configuration - -```eos -! -mlag configuration - domain-id SPINES - local-interface Vlan4094 - peer-address 10.2.253.1 - peer-link Port-Channel1 - reload-delay mlag 300 - reload-delay non-mlag 330 -``` - -## Spanning Tree - -### Spanning Tree Summary - -STP mode: **mstp** - -#### MSTP Instance and Priority - -| Instance(s) | Priority | -| -------- | -------- | -| 0 | 4096 | - -#### Global Spanning-Tree Settings - -- Spanning Tree disabled for VLANs: **4093-4094** - -### Spanning Tree Device Configuration - -```eos -! -spanning-tree mode mstp -no spanning-tree vlan-id 4093-4094 -spanning-tree mst 0 priority 4096 -``` - -## Internal VLAN Allocation Policy - -### Internal VLAN Allocation Policy Summary - -| Policy Allocation | Range Beginning | Range Ending | -| ------------------| --------------- | ------------ | -| ascending | 1006 | 1199 | - -### Internal VLAN Allocation Policy Configuration - -```eos -! -vlan internal order ascending range 1006 1199 -``` - -## VLANs - -### VLANs Summary - -| VLAN ID | Name | Trunk Groups | -| ------- | ---- | ------------ | -| 4093 | LEAF_PEER_L3 | LEAF_PEER_L3 | -| 4094 | MLAG_PEER | MLAG | - -### VLANs Device Configuration - -```eos -! -vlan 4093 - name LEAF_PEER_L3 - trunk group LEAF_PEER_L3 -! -vlan 4094 - name MLAG_PEER - trunk group MLAG -``` - -## Interfaces - -### Ethernet Interfaces - -#### Ethernet Interfaces Summary - -##### L2 - -| Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | Channel-Group | -| --------- | ----------- | ---- | ----- | ----------- | ----------- | ------------- | -| Ethernet1 | MLAG_PEER_s2-spine2_Ethernet1 | *trunk | *- | *- | *['LEAF_PEER_L3', 'MLAG'] | 1 | -| Ethernet2 | S2-LEAF1_Ethernet2 | *trunk | *none | *- | *- | 2 | -| Ethernet3 | S2-LEAF2_Ethernet2 | *trunk | *none | *- | *- | 2 | -| Ethernet4 | S2-LEAF3_Ethernet2 | *trunk | *none | *- | *- | 4 | -| Ethernet5 | S2-LEAF4_Ethernet2 | *trunk | *none | *- | *- | 4 | -| Ethernet6 | MLAG_PEER_s2-spine2_Ethernet6 | *trunk | *- | *- | *['LEAF_PEER_L3', 'MLAG'] | 1 | - -*Inherited from Port-Channel Interface - -#### Ethernet Interfaces Device Configuration - -```eos -! -interface Ethernet1 - description MLAG_PEER_s2-spine2_Ethernet1 - no shutdown - channel-group 1 mode active -! -interface Ethernet2 - description S2-LEAF1_Ethernet2 - no shutdown - channel-group 2 mode active -! -interface Ethernet3 - description S2-LEAF2_Ethernet2 - no shutdown - channel-group 2 mode active -! -interface Ethernet4 - description S2-LEAF3_Ethernet2 - no shutdown - channel-group 4 mode active -! -interface Ethernet5 - description S2-LEAF4_Ethernet2 - no shutdown - channel-group 4 mode active -! -interface Ethernet6 - description MLAG_PEER_s2-spine2_Ethernet6 - no shutdown - channel-group 1 mode active -``` - -### Port-Channel Interfaces - -#### Port-Channel Interfaces Summary - -##### L2 - -| Interface | Description | Type | Mode | VLANs | Native VLAN | Trunk Group | LACP Fallback Timeout | LACP Fallback Mode | MLAG ID | EVPN ESI | -| --------- | ----------- | ---- | ---- | ----- | ----------- | ------------| --------------------- | ------------------ | ------- | -------- | -| Port-Channel1 | MLAG_PEER_s2-spine2_Po1 | switched | trunk | - | - | ['LEAF_PEER_L3', 'MLAG'] | - | - | - | - | -| Port-Channel2 | RACK1_Po2 | switched | trunk | none | - | - | - | - | 2 | - | -| Port-Channel4 | RACK2_Po2 | switched | trunk | none | - | - | - | - | 4 | - | - -#### Port-Channel Interfaces Device Configuration - -```eos -! -interface Port-Channel1 - description MLAG_PEER_s2-spine2_Po1 - no shutdown - switchport - switchport mode trunk - switchport trunk group LEAF_PEER_L3 - switchport trunk group MLAG -! -interface Port-Channel2 - description RACK1_Po2 - no shutdown - switchport - switchport trunk allowed vlan none - switchport mode trunk - mlag 2 -! -interface Port-Channel4 - description RACK2_Po2 - no shutdown - switchport - switchport trunk allowed vlan none - switchport mode trunk - mlag 4 -``` - -### Loopback Interfaces - -#### Loopback Interfaces Summary - -##### IPv4 - -| Interface | Description | VRF | IP Address | -| --------- | ----------- | --- | ---------- | -| Loopback0 | Router_ID | default | 10.2.252.1/32 | - -##### IPv6 - -| Interface | Description | VRF | IPv6 Address | -| --------- | ----------- | --- | ------------ | -| Loopback0 | Router_ID | default | - | - - -#### Loopback Interfaces Device Configuration - -```eos -! -interface Loopback0 - description Router_ID - no shutdown - ip address 10.2.252.1/32 - ip ospf area 0.0.0.0 -``` - -### VLAN Interfaces - -#### VLAN Interfaces Summary - -| Interface | Description | VRF | MTU | Shutdown | -| --------- | ----------- | --- | ---- | -------- | -| Vlan4093 | MLAG_PEER_L3_PEERING | default | 9214 | False | -| Vlan4094 | MLAG_PEER | default | 9214 | False | - -##### IPv4 - -| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | VRRP | ACL In | ACL Out | -| --------- | --- | ---------- | ------------------ | ------------------------- | ---- | ------ | ------- | -| Vlan4093 | default | 10.2.254.0/31 | - | - | - | - | - | -| Vlan4094 | default | 10.2.253.0/31 | - | - | - | - | - | - -#### VLAN Interfaces Device Configuration - -```eos -! -interface Vlan4093 - description MLAG_PEER_L3_PEERING - no shutdown - mtu 9214 - ip address 10.2.254.0/31 - ip ospf network point-to-point - ip ospf area 0.0.0.0 -! -interface Vlan4094 - description MLAG_PEER - no shutdown - mtu 9214 - no autostate - ip address 10.2.253.0/31 -``` - -## Routing - -### Service Routing Protocols Model - -Multi agent routing protocol model enabled - -```eos -! -service routing protocols model multi-agent -``` - -### Virtual Router MAC Address - -#### Virtual Router MAC Address Summary - -##### Virtual Router MAC Address: 00:1c:73:00:dc:01 - -#### Virtual Router MAC Address Configuration - -```eos -! -ip virtual-router mac-address 00:1c:73:00:dc:01 -``` - -### IP Routing - -#### IP Routing Summary - -| VRF | Routing Enabled | -| --- | --------------- | -| default | True | -| MGMT | False | - -#### IP Routing Device Configuration - -```eos -! -ip routing -no ip routing vrf MGMT -``` - -### IPv6 Routing - -#### IPv6 Routing Summary - -| VRF | Routing Enabled | -| --- | --------------- | -| default | False | -| MGMT | false | - -### Router OSPF - -#### Router OSPF Summary - -| Process ID | Router ID | Default Passive Interface | No Passive Interface | BFD | Max LSA | Default Information Originate | Log Adjacency Changes Detail | Auto Cost Reference Bandwidth | Maximum Paths | MPLS LDP Sync Default | Distribute List In | -| ---------- | --------- | ------------------------- | -------------------- | --- | ------- | ----------------------------- | ---------------------------- | ----------------------------- | ------------- | --------------------- | ------------------ | -| 100 | 10.2.252.1 | enabled | Vlan4093
| disabled | 12000 | disabled | disabled | - | - | - | - | - -#### Router OSPF Router Redistribution - -| Process ID | Source Protocol | Include Leaked | Route Map | -| ---------- | --------------- | -------------- | --------- | -| 100 | connected | disabled | - | - -#### OSPF Interfaces - -| Interface | Area | Cost | Point To Point | -| -------- | -------- | -------- | -------- | -| Vlan4093 | 0.0.0.0 | - | True | -| Loopback0 | 0.0.0.0 | - | - | - -#### Router OSPF Device Configuration - -```eos -! -router ospf 100 - router-id 10.2.252.1 - passive-interface default - no passive-interface Vlan4093 - max-lsa 12000 - redistribute connected -``` - -## Multicast - -### IP IGMP Snooping - -#### IP IGMP Snooping Summary - -| IGMP Snooping | Fast Leave | Interface Restart Query | Proxy | Restart Query Interval | Robustness Variable | -| ------------- | ---------- | ----------------------- | ----- | ---------------------- | ------------------- | -| Enabled | - | - | - | - | - | - -#### IP IGMP Snooping Device Configuration - -```eos -``` - -## VRF Instances - -### VRF Instances Summary - -| VRF Name | IP Routing | -| -------- | ---------- | -| MGMT | disabled | - -### VRF Instances Device Configuration - -```eos -! -vrf instance MGMT -``` diff --git a/sites/site_2/documentation/devices/s2-spine2.md b/sites/site_2/documentation/devices/s2-spine2.md deleted file mode 100644 index 5f7af81f7..000000000 --- a/sites/site_2/documentation/devices/s2-spine2.md +++ /dev/null @@ -1,447 +0,0 @@ -# s2-spine2 - -## Table of Contents - -- [Management](#management) - - [Management Interfaces](#management-interfaces) - - [Management API HTTP](#management-api-http) -- [MLAG](#mlag) - - [MLAG Summary](#mlag-summary) - - [MLAG Device Configuration](#mlag-device-configuration) -- [Spanning Tree](#spanning-tree) - - [Spanning Tree Summary](#spanning-tree-summary) - - [Spanning Tree Device Configuration](#spanning-tree-device-configuration) -- [Internal VLAN Allocation Policy](#internal-vlan-allocation-policy) - - [Internal VLAN Allocation Policy Summary](#internal-vlan-allocation-policy-summary) - - [Internal VLAN Allocation Policy Configuration](#internal-vlan-allocation-policy-configuration) -- [VLANs](#vlans) - - [VLANs Summary](#vlans-summary) - - [VLANs Device Configuration](#vlans-device-configuration) -- [Interfaces](#interfaces) - - [Ethernet Interfaces](#ethernet-interfaces) - - [Port-Channel Interfaces](#port-channel-interfaces) - - [Loopback Interfaces](#loopback-interfaces) - - [VLAN Interfaces](#vlan-interfaces) -- [Routing](#routing) - - [Service Routing Protocols Model](#service-routing-protocols-model) - - [Virtual Router MAC Address](#virtual-router-mac-address) - - [IP Routing](#ip-routing) - - [IPv6 Routing](#ipv6-routing) - - [Router OSPF](#router-ospf) -- [Multicast](#multicast) - - [IP IGMP Snooping](#ip-igmp-snooping) -- [VRF Instances](#vrf-instances) - - [VRF Instances Summary](#vrf-instances-summary) - - [VRF Instances Device Configuration](#vrf-instances-device-configuration) - -## Management - -### Management Interfaces - -#### Management Interfaces Summary - -##### IPv4 - -| Management Interface | description | Type | VRF | IP Address | Gateway | -| -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management0 | oob_management | oob | MGMT | 192.168.0.21/24 | - | - -##### IPv6 - -| Management Interface | description | Type | VRF | IPv6 Address | IPv6 Gateway | -| -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management0 | oob_management | oob | MGMT | - | - | - -#### Management Interfaces Device Configuration - -```eos -! -interface Management0 - description oob_management - no shutdown - vrf MGMT - ip address 192.168.0.21/24 -``` - -### Management API HTTP - -#### Management API HTTP Summary - -| HTTP | HTTPS | Default Services | -| ---- | ----- | ---------------- | -| False | True | - | - -#### Management API VRF Access - -| VRF Name | IPv4 ACL | IPv6 ACL | -| -------- | -------- | -------- | -| MGMT | - | - | - -#### Management API HTTP Configuration - -```eos -! -management api http-commands - protocol https - no shutdown - ! - vrf MGMT - no shutdown -``` - -## MLAG - -### MLAG Summary - -| Domain-id | Local-interface | Peer-address | Peer-link | -| --------- | --------------- | ------------ | --------- | -| SPINES | Vlan4094 | 10.2.253.0 | Port-Channel1 | - -Dual primary detection is disabled. - -### MLAG Device Configuration - -```eos -! -mlag configuration - domain-id SPINES - local-interface Vlan4094 - peer-address 10.2.253.0 - peer-link Port-Channel1 - reload-delay mlag 300 - reload-delay non-mlag 330 -``` - -## Spanning Tree - -### Spanning Tree Summary - -STP mode: **mstp** - -#### MSTP Instance and Priority - -| Instance(s) | Priority | -| -------- | -------- | -| 0 | 4096 | - -#### Global Spanning-Tree Settings - -- Spanning Tree disabled for VLANs: **4093-4094** - -### Spanning Tree Device Configuration - -```eos -! -spanning-tree mode mstp -no spanning-tree vlan-id 4093-4094 -spanning-tree mst 0 priority 4096 -``` - -## Internal VLAN Allocation Policy - -### Internal VLAN Allocation Policy Summary - -| Policy Allocation | Range Beginning | Range Ending | -| ------------------| --------------- | ------------ | -| ascending | 1006 | 1199 | - -### Internal VLAN Allocation Policy Configuration - -```eos -! -vlan internal order ascending range 1006 1199 -``` - -## VLANs - -### VLANs Summary - -| VLAN ID | Name | Trunk Groups | -| ------- | ---- | ------------ | -| 4093 | LEAF_PEER_L3 | LEAF_PEER_L3 | -| 4094 | MLAG_PEER | MLAG | - -### VLANs Device Configuration - -```eos -! -vlan 4093 - name LEAF_PEER_L3 - trunk group LEAF_PEER_L3 -! -vlan 4094 - name MLAG_PEER - trunk group MLAG -``` - -## Interfaces - -### Ethernet Interfaces - -#### Ethernet Interfaces Summary - -##### L2 - -| Interface | Description | Mode | VLANs | Native VLAN | Trunk Group | Channel-Group | -| --------- | ----------- | ---- | ----- | ----------- | ----------- | ------------- | -| Ethernet1 | MLAG_PEER_s2-spine1_Ethernet1 | *trunk | *- | *- | *['LEAF_PEER_L3', 'MLAG'] | 1 | -| Ethernet2 | S2-LEAF1_Ethernet3 | *trunk | *none | *- | *- | 2 | -| Ethernet3 | S2-LEAF2_Ethernet3 | *trunk | *none | *- | *- | 2 | -| Ethernet4 | S2-LEAF3_Ethernet3 | *trunk | *none | *- | *- | 4 | -| Ethernet5 | S2-LEAF4_Ethernet3 | *trunk | *none | *- | *- | 4 | -| Ethernet6 | MLAG_PEER_s2-spine1_Ethernet6 | *trunk | *- | *- | *['LEAF_PEER_L3', 'MLAG'] | 1 | - -*Inherited from Port-Channel Interface - -#### Ethernet Interfaces Device Configuration - -```eos -! -interface Ethernet1 - description MLAG_PEER_s2-spine1_Ethernet1 - no shutdown - channel-group 1 mode active -! -interface Ethernet2 - description S2-LEAF1_Ethernet3 - no shutdown - channel-group 2 mode active -! -interface Ethernet3 - description S2-LEAF2_Ethernet3 - no shutdown - channel-group 2 mode active -! -interface Ethernet4 - description S2-LEAF3_Ethernet3 - no shutdown - channel-group 4 mode active -! -interface Ethernet5 - description S2-LEAF4_Ethernet3 - no shutdown - channel-group 4 mode active -! -interface Ethernet6 - description MLAG_PEER_s2-spine1_Ethernet6 - no shutdown - channel-group 1 mode active -``` - -### Port-Channel Interfaces - -#### Port-Channel Interfaces Summary - -##### L2 - -| Interface | Description | Type | Mode | VLANs | Native VLAN | Trunk Group | LACP Fallback Timeout | LACP Fallback Mode | MLAG ID | EVPN ESI | -| --------- | ----------- | ---- | ---- | ----- | ----------- | ------------| --------------------- | ------------------ | ------- | -------- | -| Port-Channel1 | MLAG_PEER_s2-spine1_Po1 | switched | trunk | - | - | ['LEAF_PEER_L3', 'MLAG'] | - | - | - | - | -| Port-Channel2 | RACK1_Po2 | switched | trunk | none | - | - | - | - | 2 | - | -| Port-Channel4 | RACK2_Po2 | switched | trunk | none | - | - | - | - | 4 | - | - -#### Port-Channel Interfaces Device Configuration - -```eos -! -interface Port-Channel1 - description MLAG_PEER_s2-spine1_Po1 - no shutdown - switchport - switchport mode trunk - switchport trunk group LEAF_PEER_L3 - switchport trunk group MLAG -! -interface Port-Channel2 - description RACK1_Po2 - no shutdown - switchport - switchport trunk allowed vlan none - switchport mode trunk - mlag 2 -! -interface Port-Channel4 - description RACK2_Po2 - no shutdown - switchport - switchport trunk allowed vlan none - switchport mode trunk - mlag 4 -``` - -### Loopback Interfaces - -#### Loopback Interfaces Summary - -##### IPv4 - -| Interface | Description | VRF | IP Address | -| --------- | ----------- | --- | ---------- | -| Loopback0 | Router_ID | default | 10.2.252.2/32 | - -##### IPv6 - -| Interface | Description | VRF | IPv6 Address | -| --------- | ----------- | --- | ------------ | -| Loopback0 | Router_ID | default | - | - - -#### Loopback Interfaces Device Configuration - -```eos -! -interface Loopback0 - description Router_ID - no shutdown - ip address 10.2.252.2/32 - ip ospf area 0.0.0.0 -``` - -### VLAN Interfaces - -#### VLAN Interfaces Summary - -| Interface | Description | VRF | MTU | Shutdown | -| --------- | ----------- | --- | ---- | -------- | -| Vlan4093 | MLAG_PEER_L3_PEERING | default | 9214 | False | -| Vlan4094 | MLAG_PEER | default | 9214 | False | - -##### IPv4 - -| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | VRRP | ACL In | ACL Out | -| --------- | --- | ---------- | ------------------ | ------------------------- | ---- | ------ | ------- | -| Vlan4093 | default | 10.2.254.1/31 | - | - | - | - | - | -| Vlan4094 | default | 10.2.253.1/31 | - | - | - | - | - | - -#### VLAN Interfaces Device Configuration - -```eos -! -interface Vlan4093 - description MLAG_PEER_L3_PEERING - no shutdown - mtu 9214 - ip address 10.2.254.1/31 - ip ospf network point-to-point - ip ospf area 0.0.0.0 -! -interface Vlan4094 - description MLAG_PEER - no shutdown - mtu 9214 - no autostate - ip address 10.2.253.1/31 -``` - -## Routing - -### Service Routing Protocols Model - -Multi agent routing protocol model enabled - -```eos -! -service routing protocols model multi-agent -``` - -### Virtual Router MAC Address - -#### Virtual Router MAC Address Summary - -##### Virtual Router MAC Address: 00:1c:73:00:dc:01 - -#### Virtual Router MAC Address Configuration - -```eos -! -ip virtual-router mac-address 00:1c:73:00:dc:01 -``` - -### IP Routing - -#### IP Routing Summary - -| VRF | Routing Enabled | -| --- | --------------- | -| default | True | -| MGMT | False | - -#### IP Routing Device Configuration - -```eos -! -ip routing -no ip routing vrf MGMT -``` - -### IPv6 Routing - -#### IPv6 Routing Summary - -| VRF | Routing Enabled | -| --- | --------------- | -| default | False | -| MGMT | false | - -### Router OSPF - -#### Router OSPF Summary - -| Process ID | Router ID | Default Passive Interface | No Passive Interface | BFD | Max LSA | Default Information Originate | Log Adjacency Changes Detail | Auto Cost Reference Bandwidth | Maximum Paths | MPLS LDP Sync Default | Distribute List In | -| ---------- | --------- | ------------------------- | -------------------- | --- | ------- | ----------------------------- | ---------------------------- | ----------------------------- | ------------- | --------------------- | ------------------ | -| 100 | 10.2.252.2 | enabled | Vlan4093
| disabled | 12000 | disabled | disabled | - | - | - | - | - -#### Router OSPF Router Redistribution - -| Process ID | Source Protocol | Include Leaked | Route Map | -| ---------- | --------------- | -------------- | --------- | -| 100 | connected | disabled | - | - -#### OSPF Interfaces - -| Interface | Area | Cost | Point To Point | -| -------- | -------- | -------- | -------- | -| Vlan4093 | 0.0.0.0 | - | True | -| Loopback0 | 0.0.0.0 | - | - | - -#### Router OSPF Device Configuration - -```eos -! -router ospf 100 - router-id 10.2.252.2 - passive-interface default - no passive-interface Vlan4093 - max-lsa 12000 - redistribute connected -``` - -## Multicast - -### IP IGMP Snooping - -#### IP IGMP Snooping Summary - -| IGMP Snooping | Fast Leave | Interface Restart Query | Proxy | Restart Query Interval | Robustness Variable | -| ------------- | ---------- | ----------------------- | ----- | ---------------------- | ------------------- | -| Enabled | - | - | - | - | - | - -#### IP IGMP Snooping Device Configuration - -```eos -``` - -## VRF Instances - -### VRF Instances Summary - -| VRF Name | IP Routing | -| -------- | ---------- | -| MGMT | disabled | - -### VRF Instances Device Configuration - -```eos -! -vrf instance MGMT -``` diff --git a/sites/site_2/documentation/fabric/SITE2_FABRIC-documentation.md b/sites/site_2/documentation/fabric/SITE2_FABRIC-documentation.md deleted file mode 100644 index fa7d894cb..000000000 --- a/sites/site_2/documentation/fabric/SITE2_FABRIC-documentation.md +++ /dev/null @@ -1,86 +0,0 @@ -# SITE2_FABRIC - -## Table of Contents - -- [Fabric Switches and Management IP](#fabric-switches-and-management-ip) - - [Fabric Switches with inband Management IP](#fabric-switches-with-inband-management-ip) -- [Fabric Topology](#fabric-topology) -- [Fabric IP Allocation](#fabric-ip-allocation) - - [Fabric Point-To-Point Links](#fabric-point-to-point-links) - - [Point-To-Point Links Node Allocation](#point-to-point-links-node-allocation) - - [Loopback Interfaces (BGP EVPN Peering)](#loopback-interfaces-bgp-evpn-peering) - - [Loopback0 Interfaces Node Allocation](#loopback0-interfaces-node-allocation) - - [VTEP Loopback VXLAN Tunnel Source Interfaces (VTEPs Only)](#vtep-loopback-vxlan-tunnel-source-interfaces-vteps-only) - - [VTEP Loopback Node allocation](#vtep-loopback-node-allocation) - -## Fabric Switches and Management IP - -| POD | Type | Node | Management IP | Platform | Provisioned in CloudVision | Serial Number | -| --- | ---- | ---- | ------------- | -------- | -------------------------- | ------------- | -| SITE2_FABRIC | leaf | s2-leaf1 | 192.168.0.22/24 | cEOS | Provisioned | - | -| SITE2_FABRIC | leaf | s2-leaf2 | 192.168.0.23/24 | cEOS | Provisioned | - | -| SITE2_FABRIC | leaf | s2-leaf3 | 192.168.0.24/24 | cEOS | Provisioned | - | -| SITE2_FABRIC | leaf | s2-leaf4 | 192.168.0.25/24 | cEOS | Provisioned | - | -| SITE2_FABRIC | l3spine | s2-spine1 | 192.168.0.20/24 | cEOS | Provisioned | - | -| SITE2_FABRIC | l3spine | s2-spine2 | 192.168.0.21/24 | cEOS | Provisioned | - | - -> Provision status is based on Ansible inventory declaration and do not represent real status from CloudVision. - -### Fabric Switches with inband Management IP - -| POD | Type | Node | Management IP | Inband Interface | -| --- | ---- | ---- | ------------- | ---------------- | - -## Fabric Topology - -| Type | Node | Node Interface | Peer Type | Peer Node | Peer Interface | -| ---- | ---- | -------------- | --------- | ----------| -------------- | -| leaf | s2-leaf1 | Ethernet1 | mlag_peer | s2-leaf2 | Ethernet1 | -| leaf | s2-leaf1 | Ethernet2 | l3spine | s2-spine1 | Ethernet2 | -| leaf | s2-leaf1 | Ethernet3 | l3spine | s2-spine2 | Ethernet2 | -| leaf | s2-leaf1 | Ethernet6 | mlag_peer | s2-leaf2 | Ethernet6 | -| leaf | s2-leaf2 | Ethernet2 | l3spine | s2-spine1 | Ethernet3 | -| leaf | s2-leaf2 | Ethernet3 | l3spine | s2-spine2 | Ethernet3 | -| leaf | s2-leaf3 | Ethernet1 | mlag_peer | s2-leaf4 | Ethernet1 | -| leaf | s2-leaf3 | Ethernet2 | l3spine | s2-spine1 | Ethernet4 | -| leaf | s2-leaf3 | Ethernet3 | l3spine | s2-spine2 | Ethernet4 | -| leaf | s2-leaf3 | Ethernet6 | mlag_peer | s2-leaf4 | Ethernet6 | -| leaf | s2-leaf4 | Ethernet2 | l3spine | s2-spine1 | Ethernet5 | -| leaf | s2-leaf4 | Ethernet3 | l3spine | s2-spine2 | Ethernet5 | -| l3spine | s2-spine1 | Ethernet1 | mlag_peer | s2-spine2 | Ethernet1 | -| l3spine | s2-spine1 | Ethernet6 | mlag_peer | s2-spine2 | Ethernet6 | - -## Fabric IP Allocation - -### Fabric Point-To-Point Links - -| Uplink IPv4 Pool | Available Addresses | Assigned addresses | Assigned Address % | -| ---------------- | ------------------- | ------------------ | ------------------ | - -### Point-To-Point Links Node Allocation - -| Node | Node Interface | Node IP Address | Peer Node | Peer Interface | Peer IP Address | -| ---- | -------------- | --------------- | --------- | -------------- | --------------- | - -### Loopback Interfaces (BGP EVPN Peering) - -| Loopback Pool | Available Addresses | Assigned addresses | Assigned Address % | -| ------------- | ------------------- | ------------------ | ------------------ | -| 10.2.252.0/24 | 256 | 2 | 0.79 % | - -### Loopback0 Interfaces Node Allocation - -| POD | Node | Loopback0 | -| --- | ---- | --------- | -| SITE2_FABRIC | s2-spine1 | 10.2.252.1/32 | -| SITE2_FABRIC | s2-spine2 | 10.2.252.2/32 | - -### VTEP Loopback VXLAN Tunnel Source Interfaces (VTEPs Only) - -| VTEP Loopback Pool | Available Addresses | Assigned addresses | Assigned Address % | -| --------------------- | ------------------- | ------------------ | ------------------ | - -### VTEP Loopback Node allocation - -| POD | Node | Loopback1 | -| --- | ---- | --------- | diff --git a/sites/site_2/documentation/fabric/SITE2_FABRIC-p2p-links.csv b/sites/site_2/documentation/fabric/SITE2_FABRIC-p2p-links.csv deleted file mode 100644 index bfbfa8948..000000000 --- a/sites/site_2/documentation/fabric/SITE2_FABRIC-p2p-links.csv +++ /dev/null @@ -1 +0,0 @@ -Type,Node,Node Interface,Leaf IP Address,Peer Type,Peer Node,Peer Interface,Peer IP Address diff --git a/sites/site_2/documentation/fabric/SITE2_FABRIC-topology.csv b/sites/site_2/documentation/fabric/SITE2_FABRIC-topology.csv deleted file mode 100644 index eaaaf48c8..000000000 --- a/sites/site_2/documentation/fabric/SITE2_FABRIC-topology.csv +++ /dev/null @@ -1,29 +0,0 @@ -Node Type,Node,Node Interface,Peer Type,Peer Node,Peer Interface,Node Interface Enabled -leaf,s2-leaf1,Ethernet1,mlag_peer,s2-leaf2,Ethernet1,True -leaf,s2-leaf1,Ethernet2,l3spine,s2-spine1,Ethernet2,True -leaf,s2-leaf1,Ethernet3,l3spine,s2-spine2,Ethernet2,True -leaf,s2-leaf1,Ethernet6,mlag_peer,s2-leaf2,Ethernet6,True -leaf,s2-leaf2,Ethernet1,mlag_peer,s2-leaf1,Ethernet1,True -leaf,s2-leaf2,Ethernet2,l3spine,s2-spine1,Ethernet3,True -leaf,s2-leaf2,Ethernet3,l3spine,s2-spine2,Ethernet3,True -leaf,s2-leaf2,Ethernet6,mlag_peer,s2-leaf1,Ethernet6,True -leaf,s2-leaf3,Ethernet1,mlag_peer,s2-leaf4,Ethernet1,True -leaf,s2-leaf3,Ethernet2,l3spine,s2-spine1,Ethernet4,True -leaf,s2-leaf3,Ethernet3,l3spine,s2-spine2,Ethernet4,True -leaf,s2-leaf3,Ethernet6,mlag_peer,s2-leaf4,Ethernet6,True -leaf,s2-leaf4,Ethernet1,mlag_peer,s2-leaf3,Ethernet1,True -leaf,s2-leaf4,Ethernet2,l3spine,s2-spine1,Ethernet5,True -leaf,s2-leaf4,Ethernet3,l3spine,s2-spine2,Ethernet5,True -leaf,s2-leaf4,Ethernet6,mlag_peer,s2-leaf3,Ethernet6,True -l3spine,s2-spine1,Ethernet1,mlag_peer,s2-spine2,Ethernet1,True -l3spine,s2-spine1,Ethernet2,leaf,s2-leaf1,Ethernet2,True -l3spine,s2-spine1,Ethernet3,leaf,s2-leaf2,Ethernet2,True -l3spine,s2-spine1,Ethernet4,leaf,s2-leaf3,Ethernet2,True -l3spine,s2-spine1,Ethernet5,leaf,s2-leaf4,Ethernet2,True -l3spine,s2-spine1,Ethernet6,mlag_peer,s2-spine2,Ethernet6,True -l3spine,s2-spine2,Ethernet1,mlag_peer,s2-spine1,Ethernet1,True -l3spine,s2-spine2,Ethernet2,leaf,s2-leaf1,Ethernet3,True -l3spine,s2-spine2,Ethernet3,leaf,s2-leaf2,Ethernet3,True -l3spine,s2-spine2,Ethernet4,leaf,s2-leaf3,Ethernet3,True -l3spine,s2-spine2,Ethernet5,leaf,s2-leaf4,Ethernet3,True -l3spine,s2-spine2,Ethernet6,mlag_peer,s2-spine1,Ethernet6,True diff --git a/sites/site_2/intended/configs/s2-leaf1.cfg b/sites/site_2/intended/configs/s2-leaf1.cfg deleted file mode 100644 index f312ea9a0..000000000 --- a/sites/site_2/intended/configs/s2-leaf1.cfg +++ /dev/null @@ -1,88 +0,0 @@ -!RANCID-CONTENT-TYPE: arista -! -vlan internal order ascending range 1006 1199 -! -transceiver qsfp default-mode 4x10G -! -service routing protocols model multi-agent -! -hostname s2-leaf1 -! -spanning-tree mode mstp -no spanning-tree vlan-id 4094 -spanning-tree mst 0 priority 16384 -! -no enable password -no aaa root -! -vlan 4094 - name MLAG_PEER - trunk group MLAG -! -vrf instance MGMT -! -interface Port-Channel1 - description MLAG_PEER_s2-leaf2_Po1 - no shutdown - switchport - switchport mode trunk - switchport trunk group MLAG -! -interface Port-Channel2 - description SPINES_Po2 - no shutdown - switchport - switchport trunk allowed vlan none - switchport mode trunk - mlag 2 -! -interface Ethernet1 - description MLAG_PEER_s2-leaf2_Ethernet1 - no shutdown - channel-group 1 mode active -! -interface Ethernet2 - description S2-SPINE1_Ethernet2 - no shutdown - channel-group 2 mode active -! -interface Ethernet3 - description S2-SPINE2_Ethernet2 - no shutdown - channel-group 2 mode active -! -interface Ethernet6 - description MLAG_PEER_s2-leaf2_Ethernet6 - no shutdown - channel-group 1 mode active -! -interface Management0 - description oob_management - no shutdown - vrf MGMT - ip address 192.168.0.22/24 -! -interface Vlan4094 - description MLAG_PEER - no shutdown - mtu 9214 - no autostate - ip address 10.2.253.4/31 -no ip routing vrf MGMT -! -mlag configuration - domain-id RACK1 - local-interface Vlan4094 - peer-address 10.2.253.5 - peer-link Port-Channel1 - reload-delay mlag 300 - reload-delay non-mlag 330 -! -management api http-commands - protocol https - no shutdown - ! - vrf MGMT - no shutdown -! -end diff --git a/sites/site_2/intended/configs/s2-leaf2.cfg b/sites/site_2/intended/configs/s2-leaf2.cfg deleted file mode 100644 index 1d2271c5b..000000000 --- a/sites/site_2/intended/configs/s2-leaf2.cfg +++ /dev/null @@ -1,88 +0,0 @@ -!RANCID-CONTENT-TYPE: arista -! -vlan internal order ascending range 1006 1199 -! -transceiver qsfp default-mode 4x10G -! -service routing protocols model multi-agent -! -hostname s2-leaf2 -! -spanning-tree mode mstp -no spanning-tree vlan-id 4094 -spanning-tree mst 0 priority 16384 -! -no enable password -no aaa root -! -vlan 4094 - name MLAG_PEER - trunk group MLAG -! -vrf instance MGMT -! -interface Port-Channel1 - description MLAG_PEER_s2-leaf1_Po1 - no shutdown - switchport - switchport mode trunk - switchport trunk group MLAG -! -interface Port-Channel2 - description SPINES_Po2 - no shutdown - switchport - switchport trunk allowed vlan none - switchport mode trunk - mlag 2 -! -interface Ethernet1 - description MLAG_PEER_s2-leaf1_Ethernet1 - no shutdown - channel-group 1 mode active -! -interface Ethernet2 - description S2-SPINE1_Ethernet3 - no shutdown - channel-group 2 mode active -! -interface Ethernet3 - description S2-SPINE2_Ethernet3 - no shutdown - channel-group 2 mode active -! -interface Ethernet6 - description MLAG_PEER_s2-leaf1_Ethernet6 - no shutdown - channel-group 1 mode active -! -interface Management0 - description oob_management - no shutdown - vrf MGMT - ip address 192.168.0.23/24 -! -interface Vlan4094 - description MLAG_PEER - no shutdown - mtu 9214 - no autostate - ip address 10.2.253.5/31 -no ip routing vrf MGMT -! -mlag configuration - domain-id RACK1 - local-interface Vlan4094 - peer-address 10.2.253.4 - peer-link Port-Channel1 - reload-delay mlag 300 - reload-delay non-mlag 330 -! -management api http-commands - protocol https - no shutdown - ! - vrf MGMT - no shutdown -! -end diff --git a/sites/site_2/intended/configs/s2-leaf3.cfg b/sites/site_2/intended/configs/s2-leaf3.cfg deleted file mode 100644 index 6676bef4c..000000000 --- a/sites/site_2/intended/configs/s2-leaf3.cfg +++ /dev/null @@ -1,88 +0,0 @@ -!RANCID-CONTENT-TYPE: arista -! -vlan internal order ascending range 1006 1199 -! -transceiver qsfp default-mode 4x10G -! -service routing protocols model multi-agent -! -hostname s2-leaf3 -! -spanning-tree mode mstp -no spanning-tree vlan-id 4094 -spanning-tree mst 0 priority 16384 -! -no enable password -no aaa root -! -vlan 4094 - name MLAG_PEER - trunk group MLAG -! -vrf instance MGMT -! -interface Port-Channel1 - description MLAG_PEER_s2-leaf4_Po1 - no shutdown - switchport - switchport mode trunk - switchport trunk group MLAG -! -interface Port-Channel2 - description SPINES_Po4 - no shutdown - switchport - switchport trunk allowed vlan none - switchport mode trunk - mlag 2 -! -interface Ethernet1 - description MLAG_PEER_s2-leaf4_Ethernet1 - no shutdown - channel-group 1 mode active -! -interface Ethernet2 - description S2-SPINE1_Ethernet4 - no shutdown - channel-group 2 mode active -! -interface Ethernet3 - description S2-SPINE2_Ethernet4 - no shutdown - channel-group 2 mode active -! -interface Ethernet6 - description MLAG_PEER_s2-leaf4_Ethernet6 - no shutdown - channel-group 1 mode active -! -interface Management0 - description oob_management - no shutdown - vrf MGMT - ip address 192.168.0.24/24 -! -interface Vlan4094 - description MLAG_PEER - no shutdown - mtu 9214 - no autostate - ip address 10.2.253.8/31 -no ip routing vrf MGMT -! -mlag configuration - domain-id RACK2 - local-interface Vlan4094 - peer-address 10.2.253.9 - peer-link Port-Channel1 - reload-delay mlag 300 - reload-delay non-mlag 330 -! -management api http-commands - protocol https - no shutdown - ! - vrf MGMT - no shutdown -! -end diff --git a/sites/site_2/intended/configs/s2-leaf4.cfg b/sites/site_2/intended/configs/s2-leaf4.cfg deleted file mode 100644 index 14a34371e..000000000 --- a/sites/site_2/intended/configs/s2-leaf4.cfg +++ /dev/null @@ -1,88 +0,0 @@ -!RANCID-CONTENT-TYPE: arista -! -vlan internal order ascending range 1006 1199 -! -transceiver qsfp default-mode 4x10G -! -service routing protocols model multi-agent -! -hostname s2-leaf4 -! -spanning-tree mode mstp -no spanning-tree vlan-id 4094 -spanning-tree mst 0 priority 16384 -! -no enable password -no aaa root -! -vlan 4094 - name MLAG_PEER - trunk group MLAG -! -vrf instance MGMT -! -interface Port-Channel1 - description MLAG_PEER_s2-leaf3_Po1 - no shutdown - switchport - switchport mode trunk - switchport trunk group MLAG -! -interface Port-Channel2 - description SPINES_Po4 - no shutdown - switchport - switchport trunk allowed vlan none - switchport mode trunk - mlag 2 -! -interface Ethernet1 - description MLAG_PEER_s2-leaf3_Ethernet1 - no shutdown - channel-group 1 mode active -! -interface Ethernet2 - description S2-SPINE1_Ethernet5 - no shutdown - channel-group 2 mode active -! -interface Ethernet3 - description S2-SPINE2_Ethernet5 - no shutdown - channel-group 2 mode active -! -interface Ethernet6 - description MLAG_PEER_s2-leaf3_Ethernet6 - no shutdown - channel-group 1 mode active -! -interface Management0 - description oob_management - no shutdown - vrf MGMT - ip address 192.168.0.25/24 -! -interface Vlan4094 - description MLAG_PEER - no shutdown - mtu 9214 - no autostate - ip address 10.2.253.9/31 -no ip routing vrf MGMT -! -mlag configuration - domain-id RACK2 - local-interface Vlan4094 - peer-address 10.2.253.8 - peer-link Port-Channel1 - reload-delay mlag 300 - reload-delay non-mlag 330 -! -management api http-commands - protocol https - no shutdown - ! - vrf MGMT - no shutdown -! -end diff --git a/sites/site_2/intended/configs/s2-spine1.cfg b/sites/site_2/intended/configs/s2-spine1.cfg deleted file mode 100644 index 0e6b974e4..000000000 --- a/sites/site_2/intended/configs/s2-spine1.cfg +++ /dev/null @@ -1,136 +0,0 @@ -!RANCID-CONTENT-TYPE: arista -! -vlan internal order ascending range 1006 1199 -! -transceiver qsfp default-mode 4x10G -! -service routing protocols model multi-agent -! -hostname s2-spine1 -! -spanning-tree mode mstp -no spanning-tree vlan-id 4093-4094 -spanning-tree mst 0 priority 4096 -! -no enable password -no aaa root -! -vlan 4093 - name LEAF_PEER_L3 - trunk group LEAF_PEER_L3 -! -vlan 4094 - name MLAG_PEER - trunk group MLAG -! -vrf instance MGMT -! -interface Port-Channel1 - description MLAG_PEER_s2-spine2_Po1 - no shutdown - switchport - switchport mode trunk - switchport trunk group LEAF_PEER_L3 - switchport trunk group MLAG -! -interface Port-Channel2 - description RACK1_Po2 - no shutdown - switchport - switchport trunk allowed vlan none - switchport mode trunk - mlag 2 -! -interface Port-Channel4 - description RACK2_Po2 - no shutdown - switchport - switchport trunk allowed vlan none - switchport mode trunk - mlag 4 -! -interface Ethernet1 - description MLAG_PEER_s2-spine2_Ethernet1 - no shutdown - channel-group 1 mode active -! -interface Ethernet2 - description S2-LEAF1_Ethernet2 - no shutdown - channel-group 2 mode active -! -interface Ethernet3 - description S2-LEAF2_Ethernet2 - no shutdown - channel-group 2 mode active -! -interface Ethernet4 - description S2-LEAF3_Ethernet2 - no shutdown - channel-group 4 mode active -! -interface Ethernet5 - description S2-LEAF4_Ethernet2 - no shutdown - channel-group 4 mode active -! -interface Ethernet6 - description MLAG_PEER_s2-spine2_Ethernet6 - no shutdown - channel-group 1 mode active -! -interface Loopback0 - description Router_ID - no shutdown - ip address 10.2.252.1/32 - ip ospf area 0.0.0.0 -! -interface Management0 - description oob_management - no shutdown - vrf MGMT - ip address 192.168.0.20/24 -! -interface Vlan4093 - description MLAG_PEER_L3_PEERING - no shutdown - mtu 9214 - ip address 10.2.254.0/31 - ip ospf network point-to-point - ip ospf area 0.0.0.0 -! -interface Vlan4094 - description MLAG_PEER - no shutdown - mtu 9214 - no autostate - ip address 10.2.253.0/31 -! -ip virtual-router mac-address 00:1c:73:00:dc:01 -! -ip routing -no ip routing vrf MGMT -! -mlag configuration - domain-id SPINES - local-interface Vlan4094 - peer-address 10.2.253.1 - peer-link Port-Channel1 - reload-delay mlag 300 - reload-delay non-mlag 330 -! -router ospf 100 - router-id 10.2.252.1 - passive-interface default - no passive-interface Vlan4093 - max-lsa 12000 - redistribute connected -! -management api http-commands - protocol https - no shutdown - ! - vrf MGMT - no shutdown -! -end diff --git a/sites/site_2/intended/configs/s2-spine2.cfg b/sites/site_2/intended/configs/s2-spine2.cfg deleted file mode 100644 index 11bd4c819..000000000 --- a/sites/site_2/intended/configs/s2-spine2.cfg +++ /dev/null @@ -1,136 +0,0 @@ -!RANCID-CONTENT-TYPE: arista -! -vlan internal order ascending range 1006 1199 -! -transceiver qsfp default-mode 4x10G -! -service routing protocols model multi-agent -! -hostname s2-spine2 -! -spanning-tree mode mstp -no spanning-tree vlan-id 4093-4094 -spanning-tree mst 0 priority 4096 -! -no enable password -no aaa root -! -vlan 4093 - name LEAF_PEER_L3 - trunk group LEAF_PEER_L3 -! -vlan 4094 - name MLAG_PEER - trunk group MLAG -! -vrf instance MGMT -! -interface Port-Channel1 - description MLAG_PEER_s2-spine1_Po1 - no shutdown - switchport - switchport mode trunk - switchport trunk group LEAF_PEER_L3 - switchport trunk group MLAG -! -interface Port-Channel2 - description RACK1_Po2 - no shutdown - switchport - switchport trunk allowed vlan none - switchport mode trunk - mlag 2 -! -interface Port-Channel4 - description RACK2_Po2 - no shutdown - switchport - switchport trunk allowed vlan none - switchport mode trunk - mlag 4 -! -interface Ethernet1 - description MLAG_PEER_s2-spine1_Ethernet1 - no shutdown - channel-group 1 mode active -! -interface Ethernet2 - description S2-LEAF1_Ethernet3 - no shutdown - channel-group 2 mode active -! -interface Ethernet3 - description S2-LEAF2_Ethernet3 - no shutdown - channel-group 2 mode active -! -interface Ethernet4 - description S2-LEAF3_Ethernet3 - no shutdown - channel-group 4 mode active -! -interface Ethernet5 - description S2-LEAF4_Ethernet3 - no shutdown - channel-group 4 mode active -! -interface Ethernet6 - description MLAG_PEER_s2-spine1_Ethernet6 - no shutdown - channel-group 1 mode active -! -interface Loopback0 - description Router_ID - no shutdown - ip address 10.2.252.2/32 - ip ospf area 0.0.0.0 -! -interface Management0 - description oob_management - no shutdown - vrf MGMT - ip address 192.168.0.21/24 -! -interface Vlan4093 - description MLAG_PEER_L3_PEERING - no shutdown - mtu 9214 - ip address 10.2.254.1/31 - ip ospf network point-to-point - ip ospf area 0.0.0.0 -! -interface Vlan4094 - description MLAG_PEER - no shutdown - mtu 9214 - no autostate - ip address 10.2.253.1/31 -! -ip virtual-router mac-address 00:1c:73:00:dc:01 -! -ip routing -no ip routing vrf MGMT -! -mlag configuration - domain-id SPINES - local-interface Vlan4094 - peer-address 10.2.253.0 - peer-link Port-Channel1 - reload-delay mlag 300 - reload-delay non-mlag 330 -! -router ospf 100 - router-id 10.2.252.2 - passive-interface default - no passive-interface Vlan4093 - max-lsa 12000 - redistribute connected -! -management api http-commands - protocol https - no shutdown - ! - vrf MGMT - no shutdown -! -end diff --git a/sites/site_2/intended/structured_configs/s2-leaf1.yml b/sites/site_2/intended/structured_configs/s2-leaf1.yml deleted file mode 100644 index 8654c593e..000000000 --- a/sites/site_2/intended/structured_configs/s2-leaf1.yml +++ /dev/null @@ -1,105 +0,0 @@ -service_routing_protocols_model: multi-agent -vlan_internal_order: - allocation: ascending - range: - beginning: 1006 - ending: 1199 -spanning_tree: - mode: mstp - mst_instances: - - id: '0' - priority: 16384 - no_spanning_tree_vlan: '4094' -vrfs: -- name: MGMT - ip_routing: false -management_interfaces: -- name: Management0 - description: oob_management - shutdown: false - vrf: MGMT - ip_address: 192.168.0.22/24 - gateway: null - type: oob -management_api_http: - enable_vrfs: - - name: MGMT - enable_https: true -vlans: -- id: 4094 - tenant: system - name: MLAG_PEER - trunk_groups: - - MLAG -vlan_interfaces: -- name: Vlan4094 - description: MLAG_PEER - shutdown: false - ip_address: 10.2.253.4/31 - no_autostate: true - mtu: 9214 -port_channel_interfaces: -- name: Port-Channel1 - description: MLAG_PEER_s2-leaf2_Po1 - type: switched - shutdown: false - mode: trunk - trunk_groups: - - MLAG -- name: Port-Channel2 - description: SPINES_Po2 - type: switched - shutdown: false - mode: trunk - vlans: none - mlag: 2 -ethernet_interfaces: -- name: Ethernet1 - peer: s2-leaf2 - peer_interface: Ethernet1 - peer_type: mlag_peer - description: MLAG_PEER_s2-leaf2_Ethernet1 - type: port-channel-member - shutdown: false - channel_group: - id: 1 - mode: active -- name: Ethernet6 - peer: s2-leaf2 - peer_interface: Ethernet6 - peer_type: mlag_peer - description: MLAG_PEER_s2-leaf2_Ethernet6 - type: port-channel-member - shutdown: false - channel_group: - id: 1 - mode: active -- name: Ethernet2 - peer: s2-spine1 - peer_interface: Ethernet2 - peer_type: l3spine - description: S2-SPINE1_Ethernet2 - shutdown: false - type: port-channel-member - channel_group: - id: 2 - mode: active -- name: Ethernet3 - peer: s2-spine2 - peer_interface: Ethernet2 - peer_type: l3spine - description: S2-SPINE2_Ethernet2 - shutdown: false - type: port-channel-member - channel_group: - id: 2 - mode: active -mlag_configuration: - domain_id: RACK1 - local_interface: Vlan4094 - peer_address: 10.2.253.5 - peer_link: Port-Channel1 - reload_delay_mlag: '300' - reload_delay_non_mlag: '330' -ip_igmp_snooping: - globally_enabled: true diff --git a/sites/site_2/intended/structured_configs/s2-leaf2.yml b/sites/site_2/intended/structured_configs/s2-leaf2.yml deleted file mode 100644 index 70f9a48ca..000000000 --- a/sites/site_2/intended/structured_configs/s2-leaf2.yml +++ /dev/null @@ -1,105 +0,0 @@ -service_routing_protocols_model: multi-agent -vlan_internal_order: - allocation: ascending - range: - beginning: 1006 - ending: 1199 -spanning_tree: - mode: mstp - mst_instances: - - id: '0' - priority: 16384 - no_spanning_tree_vlan: '4094' -vrfs: -- name: MGMT - ip_routing: false -management_interfaces: -- name: Management0 - description: oob_management - shutdown: false - vrf: MGMT - ip_address: 192.168.0.23/24 - gateway: null - type: oob -management_api_http: - enable_vrfs: - - name: MGMT - enable_https: true -vlans: -- id: 4094 - tenant: system - name: MLAG_PEER - trunk_groups: - - MLAG -vlan_interfaces: -- name: Vlan4094 - description: MLAG_PEER - shutdown: false - ip_address: 10.2.253.5/31 - no_autostate: true - mtu: 9214 -port_channel_interfaces: -- name: Port-Channel1 - description: MLAG_PEER_s2-leaf1_Po1 - type: switched - shutdown: false - mode: trunk - trunk_groups: - - MLAG -- name: Port-Channel2 - description: SPINES_Po2 - type: switched - shutdown: false - mode: trunk - vlans: none - mlag: 2 -ethernet_interfaces: -- name: Ethernet1 - peer: s2-leaf1 - peer_interface: Ethernet1 - peer_type: mlag_peer - description: MLAG_PEER_s2-leaf1_Ethernet1 - type: port-channel-member - shutdown: false - channel_group: - id: 1 - mode: active -- name: Ethernet6 - peer: s2-leaf1 - peer_interface: Ethernet6 - peer_type: mlag_peer - description: MLAG_PEER_s2-leaf1_Ethernet6 - type: port-channel-member - shutdown: false - channel_group: - id: 1 - mode: active -- name: Ethernet2 - peer: s2-spine1 - peer_interface: Ethernet3 - peer_type: l3spine - description: S2-SPINE1_Ethernet3 - shutdown: false - type: port-channel-member - channel_group: - id: 2 - mode: active -- name: Ethernet3 - peer: s2-spine2 - peer_interface: Ethernet3 - peer_type: l3spine - description: S2-SPINE2_Ethernet3 - shutdown: false - type: port-channel-member - channel_group: - id: 2 - mode: active -mlag_configuration: - domain_id: RACK1 - local_interface: Vlan4094 - peer_address: 10.2.253.4 - peer_link: Port-Channel1 - reload_delay_mlag: '300' - reload_delay_non_mlag: '330' -ip_igmp_snooping: - globally_enabled: true diff --git a/sites/site_2/intended/structured_configs/s2-leaf3.yml b/sites/site_2/intended/structured_configs/s2-leaf3.yml deleted file mode 100644 index 2c0927d26..000000000 --- a/sites/site_2/intended/structured_configs/s2-leaf3.yml +++ /dev/null @@ -1,105 +0,0 @@ -service_routing_protocols_model: multi-agent -vlan_internal_order: - allocation: ascending - range: - beginning: 1006 - ending: 1199 -spanning_tree: - mode: mstp - mst_instances: - - id: '0' - priority: 16384 - no_spanning_tree_vlan: '4094' -vrfs: -- name: MGMT - ip_routing: false -management_interfaces: -- name: Management0 - description: oob_management - shutdown: false - vrf: MGMT - ip_address: 192.168.0.24/24 - gateway: null - type: oob -management_api_http: - enable_vrfs: - - name: MGMT - enable_https: true -vlans: -- id: 4094 - tenant: system - name: MLAG_PEER - trunk_groups: - - MLAG -vlan_interfaces: -- name: Vlan4094 - description: MLAG_PEER - shutdown: false - ip_address: 10.2.253.8/31 - no_autostate: true - mtu: 9214 -port_channel_interfaces: -- name: Port-Channel1 - description: MLAG_PEER_s2-leaf4_Po1 - type: switched - shutdown: false - mode: trunk - trunk_groups: - - MLAG -- name: Port-Channel2 - description: SPINES_Po4 - type: switched - shutdown: false - mode: trunk - vlans: none - mlag: 2 -ethernet_interfaces: -- name: Ethernet1 - peer: s2-leaf4 - peer_interface: Ethernet1 - peer_type: mlag_peer - description: MLAG_PEER_s2-leaf4_Ethernet1 - type: port-channel-member - shutdown: false - channel_group: - id: 1 - mode: active -- name: Ethernet6 - peer: s2-leaf4 - peer_interface: Ethernet6 - peer_type: mlag_peer - description: MLAG_PEER_s2-leaf4_Ethernet6 - type: port-channel-member - shutdown: false - channel_group: - id: 1 - mode: active -- name: Ethernet2 - peer: s2-spine1 - peer_interface: Ethernet4 - peer_type: l3spine - description: S2-SPINE1_Ethernet4 - shutdown: false - type: port-channel-member - channel_group: - id: 2 - mode: active -- name: Ethernet3 - peer: s2-spine2 - peer_interface: Ethernet4 - peer_type: l3spine - description: S2-SPINE2_Ethernet4 - shutdown: false - type: port-channel-member - channel_group: - id: 2 - mode: active -mlag_configuration: - domain_id: RACK2 - local_interface: Vlan4094 - peer_address: 10.2.253.9 - peer_link: Port-Channel1 - reload_delay_mlag: '300' - reload_delay_non_mlag: '330' -ip_igmp_snooping: - globally_enabled: true diff --git a/sites/site_2/intended/structured_configs/s2-leaf4.yml b/sites/site_2/intended/structured_configs/s2-leaf4.yml deleted file mode 100644 index e2eb107ac..000000000 --- a/sites/site_2/intended/structured_configs/s2-leaf4.yml +++ /dev/null @@ -1,105 +0,0 @@ -service_routing_protocols_model: multi-agent -vlan_internal_order: - allocation: ascending - range: - beginning: 1006 - ending: 1199 -spanning_tree: - mode: mstp - mst_instances: - - id: '0' - priority: 16384 - no_spanning_tree_vlan: '4094' -vrfs: -- name: MGMT - ip_routing: false -management_interfaces: -- name: Management0 - description: oob_management - shutdown: false - vrf: MGMT - ip_address: 192.168.0.25/24 - gateway: null - type: oob -management_api_http: - enable_vrfs: - - name: MGMT - enable_https: true -vlans: -- id: 4094 - tenant: system - name: MLAG_PEER - trunk_groups: - - MLAG -vlan_interfaces: -- name: Vlan4094 - description: MLAG_PEER - shutdown: false - ip_address: 10.2.253.9/31 - no_autostate: true - mtu: 9214 -port_channel_interfaces: -- name: Port-Channel1 - description: MLAG_PEER_s2-leaf3_Po1 - type: switched - shutdown: false - mode: trunk - trunk_groups: - - MLAG -- name: Port-Channel2 - description: SPINES_Po4 - type: switched - shutdown: false - mode: trunk - vlans: none - mlag: 2 -ethernet_interfaces: -- name: Ethernet1 - peer: s2-leaf3 - peer_interface: Ethernet1 - peer_type: mlag_peer - description: MLAG_PEER_s2-leaf3_Ethernet1 - type: port-channel-member - shutdown: false - channel_group: - id: 1 - mode: active -- name: Ethernet6 - peer: s2-leaf3 - peer_interface: Ethernet6 - peer_type: mlag_peer - description: MLAG_PEER_s2-leaf3_Ethernet6 - type: port-channel-member - shutdown: false - channel_group: - id: 1 - mode: active -- name: Ethernet2 - peer: s2-spine1 - peer_interface: Ethernet5 - peer_type: l3spine - description: S2-SPINE1_Ethernet5 - shutdown: false - type: port-channel-member - channel_group: - id: 2 - mode: active -- name: Ethernet3 - peer: s2-spine2 - peer_interface: Ethernet5 - peer_type: l3spine - description: S2-SPINE2_Ethernet5 - shutdown: false - type: port-channel-member - channel_group: - id: 2 - mode: active -mlag_configuration: - domain_id: RACK2 - local_interface: Vlan4094 - peer_address: 10.2.253.8 - peer_link: Port-Channel1 - reload_delay_mlag: '300' - reload_delay_non_mlag: '330' -ip_igmp_snooping: - globally_enabled: true diff --git a/sites/site_2/intended/structured_configs/s2-spine1.yml b/sites/site_2/intended/structured_configs/s2-spine1.yml deleted file mode 100644 index fe7cfe607..000000000 --- a/sites/site_2/intended/structured_configs/s2-spine1.yml +++ /dev/null @@ -1,164 +0,0 @@ -service_routing_protocols_model: multi-agent -ip_routing: true -vlan_internal_order: - allocation: ascending - range: - beginning: 1006 - ending: 1199 -spanning_tree: - mode: mstp - mst_instances: - - id: '0' - priority: 4096 - no_spanning_tree_vlan: 4093-4094 -vrfs: -- name: MGMT - ip_routing: false -management_interfaces: -- name: Management0 - description: oob_management - shutdown: false - vrf: MGMT - ip_address: 192.168.0.20/24 - gateway: null - type: oob -management_api_http: - enable_vrfs: - - name: MGMT - enable_https: true -vlans: -- id: 4093 - tenant: system - name: LEAF_PEER_L3 - trunk_groups: - - LEAF_PEER_L3 -- id: 4094 - tenant: system - name: MLAG_PEER - trunk_groups: - - MLAG -vlan_interfaces: -- name: Vlan4093 - description: MLAG_PEER_L3_PEERING - shutdown: false - mtu: 9214 - ip_address: 10.2.254.0/31 - ospf_network_point_to_point: true - ospf_area: 0.0.0.0 -- name: Vlan4094 - description: MLAG_PEER - shutdown: false - ip_address: 10.2.253.0/31 - no_autostate: true - mtu: 9214 -port_channel_interfaces: -- name: Port-Channel1 - description: MLAG_PEER_s2-spine2_Po1 - type: switched - shutdown: false - mode: trunk - trunk_groups: - - LEAF_PEER_L3 - - MLAG -- name: Port-Channel2 - description: RACK1_Po2 - type: switched - shutdown: false - mode: trunk - vlans: none - mlag: 2 -- name: Port-Channel4 - description: RACK2_Po2 - type: switched - shutdown: false - mode: trunk - vlans: none - mlag: 4 -ethernet_interfaces: -- name: Ethernet1 - peer: s2-spine2 - peer_interface: Ethernet1 - peer_type: mlag_peer - description: MLAG_PEER_s2-spine2_Ethernet1 - type: port-channel-member - shutdown: false - channel_group: - id: 1 - mode: active -- name: Ethernet6 - peer: s2-spine2 - peer_interface: Ethernet6 - peer_type: mlag_peer - description: MLAG_PEER_s2-spine2_Ethernet6 - type: port-channel-member - shutdown: false - channel_group: - id: 1 - mode: active -- name: Ethernet2 - peer: s2-leaf1 - peer_interface: Ethernet2 - peer_type: leaf - description: S2-LEAF1_Ethernet2 - shutdown: false - type: port-channel-member - channel_group: - id: 2 - mode: active -- name: Ethernet3 - peer: s2-leaf2 - peer_interface: Ethernet2 - peer_type: leaf - description: S2-LEAF2_Ethernet2 - shutdown: false - type: port-channel-member - channel_group: - id: 2 - mode: active -- name: Ethernet4 - peer: s2-leaf3 - peer_interface: Ethernet2 - peer_type: leaf - description: S2-LEAF3_Ethernet2 - shutdown: false - type: port-channel-member - channel_group: - id: 4 - mode: active -- name: Ethernet5 - peer: s2-leaf4 - peer_interface: Ethernet2 - peer_type: leaf - description: S2-LEAF4_Ethernet2 - shutdown: false - type: port-channel-member - channel_group: - id: 4 - mode: active -mlag_configuration: - domain_id: SPINES - local_interface: Vlan4094 - peer_address: 10.2.253.1 - peer_link: Port-Channel1 - reload_delay_mlag: '300' - reload_delay_non_mlag: '330' -loopback_interfaces: -- name: Loopback0 - description: Router_ID - shutdown: false - ip_address: 10.2.252.1/32 - ospf_area: 0.0.0.0 -router_ospf: - process_ids: - - id: 100 - passive_interface_default: true - router_id: 10.2.252.1 - max_lsa: 12000 - no_passive_interfaces: - - Vlan4093 - bfd_enable: false - redistribute: - connected: {} -ip_igmp_snooping: - globally_enabled: true -ip_virtual_router_mac_address: 00:1c:73:00:dc:01 diff --git a/sites/site_2/intended/structured_configs/s2-spine2.yml b/sites/site_2/intended/structured_configs/s2-spine2.yml deleted file mode 100644 index 557e50fd9..000000000 --- a/sites/site_2/intended/structured_configs/s2-spine2.yml +++ /dev/null @@ -1,164 +0,0 @@ -service_routing_protocols_model: multi-agent -ip_routing: true -vlan_internal_order: - allocation: ascending - range: - beginning: 1006 - ending: 1199 -spanning_tree: - mode: mstp - mst_instances: - - id: '0' - priority: 4096 - no_spanning_tree_vlan: 4093-4094 -vrfs: -- name: MGMT - ip_routing: false -management_interfaces: -- name: Management0 - description: oob_management - shutdown: false - vrf: MGMT - ip_address: 192.168.0.21/24 - gateway: null - type: oob -management_api_http: - enable_vrfs: - - name: MGMT - enable_https: true -vlans: -- id: 4093 - tenant: system - name: LEAF_PEER_L3 - trunk_groups: - - LEAF_PEER_L3 -- id: 4094 - tenant: system - name: MLAG_PEER - trunk_groups: - - MLAG -vlan_interfaces: -- name: Vlan4093 - description: MLAG_PEER_L3_PEERING - shutdown: false - mtu: 9214 - ip_address: 10.2.254.1/31 - ospf_network_point_to_point: true - ospf_area: 0.0.0.0 -- name: Vlan4094 - description: MLAG_PEER - shutdown: false - ip_address: 10.2.253.1/31 - no_autostate: true - mtu: 9214 -port_channel_interfaces: -- name: Port-Channel1 - description: MLAG_PEER_s2-spine1_Po1 - type: switched - shutdown: false - mode: trunk - trunk_groups: - - LEAF_PEER_L3 - - MLAG -- name: Port-Channel2 - description: RACK1_Po2 - type: switched - shutdown: false - mode: trunk - vlans: none - mlag: 2 -- name: Port-Channel4 - description: RACK2_Po2 - type: switched - shutdown: false - mode: trunk - vlans: none - mlag: 4 -ethernet_interfaces: -- name: Ethernet1 - peer: s2-spine1 - peer_interface: Ethernet1 - peer_type: mlag_peer - description: MLAG_PEER_s2-spine1_Ethernet1 - type: port-channel-member - shutdown: false - channel_group: - id: 1 - mode: active -- name: Ethernet6 - peer: s2-spine1 - peer_interface: Ethernet6 - peer_type: mlag_peer - description: MLAG_PEER_s2-spine1_Ethernet6 - type: port-channel-member - shutdown: false - channel_group: - id: 1 - mode: active -- name: Ethernet2 - peer: s2-leaf1 - peer_interface: Ethernet3 - peer_type: leaf - description: S2-LEAF1_Ethernet3 - shutdown: false - type: port-channel-member - channel_group: - id: 2 - mode: active -- name: Ethernet3 - peer: s2-leaf2 - peer_interface: Ethernet3 - peer_type: leaf - description: S2-LEAF2_Ethernet3 - shutdown: false - type: port-channel-member - channel_group: - id: 2 - mode: active -- name: Ethernet4 - peer: s2-leaf3 - peer_interface: Ethernet3 - peer_type: leaf - description: S2-LEAF3_Ethernet3 - shutdown: false - type: port-channel-member - channel_group: - id: 4 - mode: active -- name: Ethernet5 - peer: s2-leaf4 - peer_interface: Ethernet3 - peer_type: leaf - description: S2-LEAF4_Ethernet3 - shutdown: false - type: port-channel-member - channel_group: - id: 4 - mode: active -mlag_configuration: - domain_id: SPINES - local_interface: Vlan4094 - peer_address: 10.2.253.0 - peer_link: Port-Channel1 - reload_delay_mlag: '300' - reload_delay_non_mlag: '330' -loopback_interfaces: -- name: Loopback0 - description: Router_ID - shutdown: false - ip_address: 10.2.252.2/32 - ospf_area: 0.0.0.0 -router_ospf: - process_ids: - - id: 100 - passive_interface_default: true - router_id: 10.2.252.2 - max_lsa: 12000 - no_passive_interfaces: - - Vlan4093 - bfd_enable: false - redistribute: - connected: {} -ip_igmp_snooping: - globally_enabled: true -ip_virtual_router_mac_address: 00:1c:73:00:dc:01 From c61d73ef17c46240a360843616747c5517c4a904 Mon Sep 17 00:00:00 2001 From: Philippe Bureau Date: Wed, 30 Aug 2023 10:18:46 -0400 Subject: [PATCH 4/4] ansible config fix --- ansible.cfg | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ansible.cfg b/ansible.cfg index 8051b9677..8ec730b25 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -13,8 +13,7 @@ gathering = explicit retry_files_enabled = False # Path(s) to search for installed Ansible Galaxy Collections -#collections_paths = ~/.ansible/collections -collections_paths = ../ansible-cvp +collections_paths = ~/.ansible/collections # Enable additional Jinja2 Extensions (https://jinja.palletsprojects.com/en/3.1.x/extensions/) jinja2_extensions = jinja2.ext.loopcontrols,jinja2.ext.do,jinja2.ext.i18n