From 5431378ba80731630cb5dd39e57a593208d797a8 Mon Sep 17 00:00:00 2001 From: Mahesh Kumar Date: Tue, 3 Dec 2024 12:55:22 +0530 Subject: [PATCH 1/9] added router_id support with vtep_diagnostic under netwrok services --- .../intended/configs/DC1-BL1B.cfg | 1 - .../intended/configs/DC1-LEAF1A.cfg | 3 +- .../intended/configs/DC1-LEAF2A.cfg | 5 +- .../intended/configs/DC1-LEAF2B.cfg | 5 +- .../intended/configs/DC1-SVC3A.cfg | 3 +- .../intended/configs/DC1-SVC3B.cfg | 3 +- .../configs/DC1_UNDEPLOYED_LEAF1A.cfg | 3 +- .../configs/DC1_UNDEPLOYED_LEAF1B.cfg | 3 +- .../intended/configs/MH-LEAF1A.cfg | 2 +- .../intended/configs/MH-LEAF1B.cfg | 2 +- .../intended/configs/MH-LEAF2A.cfg | 2 +- .../configs/evpn_services_l2_only_false.cfg | 3 +- .../intended/structured_configs/DC1-BL1B.yml | 1 - .../structured_configs/DC1-LEAF1A.yml | 3 +- .../structured_configs/DC1-LEAF2A.yml | 5 +- .../structured_configs/DC1-LEAF2B.yml | 5 +- .../intended/structured_configs/DC1-SVC3A.yml | 3 +- .../intended/structured_configs/DC1-SVC3B.yml | 3 +- .../DC1_UNDEPLOYED_LEAF1A.yml | 3 +- .../DC1_UNDEPLOYED_LEAF1B.yml | 3 +- .../intended/structured_configs/MH-LEAF1A.yml | 2 +- .../intended/structured_configs/MH-LEAF1B.yml | 2 +- .../intended/structured_configs/MH-LEAF2A.yml | 2 +- .../evpn_services_l2_only_false.yml | 3 +- .../DC1_TENANTS_NETWORKS/Tenant_A.yml | 7 +++ .../group_vars/MH_TENANT_NETWORKS.yml | 2 + .../network-services-vrfs-ospf-settings.md | 10 +++- .../tables/network-services-vrfs-settings.md | 8 +++ .../pyavd/_eos_designs/schema/__init__.py | 53 ++++++++++++++++-- .../schema/eos_designs.schema.yml | 29 +++++++++- .../defs_network_services.schema.yml | 17 +++++- .../network_services/router_bgp.py | 4 +- .../network_services/router_ospf.py | 2 +- .../network_services/utils.py | 56 ++++++++++++++++++- 34 files changed, 199 insertions(+), 59 deletions(-) diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/DC1-BL1B.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/DC1-BL1B.cfg index b9d72a16f4e..ce591245e29 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/DC1-BL1B.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/DC1-BL1B.cfg @@ -477,7 +477,6 @@ router bgp 65105 router-id 192.168.255.15 ! router ospf 14 vrf Tenant_A_WAN_Zone - router-id 192.168.255.15 passive-interface default no passive-interface Vlan150 redistribute bgp diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/DC1-LEAF1A.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/DC1-LEAF1A.cfg index f5f5aa5a392..53f396779e1 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/DC1-LEAF1A.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/DC1-LEAF1A.cfg @@ -375,7 +375,6 @@ router bgp 65101 rd 1.1.1.1:12 route-target import evpn 1234:12 route-target export evpn 1234:12 - router-id 192.168.42.42 redistribute connected ! vrf Tenant_A_OP_Zone @@ -394,7 +393,7 @@ router bgp 65101 redistribute connected ! router ospf 9 vrf Tenant_A_OP_Zone - router-id 192.168.42.42 + router-id 10.10.10.10 passive-interface default no passive-interface Vlan113 redistribute bgp diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/DC1-LEAF2A.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/DC1-LEAF2A.cfg index 2cc47494930..7d1ffeda879 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/DC1-LEAF2A.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/DC1-LEAF2A.cfg @@ -822,14 +822,13 @@ router bgp 65102 rd 65001:12 route-target import evpn 100000:12 route-target export evpn 100000:12 - router-id 192.168.255.10 redistribute connected ! vrf Tenant_A_DB_Zone rd 65001:13 route-target import evpn 100000:13 route-target export evpn 100000:13 - router-id 192.168.255.10 + router-id 11.11.11.11 redistribute connected ! vrf Tenant_A_OP_Zone @@ -877,7 +876,7 @@ router bgp 65102 redistribute static ! router ospf 16 vrf Tenant_A_OSPF - router-id 192.168.255.10 + router-id 10.255.11.10 passive-interface default no passive-interface Ethernet22 no passive-interface Ethernet23 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/DC1-LEAF2B.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/DC1-LEAF2B.cfg index 7ff1a8051cb..4fdf39c7007 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/DC1-LEAF2B.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/DC1-LEAF2B.cfg @@ -786,14 +786,13 @@ router bgp 65102 rd 65001:12 route-target import evpn 100000:12 route-target export evpn 100000:12 - router-id 192.168.255.11 redistribute connected ! vrf Tenant_A_DB_Zone rd 65001:13 route-target import evpn 100000:13 route-target export evpn 100000:13 - router-id 192.168.255.11 + router-id 11.11.11.11 redistribute connected ! vrf Tenant_A_OP_Zone @@ -841,7 +840,7 @@ router bgp 65102 redistribute static ! router ospf 16 vrf Tenant_A_OSPF - router-id 192.168.255.11 + router-id 10.255.11.11 passive-interface default no passive-interface Ethernet24 redistribute bgp diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/DC1-SVC3A.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/DC1-SVC3A.cfg index 1c26eff7e99..be47852bd6c 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/DC1-SVC3A.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/DC1-SVC3A.cfg @@ -1098,7 +1098,6 @@ router bgp 65103 rd 65103:12 route-target import evpn 12:12 route-target export evpn 12:12 - router-id 192.168.255.12 update wait-install neighbor 10.255.251.7 peer group MLAG-PEERS neighbor 10.255.251.7 description DC1-SVC3B @@ -1108,7 +1107,7 @@ router bgp 65103 rd 65103:13 route-target import evpn 13:13 route-target export evpn 13:13 - router-id 192.168.255.12 + router-id 11.11.11.11 update wait-install neighbor 10.255.251.7 peer group MLAG-PEERS neighbor 10.255.251.7 description DC1-SVC3B diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/DC1-SVC3B.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/DC1-SVC3B.cfg index ae0e1c3b85a..def4973d53b 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/DC1-SVC3B.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/DC1-SVC3B.cfg @@ -1062,7 +1062,6 @@ router bgp 65103 rd 65103:12 route-target import evpn 12:12 route-target export evpn 12:12 - router-id 192.168.255.13 update wait-install neighbor 10.255.251.6 peer group MLAG-PEERS neighbor 10.255.251.6 description DC1-SVC3A @@ -1072,7 +1071,7 @@ router bgp 65103 rd 65103:13 route-target import evpn 13:13 route-target export evpn 13:13 - router-id 192.168.255.13 + router-id 11.11.11.11 update wait-install neighbor 10.255.251.6 peer group MLAG-PEERS neighbor 10.255.251.6 description DC1-SVC3A diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/DC1_UNDEPLOYED_LEAF1A.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/DC1_UNDEPLOYED_LEAF1A.cfg index 9d0fdf68148..ad140e51238 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/DC1_UNDEPLOYED_LEAF1A.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/DC1_UNDEPLOYED_LEAF1A.cfg @@ -656,7 +656,6 @@ router bgp 65110 rd 192.168.255.21:12 route-target import evpn 12:12 route-target export evpn 12:12 - router-id 192.168.255.21 update wait-install neighbor 10.255.251.25 peer group MLAG-PEERS neighbor 10.255.251.25 description DC1_UNDEPLOYED_LEAF1B @@ -666,7 +665,7 @@ router bgp 65110 rd 192.168.255.21:13 route-target import evpn 13:13 route-target export evpn 13:13 - router-id 192.168.255.21 + router-id 11.11.11.11 update wait-install neighbor 10.255.251.25 peer group MLAG-PEERS neighbor 10.255.251.25 description DC1_UNDEPLOYED_LEAF1B diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/DC1_UNDEPLOYED_LEAF1B.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/DC1_UNDEPLOYED_LEAF1B.cfg index eb9d4e39717..594c53dec7a 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/DC1_UNDEPLOYED_LEAF1B.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/DC1_UNDEPLOYED_LEAF1B.cfg @@ -656,7 +656,6 @@ router bgp 65111 rd 192.168.255.22:12 route-target import evpn 12:12 route-target export evpn 12:12 - router-id 192.168.255.22 update wait-install neighbor 10.255.251.24 peer group MLAG-PEERS neighbor 10.255.251.24 description DC1_UNDEPLOYED_LEAF1A @@ -666,7 +665,7 @@ router bgp 65111 rd 192.168.255.22:13 route-target import evpn 13:13 route-target export evpn 13:13 - router-id 192.168.255.22 + router-id 11.11.11.11 update wait-install neighbor 10.255.251.24 peer group MLAG-PEERS neighbor 10.255.251.24 description DC1_UNDEPLOYED_LEAF1A diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/MH-LEAF1A.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/MH-LEAF1A.cfg index c744338c0b4..c0780032c1e 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/MH-LEAF1A.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/MH-LEAF1A.cfg @@ -422,7 +422,7 @@ router bgp 65151 rd 192.168.255.33:20 route-target import evpn 20:20 route-target export evpn 20:20 - router-id 192.168.255.33 + router-id 10.255.1.33 redistribute connected ! end diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/MH-LEAF1B.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/MH-LEAF1B.cfg index 9c4244148a5..911aaae6700 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/MH-LEAF1B.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/MH-LEAF1B.cfg @@ -422,7 +422,7 @@ router bgp 65152 rd 192.168.255.34:20 route-target import evpn 20:20 route-target export evpn 20:20 - router-id 192.168.255.34 + router-id 10.255.1.34 redistribute connected ! end diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/MH-LEAF2A.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/MH-LEAF2A.cfg index 37eee124859..7abb5995081 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/MH-LEAF2A.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/MH-LEAF2A.cfg @@ -227,7 +227,7 @@ router bgp 65153 rd 192.168.255.35:20 route-target import evpn 20:20 route-target export evpn 20:20 - router-id 192.168.255.35 + router-id 10.255.1.35 redistribute connected ! end diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/evpn_services_l2_only_false.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/evpn_services_l2_only_false.cfg index f0ca27b1e09..4af46f64bf5 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/evpn_services_l2_only_false.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/evpn_services_l2_only_false.cfg @@ -659,14 +659,13 @@ router bgp 101 rd 192.168.255.109:12 route-target import evpn 12:12 route-target export evpn 12:12 - router-id 192.168.255.109 redistribute connected ! vrf Tenant_A_DB_Zone rd 192.168.255.109:13 route-target import evpn 13:13 route-target export evpn 13:13 - router-id 192.168.255.109 + router-id 11.11.11.11 redistribute connected ! vrf Tenant_A_ERP_Zone diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/DC1-BL1B.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/DC1-BL1B.yml index 76f7fe9657a..44791cdfb67 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/DC1-BL1B.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/DC1-BL1B.yml @@ -692,7 +692,6 @@ router_ospf: - id: 14 vrf: Tenant_A_WAN_Zone passive_interface_default: true - router_id: 192.168.255.15 no_passive_interfaces: - Vlan150 max_lsa: 15000 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/DC1-LEAF1A.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/DC1-LEAF1A.yml index a323de68be4..b73e0cddb75 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/DC1-LEAF1A.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/DC1-LEAF1A.yml @@ -100,7 +100,6 @@ router_bgp: - address_family: evpn route_targets: - '1234:12' - router_id: 192.168.42.42 redistribute: connected: enabled: true @@ -569,7 +568,7 @@ router_ospf: - id: 9 vrf: Tenant_A_OP_Zone passive_interface_default: true - router_id: 192.168.42.42 + router_id: 10.10.10.10 no_passive_interfaces: - Vlan113 redistribute: diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/DC1-LEAF2A.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/DC1-LEAF2A.yml index 6b54862f8e6..e01e1925301 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/DC1-LEAF2A.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/DC1-LEAF2A.yml @@ -120,7 +120,6 @@ router_bgp: - address_family: evpn route_targets: - '100000:12' - router_id: 192.168.255.10 redistribute: connected: enabled: true @@ -135,7 +134,7 @@ router_bgp: - address_family: evpn route_targets: - '100000:13' - router_id: 192.168.255.10 + router_id: 11.11.11.11 redistribute: connected: enabled: true @@ -1226,7 +1225,7 @@ router_ospf: - id: 16 vrf: Tenant_A_OSPF passive_interface_default: true - router_id: 192.168.255.10 + router_id: 10.255.11.10 no_passive_interfaces: - Ethernet22 - Ethernet23 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/DC1-LEAF2B.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/DC1-LEAF2B.yml index 535f579737d..5efb2d93b26 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/DC1-LEAF2B.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/DC1-LEAF2B.yml @@ -120,7 +120,6 @@ router_bgp: - address_family: evpn route_targets: - '100000:12' - router_id: 192.168.255.11 redistribute: connected: enabled: true @@ -135,7 +134,7 @@ router_bgp: - address_family: evpn route_targets: - '100000:13' - router_id: 192.168.255.11 + router_id: 11.11.11.11 redistribute: connected: enabled: true @@ -1166,7 +1165,7 @@ router_ospf: - id: 16 vrf: Tenant_A_OSPF passive_interface_default: true - router_id: 192.168.255.11 + router_id: 10.255.11.11 no_passive_interfaces: - Ethernet24 redistribute: diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/DC1-SVC3A.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/DC1-SVC3A.yml index 69d1335e44d..dbeae5cbb96 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/DC1-SVC3A.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/DC1-SVC3A.yml @@ -114,7 +114,6 @@ router_bgp: - address_family: evpn route_targets: - '12:12' - router_id: 192.168.255.12 redistribute: connected: enabled: true @@ -135,7 +134,7 @@ router_bgp: - address_family: evpn route_targets: - '13:13' - router_id: 192.168.255.12 + router_id: 11.11.11.11 redistribute: connected: enabled: true diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/DC1-SVC3B.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/DC1-SVC3B.yml index 7d419e8da60..7f404f3be9f 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/DC1-SVC3B.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/DC1-SVC3B.yml @@ -114,7 +114,6 @@ router_bgp: - address_family: evpn route_targets: - '12:12' - router_id: 192.168.255.13 redistribute: connected: enabled: true @@ -135,7 +134,7 @@ router_bgp: - address_family: evpn route_targets: - '13:13' - router_id: 192.168.255.13 + router_id: 11.11.11.11 redistribute: connected: enabled: true diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/DC1_UNDEPLOYED_LEAF1A.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/DC1_UNDEPLOYED_LEAF1A.yml index 13ffd40524e..8280e6d3baf 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/DC1_UNDEPLOYED_LEAF1A.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/DC1_UNDEPLOYED_LEAF1A.yml @@ -114,7 +114,6 @@ router_bgp: - address_family: evpn route_targets: - '12:12' - router_id: 192.168.255.21 redistribute: connected: enabled: true @@ -135,7 +134,7 @@ router_bgp: - address_family: evpn route_targets: - '13:13' - router_id: 192.168.255.21 + router_id: 11.11.11.11 redistribute: connected: enabled: true diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/DC1_UNDEPLOYED_LEAF1B.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/DC1_UNDEPLOYED_LEAF1B.yml index c6ebe9bcda8..1506d588a61 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/DC1_UNDEPLOYED_LEAF1B.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/DC1_UNDEPLOYED_LEAF1B.yml @@ -114,7 +114,6 @@ router_bgp: - address_family: evpn route_targets: - '12:12' - router_id: 192.168.255.22 redistribute: connected: enabled: true @@ -135,7 +134,7 @@ router_bgp: - address_family: evpn route_targets: - '13:13' - router_id: 192.168.255.22 + router_id: 11.11.11.11 redistribute: connected: enabled: true diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/MH-LEAF1A.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/MH-LEAF1A.yml index c48f58e3677..f9f385fd284 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/MH-LEAF1A.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/MH-LEAF1A.yml @@ -67,7 +67,7 @@ router_bgp: - address_family: evpn route_targets: - '20:20' - router_id: 192.168.255.33 + router_id: 10.255.1.33 redistribute: connected: enabled: true diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/MH-LEAF1B.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/MH-LEAF1B.yml index 206791a959b..50e90a1f7b5 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/MH-LEAF1B.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/MH-LEAF1B.yml @@ -67,7 +67,7 @@ router_bgp: - address_family: evpn route_targets: - '20:20' - router_id: 192.168.255.34 + router_id: 10.255.1.34 redistribute: connected: enabled: true diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/MH-LEAF2A.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/MH-LEAF2A.yml index 2e541469e69..4c256cff77c 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/MH-LEAF2A.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/MH-LEAF2A.yml @@ -82,7 +82,7 @@ router_bgp: - address_family: evpn route_targets: - '20:20' - router_id: 192.168.255.35 + router_id: 10.255.1.35 redistribute: connected: enabled: true diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/evpn_services_l2_only_false.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/evpn_services_l2_only_false.yml index 1c9f99e5f53..3d9639b72b6 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/evpn_services_l2_only_false.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/evpn_services_l2_only_false.yml @@ -58,7 +58,6 @@ router_bgp: - address_family: evpn route_targets: - '12:12' - router_id: 192.168.255.109 redistribute: connected: enabled: true @@ -73,7 +72,7 @@ router_bgp: - address_family: evpn route_targets: - '13:13' - router_id: 192.168.255.109 + router_id: 11.11.11.11 redistribute: connected: enabled: true diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/inventory/group_vars/DC1_TENANTS_NETWORKS/Tenant_A.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/inventory/group_vars/DC1_TENANTS_NETWORKS/Tenant_A.yml index 5bf528c71b2..9467384d230 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/inventory/group_vars/DC1_TENANTS_NETWORKS/Tenant_A.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/inventory/group_vars/DC1_TENANTS_NETWORKS/Tenant_A.yml @@ -57,6 +57,7 @@ tenant_a: key: "AQQvKeimxJu+uGQ/yYvv9w==" ospf: enabled: true + router_id: 10.10.10.10 nodes: - DC1-LEAF1A - name: Tenant_A_WEB_Zone @@ -112,6 +113,8 @@ tenant_a: - 10.1.32.254 - 10.2.32.254/24 - 10.3.32.254/24 + bgp: + router_id: none - name: Tenant_A_DB_Zone vrf_vni: 13 svis: @@ -125,10 +128,13 @@ tenant_a: tags: ['db'] enabled: True ip_address_virtual: 10.1.41.1/24 + bgp: + router_id: 11.11.11.11 - name: Tenant_A_WAN_Zone vrf_id: 14 ospf: enabled: true + router_id: none max_lsa: 15000 redistribute_bgp: enabled: true @@ -281,6 +287,7 @@ tenant_a: vrf_id: 16 ospf: enabled: true + router_id: vtep_diagnostic l3_interfaces: - interfaces: - Ethernet22 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/inventory/group_vars/MH_TENANT_NETWORKS.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/inventory/group_vars/MH_TENANT_NETWORKS.yml index 8d945b3baf7..c7ab0268a80 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/inventory/group_vars/MH_TENANT_NETWORKS.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/inventory/group_vars/MH_TENANT_NETWORKS.yml @@ -17,6 +17,8 @@ tenants: tags: [opzone] enabled: true ip_address_virtual: 10.1.10.1/24 + bgp: + router_id: vtep_diagnostic - name: default vrf_id: 21 svis: diff --git a/ansible_collections/arista/avd/roles/eos_designs/docs/tables/network-services-vrfs-ospf-settings.md b/ansible_collections/arista/avd/roles/eos_designs/docs/tables/network-services-vrfs-ospf-settings.md index 57226ba70df..ed2a5165f86 100644 --- a/ansible_collections/arista/avd/roles/eos_designs/docs/tables/network-services-vrfs-ospf-settings.md +++ b/ansible_collections/arista/avd/roles/eos_designs/docs/tables/network-services-vrfs-ospf-settings.md @@ -14,7 +14,7 @@ | [        ospf](## ".[].vrfs.[].ospf") | Dictionary | | | | Router OSPF configuration.
This will create an OSPF routing instance in the tenant VRF. If there is no nodes definition, the OSPF instance will be
created on all leafs where the VRF is deployed. This will also cause automatic OSPF redistribution into BGP unless
explicitly turned off with "redistribute_ospf: false".
| | [          enabled](## ".[].vrfs.[].ospf.enabled") | Boolean | | | | | | [          process_id](## ".[].vrfs.[].ospf.process_id") | Integer | | | | If not set, "vrf_id" will be used. | - | [          router_id](## ".[].vrfs.[].ospf.router_id") | String | | | | If not set, switch router_id will be used. | + | [          router_id](## ".[].vrfs.[].ospf.router_id") | String | | `main_router_id` | | Router ID to use for OSPF in this VRF.
This can be an IP address, "main_router_id", "none", "vtep_diagnostic"
- "main_router_id" will reuse the main OSPF Router ID which is the IP address of Loopback0.
- "none" will not configure a OSPF Router ID for this VRF. EOS will use the main OSPF Router ID.
- "vtep_diagnostic" will use the IP address of the VRF Diagnostic Loopback interface. | | [          max_lsa](## ".[].vrfs.[].ospf.max_lsa") | Integer | | | | | | [          bfd](## ".[].vrfs.[].ospf.bfd") | Boolean | | `False` | | | | [          redistribute_bgp](## ".[].vrfs.[].ospf.redistribute_bgp") | Dictionary | | | | | @@ -110,8 +110,12 @@ # If not set, "vrf_id" will be used. process_id: - # If not set, switch router_id will be used. - router_id: + # Router ID to use for OSPF in this VRF. + # This can be an IP address, "main_router_id", "none", "vtep_diagnostic" + # - "main_router_id" will reuse the main OSPF Router ID which is the IP address of Loopback0. + # - "none" will not configure a OSPF Router ID for this VRF. EOS will use the main OSPF Router ID. + # - "vtep_diagnostic" will use the IP address of the VRF Diagnostic Loopback interface. + router_id: max_lsa: bfd: redistribute_bgp: diff --git a/ansible_collections/arista/avd/roles/eos_designs/docs/tables/network-services-vrfs-settings.md b/ansible_collections/arista/avd/roles/eos_designs/docs/tables/network-services-vrfs-settings.md index f8f1874624c..6960517b698 100644 --- a/ansible_collections/arista/avd/roles/eos_designs/docs/tables/network-services-vrfs-settings.md +++ b/ansible_collections/arista/avd/roles/eos_designs/docs/tables/network-services-vrfs-settings.md @@ -64,6 +64,7 @@ | [        redistribute_connected](## ".[].vrfs.[].redistribute_connected") | Boolean | | `True` | | Enable or disable the redistribution of all connected routes to BGP in the VRF. Note this is not applicable to VRF `default`. | | [        bgp](## ".[].vrfs.[].bgp") | Dictionary | | | | | | [          enabled](## ".[].vrfs.[].bgp.enabled") | Boolean | | | | Force (no) configuration of BGP for the VRF.
If not set, BGP will be configured when needed according to the following rules:
- If the VRF is part of an overlay (`evpn` or `mpls`), BGP will be configured for it.
- If any BGP peers are configured under the VRF, BGP will be configured for it. This is useful for L2LS designs with VRFs.
- If uplink type is `p2p-vrfs` *and* the vrf is included in the uplink VRFs, BGP will be configured for it. | + | [          router_id](## ".[].vrfs.[].bgp.router_id") | String | | `main_router_id` | | Router ID to use for BGP in this VRF.
This can be an IP address, "main_router_id", "none", "vtep_diagnostic"
- "main_router_id" will reuse the main BGP Router ID which is the IP address of Loopback0.
- "none" will not configure a BGP Router ID for this VRF. EOS will use the main BGP Router ID.
- "vtep_diagnostic" will use the IP address of the VRF Diagnostic Loopback interface. | | [          raw_eos_cli](## ".[].vrfs.[].bgp.raw_eos_cli") | String | | | | EOS CLI rendered directly on the Router BGP, VRF definition in the final EOS configuration.
| | [          structured_config](## ".[].vrfs.[].bgp.structured_config") | Dictionary | | | | Custom structured config added under router_bgp.vrfs.[name=] for eos_cli_config_gen. | | [        additional_route_targets](## ".[].vrfs.[].additional_route_targets") | List, items: Dictionary | | | | Configuration of extra route-targets for this VRF. Useful for route-leaking or gateway between address families. | @@ -278,6 +279,13 @@ # - If uplink type is `p2p-vrfs` *and* the vrf is included in the uplink VRFs, BGP will be configured for it. enabled: + # Router ID to use for BGP in this VRF. + # This can be an IP address, "main_router_id", "none", "vtep_diagnostic" + # - "main_router_id" will reuse the main BGP Router ID which is the IP address of Loopback0. + # - "none" will not configure a BGP Router ID for this VRF. EOS will use the main BGP Router ID. + # - "vtep_diagnostic" will use the IP address of the VRF Diagnostic Loopback interface. + router_id: + # EOS CLI rendered directly on the Router BGP, VRF definition in the final EOS configuration. raw_eos_cli: diff --git a/python-avd/pyavd/_eos_designs/schema/__init__.py b/python-avd/pyavd/_eos_designs/schema/__init__.py index 204df7de342..ce45d8d4618 100644 --- a/python-avd/pyavd/_eos_designs/schema/__init__.py +++ b/python-avd/pyavd/_eos_designs/schema/__init__.py @@ -34958,7 +34958,7 @@ class Nodes(AvdList[str]): _fields: ClassVar[dict] = { "enabled": {"type": bool}, "process_id": {"type": int}, - "router_id": {"type": str}, + "router_id": {"type": str, "default": "main_router_id"}, "max_lsa": {"type": int}, "bfd": {"type": bool, "default": False}, "redistribute_bgp": {"type": RedistributeBgp}, @@ -34969,8 +34969,19 @@ class Nodes(AvdList[str]): enabled: bool | None process_id: int | None """If not set, "vrf_id" will be used.""" - router_id: str | None - """If not set, switch router_id will be used.""" + router_id: str + """ + Router ID to use for OSPF in this VRF. + This can be an IP address, "main_router_id", "none", + "vtep_diagnostic" + - "main_router_id" will reuse the main OSPF Router ID which is the IP address of + Loopback0. + - "none" will not configure a OSPF Router ID for this VRF. EOS will use the main OSPF + Router ID. + - "vtep_diagnostic" will use the IP address of the VRF Diagnostic Loopback interface. + + Default value: `"main_router_id"` + """ max_lsa: int | None bfd: bool """Default value: `False`""" @@ -34989,7 +35000,7 @@ def __init__( *, enabled: bool | None | UndefinedType = Undefined, process_id: int | None | UndefinedType = Undefined, - router_id: str | None | UndefinedType = Undefined, + router_id: str | UndefinedType = Undefined, max_lsa: int | None | UndefinedType = Undefined, bfd: bool | UndefinedType = Undefined, redistribute_bgp: RedistributeBgp | UndefinedType = Undefined, @@ -35006,7 +35017,15 @@ def __init__( Args: enabled: enabled process_id: If not set, "vrf_id" will be used. - router_id: If not set, switch router_id will be used. + router_id: + Router ID to use for OSPF in this VRF. + This can be an IP address, "main_router_id", "none", + "vtep_diagnostic" + - "main_router_id" will reuse the main OSPF Router ID which is the IP address of + Loopback0. + - "none" will not configure a OSPF Router ID for this VRF. EOS will use the main OSPF + Router ID. + - "vtep_diagnostic" will use the IP address of the VRF Diagnostic Loopback interface. max_lsa: max_lsa bfd: bfd redistribute_bgp: Subclass of AvdModel. @@ -37693,6 +37712,7 @@ class StructuredConfig(EosCliConfigGen.RouterBgp.VrfsItem): _fields: ClassVar[dict] = { "enabled": {"type": bool}, + "router_id": {"type": str, "default": "main_router_id"}, "raw_eos_cli": {"type": str}, "structured_config": {"type": StructuredConfig}, "_custom_data": {"type": dict}, @@ -37709,6 +37729,19 @@ class StructuredConfig(EosCliConfigGen.RouterBgp.VrfsItem): - If uplink type is `p2p-vrfs` *and* the vrf is included in the uplink VRFs, BGP will be configured for it. """ + router_id: str + """ + Router ID to use for BGP in this VRF. + This can be an IP address, "main_router_id", "none", + "vtep_diagnostic" + - "main_router_id" will reuse the main BGP Router ID which is the IP address of + Loopback0. + - "none" will not configure a BGP Router ID for this VRF. EOS will use the main BGP + Router ID. + - "vtep_diagnostic" will use the IP address of the VRF Diagnostic Loopback interface. + + Default value: `"main_router_id"` + """ raw_eos_cli: str | None """EOS CLI rendered directly on the Router BGP, VRF definition in the final EOS configuration.""" structured_config: StructuredConfig @@ -37726,6 +37759,7 @@ def __init__( self, *, enabled: bool | None | UndefinedType = Undefined, + router_id: str | UndefinedType = Undefined, raw_eos_cli: str | None | UndefinedType = Undefined, structured_config: StructuredConfig | UndefinedType = Undefined, _custom_data: dict[str, Any] | UndefinedType = Undefined, @@ -37747,6 +37781,15 @@ def __init__( This is useful for L2LS designs with VRFs. - If uplink type is `p2p-vrfs` *and* the vrf is included in the uplink VRFs, BGP will be configured for it. + router_id: + Router ID to use for BGP in this VRF. + This can be an IP address, "main_router_id", "none", + "vtep_diagnostic" + - "main_router_id" will reuse the main BGP Router ID which is the IP address of + Loopback0. + - "none" will not configure a BGP Router ID for this VRF. EOS will use the main BGP + Router ID. + - "vtep_diagnostic" will use the IP address of the VRF Diagnostic Loopback interface. raw_eos_cli: EOS CLI rendered directly on the Router BGP, VRF definition in the final EOS configuration. structured_config: Custom structured config added under router_bgp.vrfs.[name=] for eos_cli_config_gen. diff --git a/python-avd/pyavd/_eos_designs/schema/eos_designs.schema.yml b/python-avd/pyavd/_eos_designs/schema/eos_designs.schema.yml index 4eb87f66f14..689f495e809 100644 --- a/python-avd/pyavd/_eos_designs/schema/eos_designs.schema.yml +++ b/python-avd/pyavd/_eos_designs/schema/eos_designs.schema.yml @@ -6485,7 +6485,19 @@ $defs: description: If not set, "vrf_id" will be used. router_id: type: str - description: If not set, switch router_id will be used. + description: 'Router ID to use for OSPF in this VRF. + + This can be an IP address, "main_router_id", "none", "vtep_diagnostic" + + - "main_router_id" will reuse the main OSPF Router ID which + is the IP address of Loopback0. + + - "none" will not configure a OSPF Router ID for this VRF. EOS + will use the main OSPF Router ID. + + - "vtep_diagnostic" will use the IP address of the VRF Diagnostic + Loopback interface.' + default: main_router_id max_lsa: type: int convert_types: @@ -7169,6 +7181,21 @@ $defs: - If uplink type is `p2p-vrfs` *and* the vrf is included in the uplink VRFs, BGP will be configured for it.' + router_id: + type: str + description: 'Router ID to use for BGP in this VRF. + + This can be an IP address, "main_router_id", "none", "vtep_diagnostic" + + - "main_router_id" will reuse the main BGP Router ID which is + the IP address of Loopback0. + + - "none" will not configure a BGP Router ID for this VRF. EOS + will use the main BGP Router ID. + + - "vtep_diagnostic" will use the IP address of the VRF Diagnostic + Loopback interface.' + default: main_router_id raw_eos_cli: type: str description: 'EOS CLI rendered directly on the Router BGP, VRF diff --git a/python-avd/pyavd/_eos_designs/schema/schema_fragments/defs_network_services.schema.yml b/python-avd/pyavd/_eos_designs/schema/schema_fragments/defs_network_services.schema.yml index c09e726b3a0..ad4890dd8d8 100644 --- a/python-avd/pyavd/_eos_designs/schema/schema_fragments/defs_network_services.schema.yml +++ b/python-avd/pyavd/_eos_designs/schema/schema_fragments/defs_network_services.schema.yml @@ -488,7 +488,13 @@ $defs: description: If not set, "vrf_id" will be used. router_id: type: str - description: If not set, switch router_id will be used. + description: |- + Router ID to use for OSPF in this VRF. + This can be an IP address, "main_router_id", "none", "vtep_diagnostic" + - "main_router_id" will reuse the main OSPF Router ID which is the IP address of Loopback0. + - "none" will not configure a OSPF Router ID for this VRF. EOS will use the main OSPF Router ID. + - "vtep_diagnostic" will use the IP address of the VRF Diagnostic Loopback interface. + default: main_router_id max_lsa: type: int convert_types: @@ -1059,6 +1065,15 @@ $defs: - If the VRF is part of an overlay (`evpn` or `mpls`), BGP will be configured for it. - If any BGP peers are configured under the VRF, BGP will be configured for it. This is useful for L2LS designs with VRFs. - If uplink type is `p2p-vrfs` *and* the vrf is included in the uplink VRFs, BGP will be configured for it. + router_id: + type: str + description: |- + Router ID to use for BGP in this VRF. + This can be an IP address, "main_router_id", "none", "vtep_diagnostic" + - "main_router_id" will reuse the main BGP Router ID which is the IP address of Loopback0. + - "none" will not configure a BGP Router ID for this VRF. EOS will use the main BGP Router ID. + - "vtep_diagnostic" will use the IP address of the VRF Diagnostic Loopback interface. + default: main_router_id raw_eos_cli: type: str description: | diff --git a/python-avd/pyavd/_eos_designs/structured_config/network_services/router_bgp.py b/python-avd/pyavd/_eos_designs/structured_config/network_services/router_bgp.py index 8d26e868441..49005772f2e 100644 --- a/python-avd/pyavd/_eos_designs/structured_config/network_services/router_bgp.py +++ b/python-avd/pyavd/_eos_designs/structured_config/network_services/router_bgp.py @@ -162,9 +162,7 @@ def _router_bgp_vrfs(self: AvdStructuredConfigNetworkServices) -> dict: self._update_router_bgp_vrf_evpn_or_mpls_cfg(bgp_vrf, vrf, vrf_address_families) if vrf_name != "default": - # Non-default VRF - if not self.inputs.use_router_general_for_router_id: - bgp_vrf["router_id"] = self.shared_utils.router_id + bgp_vrf["router_id"] = self.get_vrf_router_id(vrf, vrf.bgp.router_id, tenant.name) if vrf.redistribute_connected: bgp_vrf["redistribute"] = {"connected": {"enabled": True}} diff --git a/python-avd/pyavd/_eos_designs/structured_config/network_services/router_ospf.py b/python-avd/pyavd/_eos_designs/structured_config/network_services/router_ospf.py index bd08917262b..2af9d6770bf 100644 --- a/python-avd/pyavd/_eos_designs/structured_config/network_services/router_ospf.py +++ b/python-avd/pyavd/_eos_designs/structured_config/network_services/router_ospf.py @@ -65,7 +65,7 @@ def router_ospf(self: AvdStructuredConfigNetworkServices) -> dict | None: "id": process_id, "vrf": vrf.name if vrf.name != "default" else None, "passive_interface_default": True, - "router_id": default(vrf.ospf.router_id, self.shared_utils.router_id if not self.inputs.use_router_general_for_router_id else None), + "router_id": self.get_vrf_router_id(vrf, vrf.ospf.router_id, tenant.name), "no_passive_interfaces": ospf_interfaces, "bfd_enable": vrf.ospf.bfd or None, # Historic behavior is to only output if True. "max_lsa": vrf.ospf.max_lsa, diff --git a/python-avd/pyavd/_eos_designs/structured_config/network_services/utils.py b/python-avd/pyavd/_eos_designs/structured_config/network_services/utils.py index 7fe4e8cd96a..64367dc6227 100644 --- a/python-avd/pyavd/_eos_designs/structured_config/network_services/utils.py +++ b/python-avd/pyavd/_eos_designs/structured_config/network_services/utils.py @@ -9,7 +9,7 @@ from typing import TYPE_CHECKING from pyavd._errors import AristaAvdError, AristaAvdInvalidInputsError -from pyavd._utils import default, get +from pyavd._utils import default, get, get_item from pyavd.j2filters import natural_sort from .utils_wan import UtilsWanMixin @@ -402,3 +402,57 @@ def get_vlan_aware_bundle_rt( return f"{admin_subfield}:{rt_override}" return f"{admin_subfield}:{bundle_number}" + + def get_vrf_router_id( + self: AvdStructuredConfigNetworkServices, + vrf: EosDesigns._DynamicKeys.DynamicNetworkServicesItem.NetworkServicesItem.VrfsItem, + router_id: str, + tenant_name: str, + ) -> str | None: + """ + Determine the router ID for a given VRF based on its configuration. + + Args: + vrf (VrfsItem): The VRF object containing OSPF/BGP and vtep_diagnostic details. + router_id (str): The router ID type specified for the VRF (e.g., "vtep_diagnostic", "main_router_id", "none", or "IPv4 address"). + tenant_name (str): The name of the tenant to which the VRF belongs. + + Returns: + str | None: The resolved router ID as a string, or None if the router ID is not applicable. + + Raises: + AristaAvdInvalidInputsError: If required configuration for "vtep_diagnostic" router ID is missing. + """ + # Handle "vtep_diagnostic" router ID case + if router_id == "vtep_diagnostic": + vrf_diagnostic_loopback = vrf.vtep_diagnostic.loopback + loopback_ip_pools = vrf.vtep_diagnostic.loopback_ip_pools + + # Validate required configuration + if vrf_diagnostic_loopback is None or loopback_ip_pools is None: + msg = ( + f"Invalid configuration on VRF '{vrf.name}' in Tenant '{tenant_name}'. " + "Both 'vtep_diagnostic.loopback' and 'vtep_diagnostic.loopback_ip_pools' must be defined " + "when 'router_id' is set to 'vtep_diagnostic' on the VRF." + ) + raise AristaAvdInvalidInputsError(msg) + + # Resolve router ID from loopback interface + interface_name = f"Loopback{vrf_diagnostic_loopback}" + interface_data = get_item(self.loopback_interfaces, "name", interface_name) + return interface_data["ip_address"].split("/")[0] + + # Handle "main_router_id" with general router ID enabled + if router_id == "main_router_id" and self.inputs.use_router_general_for_router_id: + return None + + # Handle "main_router_id" with general router ID disabled + if router_id == "main_router_id" and not self.inputs.use_router_general_for_router_id: + return self.shared_utils.router_id + + # Handle "none" router ID or custom value + if router_id == "none": + return None + + # Default to the specified router ID + return router_id From ee397c11572f3209f3545351dcc7000c34d07326 Mon Sep 17 00:00:00 2001 From: Mahesh Kumar Date: Wed, 4 Dec 2024 12:25:36 +0530 Subject: [PATCH 2/9] added negative tests --- .../group_vars/VRF_BGP_VTEP_ROUTER_ID.yml | 35 ++++++++++++++++++ .../group_vars/VRF_OSPF_VTEP_ROUTER_ID.yml | 36 +++++++++++++++++++ .../inventory/hosts.yml | 6 ++++ .../network_services/utils.py | 15 ++++---- 4 files changed, 83 insertions(+), 9 deletions(-) create mode 100644 ansible_collections/arista/avd/molecule/eos_designs_negative_unit_tests/inventory/group_vars/VRF_BGP_VTEP_ROUTER_ID.yml create mode 100644 ansible_collections/arista/avd/molecule/eos_designs_negative_unit_tests/inventory/group_vars/VRF_OSPF_VTEP_ROUTER_ID.yml diff --git a/ansible_collections/arista/avd/molecule/eos_designs_negative_unit_tests/inventory/group_vars/VRF_BGP_VTEP_ROUTER_ID.yml b/ansible_collections/arista/avd/molecule/eos_designs_negative_unit_tests/inventory/group_vars/VRF_BGP_VTEP_ROUTER_ID.yml new file mode 100644 index 00000000000..082f48380c5 --- /dev/null +++ b/ansible_collections/arista/avd/molecule/eos_designs_negative_unit_tests/inventory/group_vars/VRF_BGP_VTEP_ROUTER_ID.yml @@ -0,0 +1,35 @@ +l3leaf: + defaults: + loopback_ipv4_pool: 10.42.0.0/24 + vtep_loopback_ipv4_pool: 10.43.0.0/24 + mlag_interfaces: [ Ethernet5, Ethernet6 ] + mlag_peer_ipv4_pool: 10.255.252.0/24 + mlag_peer_l3_ipv4_pool: 10.255.251.0/24 + + node_groups: + - group: vrf-router-id + nodes: + - name: vrf-bgp-vtep-router-id + bgp_as: 42 + id: 42 + +type: l3leaf + +tenants: + # Tenant A Specific Information - VRFs / VLANs + - name: Tenant_X + mac_vrf_vni_base: 11000 + vrfs: + - name: Tenant_X_OP_Zone + vrf_id: 20 + svis: + - id: 310 + name: Tenant_X_OP_Zone_1 + tags: [opzone] + enabled: true + bgp: + router_id: vtep_diagnostic + +expected_error_message: >- + Invalid configuration on VRF 'Tenant_X_OP_Zone' in Tenant 'Tenant_X'. + Both 'vtep_diagnostic.loopback' and 'vtep_diagnostic.loopback_ip_pools' must be defined when 'router_id' is set to 'vtep_diagnostic' on the VRF. diff --git a/ansible_collections/arista/avd/molecule/eos_designs_negative_unit_tests/inventory/group_vars/VRF_OSPF_VTEP_ROUTER_ID.yml b/ansible_collections/arista/avd/molecule/eos_designs_negative_unit_tests/inventory/group_vars/VRF_OSPF_VTEP_ROUTER_ID.yml new file mode 100644 index 00000000000..03009fbffd5 --- /dev/null +++ b/ansible_collections/arista/avd/molecule/eos_designs_negative_unit_tests/inventory/group_vars/VRF_OSPF_VTEP_ROUTER_ID.yml @@ -0,0 +1,36 @@ +l3leaf: + defaults: + loopback_ipv4_pool: 10.42.0.0/24 + vtep_loopback_ipv4_pool: 10.43.0.0/24 + mlag_interfaces: [ Ethernet5, Ethernet6 ] + mlag_peer_ipv4_pool: 10.255.252.0/24 + mlag_peer_l3_ipv4_pool: 10.255.251.0/24 + + node_groups: + - group: vrf-router-id + nodes: + - name: vrf-ospf-vtep-router-id + bgp_as: 42 + id: 42 + +type: l3leaf + +tenants: + # Tenant A Specific Information - VRFs / VLANs + - name: Tenant_X + mac_vrf_vni_base: 11000 + vrfs: + - name: Tenant_X_OP_Zone + vrf_id: 20 + svis: + - id: 310 + name: Tenant_X_OP_Zone_1 + tags: [opzone] + enabled: true + ospf: + enabled: true + router_id: vtep_diagnostic + +expected_error_message: >- + Invalid configuration on VRF 'Tenant_X_OP_Zone' in Tenant 'Tenant_X'. + Both 'vtep_diagnostic.loopback' and 'vtep_diagnostic.loopback_ip_pools' must be defined when 'router_id' is set to 'vtep_diagnostic' on the VRF. diff --git a/ansible_collections/arista/avd/molecule/eos_designs_negative_unit_tests/inventory/hosts.yml b/ansible_collections/arista/avd/molecule/eos_designs_negative_unit_tests/inventory/hosts.yml index 9ec68dcf98c..84626420737 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_negative_unit_tests/inventory/hosts.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_negative_unit_tests/inventory/hosts.yml @@ -148,6 +148,12 @@ all: hosts: duplicate-vlans-mlag-a: duplicate-vlans-mlag-b: + VRF_BGP_VTEP_ROUTER_ID: + hosts: + vrf-bgp-vtep-router-id: + VRF_OSPF_VTEP_ROUTER_ID: + hosts: + vrf-ospf-vtep-router-id: EOS_DESIGNS_FAILURES_EXCLUDED: # These hosts are included in the vars and facts, but will not be included in the structured config run, diff --git a/python-avd/pyavd/_eos_designs/structured_config/network_services/utils.py b/python-avd/pyavd/_eos_designs/structured_config/network_services/utils.py index 64367dc6227..901b42afa3d 100644 --- a/python-avd/pyavd/_eos_designs/structured_config/network_services/utils.py +++ b/python-avd/pyavd/_eos_designs/structured_config/network_services/utils.py @@ -9,7 +9,7 @@ from typing import TYPE_CHECKING from pyavd._errors import AristaAvdError, AristaAvdInvalidInputsError -from pyavd._utils import default, get, get_item +from pyavd._utils import default, get from pyavd.j2filters import natural_sort from .utils_wan import UtilsWanMixin @@ -438,18 +438,15 @@ def get_vrf_router_id( raise AristaAvdInvalidInputsError(msg) # Resolve router ID from loopback interface - interface_name = f"Loopback{vrf_diagnostic_loopback}" - interface_data = get_item(self.loopback_interfaces, "name", interface_name) + interface_data = self._get_vtep_diagnostic_loopback_for_vrf(vrf) return interface_data["ip_address"].split("/")[0] - # Handle "main_router_id" with general router ID enabled - if router_id == "main_router_id" and self.inputs.use_router_general_for_router_id: + # Handle "main_router_id" with general router ID enabled/disabled + if router_id == "main_router_id": + if not self.inputs.use_router_general_for_router_id: + return self.shared_utils.router_id return None - # Handle "main_router_id" with general router ID disabled - if router_id == "main_router_id" and not self.inputs.use_router_general_for_router_id: - return self.shared_utils.router_id - # Handle "none" router ID or custom value if router_id == "none": return None From ee91e83d630195b70c35df6517cce5ba747b9dce Mon Sep 17 00:00:00 2001 From: Mahesh Kumar Date: Fri, 6 Dec 2024 12:32:52 +0530 Subject: [PATCH 3/9] updated error message --- .../inventory/group_vars/VRF_BGP_VTEP_ROUTER_ID.yml | 3 ++- .../inventory/group_vars/VRF_OSPF_VTEP_ROUTER_ID.yml | 3 ++- .../structured_config/network_services/utils.py | 11 +++++------ 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/ansible_collections/arista/avd/molecule/eos_designs_negative_unit_tests/inventory/group_vars/VRF_BGP_VTEP_ROUTER_ID.yml b/ansible_collections/arista/avd/molecule/eos_designs_negative_unit_tests/inventory/group_vars/VRF_BGP_VTEP_ROUTER_ID.yml index 082f48380c5..60ef81d7f32 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_negative_unit_tests/inventory/group_vars/VRF_BGP_VTEP_ROUTER_ID.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_negative_unit_tests/inventory/group_vars/VRF_BGP_VTEP_ROUTER_ID.yml @@ -32,4 +32,5 @@ tenants: expected_error_message: >- Invalid configuration on VRF 'Tenant_X_OP_Zone' in Tenant 'Tenant_X'. - Both 'vtep_diagnostic.loopback' and 'vtep_diagnostic.loopback_ip_pools' must be defined when 'router_id' is set to 'vtep_diagnostic' on the VRF. + 'vtep_diagnostic.loopback' along with either 'vtep_diagnostic.loopback_ip_pools' or 'vtep_diagnostic.loopback_ip_range' must be defined + when 'router_id' is set to 'vtep_diagnostic' on the VRF. diff --git a/ansible_collections/arista/avd/molecule/eos_designs_negative_unit_tests/inventory/group_vars/VRF_OSPF_VTEP_ROUTER_ID.yml b/ansible_collections/arista/avd/molecule/eos_designs_negative_unit_tests/inventory/group_vars/VRF_OSPF_VTEP_ROUTER_ID.yml index 03009fbffd5..a36c4c69325 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_negative_unit_tests/inventory/group_vars/VRF_OSPF_VTEP_ROUTER_ID.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_negative_unit_tests/inventory/group_vars/VRF_OSPF_VTEP_ROUTER_ID.yml @@ -33,4 +33,5 @@ tenants: expected_error_message: >- Invalid configuration on VRF 'Tenant_X_OP_Zone' in Tenant 'Tenant_X'. - Both 'vtep_diagnostic.loopback' and 'vtep_diagnostic.loopback_ip_pools' must be defined when 'router_id' is set to 'vtep_diagnostic' on the VRF. + 'vtep_diagnostic.loopback' along with either 'vtep_diagnostic.loopback_ip_pools' or 'vtep_diagnostic.loopback_ip_range' must be defined + when 'router_id' is set to 'vtep_diagnostic' on the VRF. diff --git a/python-avd/pyavd/_eos_designs/structured_config/network_services/utils.py b/python-avd/pyavd/_eos_designs/structured_config/network_services/utils.py index 901b42afa3d..6251291962c 100644 --- a/python-avd/pyavd/_eos_designs/structured_config/network_services/utils.py +++ b/python-avd/pyavd/_eos_designs/structured_config/network_services/utils.py @@ -425,21 +425,20 @@ def get_vrf_router_id( """ # Handle "vtep_diagnostic" router ID case if router_id == "vtep_diagnostic": - vrf_diagnostic_loopback = vrf.vtep_diagnostic.loopback - loopback_ip_pools = vrf.vtep_diagnostic.loopback_ip_pools + interface_data = self._get_vtep_diagnostic_loopback_for_vrf(vrf) # Validate required configuration - if vrf_diagnostic_loopback is None or loopback_ip_pools is None: + if interface_data is None: msg = ( f"Invalid configuration on VRF '{vrf.name}' in Tenant '{tenant_name}'. " - "Both 'vtep_diagnostic.loopback' and 'vtep_diagnostic.loopback_ip_pools' must be defined " + "'vtep_diagnostic.loopback' along with either 'vtep_diagnostic.loopback_ip_pools' or 'vtep_diagnostic.loopback_ip_range' must be defined " "when 'router_id' is set to 'vtep_diagnostic' on the VRF." ) raise AristaAvdInvalidInputsError(msg) # Resolve router ID from loopback interface - interface_data = self._get_vtep_diagnostic_loopback_for_vrf(vrf) - return interface_data["ip_address"].split("/")[0] + + return str(ipaddress.ip_interface(interface_data["ip_address"]).ip) # Handle "main_router_id" with general router ID enabled/disabled if router_id == "main_router_id": From 220e6f377b4ec20c6e28f2be0cf3a21ab979628a Mon Sep 17 00:00:00 2001 From: Mahesh Kumar Date: Tue, 10 Dec 2024 14:37:13 +0530 Subject: [PATCH 4/9] updated the ip address collection method --- .../_eos_designs/structured_config/network_services/utils.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-avd/pyavd/_eos_designs/structured_config/network_services/utils.py b/python-avd/pyavd/_eos_designs/structured_config/network_services/utils.py index 6251291962c..62ff7cbcd85 100644 --- a/python-avd/pyavd/_eos_designs/structured_config/network_services/utils.py +++ b/python-avd/pyavd/_eos_designs/structured_config/network_services/utils.py @@ -9,7 +9,7 @@ from typing import TYPE_CHECKING from pyavd._errors import AristaAvdError, AristaAvdInvalidInputsError -from pyavd._utils import default, get +from pyavd._utils import default, get, get_ip_from_ip_prefix from pyavd.j2filters import natural_sort from .utils_wan import UtilsWanMixin @@ -438,7 +438,7 @@ def get_vrf_router_id( # Resolve router ID from loopback interface - return str(ipaddress.ip_interface(interface_data["ip_address"]).ip) + return get_ip_from_ip_prefix(interface_data["ip_address"]) # Handle "main_router_id" with general router ID enabled/disabled if router_id == "main_router_id": From 443409433fdb5099309b3630716d3dd06b085a5a Mon Sep 17 00:00:00 2001 From: Mahesh Kumar Date: Wed, 11 Dec 2024 18:38:53 +0530 Subject: [PATCH 5/9] updated the code logic plus documentation_options for router id --- .../eos_designs/docs/tables/fabric-settings.md | 4 ++++ .../network-services-vrfs-ospf-settings.md | 4 ++-- .../tables/network-services-vrfs-settings.md | 4 ++-- .../tables/use-router-general-for-router-id.md | 17 ----------------- .../pyavd/_eos_designs/schema/__init__.py | 16 ++++++++-------- .../_eos_designs/schema/eos_designs.schema.yml | 6 ++++-- .../defs_network_services.schema.yml | 4 ++-- .../use_router_general_for_router_id.schema.yml | 2 ++ .../structured_config/network_services/utils.py | 17 ++++------------- 9 files changed, 28 insertions(+), 46 deletions(-) delete mode 100644 ansible_collections/arista/avd/roles/eos_designs/docs/tables/use-router-general-for-router-id.md diff --git a/ansible_collections/arista/avd/roles/eos_designs/docs/tables/fabric-settings.md b/ansible_collections/arista/avd/roles/eos_designs/docs/tables/fabric-settings.md index caae6e9f4f1..a60bf4ab70a 100644 --- a/ansible_collections/arista/avd/roles/eos_designs/docs/tables/fabric-settings.md +++ b/ansible_collections/arista/avd/roles/eos_designs/docs/tables/fabric-settings.md @@ -55,6 +55,7 @@ | [underlay_routing_protocol](## "underlay_routing_protocol") | String | | | Value is converted to lower case.
Valid Values:
- ebgp
- ospf
- ospf-ldp
- isis
- isis-sr
- isis-ldp
- isis-sr-ldp
- none | - The following underlay routing protocols are supported:
- EBGP (default for l3ls-evpn)
- OSPF.
- OSPF-LDP*.
- ISIS.
- ISIS-SR*.
- ISIS-LDP*.
- ISIS-SR-LDP*.
- No underlay routing protocol (none)
- The variables should be applied to all devices in the fabric.
*Only supported with core_interfaces data model.
| | [uplink_ptp](## "uplink_ptp") | Dictionary | | | | Enable PTP on all infrastructure links. | | [  enable](## "uplink_ptp.enable") | Boolean | | `False` | | | + | [use_router_general_for_router_id](## "use_router_general_for_router_id") | Boolean | | `False` | | Use `router general` to set router ID for all routing protocols and VRFs. | === "YAML" @@ -348,4 +349,7 @@ # Enable PTP on all infrastructure links. uplink_ptp: enable: + + # Use `router general` to set router ID for all routing protocols and VRFs. + use_router_general_for_router_id: ``` diff --git a/ansible_collections/arista/avd/roles/eos_designs/docs/tables/network-services-vrfs-ospf-settings.md b/ansible_collections/arista/avd/roles/eos_designs/docs/tables/network-services-vrfs-ospf-settings.md index ed2a5165f86..79a7634f977 100644 --- a/ansible_collections/arista/avd/roles/eos_designs/docs/tables/network-services-vrfs-ospf-settings.md +++ b/ansible_collections/arista/avd/roles/eos_designs/docs/tables/network-services-vrfs-ospf-settings.md @@ -14,7 +14,7 @@ | [        ospf](## ".[].vrfs.[].ospf") | Dictionary | | | | Router OSPF configuration.
This will create an OSPF routing instance in the tenant VRF. If there is no nodes definition, the OSPF instance will be
created on all leafs where the VRF is deployed. This will also cause automatic OSPF redistribution into BGP unless
explicitly turned off with "redistribute_ospf: false".
| | [          enabled](## ".[].vrfs.[].ospf.enabled") | Boolean | | | | | | [          process_id](## ".[].vrfs.[].ospf.process_id") | Integer | | | | If not set, "vrf_id" will be used. | - | [          router_id](## ".[].vrfs.[].ospf.router_id") | String | | `main_router_id` | | Router ID to use for OSPF in this VRF.
This can be an IP address, "main_router_id", "none", "vtep_diagnostic"
- "main_router_id" will reuse the main OSPF Router ID which is the IP address of Loopback0.
- "none" will not configure a OSPF Router ID for this VRF. EOS will use the main OSPF Router ID.
- "vtep_diagnostic" will use the IP address of the VRF Diagnostic Loopback interface. | + | [          router_id](## ".[].vrfs.[].ospf.router_id") | String | | `main_router_id` | | Router ID to use for OSPF in this VRF.
This can be an IPv4 address, "main_router_id", "none" or "vtep_diagnostic".
- "main_router_id" will reuse the main OSPF Router ID which is the IP address of Loopback0.
- "none" will not configure a OSPF Router ID for this VRF. EOS will use the main OSPF Router ID.
- "vtep_diagnostic" will use the IP address of the VRF Diagnostic Loopback interface. | | [          max_lsa](## ".[].vrfs.[].ospf.max_lsa") | Integer | | | | | | [          bfd](## ".[].vrfs.[].ospf.bfd") | Boolean | | `False` | | | | [          redistribute_bgp](## ".[].vrfs.[].ospf.redistribute_bgp") | Dictionary | | | | | @@ -111,7 +111,7 @@ process_id: # Router ID to use for OSPF in this VRF. - # This can be an IP address, "main_router_id", "none", "vtep_diagnostic" + # This can be an IPv4 address, "main_router_id", "none" or "vtep_diagnostic". # - "main_router_id" will reuse the main OSPF Router ID which is the IP address of Loopback0. # - "none" will not configure a OSPF Router ID for this VRF. EOS will use the main OSPF Router ID. # - "vtep_diagnostic" will use the IP address of the VRF Diagnostic Loopback interface. diff --git a/ansible_collections/arista/avd/roles/eos_designs/docs/tables/network-services-vrfs-settings.md b/ansible_collections/arista/avd/roles/eos_designs/docs/tables/network-services-vrfs-settings.md index 6960517b698..6b2d9f5e3bc 100644 --- a/ansible_collections/arista/avd/roles/eos_designs/docs/tables/network-services-vrfs-settings.md +++ b/ansible_collections/arista/avd/roles/eos_designs/docs/tables/network-services-vrfs-settings.md @@ -64,7 +64,7 @@ | [        redistribute_connected](## ".[].vrfs.[].redistribute_connected") | Boolean | | `True` | | Enable or disable the redistribution of all connected routes to BGP in the VRF. Note this is not applicable to VRF `default`. | | [        bgp](## ".[].vrfs.[].bgp") | Dictionary | | | | | | [          enabled](## ".[].vrfs.[].bgp.enabled") | Boolean | | | | Force (no) configuration of BGP for the VRF.
If not set, BGP will be configured when needed according to the following rules:
- If the VRF is part of an overlay (`evpn` or `mpls`), BGP will be configured for it.
- If any BGP peers are configured under the VRF, BGP will be configured for it. This is useful for L2LS designs with VRFs.
- If uplink type is `p2p-vrfs` *and* the vrf is included in the uplink VRFs, BGP will be configured for it. | - | [          router_id](## ".[].vrfs.[].bgp.router_id") | String | | `main_router_id` | | Router ID to use for BGP in this VRF.
This can be an IP address, "main_router_id", "none", "vtep_diagnostic"
- "main_router_id" will reuse the main BGP Router ID which is the IP address of Loopback0.
- "none" will not configure a BGP Router ID for this VRF. EOS will use the main BGP Router ID.
- "vtep_diagnostic" will use the IP address of the VRF Diagnostic Loopback interface. | + | [          router_id](## ".[].vrfs.[].bgp.router_id") | String | | `main_router_id` | | Router ID to use for BGP in this VRF.
This can be an IPv4 address, "main_router_id", "none" or "vtep_diagnostic".
- "main_router_id" will reuse the main BGP Router ID which is the IP address of Loopback0.
- "none" will not configure a BGP Router ID for this VRF. EOS will use the main BGP Router ID.
- "vtep_diagnostic" will use the IP address of the VRF Diagnostic Loopback interface. | | [          raw_eos_cli](## ".[].vrfs.[].bgp.raw_eos_cli") | String | | | | EOS CLI rendered directly on the Router BGP, VRF definition in the final EOS configuration.
| | [          structured_config](## ".[].vrfs.[].bgp.structured_config") | Dictionary | | | | Custom structured config added under router_bgp.vrfs.[name=] for eos_cli_config_gen. | | [        additional_route_targets](## ".[].vrfs.[].additional_route_targets") | List, items: Dictionary | | | | Configuration of extra route-targets for this VRF. Useful for route-leaking or gateway between address families. | @@ -280,7 +280,7 @@ enabled: # Router ID to use for BGP in this VRF. - # This can be an IP address, "main_router_id", "none", "vtep_diagnostic" + # This can be an IPv4 address, "main_router_id", "none" or "vtep_diagnostic". # - "main_router_id" will reuse the main BGP Router ID which is the IP address of Loopback0. # - "none" will not configure a BGP Router ID for this VRF. EOS will use the main BGP Router ID. # - "vtep_diagnostic" will use the IP address of the VRF Diagnostic Loopback interface. diff --git a/ansible_collections/arista/avd/roles/eos_designs/docs/tables/use-router-general-for-router-id.md b/ansible_collections/arista/avd/roles/eos_designs/docs/tables/use-router-general-for-router-id.md deleted file mode 100644 index e22e6af2cf8..00000000000 --- a/ansible_collections/arista/avd/roles/eos_designs/docs/tables/use-router-general-for-router-id.md +++ /dev/null @@ -1,17 +0,0 @@ - -=== "Table" - - | Variable | Type | Required | Default | Value Restrictions | Description | - | -------- | ---- | -------- | ------- | ------------------ | ----------- | - | [use_router_general_for_router_id](## "use_router_general_for_router_id") | Boolean | | `False` | | Use `router general` to set router ID for all routing protocols and VRFs. | - -=== "YAML" - - ```yaml - # Use `router general` to set router ID for all routing protocols and VRFs. - use_router_general_for_router_id: - ``` diff --git a/python-avd/pyavd/_eos_designs/schema/__init__.py b/python-avd/pyavd/_eos_designs/schema/__init__.py index ce45d8d4618..dcbcd8a30c8 100644 --- a/python-avd/pyavd/_eos_designs/schema/__init__.py +++ b/python-avd/pyavd/_eos_designs/schema/__init__.py @@ -34972,8 +34972,8 @@ class Nodes(AvdList[str]): router_id: str """ Router ID to use for OSPF in this VRF. - This can be an IP address, "main_router_id", "none", - "vtep_diagnostic" + This can be an IPv4 address, "main_router_id", "none" or + "vtep_diagnostic". - "main_router_id" will reuse the main OSPF Router ID which is the IP address of Loopback0. - "none" will not configure a OSPF Router ID for this VRF. EOS will use the main OSPF @@ -35019,8 +35019,8 @@ def __init__( process_id: If not set, "vrf_id" will be used. router_id: Router ID to use for OSPF in this VRF. - This can be an IP address, "main_router_id", "none", - "vtep_diagnostic" + This can be an IPv4 address, "main_router_id", "none" or + "vtep_diagnostic". - "main_router_id" will reuse the main OSPF Router ID which is the IP address of Loopback0. - "none" will not configure a OSPF Router ID for this VRF. EOS will use the main OSPF @@ -37732,8 +37732,8 @@ class StructuredConfig(EosCliConfigGen.RouterBgp.VrfsItem): router_id: str """ Router ID to use for BGP in this VRF. - This can be an IP address, "main_router_id", "none", - "vtep_diagnostic" + This can be an IPv4 address, "main_router_id", "none" or + "vtep_diagnostic". - "main_router_id" will reuse the main BGP Router ID which is the IP address of Loopback0. - "none" will not configure a BGP Router ID for this VRF. EOS will use the main BGP @@ -37783,8 +37783,8 @@ def __init__( in the uplink VRFs, BGP will be configured for it. router_id: Router ID to use for BGP in this VRF. - This can be an IP address, "main_router_id", "none", - "vtep_diagnostic" + This can be an IPv4 address, "main_router_id", "none" or + "vtep_diagnostic". - "main_router_id" will reuse the main BGP Router ID which is the IP address of Loopback0. - "none" will not configure a BGP Router ID for this VRF. EOS will use the main BGP diff --git a/python-avd/pyavd/_eos_designs/schema/eos_designs.schema.yml b/python-avd/pyavd/_eos_designs/schema/eos_designs.schema.yml index 689f495e809..15a40f839a7 100644 --- a/python-avd/pyavd/_eos_designs/schema/eos_designs.schema.yml +++ b/python-avd/pyavd/_eos_designs/schema/eos_designs.schema.yml @@ -4559,6 +4559,8 @@ keys: See `cv_topology` for details.' use_router_general_for_router_id: + documentation_options: + table: fabric-settings type: bool description: Use `router general` to set router ID for all routing protocols and VRFs. @@ -6487,7 +6489,7 @@ $defs: type: str description: 'Router ID to use for OSPF in this VRF. - This can be an IP address, "main_router_id", "none", "vtep_diagnostic" + This can be an IPv4 address, "main_router_id", "none" or "vtep_diagnostic". - "main_router_id" will reuse the main OSPF Router ID which is the IP address of Loopback0. @@ -7185,7 +7187,7 @@ $defs: type: str description: 'Router ID to use for BGP in this VRF. - This can be an IP address, "main_router_id", "none", "vtep_diagnostic" + This can be an IPv4 address, "main_router_id", "none" or "vtep_diagnostic". - "main_router_id" will reuse the main BGP Router ID which is the IP address of Loopback0. diff --git a/python-avd/pyavd/_eos_designs/schema/schema_fragments/defs_network_services.schema.yml b/python-avd/pyavd/_eos_designs/schema/schema_fragments/defs_network_services.schema.yml index ad4890dd8d8..acb20c1e2c9 100644 --- a/python-avd/pyavd/_eos_designs/schema/schema_fragments/defs_network_services.schema.yml +++ b/python-avd/pyavd/_eos_designs/schema/schema_fragments/defs_network_services.schema.yml @@ -490,7 +490,7 @@ $defs: type: str description: |- Router ID to use for OSPF in this VRF. - This can be an IP address, "main_router_id", "none", "vtep_diagnostic" + This can be an IPv4 address, "main_router_id", "none" or "vtep_diagnostic". - "main_router_id" will reuse the main OSPF Router ID which is the IP address of Loopback0. - "none" will not configure a OSPF Router ID for this VRF. EOS will use the main OSPF Router ID. - "vtep_diagnostic" will use the IP address of the VRF Diagnostic Loopback interface. @@ -1069,7 +1069,7 @@ $defs: type: str description: |- Router ID to use for BGP in this VRF. - This can be an IP address, "main_router_id", "none", "vtep_diagnostic" + This can be an IPv4 address, "main_router_id", "none" or "vtep_diagnostic". - "main_router_id" will reuse the main BGP Router ID which is the IP address of Loopback0. - "none" will not configure a BGP Router ID for this VRF. EOS will use the main BGP Router ID. - "vtep_diagnostic" will use the IP address of the VRF Diagnostic Loopback interface. diff --git a/python-avd/pyavd/_eos_designs/schema/schema_fragments/use_router_general_for_router_id.schema.yml b/python-avd/pyavd/_eos_designs/schema/schema_fragments/use_router_general_for_router_id.schema.yml index e1d110de147..8de54d44872 100644 --- a/python-avd/pyavd/_eos_designs/schema/schema_fragments/use_router_general_for_router_id.schema.yml +++ b/python-avd/pyavd/_eos_designs/schema/schema_fragments/use_router_general_for_router_id.schema.yml @@ -7,6 +7,8 @@ type: dict keys: use_router_general_for_router_id: + documentation_options: + table: fabric-settings type: bool description: Use `router general` to set router ID for all routing protocols and VRFs. default: false diff --git a/python-avd/pyavd/_eos_designs/structured_config/network_services/utils.py b/python-avd/pyavd/_eos_designs/structured_config/network_services/utils.py index 62ff7cbcd85..922d3a50985 100644 --- a/python-avd/pyavd/_eos_designs/structured_config/network_services/utils.py +++ b/python-avd/pyavd/_eos_designs/structured_config/network_services/utils.py @@ -414,7 +414,7 @@ def get_vrf_router_id( Args: vrf (VrfsItem): The VRF object containing OSPF/BGP and vtep_diagnostic details. - router_id (str): The router ID type specified for the VRF (e.g., "vtep_diagnostic", "main_router_id", "none", or "IPv4 address"). + router_id (str): The router ID type specified for the VRF (e.g., "vtep_diagnostic", "main_router_id", "none", or an IPv4 address). tenant_name (str): The name of the tenant to which the VRF belongs. Returns: @@ -425,28 +425,19 @@ def get_vrf_router_id( """ # Handle "vtep_diagnostic" router ID case if router_id == "vtep_diagnostic": - interface_data = self._get_vtep_diagnostic_loopback_for_vrf(vrf) - # Validate required configuration - if interface_data is None: + if (interface_data := self._get_vtep_diagnostic_loopback_for_vrf(vrf)) is None: msg = ( f"Invalid configuration on VRF '{vrf.name}' in Tenant '{tenant_name}'. " "'vtep_diagnostic.loopback' along with either 'vtep_diagnostic.loopback_ip_pools' or 'vtep_diagnostic.loopback_ip_range' must be defined " "when 'router_id' is set to 'vtep_diagnostic' on the VRF." ) raise AristaAvdInvalidInputsError(msg) - # Resolve router ID from loopback interface - return get_ip_from_ip_prefix(interface_data["ip_address"]) - - # Handle "main_router_id" with general router ID enabled/disabled if router_id == "main_router_id": - if not self.inputs.use_router_general_for_router_id: - return self.shared_utils.router_id - return None - - # Handle "none" router ID or custom value + return self.shared_utils.router_id if not self.inputs.use_router_general_for_router_id else None + # Handle "none" router ID if router_id == "none": return None From d8b4dd1fd7ccf685252b23a4b388f41e8d219ac3 Mon Sep 17 00:00:00 2001 From: Guillaume Mulocher Date: Wed, 18 Dec 2024 09:35:00 +0100 Subject: [PATCH 6/9] Update python-avd/pyavd/_eos_designs/structured_config/network_services/utils.py --- .../structured_config/network_services/utils.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/python-avd/pyavd/_eos_designs/structured_config/network_services/utils.py b/python-avd/pyavd/_eos_designs/structured_config/network_services/utils.py index 922d3a50985..38622a5e0a2 100644 --- a/python-avd/pyavd/_eos_designs/structured_config/network_services/utils.py +++ b/python-avd/pyavd/_eos_designs/structured_config/network_services/utils.py @@ -413,9 +413,9 @@ def get_vrf_router_id( Determine the router ID for a given VRF based on its configuration. Args: - vrf (VrfsItem): The VRF object containing OSPF/BGP and vtep_diagnostic details. - router_id (str): The router ID type specified for the VRF (e.g., "vtep_diagnostic", "main_router_id", "none", or an IPv4 address). - tenant_name (str): The name of the tenant to which the VRF belongs. + vrf: The VRF object containing OSPF/BGP and vtep_diagnostic details. + router_id: The router ID type specified for the VRF (e.g., "vtep_diagnostic", "main_router_id", "none", or an IPv4 address). + tenant_name: The name of the tenant to which the VRF belongs. Returns: str | None: The resolved router ID as a string, or None if the router ID is not applicable. From ac84508e397019a86ac3937a14c3b5f92e880f68 Mon Sep 17 00:00:00 2001 From: Mahesh Kumar Date: Tue, 31 Dec 2024 10:53:04 +0530 Subject: [PATCH 7/9] upgraded anta and run molecule --- .../reports/FABRIC-state.csv | 2176 ++++++++--------- .../reports/FABRIC-state.md | 2176 ++++++++--------- .../test_results/dc1-leaf1a-results.json | 150 +- .../test_results/dc1-leaf1b-results.json | 144 +- .../test_results/dc1-leaf1c-results.json | 72 +- .../test_results/dc1-leaf2a-results.json | 132 +- .../test_results/dc1-leaf2c-results.json | 72 +- .../test_results/dc1-spine1-results.json | 88 +- .../test_results/dc1-spine2-results.json | 88 +- .../test_results/dc1-svc-leaf1a-results.json | 100 +- .../test_results/dc1-svc-leaf1b-results.json | 100 +- .../test_results/dc1-wan1-results.json | 94 +- .../test_results/dc1-wan2-results.json | 92 +- .../test_results/dc2-leaf1a-results.json | 130 +- .../test_results/dc2-leaf1b-results.json | 130 +- .../test_results/dc2-leaf1c-results.json | 36 +- .../test_results/dc2-leaf2a-results.json | 140 +- .../test_results/dc2-leaf2b-results.json | 132 +- .../test_results/dc2-leaf2c-results.json | 36 +- .../dc2-leaf3a.arista.com-results.json | 142 +- .../dc2-leaf3b.arista.com-results.json | 126 +- .../test_results/dc2-spine1-results.json | 86 +- .../test_results/dc2-spine2-results.json | 86 +- 23 files changed, 3264 insertions(+), 3264 deletions(-) diff --git a/ansible_collections/arista/avd/molecule/eos_validate_state/reports/FABRIC-state.csv b/ansible_collections/arista/avd/molecule/eos_validate_state/reports/FABRIC-state.csv index b0cf917c5b8..7ed3adeee33 100644 --- a/ansible_collections/arista/avd/molecule/eos_validate_state/reports/FABRIC-state.csv +++ b/ansible_collections/arista/avd/molecule/eos_validate_state/reports/FABRIC-state.csv @@ -6,85 +6,85 @@ id,dut,categories,test,description,inputs,result,messages 5,dc1-leaf1a,AAA,VerifyTacacsServerGroups,Verifies if the provided TACACS server group(s) are configured.,,NOT RUN, 6,dc1-leaf1a,AAA,VerifyTacacsServers,Verifies TACACS servers are configured for a specified VRF.,,NOT RUN, 7,dc1-leaf1a,AAA,VerifyTacacsSourceIntf,Verifies TACACS source-interface for a specified VRF.,,NOT RUN, -8,dc1-leaf1a,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s).,BGP EVPN Peer: 10.1.1.1,NOT RUN, -9,dc1-leaf1a,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s).,BGP EVPN Peer: dc1-spine1 (IP: 10.255.0.1),NOT RUN, -10,dc1-leaf1a,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s).,BGP EVPN Peer: dc1-spine2 (IP: 10.255.0.2),NOT RUN, -11,dc1-leaf1a,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s).,BGP IPv4 Unicast Peer: dc1-leaf1b (IP: 10.255.1.97),NOT RUN, -12,dc1-leaf1a,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s).,BGP IPv4 Unicast Peer: dc1-spine1 (IP: 10.255.255.0),NOT RUN, -13,dc1-leaf1a,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s).,BGP IPv4 Unicast Peer: dc1-spine2 (IP: 10.255.255.2),NOT RUN, -14,dc1-leaf1a,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s).,BGP IPv4 Unicast Peer: dc1-wan1 (IP: 10.255.255.1),NOT RUN, -15,dc1-leaf1a,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s).,BGP IPv4 Unicast Peer: dc1-wan2 (IP: 10.255.255.5),NOT RUN, -16,dc1-leaf1a,Configuration,VerifyRunningConfigDiffs,Verifies there is no difference between the running-config and the startup-config,,NOT RUN, -17,dc1-leaf1a,Configuration,VerifyZeroTouch,Verifies ZeroTouch is disabled,,NOT RUN, -18,dc1-leaf1a,Connectivity,VerifyLLDPNeighbors,Verifies that the provided LLDP neighbors are connected properly.,Local: Ethernet1 - Remote: dc1-spine1 Ethernet1,NOT RUN, -19,dc1-leaf1a,Connectivity,VerifyLLDPNeighbors,Verifies that the provided LLDP neighbors are connected properly.,Local: Ethernet2 - Remote: dc1-spine2 Ethernet1,NOT RUN, -20,dc1-leaf1a,Connectivity,VerifyLLDPNeighbors,Verifies that the provided LLDP neighbors are connected properly.,Local: Ethernet3 - Remote: dc1-leaf1b Ethernet3,NOT RUN, -21,dc1-leaf1a,Connectivity,VerifyLLDPNeighbors,Verifies that the provided LLDP neighbors are connected properly.,Local: Ethernet4 - Remote: dc1-leaf1b Ethernet4,NOT RUN, -22,dc1-leaf1a,Connectivity,VerifyLLDPNeighbors,Verifies that the provided LLDP neighbors are connected properly.,Local: Ethernet6 - Remote: dc1-wan1 Ethernet1,NOT RUN, -23,dc1-leaf1a,Connectivity,VerifyLLDPNeighbors,Verifies that the provided LLDP neighbors are connected properly.,Local: Ethernet7 - Remote: dc1-wan2 Ethernet1,NOT RUN, -24,dc1-leaf1a,Connectivity,VerifyLLDPNeighbors,Verifies that the provided LLDP neighbors are connected properly.,Local: Ethernet8 - Remote: dc1-leaf1c Ethernet1,NOT RUN, -25,dc1-leaf1a,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.0.3) - Destination: dc1-leaf1a Loopback0 (IP: 10.255.0.3),NOT RUN, -26,dc1-leaf1a,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.0.3) - Destination: dc1-leaf1b Loopback0 (IP: 10.255.0.4),NOT RUN, -27,dc1-leaf1a,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.0.3) - Destination: dc1-leaf2a Loopback0 (IP: 10.255.0.5),NOT RUN, -28,dc1-leaf1a,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.0.3) - Destination: dc1-spine1 Loopback0 (IP: 10.255.0.1),NOT RUN, -29,dc1-leaf1a,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.0.3) - Destination: dc1-spine2 Loopback0 (IP: 10.255.0.2),NOT RUN, -30,dc1-leaf1a,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.0.3) - Destination: dc1-svc-leaf1a Loopback0 (IP: 10.33.0.5),NOT RUN, -31,dc1-leaf1a,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.0.3) - Destination: dc1-svc-leaf1b Loopback0 (IP: 10.33.0.6),NOT RUN, -32,dc1-leaf1a,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.0.3) - Destination: dc1-wan1 Loopback0 (IP: 10.255.2.1),NOT RUN, -33,dc1-leaf1a,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.0.3) - Destination: dc1-wan2 Loopback0 (IP: 10.255.2.2),NOT RUN, -34,dc1-leaf1a,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.0.3) - Destination: dc2-leaf1a Loopback0 (IP: 10.255.128.13),NOT RUN, -35,dc1-leaf1a,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.0.3) - Destination: dc2-leaf1b Loopback0 (IP: 10.255.128.14),NOT RUN, -36,dc1-leaf1a,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.0.3) - Destination: dc2-leaf2a Loopback0 (IP: 10.255.128.15),NOT RUN, -37,dc1-leaf1a,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.0.3) - Destination: dc2-leaf2b Loopback0 (IP: 10.255.128.16),NOT RUN, -38,dc1-leaf1a,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.0.3) - Destination: dc2-leaf3a.arista.com Loopback0 (IP: 10.255.128.17),NOT RUN, -39,dc1-leaf1a,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.0.3) - Destination: dc2-leaf3b.arista.com Loopback0 (IP: 10.255.128.18),NOT RUN, -40,dc1-leaf1a,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.0.3) - Destination: dc2-spine1 Loopback0 (IP: 10.255.128.11),NOT RUN, -41,dc1-leaf1a,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.0.3) - Destination: dc2-spine2 Loopback0 (IP: 10.255.128.12),NOT RUN, -42,dc1-leaf1a,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: P2P Interface Ethernet1 (IP: 10.255.255.1) - Destination: dc1-spine1 Ethernet1 (IP: 10.255.255.0),NOT RUN, -43,dc1-leaf1a,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: P2P Interface Ethernet2 (IP: 10.255.255.3) - Destination: dc1-spine2 Ethernet1 (IP: 10.255.255.2),NOT RUN, -44,dc1-leaf1a,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: P2P Interface Ethernet6 (IP: 10.255.255.0) - Destination: dc1-wan1 Ethernet1 (IP: 10.255.255.1),NOT RUN, -45,dc1-leaf1a,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: P2P Interface Ethernet7 (IP: 10.255.255.4) - Destination: dc1-wan2 Ethernet1 (IP: 10.255.255.5),NOT RUN, +8,dc1-leaf1a,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s) for given address families.,BGP EVPN Peer: 10.1.1.1,NOT RUN, +9,dc1-leaf1a,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s) for given address families.,BGP EVPN Peer: dc1-spine1 (IP: 10.255.0.1),NOT RUN, +10,dc1-leaf1a,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s) for given address families.,BGP EVPN Peer: dc1-spine2 (IP: 10.255.0.2),NOT RUN, +11,dc1-leaf1a,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s) for given address families.,BGP IPv4 Unicast Peer: dc1-leaf1b (IP: 10.255.1.97),NOT RUN, +12,dc1-leaf1a,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s) for given address families.,BGP IPv4 Unicast Peer: dc1-spine1 (IP: 10.255.255.0),NOT RUN, +13,dc1-leaf1a,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s) for given address families.,BGP IPv4 Unicast Peer: dc1-spine2 (IP: 10.255.255.2),NOT RUN, +14,dc1-leaf1a,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s) for given address families.,BGP IPv4 Unicast Peer: dc1-wan1 (IP: 10.255.255.1),NOT RUN, +15,dc1-leaf1a,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s) for given address families.,BGP IPv4 Unicast Peer: dc1-wan2 (IP: 10.255.255.5),NOT RUN, +16,dc1-leaf1a,Configuration,VerifyRunningConfigDiffs,Verifies there is no difference between the running-config and the startup-config.,,NOT RUN, +17,dc1-leaf1a,Configuration,VerifyZeroTouch,Verifies ZeroTouch is disabled.,,NOT RUN, +18,dc1-leaf1a,Connectivity,VerifyLLDPNeighbors,Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.,Local: Ethernet1 - Remote: dc1-spine1 Ethernet1,NOT RUN, +19,dc1-leaf1a,Connectivity,VerifyLLDPNeighbors,Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.,Local: Ethernet2 - Remote: dc1-spine2 Ethernet1,NOT RUN, +20,dc1-leaf1a,Connectivity,VerifyLLDPNeighbors,Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.,Local: Ethernet3 - Remote: dc1-leaf1b Ethernet3,NOT RUN, +21,dc1-leaf1a,Connectivity,VerifyLLDPNeighbors,Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.,Local: Ethernet4 - Remote: dc1-leaf1b Ethernet4,NOT RUN, +22,dc1-leaf1a,Connectivity,VerifyLLDPNeighbors,Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.,Local: Ethernet6 - Remote: dc1-wan1 Ethernet1,NOT RUN, +23,dc1-leaf1a,Connectivity,VerifyLLDPNeighbors,Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.,Local: Ethernet7 - Remote: dc1-wan2 Ethernet1,NOT RUN, +24,dc1-leaf1a,Connectivity,VerifyLLDPNeighbors,Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.,Local: Ethernet8 - Remote: dc1-leaf1c Ethernet1,NOT RUN, +25,dc1-leaf1a,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.0.3) - Destination: dc1-leaf1a Loopback0 (IP: 10.255.0.3),NOT RUN, +26,dc1-leaf1a,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.0.3) - Destination: dc1-leaf1b Loopback0 (IP: 10.255.0.4),NOT RUN, +27,dc1-leaf1a,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.0.3) - Destination: dc1-leaf2a Loopback0 (IP: 10.255.0.5),NOT RUN, +28,dc1-leaf1a,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.0.3) - Destination: dc1-spine1 Loopback0 (IP: 10.255.0.1),NOT RUN, +29,dc1-leaf1a,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.0.3) - Destination: dc1-spine2 Loopback0 (IP: 10.255.0.2),NOT RUN, +30,dc1-leaf1a,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.0.3) - Destination: dc1-svc-leaf1a Loopback0 (IP: 10.33.0.5),NOT RUN, +31,dc1-leaf1a,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.0.3) - Destination: dc1-svc-leaf1b Loopback0 (IP: 10.33.0.6),NOT RUN, +32,dc1-leaf1a,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.0.3) - Destination: dc1-wan1 Loopback0 (IP: 10.255.2.1),NOT RUN, +33,dc1-leaf1a,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.0.3) - Destination: dc1-wan2 Loopback0 (IP: 10.255.2.2),NOT RUN, +34,dc1-leaf1a,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.0.3) - Destination: dc2-leaf1a Loopback0 (IP: 10.255.128.13),NOT RUN, +35,dc1-leaf1a,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.0.3) - Destination: dc2-leaf1b Loopback0 (IP: 10.255.128.14),NOT RUN, +36,dc1-leaf1a,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.0.3) - Destination: dc2-leaf2a Loopback0 (IP: 10.255.128.15),NOT RUN, +37,dc1-leaf1a,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.0.3) - Destination: dc2-leaf2b Loopback0 (IP: 10.255.128.16),NOT RUN, +38,dc1-leaf1a,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.0.3) - Destination: dc2-leaf3a.arista.com Loopback0 (IP: 10.255.128.17),NOT RUN, +39,dc1-leaf1a,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.0.3) - Destination: dc2-leaf3b.arista.com Loopback0 (IP: 10.255.128.18),NOT RUN, +40,dc1-leaf1a,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.0.3) - Destination: dc2-spine1 Loopback0 (IP: 10.255.128.11),NOT RUN, +41,dc1-leaf1a,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.0.3) - Destination: dc2-spine2 Loopback0 (IP: 10.255.128.12),NOT RUN, +42,dc1-leaf1a,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: P2P Interface Ethernet1 (IP: 10.255.255.1) - Destination: dc1-spine1 Ethernet1 (IP: 10.255.255.0),NOT RUN, +43,dc1-leaf1a,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: P2P Interface Ethernet2 (IP: 10.255.255.3) - Destination: dc1-spine2 Ethernet1 (IP: 10.255.255.2),NOT RUN, +44,dc1-leaf1a,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: P2P Interface Ethernet6 (IP: 10.255.255.0) - Destination: dc1-wan1 Ethernet1 (IP: 10.255.255.1),NOT RUN, +45,dc1-leaf1a,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: P2P Interface Ethernet7 (IP: 10.255.255.4) - Destination: dc1-wan2 Ethernet1 (IP: 10.255.255.5),NOT RUN, 46,dc1-leaf1a,Field Notices,VerifyFieldNotice44Resolution,Verifies that the device is using the correct Aboot version per FN0044.,,NOT RUN, 47,dc1-leaf1a,Field Notices,VerifyFieldNotice72Resolution,"Verifies if the device is exposed to FN0072, and if the issue has been mitigated.",,NOT RUN, -48,dc1-leaf1a,Greent,VerifyGreenT,Verifies if a GreenT policy is created.,,NOT RUN, +48,dc1-leaf1a,Greent,VerifyGreenT,Verifies if a GreenT policy other than the default is created.,,NOT RUN, 49,dc1-leaf1a,Greent,VerifyGreenTCounters,Verifies if the GreenT counters are incremented.,,NOT RUN, 50,dc1-leaf1a,Hardware,VerifyAdverseDrops,Verifies there are no adverse drops on DCS-7280 and DCS-7500 family switches.,,NOT RUN, 51,dc1-leaf1a,Hardware,VerifyEnvironmentCooling,Verifies the status of power supply fans and all fan trays.,,NOT RUN, 52,dc1-leaf1a,Hardware,VerifyEnvironmentCooling,Verifies the status of power supply fans and all fan trays.,"Accepted States: 'ok', 'Not Present'",NOT RUN, 53,dc1-leaf1a,Hardware,VerifyEnvironmentPower,Verifies the power supplies status.,,NOT RUN, 54,dc1-leaf1a,Hardware,VerifyEnvironmentPower,Verifies the power supplies status.,"Accepted States: 'ok', 'Not Present'",NOT RUN, -55,dc1-leaf1a,Hardware,VerifyEnvironmentSystemCooling,Verifies the system cooling status.,,NOT RUN, -56,dc1-leaf1a,Hardware,VerifyTemperature,Verifies the device temperature.,,NOT RUN, -57,dc1-leaf1a,Hardware,VerifyTemperature,Verifies the device temperature.,,NOT RUN, -58,dc1-leaf1a,Hardware,VerifyTransceiversManufacturers,Verifies if all transceivers come from approved manufacturers.,,NOT RUN, -59,dc1-leaf1a,Hardware,VerifyTransceiversManufacturers,Verifies if all transceivers come from approved manufacturers.,"Accepted Manufacturers: 'Arastra, Inc.', 'Arista Networks', 'Generic', 'Not Present'",NOT RUN, -60,dc1-leaf1a,Hardware,VerifyTransceiversTemperature,Verifies the transceivers temperature.,,NOT RUN, -61,dc1-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet1 - P2P_dc1-spine1_Ethernet1 = 'up',NOT RUN, -62,dc1-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet2 - P2P_dc1-spine2_Ethernet1 = 'up',NOT RUN, -63,dc1-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet3 - MLAG_dc1-leaf1b_Ethernet3 = 'up',NOT RUN, -64,dc1-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet33 - WORKSTATION_dc1-leaf1-workstationNoLLDP_e1 = 'up',NOT RUN, -65,dc1-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet4 - MLAG_dc1-leaf1b_Ethernet4 = 'up',NOT RUN, -66,dc1-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet5 - SERVER_dc1-leaf1-server1_PCI1 = 'up',NOT RUN, -67,dc1-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet6 - P2P_dc1-wan1_Ethernet1 = 'up',NOT RUN, -68,dc1-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet7 - P2P_dc1-wan2_Ethernet1 = 'up',NOT RUN, -69,dc1-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet8 - L2_dc1-leaf1c_Ethernet1 = 'up',NOT RUN, -70,dc1-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Loopback0 - ROUTER_ID = 'up',NOT RUN, -71,dc1-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Loopback1 - VXLAN_TUNNEL_SOURCE = 'up',NOT RUN, -72,dc1-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Loopback10 - DIAG_VRF_VRF10 = 'up',NOT RUN, -73,dc1-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Loopback11 - DIAG_VRF_VRF11 = 'up',NOT RUN, -74,dc1-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Port-Channel3 - MLAG_dc1-leaf1b_Port-Channel3 = 'up',NOT RUN, -75,dc1-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Port-Channel5 - PortChannel dc1-leaf1-server1 = 'up',NOT RUN, -76,dc1-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Port-Channel8 - L2_dc1-leaf1c_Port-Channel1 = 'up',NOT RUN, -77,dc1-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Vlan11 - VRF10_VLAN11 = 'up',NOT RUN, -78,dc1-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Vlan12 - VRF10_VLAN12 = 'up',NOT RUN, -79,dc1-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Vlan21 - VRF11_VLAN21 = 'up',NOT RUN, -80,dc1-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Vlan22 - VRF11_VLAN22 = 'up',NOT RUN, -81,dc1-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Vlan3009 - MLAG_L3_VRF_VRF10 = 'up',NOT RUN, -82,dc1-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Vlan3010 - MLAG_L3_VRF_VRF11 = 'up',NOT RUN, -83,dc1-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Vlan4085 - Inband Management = 'up',NOT RUN, -84,dc1-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Vlan4093 - MLAG_L3 = 'up',NOT RUN, -85,dc1-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Vlan4094 - MLAG = 'up',NOT RUN, -86,dc1-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Vxlan1 = 'up',NOT RUN, +55,dc1-leaf1a,Hardware,VerifyEnvironmentSystemCooling,Verifies the device's system cooling status.,,NOT RUN, +56,dc1-leaf1a,Hardware,VerifyTemperature,Verifies if the device temperature is within acceptable limits.,,NOT RUN, +57,dc1-leaf1a,Hardware,VerifyTemperature,Verifies if the device temperature is within acceptable limits.,,NOT RUN, +58,dc1-leaf1a,Hardware,VerifyTransceiversManufacturers,Verifies if all the transceivers come from approved manufacturers.,,NOT RUN, +59,dc1-leaf1a,Hardware,VerifyTransceiversManufacturers,Verifies if all the transceivers come from approved manufacturers.,"Accepted Manufacturers: 'Arastra, Inc.', 'Arista Networks', 'Generic', 'Not Present'",NOT RUN, +60,dc1-leaf1a,Hardware,VerifyTransceiversTemperature,Verifies if all the transceivers are operating at an acceptable temperature.,,NOT RUN, +61,dc1-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Ethernet1 - P2P_dc1-spine1_Ethernet1 = 'up',NOT RUN, +62,dc1-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Ethernet2 - P2P_dc1-spine2_Ethernet1 = 'up',NOT RUN, +63,dc1-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Ethernet3 - MLAG_dc1-leaf1b_Ethernet3 = 'up',NOT RUN, +64,dc1-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Ethernet33 - WORKSTATION_dc1-leaf1-workstationNoLLDP_e1 = 'up',NOT RUN, +65,dc1-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Ethernet4 - MLAG_dc1-leaf1b_Ethernet4 = 'up',NOT RUN, +66,dc1-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Ethernet5 - SERVER_dc1-leaf1-server1_PCI1 = 'up',NOT RUN, +67,dc1-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Ethernet6 - P2P_dc1-wan1_Ethernet1 = 'up',NOT RUN, +68,dc1-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Ethernet7 - P2P_dc1-wan2_Ethernet1 = 'up',NOT RUN, +69,dc1-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Ethernet8 - L2_dc1-leaf1c_Ethernet1 = 'up',NOT RUN, +70,dc1-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Loopback0 - ROUTER_ID = 'up',NOT RUN, +71,dc1-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Loopback1 - VXLAN_TUNNEL_SOURCE = 'up',NOT RUN, +72,dc1-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Loopback10 - DIAG_VRF_VRF10 = 'up',NOT RUN, +73,dc1-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Loopback11 - DIAG_VRF_VRF11 = 'up',NOT RUN, +74,dc1-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Port-Channel3 - MLAG_dc1-leaf1b_Port-Channel3 = 'up',NOT RUN, +75,dc1-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Port-Channel5 - PortChannel dc1-leaf1-server1 = 'up',NOT RUN, +76,dc1-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Port-Channel8 - L2_dc1-leaf1c_Port-Channel1 = 'up',NOT RUN, +77,dc1-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Vlan11 - VRF10_VLAN11 = 'up',NOT RUN, +78,dc1-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Vlan12 - VRF10_VLAN12 = 'up',NOT RUN, +79,dc1-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Vlan21 - VRF11_VLAN21 = 'up',NOT RUN, +80,dc1-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Vlan22 - VRF11_VLAN22 = 'up',NOT RUN, +81,dc1-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Vlan3009 - MLAG_L3_VRF_VRF10 = 'up',NOT RUN, +82,dc1-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Vlan3010 - MLAG_L3_VRF_VRF11 = 'up',NOT RUN, +83,dc1-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Vlan4085 - Inband Management = 'up',NOT RUN, +84,dc1-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Vlan4093 - MLAG_L3 = 'up',NOT RUN, +85,dc1-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Vlan4094 - MLAG = 'up',NOT RUN, +86,dc1-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Vxlan1 = 'up',NOT RUN, 87,dc1-leaf1a,LANZ,VerifyLANZ,Verifies if LANZ is enabled.,,NOT RUN, 88,dc1-leaf1a,MLAG,VerifyMlagStatus,Verifies the health status of the MLAG configuration.,,NOT RUN, 89,dc1-leaf1a,Profiles,VerifyTcamProfile,Verifies the device TCAM profile.,,NOT RUN, @@ -128,13 +128,13 @@ id,dut,categories,test,description,inputs,result,messages 127,dc1-leaf1a,Security,VerifyBannerMotd,Verifies the motd banner of a device.,,NOT RUN, 128,dc1-leaf1a,Security,VerifyIPSecConnHealth,Verifies all IPv4 security connections.,,NOT RUN, 129,dc1-leaf1a,Security,VerifyIPv4ACL,Verifies the configuration of IPv4 ACLs.,,NOT RUN, -130,dc1-leaf1a,Security,VerifySpecificIPSecConn,Verifies IPv4 security connections for a peer.,,NOT RUN, +130,dc1-leaf1a,Security,VerifySpecificIPSecConn,Verifies the IPv4 security connections.,,NOT RUN, 131,dc1-leaf1a,Security,VerifySSHIPv4Acl,Verifies if the SSHD agent has IPv4 ACL(s) configured.,,NOT RUN, 132,dc1-leaf1a,Security,VerifySSHIPv6Acl,Verifies if the SSHD agent has IPv6 ACL(s) configured.,,NOT RUN, 133,dc1-leaf1a,Security,VerifySSHStatus,Verifies if the SSHD agent is disabled in the default VRF.,,NOT RUN, 134,dc1-leaf1a,Security,VerifyTelnetStatus,Verifies if Telnet is disabled in the default VRF.,,NOT RUN, 135,dc1-leaf1a,Services,VerifyDNSLookup,Verifies the DNS name to IP address resolution.,,NOT RUN, -136,dc1-leaf1a,Services,VerifyDNSServers,Verifies if the DNS servers are correctly configured.,,NOT RUN, +136,dc1-leaf1a,Services,VerifyDNSServers,Verifies if the DNS (Domain Name Service) servers are correctly configured.,,NOT RUN, 137,dc1-leaf1a,Services,VerifyErrdisableRecovery,"Verifies the errdisable recovery reason, status, and interval.",,NOT RUN, 138,dc1-leaf1a,Services,VerifyHostname,Verifies the hostname of a device.,,NOT RUN, 139,dc1-leaf1a,SNMP,VerifySnmpIPv4Acl,Verifies if the SNMP agent has IPv4 ACL(s) configured.,,NOT RUN, @@ -143,7 +143,7 @@ id,dut,categories,test,description,inputs,result,messages 142,dc1-leaf1a,Software,VerifyEOSExtensions,Verifies that all EOS extensions installed on the device are enabled for boot persistence.,,NOT RUN, 143,dc1-leaf1a,Software,VerifyEOSVersion,Verifies the EOS version of the device.,,NOT RUN, 144,dc1-leaf1a,Software,VerifyTerminAttrVersion,Verifies the TerminAttr version of the device.,,NOT RUN, -145,dc1-leaf1a,STUN,VerifyStunClient,Verifies the STUN client is configured with the specified IPv4 source address and port. Validate the public IP and port if provided.,,NOT RUN, +145,dc1-leaf1a,STUN,VerifyStunClient,(Deprecated) Verifies the translation for a source address on a STUN client.,,NOT RUN, 146,dc1-leaf1a,System,VerifyAgentLogs,Verifies there are no agent crash reports.,,NOT RUN, 147,dc1-leaf1a,System,VerifyCoredump,Verifies there are no core dump files.,,NOT RUN, 148,dc1-leaf1a,System,VerifyCPUUtilization,Verifies whether the CPU utilization is below 75%.,,NOT RUN, @@ -159,7 +159,7 @@ id,dut,categories,test,description,inputs,result,messages 158,dc1-leaf1a,VXLAN,VerifyVxlan1Interface,Verifies the Vxlan1 interface status.,,NOT RUN, 159,dc1-leaf1a,VXLAN,VerifyVxlanConfigSanity,Verifies there are no VXLAN config-sanity inconsistencies.,,NOT RUN, 160,dc1-leaf1a,VXLAN,VerifyVxlanVniBinding,Verifies the VNI-VLAN bindings of the Vxlan1 interface.,,NOT RUN, -161,dc1-leaf1a,VXLAN,VerifyVxlanVtep,Verifies the VTEP peers of the Vxlan1 interface,,NOT RUN, +161,dc1-leaf1a,VXLAN,VerifyVxlanVtep,Verifies the VTEP peers of the Vxlan1 interface.,,NOT RUN, 162,dc1-leaf1b,AAA,VerifyAcctConsoleMethods,"Verifies the AAA accounting console method lists for different accounting types (system, exec, commands, dot1x).",,NOT RUN, 163,dc1-leaf1b,AAA,VerifyAcctDefaultMethods,"Verifies the AAA accounting default method lists for different accounting types (system, exec, commands, dot1x).",,NOT RUN, 164,dc1-leaf1b,AAA,VerifyAuthenMethods,"Verifies the AAA authentication method lists for different authentication types (login, enable, dot1x).",,NOT RUN, @@ -167,83 +167,83 @@ id,dut,categories,test,description,inputs,result,messages 166,dc1-leaf1b,AAA,VerifyTacacsServerGroups,Verifies if the provided TACACS server group(s) are configured.,,NOT RUN, 167,dc1-leaf1b,AAA,VerifyTacacsServers,Verifies TACACS servers are configured for a specified VRF.,,NOT RUN, 168,dc1-leaf1b,AAA,VerifyTacacsSourceIntf,Verifies TACACS source-interface for a specified VRF.,,NOT RUN, -169,dc1-leaf1b,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s).,BGP EVPN Peer: dc1-spine1 (IP: 10.255.0.1),NOT RUN, -170,dc1-leaf1b,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s).,BGP EVPN Peer: dc1-spine2 (IP: 10.255.0.2),NOT RUN, -171,dc1-leaf1b,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s).,BGP IPv4 Unicast Peer: dc1-leaf1a (IP: 10.255.1.96),NOT RUN, -172,dc1-leaf1b,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s).,BGP IPv4 Unicast Peer: dc1-spine1 (IP: 10.255.255.4),NOT RUN, -173,dc1-leaf1b,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s).,BGP IPv4 Unicast Peer: dc1-spine2 (IP: 10.255.255.6),NOT RUN, -174,dc1-leaf1b,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s).,BGP IPv4 Unicast Peer: dc1-wan1 (IP: 10.255.255.3),NOT RUN, -175,dc1-leaf1b,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s).,BGP IPv4 Unicast Peer: dc1-wan2 (IP: 10.255.255.7),NOT RUN, -176,dc1-leaf1b,Configuration,VerifyRunningConfigDiffs,Verifies there is no difference between the running-config and the startup-config,,NOT RUN, -177,dc1-leaf1b,Configuration,VerifyZeroTouch,Verifies ZeroTouch is disabled,,NOT RUN, -178,dc1-leaf1b,Connectivity,VerifyLLDPNeighbors,Verifies that the provided LLDP neighbors are connected properly.,Local: Ethernet1 - Remote: dc1-spine1 Ethernet2,NOT RUN, -179,dc1-leaf1b,Connectivity,VerifyLLDPNeighbors,Verifies that the provided LLDP neighbors are connected properly.,Local: Ethernet2 - Remote: dc1-spine2 Ethernet2,NOT RUN, -180,dc1-leaf1b,Connectivity,VerifyLLDPNeighbors,Verifies that the provided LLDP neighbors are connected properly.,Local: Ethernet3 - Remote: dc1-leaf1a Ethernet3,NOT RUN, -181,dc1-leaf1b,Connectivity,VerifyLLDPNeighbors,Verifies that the provided LLDP neighbors are connected properly.,Local: Ethernet4 - Remote: dc1-leaf1a Ethernet4,NOT RUN, -182,dc1-leaf1b,Connectivity,VerifyLLDPNeighbors,Verifies that the provided LLDP neighbors are connected properly.,Local: Ethernet6 - Remote: dc1-wan1 Ethernet2,NOT RUN, -183,dc1-leaf1b,Connectivity,VerifyLLDPNeighbors,Verifies that the provided LLDP neighbors are connected properly.,Local: Ethernet7 - Remote: dc1-wan2 Ethernet2,NOT RUN, -184,dc1-leaf1b,Connectivity,VerifyLLDPNeighbors,Verifies that the provided LLDP neighbors are connected properly.,Local: Ethernet8 - Remote: dc1-leaf1c Ethernet2,NOT RUN, -185,dc1-leaf1b,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.0.4) - Destination: dc1-leaf1a Loopback0 (IP: 10.255.0.3),NOT RUN, -186,dc1-leaf1b,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.0.4) - Destination: dc1-leaf1b Loopback0 (IP: 10.255.0.4),NOT RUN, -187,dc1-leaf1b,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.0.4) - Destination: dc1-leaf2a Loopback0 (IP: 10.255.0.5),NOT RUN, -188,dc1-leaf1b,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.0.4) - Destination: dc1-spine1 Loopback0 (IP: 10.255.0.1),NOT RUN, -189,dc1-leaf1b,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.0.4) - Destination: dc1-spine2 Loopback0 (IP: 10.255.0.2),NOT RUN, -190,dc1-leaf1b,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.0.4) - Destination: dc1-svc-leaf1a Loopback0 (IP: 10.33.0.5),NOT RUN, -191,dc1-leaf1b,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.0.4) - Destination: dc1-svc-leaf1b Loopback0 (IP: 10.33.0.6),NOT RUN, -192,dc1-leaf1b,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.0.4) - Destination: dc1-wan1 Loopback0 (IP: 10.255.2.1),NOT RUN, -193,dc1-leaf1b,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.0.4) - Destination: dc1-wan2 Loopback0 (IP: 10.255.2.2),NOT RUN, -194,dc1-leaf1b,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.0.4) - Destination: dc2-leaf1a Loopback0 (IP: 10.255.128.13),NOT RUN, -195,dc1-leaf1b,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.0.4) - Destination: dc2-leaf1b Loopback0 (IP: 10.255.128.14),NOT RUN, -196,dc1-leaf1b,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.0.4) - Destination: dc2-leaf2a Loopback0 (IP: 10.255.128.15),NOT RUN, -197,dc1-leaf1b,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.0.4) - Destination: dc2-leaf2b Loopback0 (IP: 10.255.128.16),NOT RUN, -198,dc1-leaf1b,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.0.4) - Destination: dc2-leaf3a.arista.com Loopback0 (IP: 10.255.128.17),NOT RUN, -199,dc1-leaf1b,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.0.4) - Destination: dc2-leaf3b.arista.com Loopback0 (IP: 10.255.128.18),NOT RUN, -200,dc1-leaf1b,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.0.4) - Destination: dc2-spine1 Loopback0 (IP: 10.255.128.11),NOT RUN, -201,dc1-leaf1b,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.0.4) - Destination: dc2-spine2 Loopback0 (IP: 10.255.128.12),NOT RUN, -202,dc1-leaf1b,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: P2P Interface Ethernet1 (IP: 10.255.255.5) - Destination: dc1-spine1 Ethernet2 (IP: 10.255.255.4),NOT RUN, -203,dc1-leaf1b,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: P2P Interface Ethernet2 (IP: 10.255.255.7) - Destination: dc1-spine2 Ethernet2 (IP: 10.255.255.6),NOT RUN, -204,dc1-leaf1b,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: P2P Interface Ethernet6 (IP: 10.255.255.2) - Destination: dc1-wan1 Ethernet2 (IP: 10.255.255.3),NOT RUN, -205,dc1-leaf1b,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: P2P Interface Ethernet7 (IP: 10.255.255.6) - Destination: dc1-wan2 Ethernet2 (IP: 10.255.255.7),NOT RUN, +169,dc1-leaf1b,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s) for given address families.,BGP EVPN Peer: dc1-spine1 (IP: 10.255.0.1),NOT RUN, +170,dc1-leaf1b,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s) for given address families.,BGP EVPN Peer: dc1-spine2 (IP: 10.255.0.2),NOT RUN, +171,dc1-leaf1b,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s) for given address families.,BGP IPv4 Unicast Peer: dc1-leaf1a (IP: 10.255.1.96),NOT RUN, +172,dc1-leaf1b,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s) for given address families.,BGP IPv4 Unicast Peer: dc1-spine1 (IP: 10.255.255.4),NOT RUN, +173,dc1-leaf1b,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s) for given address families.,BGP IPv4 Unicast Peer: dc1-spine2 (IP: 10.255.255.6),NOT RUN, +174,dc1-leaf1b,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s) for given address families.,BGP IPv4 Unicast Peer: dc1-wan1 (IP: 10.255.255.3),NOT RUN, +175,dc1-leaf1b,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s) for given address families.,BGP IPv4 Unicast Peer: dc1-wan2 (IP: 10.255.255.7),NOT RUN, +176,dc1-leaf1b,Configuration,VerifyRunningConfigDiffs,Verifies there is no difference between the running-config and the startup-config.,,NOT RUN, +177,dc1-leaf1b,Configuration,VerifyZeroTouch,Verifies ZeroTouch is disabled.,,NOT RUN, +178,dc1-leaf1b,Connectivity,VerifyLLDPNeighbors,Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.,Local: Ethernet1 - Remote: dc1-spine1 Ethernet2,NOT RUN, +179,dc1-leaf1b,Connectivity,VerifyLLDPNeighbors,Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.,Local: Ethernet2 - Remote: dc1-spine2 Ethernet2,NOT RUN, +180,dc1-leaf1b,Connectivity,VerifyLLDPNeighbors,Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.,Local: Ethernet3 - Remote: dc1-leaf1a Ethernet3,NOT RUN, +181,dc1-leaf1b,Connectivity,VerifyLLDPNeighbors,Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.,Local: Ethernet4 - Remote: dc1-leaf1a Ethernet4,NOT RUN, +182,dc1-leaf1b,Connectivity,VerifyLLDPNeighbors,Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.,Local: Ethernet6 - Remote: dc1-wan1 Ethernet2,NOT RUN, +183,dc1-leaf1b,Connectivity,VerifyLLDPNeighbors,Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.,Local: Ethernet7 - Remote: dc1-wan2 Ethernet2,NOT RUN, +184,dc1-leaf1b,Connectivity,VerifyLLDPNeighbors,Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.,Local: Ethernet8 - Remote: dc1-leaf1c Ethernet2,NOT RUN, +185,dc1-leaf1b,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.0.4) - Destination: dc1-leaf1a Loopback0 (IP: 10.255.0.3),NOT RUN, +186,dc1-leaf1b,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.0.4) - Destination: dc1-leaf1b Loopback0 (IP: 10.255.0.4),NOT RUN, +187,dc1-leaf1b,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.0.4) - Destination: dc1-leaf2a Loopback0 (IP: 10.255.0.5),NOT RUN, +188,dc1-leaf1b,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.0.4) - Destination: dc1-spine1 Loopback0 (IP: 10.255.0.1),NOT RUN, +189,dc1-leaf1b,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.0.4) - Destination: dc1-spine2 Loopback0 (IP: 10.255.0.2),NOT RUN, +190,dc1-leaf1b,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.0.4) - Destination: dc1-svc-leaf1a Loopback0 (IP: 10.33.0.5),NOT RUN, +191,dc1-leaf1b,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.0.4) - Destination: dc1-svc-leaf1b Loopback0 (IP: 10.33.0.6),NOT RUN, +192,dc1-leaf1b,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.0.4) - Destination: dc1-wan1 Loopback0 (IP: 10.255.2.1),NOT RUN, +193,dc1-leaf1b,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.0.4) - Destination: dc1-wan2 Loopback0 (IP: 10.255.2.2),NOT RUN, +194,dc1-leaf1b,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.0.4) - Destination: dc2-leaf1a Loopback0 (IP: 10.255.128.13),NOT RUN, +195,dc1-leaf1b,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.0.4) - Destination: dc2-leaf1b Loopback0 (IP: 10.255.128.14),NOT RUN, +196,dc1-leaf1b,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.0.4) - Destination: dc2-leaf2a Loopback0 (IP: 10.255.128.15),NOT RUN, +197,dc1-leaf1b,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.0.4) - Destination: dc2-leaf2b Loopback0 (IP: 10.255.128.16),NOT RUN, +198,dc1-leaf1b,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.0.4) - Destination: dc2-leaf3a.arista.com Loopback0 (IP: 10.255.128.17),NOT RUN, +199,dc1-leaf1b,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.0.4) - Destination: dc2-leaf3b.arista.com Loopback0 (IP: 10.255.128.18),NOT RUN, +200,dc1-leaf1b,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.0.4) - Destination: dc2-spine1 Loopback0 (IP: 10.255.128.11),NOT RUN, +201,dc1-leaf1b,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.0.4) - Destination: dc2-spine2 Loopback0 (IP: 10.255.128.12),NOT RUN, +202,dc1-leaf1b,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: P2P Interface Ethernet1 (IP: 10.255.255.5) - Destination: dc1-spine1 Ethernet2 (IP: 10.255.255.4),NOT RUN, +203,dc1-leaf1b,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: P2P Interface Ethernet2 (IP: 10.255.255.7) - Destination: dc1-spine2 Ethernet2 (IP: 10.255.255.6),NOT RUN, +204,dc1-leaf1b,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: P2P Interface Ethernet6 (IP: 10.255.255.2) - Destination: dc1-wan1 Ethernet2 (IP: 10.255.255.3),NOT RUN, +205,dc1-leaf1b,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: P2P Interface Ethernet7 (IP: 10.255.255.6) - Destination: dc1-wan2 Ethernet2 (IP: 10.255.255.7),NOT RUN, 206,dc1-leaf1b,Field Notices,VerifyFieldNotice44Resolution,Verifies that the device is using the correct Aboot version per FN0044.,,NOT RUN, 207,dc1-leaf1b,Field Notices,VerifyFieldNotice72Resolution,"Verifies if the device is exposed to FN0072, and if the issue has been mitigated.",,NOT RUN, -208,dc1-leaf1b,Greent,VerifyGreenT,Verifies if a GreenT policy is created.,,NOT RUN, +208,dc1-leaf1b,Greent,VerifyGreenT,Verifies if a GreenT policy other than the default is created.,,NOT RUN, 209,dc1-leaf1b,Greent,VerifyGreenTCounters,Verifies if the GreenT counters are incremented.,,NOT RUN, 210,dc1-leaf1b,Hardware,VerifyAdverseDrops,Verifies there are no adverse drops on DCS-7280 and DCS-7500 family switches.,,NOT RUN, 211,dc1-leaf1b,Hardware,VerifyEnvironmentCooling,Verifies the status of power supply fans and all fan trays.,,NOT RUN, 212,dc1-leaf1b,Hardware,VerifyEnvironmentCooling,Verifies the status of power supply fans and all fan trays.,Accepted States: 'ok',NOT RUN, 213,dc1-leaf1b,Hardware,VerifyEnvironmentPower,Verifies the power supplies status.,,NOT RUN, 214,dc1-leaf1b,Hardware,VerifyEnvironmentPower,Verifies the power supplies status.,Accepted States: 'ok',NOT RUN, -215,dc1-leaf1b,Hardware,VerifyEnvironmentSystemCooling,Verifies the system cooling status.,,NOT RUN, -216,dc1-leaf1b,Hardware,VerifyTemperature,Verifies the device temperature.,,NOT RUN, -217,dc1-leaf1b,Hardware,VerifyTemperature,Verifies the device temperature.,,NOT RUN, -218,dc1-leaf1b,Hardware,VerifyTransceiversManufacturers,Verifies if all transceivers come from approved manufacturers.,,NOT RUN, -219,dc1-leaf1b,Hardware,VerifyTransceiversManufacturers,Verifies if all transceivers come from approved manufacturers.,"Accepted Manufacturers: 'Arista Networks', 'Arastra, Inc.', 'Not Present'",NOT RUN, -220,dc1-leaf1b,Hardware,VerifyTransceiversTemperature,Verifies the transceivers temperature.,,NOT RUN, -221,dc1-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet1 - P2P_dc1-spine1_Ethernet2 = 'up',NOT RUN, -222,dc1-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet2 - P2P_dc1-spine2_Ethernet2 = 'up',NOT RUN, -223,dc1-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet3 - MLAG_dc1-leaf1a_Ethernet3 = 'up',NOT RUN, -224,dc1-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet4 - MLAG_dc1-leaf1a_Ethernet4 = 'up',NOT RUN, -225,dc1-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet5 - SERVER_dc1-leaf1-server1_PCI2 = 'up',NOT RUN, -226,dc1-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet6 - P2P_dc1-wan1_Ethernet2 = 'up',NOT RUN, -227,dc1-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet7 - P2P_dc1-wan2_Ethernet2 = 'up',NOT RUN, -228,dc1-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet8 - L2_dc1-leaf1c_Ethernet2 = 'up',NOT RUN, -229,dc1-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Loopback0 - ROUTER_ID = 'up',NOT RUN, -230,dc1-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Loopback1 - VXLAN_TUNNEL_SOURCE = 'up',NOT RUN, -231,dc1-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Loopback10 - DIAG_VRF_VRF10 = 'up',NOT RUN, -232,dc1-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Loopback11 - DIAG_VRF_VRF11 = 'up',NOT RUN, -233,dc1-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Port-Channel3 - MLAG_dc1-leaf1a_Port-Channel3 = 'up',NOT RUN, -234,dc1-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Port-Channel5 - PortChannel dc1-leaf1-server1 = 'up',NOT RUN, -235,dc1-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Port-Channel8 - L2_dc1-leaf1c_Port-Channel1 = 'up',NOT RUN, -236,dc1-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Vlan11 - VRF10_VLAN11 = 'up',NOT RUN, -237,dc1-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Vlan12 - VRF10_VLAN12 = 'up',NOT RUN, -238,dc1-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Vlan21 - VRF11_VLAN21 = 'up',NOT RUN, -239,dc1-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Vlan22 - VRF11_VLAN22 = 'up',NOT RUN, -240,dc1-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Vlan3009 - MLAG_L3_VRF_VRF10 = 'up',NOT RUN, -241,dc1-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Vlan3010 - MLAG_L3_VRF_VRF11 = 'up',NOT RUN, -242,dc1-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Vlan4085 - Inband Management = 'up',NOT RUN, -243,dc1-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Vlan4093 - MLAG_L3 = 'up',NOT RUN, -244,dc1-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Vlan4094 - MLAG = 'up',NOT RUN, -245,dc1-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Vxlan1 = 'up',NOT RUN, +215,dc1-leaf1b,Hardware,VerifyEnvironmentSystemCooling,Verifies the device's system cooling status.,,NOT RUN, +216,dc1-leaf1b,Hardware,VerifyTemperature,Verifies if the device temperature is within acceptable limits.,,NOT RUN, +217,dc1-leaf1b,Hardware,VerifyTemperature,Verifies if the device temperature is within acceptable limits.,,NOT RUN, +218,dc1-leaf1b,Hardware,VerifyTransceiversManufacturers,Verifies if all the transceivers come from approved manufacturers.,,NOT RUN, +219,dc1-leaf1b,Hardware,VerifyTransceiversManufacturers,Verifies if all the transceivers come from approved manufacturers.,"Accepted Manufacturers: 'Arista Networks', 'Arastra, Inc.', 'Not Present'",NOT RUN, +220,dc1-leaf1b,Hardware,VerifyTransceiversTemperature,Verifies if all the transceivers are operating at an acceptable temperature.,,NOT RUN, +221,dc1-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Ethernet1 - P2P_dc1-spine1_Ethernet2 = 'up',NOT RUN, +222,dc1-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Ethernet2 - P2P_dc1-spine2_Ethernet2 = 'up',NOT RUN, +223,dc1-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Ethernet3 - MLAG_dc1-leaf1a_Ethernet3 = 'up',NOT RUN, +224,dc1-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Ethernet4 - MLAG_dc1-leaf1a_Ethernet4 = 'up',NOT RUN, +225,dc1-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Ethernet5 - SERVER_dc1-leaf1-server1_PCI2 = 'up',NOT RUN, +226,dc1-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Ethernet6 - P2P_dc1-wan1_Ethernet2 = 'up',NOT RUN, +227,dc1-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Ethernet7 - P2P_dc1-wan2_Ethernet2 = 'up',NOT RUN, +228,dc1-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Ethernet8 - L2_dc1-leaf1c_Ethernet2 = 'up',NOT RUN, +229,dc1-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Loopback0 - ROUTER_ID = 'up',NOT RUN, +230,dc1-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Loopback1 - VXLAN_TUNNEL_SOURCE = 'up',NOT RUN, +231,dc1-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Loopback10 - DIAG_VRF_VRF10 = 'up',NOT RUN, +232,dc1-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Loopback11 - DIAG_VRF_VRF11 = 'up',NOT RUN, +233,dc1-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Port-Channel3 - MLAG_dc1-leaf1a_Port-Channel3 = 'up',NOT RUN, +234,dc1-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Port-Channel5 - PortChannel dc1-leaf1-server1 = 'up',NOT RUN, +235,dc1-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Port-Channel8 - L2_dc1-leaf1c_Port-Channel1 = 'up',NOT RUN, +236,dc1-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Vlan11 - VRF10_VLAN11 = 'up',NOT RUN, +237,dc1-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Vlan12 - VRF10_VLAN12 = 'up',NOT RUN, +238,dc1-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Vlan21 - VRF11_VLAN21 = 'up',NOT RUN, +239,dc1-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Vlan22 - VRF11_VLAN22 = 'up',NOT RUN, +240,dc1-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Vlan3009 - MLAG_L3_VRF_VRF10 = 'up',NOT RUN, +241,dc1-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Vlan3010 - MLAG_L3_VRF_VRF11 = 'up',NOT RUN, +242,dc1-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Vlan4085 - Inband Management = 'up',NOT RUN, +243,dc1-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Vlan4093 - MLAG_L3 = 'up',NOT RUN, +244,dc1-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Vlan4094 - MLAG = 'up',NOT RUN, +245,dc1-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Vxlan1 = 'up',NOT RUN, 246,dc1-leaf1b,LANZ,VerifyLANZ,Verifies if LANZ is enabled.,,NOT RUN, 247,dc1-leaf1b,MLAG,VerifyMlagStatus,Verifies the health status of the MLAG configuration.,,NOT RUN, 248,dc1-leaf1b,PTP,VerifyPtpGMStatus,Verifies that the device is locked to a valid PTP Grandmaster.,,NOT RUN, @@ -285,13 +285,13 @@ id,dut,categories,test,description,inputs,result,messages 284,dc1-leaf1b,Security,VerifyBannerMotd,Verifies the motd banner of a device.,,NOT RUN, 285,dc1-leaf1b,Security,VerifyIPSecConnHealth,Verifies all IPv4 security connections.,,NOT RUN, 286,dc1-leaf1b,Security,VerifyIPv4ACL,Verifies the configuration of IPv4 ACLs.,,NOT RUN, -287,dc1-leaf1b,Security,VerifySpecificIPSecConn,Verifies IPv4 security connections for a peer.,,NOT RUN, +287,dc1-leaf1b,Security,VerifySpecificIPSecConn,Verifies the IPv4 security connections.,,NOT RUN, 288,dc1-leaf1b,Security,VerifySSHIPv4Acl,Verifies if the SSHD agent has IPv4 ACL(s) configured.,,NOT RUN, 289,dc1-leaf1b,Security,VerifySSHIPv6Acl,Verifies if the SSHD agent has IPv6 ACL(s) configured.,,NOT RUN, 290,dc1-leaf1b,Security,VerifySSHStatus,Verifies if the SSHD agent is disabled in the default VRF.,,NOT RUN, 291,dc1-leaf1b,Security,VerifyTelnetStatus,Verifies if Telnet is disabled in the default VRF.,,NOT RUN, 292,dc1-leaf1b,Services,VerifyDNSLookup,Verifies the DNS name to IP address resolution.,,NOT RUN, -293,dc1-leaf1b,Services,VerifyDNSServers,Verifies if the DNS servers are correctly configured.,,NOT RUN, +293,dc1-leaf1b,Services,VerifyDNSServers,Verifies if the DNS (Domain Name Service) servers are correctly configured.,,NOT RUN, 294,dc1-leaf1b,Services,VerifyErrdisableRecovery,"Verifies the errdisable recovery reason, status, and interval.",,NOT RUN, 295,dc1-leaf1b,Services,VerifyHostname,Verifies the hostname of a device.,,NOT RUN, 296,dc1-leaf1b,SNMP,VerifySnmpIPv4Acl,Verifies if the SNMP agent has IPv4 ACL(s) configured.,,NOT RUN, @@ -299,7 +299,7 @@ id,dut,categories,test,description,inputs,result,messages 298,dc1-leaf1b,SNMP,VerifySnmpStatus,Verifies if the SNMP agent is enabled.,,NOT RUN, 299,dc1-leaf1b,Software,VerifyEOSVersion,Verifies the EOS version of the device.,,NOT RUN, 300,dc1-leaf1b,Software,VerifyTerminAttrVersion,Verifies the TerminAttr version of the device.,,NOT RUN, -301,dc1-leaf1b,STUN,VerifyStunClient,Verifies the STUN client is configured with the specified IPv4 source address and port. Validate the public IP and port if provided.,,NOT RUN, +301,dc1-leaf1b,STUN,VerifyStunClient,(Deprecated) Verifies the translation for a source address on a STUN client.,,NOT RUN, 302,dc1-leaf1b,System,VerifyAgentLogs,Verifies there are no agent crash reports.,,NOT RUN, 303,dc1-leaf1b,System,VerifyCoredump,Verifies there are no core dump files.,,NOT RUN, 304,dc1-leaf1b,System,VerifyCPUUtilization,Verifies whether the CPU utilization is below 75%.,,NOT RUN, @@ -318,47 +318,47 @@ id,dut,categories,test,description,inputs,result,messages 317,dc1-leaf1c,AAA,VerifyTacacsServerGroups,Verifies if the provided TACACS server group(s) are configured.,,NOT RUN, 318,dc1-leaf1c,AAA,VerifyTacacsServers,Verifies TACACS servers are configured for a specified VRF.,,NOT RUN, 319,dc1-leaf1c,AAA,VerifyTacacsSourceIntf,Verifies TACACS source-interface for a specified VRF.,,NOT RUN, -320,dc1-leaf1c,Configuration,VerifyRunningConfigDiffs,Verifies there is no difference between the running-config and the startup-config,,NOT RUN, -321,dc1-leaf1c,Configuration,VerifyZeroTouch,Verifies ZeroTouch is disabled,,NOT RUN, -322,dc1-leaf1c,Connectivity,VerifyLLDPNeighbors,Verifies that the provided LLDP neighbors are connected properly.,Local: Ethernet1 - Remote: dc1-leaf1a Ethernet8,NOT RUN, -323,dc1-leaf1c,Connectivity,VerifyLLDPNeighbors,Verifies that the provided LLDP neighbors are connected properly.,Local: Ethernet2 - Remote: dc1-leaf1b Ethernet8,NOT RUN, -324,dc1-leaf1c,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.4) - Destination: dc1-leaf1a Loopback0 (IP: 10.255.0.3),NOT RUN, -325,dc1-leaf1c,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.4) - Destination: dc1-leaf1b Loopback0 (IP: 10.255.0.4),NOT RUN, -326,dc1-leaf1c,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.4) - Destination: dc1-leaf2a Loopback0 (IP: 10.255.0.5),NOT RUN, -327,dc1-leaf1c,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.4) - Destination: dc1-spine1 Loopback0 (IP: 10.255.0.1),NOT RUN, -328,dc1-leaf1c,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.4) - Destination: dc1-spine2 Loopback0 (IP: 10.255.0.2),NOT RUN, -329,dc1-leaf1c,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.4) - Destination: dc1-svc-leaf1a Loopback0 (IP: 10.33.0.5),NOT RUN, -330,dc1-leaf1c,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.4) - Destination: dc1-svc-leaf1b Loopback0 (IP: 10.33.0.6),NOT RUN, -331,dc1-leaf1c,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.4) - Destination: dc1-wan1 Loopback0 (IP: 10.255.2.1),NOT RUN, -332,dc1-leaf1c,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.4) - Destination: dc1-wan2 Loopback0 (IP: 10.255.2.2),NOT RUN, -333,dc1-leaf1c,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.4) - Destination: dc2-leaf1a Loopback0 (IP: 10.255.128.13),NOT RUN, -334,dc1-leaf1c,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.4) - Destination: dc2-leaf1b Loopback0 (IP: 10.255.128.14),NOT RUN, -335,dc1-leaf1c,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.4) - Destination: dc2-leaf2a Loopback0 (IP: 10.255.128.15),NOT RUN, -336,dc1-leaf1c,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.4) - Destination: dc2-leaf2b Loopback0 (IP: 10.255.128.16),NOT RUN, -337,dc1-leaf1c,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.4) - Destination: dc2-leaf3a.arista.com Loopback0 (IP: 10.255.128.17),NOT RUN, -338,dc1-leaf1c,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.4) - Destination: dc2-leaf3b.arista.com Loopback0 (IP: 10.255.128.18),NOT RUN, -339,dc1-leaf1c,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.4) - Destination: dc2-spine1 Loopback0 (IP: 10.255.128.11),NOT RUN, -340,dc1-leaf1c,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.4) - Destination: dc2-spine2 Loopback0 (IP: 10.255.128.12),NOT RUN, +320,dc1-leaf1c,Configuration,VerifyRunningConfigDiffs,Verifies there is no difference between the running-config and the startup-config.,,NOT RUN, +321,dc1-leaf1c,Configuration,VerifyZeroTouch,Verifies ZeroTouch is disabled.,,NOT RUN, +322,dc1-leaf1c,Connectivity,VerifyLLDPNeighbors,Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.,Local: Ethernet1 - Remote: dc1-leaf1a Ethernet8,NOT RUN, +323,dc1-leaf1c,Connectivity,VerifyLLDPNeighbors,Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.,Local: Ethernet2 - Remote: dc1-leaf1b Ethernet8,NOT RUN, +324,dc1-leaf1c,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.4) - Destination: dc1-leaf1a Loopback0 (IP: 10.255.0.3),NOT RUN, +325,dc1-leaf1c,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.4) - Destination: dc1-leaf1b Loopback0 (IP: 10.255.0.4),NOT RUN, +326,dc1-leaf1c,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.4) - Destination: dc1-leaf2a Loopback0 (IP: 10.255.0.5),NOT RUN, +327,dc1-leaf1c,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.4) - Destination: dc1-spine1 Loopback0 (IP: 10.255.0.1),NOT RUN, +328,dc1-leaf1c,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.4) - Destination: dc1-spine2 Loopback0 (IP: 10.255.0.2),NOT RUN, +329,dc1-leaf1c,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.4) - Destination: dc1-svc-leaf1a Loopback0 (IP: 10.33.0.5),NOT RUN, +330,dc1-leaf1c,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.4) - Destination: dc1-svc-leaf1b Loopback0 (IP: 10.33.0.6),NOT RUN, +331,dc1-leaf1c,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.4) - Destination: dc1-wan1 Loopback0 (IP: 10.255.2.1),NOT RUN, +332,dc1-leaf1c,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.4) - Destination: dc1-wan2 Loopback0 (IP: 10.255.2.2),NOT RUN, +333,dc1-leaf1c,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.4) - Destination: dc2-leaf1a Loopback0 (IP: 10.255.128.13),NOT RUN, +334,dc1-leaf1c,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.4) - Destination: dc2-leaf1b Loopback0 (IP: 10.255.128.14),NOT RUN, +335,dc1-leaf1c,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.4) - Destination: dc2-leaf2a Loopback0 (IP: 10.255.128.15),NOT RUN, +336,dc1-leaf1c,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.4) - Destination: dc2-leaf2b Loopback0 (IP: 10.255.128.16),NOT RUN, +337,dc1-leaf1c,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.4) - Destination: dc2-leaf3a.arista.com Loopback0 (IP: 10.255.128.17),NOT RUN, +338,dc1-leaf1c,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.4) - Destination: dc2-leaf3b.arista.com Loopback0 (IP: 10.255.128.18),NOT RUN, +339,dc1-leaf1c,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.4) - Destination: dc2-spine1 Loopback0 (IP: 10.255.128.11),NOT RUN, +340,dc1-leaf1c,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.4) - Destination: dc2-spine2 Loopback0 (IP: 10.255.128.12),NOT RUN, 341,dc1-leaf1c,Field Notices,VerifyFieldNotice44Resolution,Verifies that the device is using the correct Aboot version per FN0044.,,NOT RUN, 342,dc1-leaf1c,Field Notices,VerifyFieldNotice72Resolution,"Verifies if the device is exposed to FN0072, and if the issue has been mitigated.",,NOT RUN, -343,dc1-leaf1c,Greent,VerifyGreenT,Verifies if a GreenT policy is created.,,NOT RUN, +343,dc1-leaf1c,Greent,VerifyGreenT,Verifies if a GreenT policy other than the default is created.,,NOT RUN, 344,dc1-leaf1c,Greent,VerifyGreenTCounters,Verifies if the GreenT counters are incremented.,,NOT RUN, 345,dc1-leaf1c,Hardware,VerifyAdverseDrops,Verifies there are no adverse drops on DCS-7280 and DCS-7500 family switches.,,NOT RUN, 346,dc1-leaf1c,Hardware,VerifyEnvironmentCooling,Verifies the status of power supply fans and all fan trays.,,NOT RUN, 347,dc1-leaf1c,Hardware,VerifyEnvironmentCooling,Verifies the status of power supply fans and all fan trays.,Accepted States: 'ok',NOT RUN, 348,dc1-leaf1c,Hardware,VerifyEnvironmentPower,Verifies the power supplies status.,,NOT RUN, 349,dc1-leaf1c,Hardware,VerifyEnvironmentPower,Verifies the power supplies status.,Accepted States: 'ok',NOT RUN, -350,dc1-leaf1c,Hardware,VerifyEnvironmentSystemCooling,Verifies the system cooling status.,,NOT RUN, -351,dc1-leaf1c,Hardware,VerifyTemperature,Verifies the device temperature.,,NOT RUN, -352,dc1-leaf1c,Hardware,VerifyTemperature,Verifies the device temperature.,,NOT RUN, -353,dc1-leaf1c,Hardware,VerifyTransceiversManufacturers,Verifies if all transceivers come from approved manufacturers.,,NOT RUN, -354,dc1-leaf1c,Hardware,VerifyTransceiversManufacturers,Verifies if all transceivers come from approved manufacturers.,"Accepted Manufacturers: 'Arista Networks', 'Arastra, Inc.', 'Not Present'",NOT RUN, -355,dc1-leaf1c,Hardware,VerifyTransceiversTemperature,Verifies the transceivers temperature.,,NOT RUN, -356,dc1-leaf1c,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet1 - L2_dc1-leaf1a_Ethernet8 = 'up',NOT RUN, -357,dc1-leaf1c,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet2 - L2_dc1-leaf1b_Ethernet8 = 'up',NOT RUN, -358,dc1-leaf1c,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet5 - SERVER_dc1-leaf1-server1_iLO = 'up',NOT RUN, -359,dc1-leaf1c,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Port-Channel1 - L2_DC1_L3_LEAF1_Port-Channel8 = 'up',NOT RUN, -360,dc1-leaf1c,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Vlan4085 - L2LEAF_INBAND_MGMT = 'up',NOT RUN, +350,dc1-leaf1c,Hardware,VerifyEnvironmentSystemCooling,Verifies the device's system cooling status.,,NOT RUN, +351,dc1-leaf1c,Hardware,VerifyTemperature,Verifies if the device temperature is within acceptable limits.,,NOT RUN, +352,dc1-leaf1c,Hardware,VerifyTemperature,Verifies if the device temperature is within acceptable limits.,,NOT RUN, +353,dc1-leaf1c,Hardware,VerifyTransceiversManufacturers,Verifies if all the transceivers come from approved manufacturers.,,NOT RUN, +354,dc1-leaf1c,Hardware,VerifyTransceiversManufacturers,Verifies if all the transceivers come from approved manufacturers.,"Accepted Manufacturers: 'Arista Networks', 'Arastra, Inc.', 'Not Present'",NOT RUN, +355,dc1-leaf1c,Hardware,VerifyTransceiversTemperature,Verifies if all the transceivers are operating at an acceptable temperature.,,NOT RUN, +356,dc1-leaf1c,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Ethernet1 - L2_dc1-leaf1a_Ethernet8 = 'up',NOT RUN, +357,dc1-leaf1c,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Ethernet2 - L2_dc1-leaf1b_Ethernet8 = 'up',NOT RUN, +358,dc1-leaf1c,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Ethernet5 - SERVER_dc1-leaf1-server1_iLO = 'up',NOT RUN, +359,dc1-leaf1c,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Port-Channel1 - L2_DC1_L3_LEAF1_Port-Channel8 = 'up',NOT RUN, +360,dc1-leaf1c,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Vlan4085 - L2LEAF_INBAND_MGMT = 'up',NOT RUN, 361,dc1-leaf1c,LANZ,VerifyLANZ,Verifies if LANZ is enabled.,,NOT RUN, 362,dc1-leaf1c,PTP,VerifyPtpGMStatus,Verifies that the device is locked to a valid PTP Grandmaster.,,NOT RUN, 363,dc1-leaf1c,PTP,VerifyPtpLockStatus,Verifies that the device was locked to the upstream PTP GM in the last minute.,,NOT RUN, @@ -375,13 +375,13 @@ id,dut,categories,test,description,inputs,result,messages 374,dc1-leaf1c,Security,VerifyBannerMotd,Verifies the motd banner of a device.,,NOT RUN, 375,dc1-leaf1c,Security,VerifyIPSecConnHealth,Verifies all IPv4 security connections.,,NOT RUN, 376,dc1-leaf1c,Security,VerifyIPv4ACL,Verifies the configuration of IPv4 ACLs.,,NOT RUN, -377,dc1-leaf1c,Security,VerifySpecificIPSecConn,Verifies IPv4 security connections for a peer.,,NOT RUN, +377,dc1-leaf1c,Security,VerifySpecificIPSecConn,Verifies the IPv4 security connections.,,NOT RUN, 378,dc1-leaf1c,Security,VerifySSHIPv4Acl,Verifies if the SSHD agent has IPv4 ACL(s) configured.,,NOT RUN, 379,dc1-leaf1c,Security,VerifySSHIPv6Acl,Verifies if the SSHD agent has IPv6 ACL(s) configured.,,NOT RUN, 380,dc1-leaf1c,Security,VerifySSHStatus,Verifies if the SSHD agent is disabled in the default VRF.,,NOT RUN, 381,dc1-leaf1c,Security,VerifyTelnetStatus,Verifies if Telnet is disabled in the default VRF.,,NOT RUN, 382,dc1-leaf1c,Services,VerifyDNSLookup,Verifies the DNS name to IP address resolution.,,NOT RUN, -383,dc1-leaf1c,Services,VerifyDNSServers,Verifies if the DNS servers are correctly configured.,,NOT RUN, +383,dc1-leaf1c,Services,VerifyDNSServers,Verifies if the DNS (Domain Name Service) servers are correctly configured.,,NOT RUN, 384,dc1-leaf1c,Services,VerifyErrdisableRecovery,"Verifies the errdisable recovery reason, status, and interval.",,NOT RUN, 385,dc1-leaf1c,Services,VerifyHostname,Verifies the hostname of a device.,,NOT RUN, 386,dc1-leaf1c,SNMP,VerifySnmpIPv4Acl,Verifies if the SNMP agent has IPv4 ACL(s) configured.,,NOT RUN, @@ -389,7 +389,7 @@ id,dut,categories,test,description,inputs,result,messages 388,dc1-leaf1c,SNMP,VerifySnmpStatus,Verifies if the SNMP agent is enabled.,,NOT RUN, 389,dc1-leaf1c,Software,VerifyEOSVersion,Verifies the EOS version of the device.,,NOT RUN, 390,dc1-leaf1c,Software,VerifyTerminAttrVersion,Verifies the TerminAttr version of the device.,,NOT RUN, -391,dc1-leaf1c,STUN,VerifyStunClient,Verifies the STUN client is configured with the specified IPv4 source address and port. Validate the public IP and port if provided.,,NOT RUN, +391,dc1-leaf1c,STUN,VerifyStunClient,(Deprecated) Verifies the translation for a source address on a STUN client.,,NOT RUN, 392,dc1-leaf1c,System,VerifyAgentLogs,Verifies there are no agent crash reports.,,NOT RUN, 393,dc1-leaf1c,System,VerifyCoredump,Verifies there are no core dump files.,,NOT RUN, 394,dc1-leaf1c,System,VerifyCPUUtilization,Verifies whether the CPU utilization is below 75%.,,NOT RUN, @@ -408,77 +408,77 @@ id,dut,categories,test,description,inputs,result,messages 407,dc1-leaf2a,AAA,VerifyTacacsServerGroups,Verifies if the provided TACACS server group(s) are configured.,,NOT RUN, 408,dc1-leaf2a,AAA,VerifyTacacsServers,Verifies TACACS servers are configured for a specified VRF.,,NOT RUN, 409,dc1-leaf2a,AAA,VerifyTacacsSourceIntf,Verifies TACACS source-interface for a specified VRF.,,NOT RUN, -410,dc1-leaf2a,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s).,BGP EVPN Peer: dc1-spine1 (IP: 10.255.0.1),NOT RUN, -411,dc1-leaf2a,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s).,BGP EVPN Peer: dc1-spine2 (IP: 10.255.0.2),NOT RUN, -412,dc1-leaf2a,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s).,BGP EVPN Peer: dc2-leaf2a (IP: 10.255.128.15),NOT RUN, -413,dc1-leaf2a,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s).,BGP IPv4 Unicast Peer: dc1-spine1 (IP: 10.255.255.8),NOT RUN, -414,dc1-leaf2a,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s).,BGP IPv4 Unicast Peer: dc1-spine2 (IP: 10.255.255.10),NOT RUN, -415,dc1-leaf2a,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s).,BGP IPv4 Unicast Peer: dc2-leaf2a (IP: 192.168.100.1),NOT RUN, -416,dc1-leaf2a,Configuration,VerifyRunningConfigDiffs,Verifies there is no difference between the running-config and the startup-config,,NOT RUN, -417,dc1-leaf2a,Configuration,VerifyZeroTouch,Verifies ZeroTouch is disabled,,NOT RUN, -418,dc1-leaf2a,Connectivity,VerifyLLDPNeighbors,Verifies that the provided LLDP neighbors are connected properly.,Local: Ethernet1 - Remote: dc1-spine1 Ethernet3,NOT RUN, -419,dc1-leaf2a,Connectivity,VerifyLLDPNeighbors,Verifies that the provided LLDP neighbors are connected properly.,Local: Ethernet2 - Remote: dc1-spine2 Ethernet3,NOT RUN, -420,dc1-leaf2a,Connectivity,VerifyLLDPNeighbors,Verifies that the provided LLDP neighbors are connected properly.,Local: Ethernet6 - Remote: dc2-leaf2a Ethernet6,NOT RUN, -421,dc1-leaf2a,Connectivity,VerifyLLDPNeighbors,Verifies that the provided LLDP neighbors are connected properly.,Local: Ethernet8 - Remote: dc1-leaf2c Ethernet1,NOT RUN, -422,dc1-leaf2a,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.0.5) - Destination: dc1-leaf1a Loopback0 (IP: 10.255.0.3),NOT RUN, -423,dc1-leaf2a,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.0.5) - Destination: dc1-leaf1b Loopback0 (IP: 10.255.0.4),NOT RUN, -424,dc1-leaf2a,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.0.5) - Destination: dc1-leaf2a Loopback0 (IP: 10.255.0.5),NOT RUN, -425,dc1-leaf2a,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.0.5) - Destination: dc1-spine1 Loopback0 (IP: 10.255.0.1),NOT RUN, -426,dc1-leaf2a,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.0.5) - Destination: dc1-spine2 Loopback0 (IP: 10.255.0.2),NOT RUN, -427,dc1-leaf2a,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.0.5) - Destination: dc1-svc-leaf1a Loopback0 (IP: 10.33.0.5),NOT RUN, -428,dc1-leaf2a,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.0.5) - Destination: dc1-svc-leaf1b Loopback0 (IP: 10.33.0.6),NOT RUN, -429,dc1-leaf2a,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.0.5) - Destination: dc1-wan1 Loopback0 (IP: 10.255.2.1),NOT RUN, -430,dc1-leaf2a,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.0.5) - Destination: dc1-wan2 Loopback0 (IP: 10.255.2.2),NOT RUN, -431,dc1-leaf2a,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.0.5) - Destination: dc2-leaf1a Loopback0 (IP: 10.255.128.13),NOT RUN, -432,dc1-leaf2a,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.0.5) - Destination: dc2-leaf1b Loopback0 (IP: 10.255.128.14),NOT RUN, -433,dc1-leaf2a,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.0.5) - Destination: dc2-leaf2a Loopback0 (IP: 10.255.128.15),NOT RUN, -434,dc1-leaf2a,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.0.5) - Destination: dc2-leaf2b Loopback0 (IP: 10.255.128.16),NOT RUN, -435,dc1-leaf2a,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.0.5) - Destination: dc2-leaf3a.arista.com Loopback0 (IP: 10.255.128.17),NOT RUN, -436,dc1-leaf2a,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.0.5) - Destination: dc2-leaf3b.arista.com Loopback0 (IP: 10.255.128.18),NOT RUN, -437,dc1-leaf2a,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.0.5) - Destination: dc2-spine1 Loopback0 (IP: 10.255.128.11),NOT RUN, -438,dc1-leaf2a,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.0.5) - Destination: dc2-spine2 Loopback0 (IP: 10.255.128.12),NOT RUN, -439,dc1-leaf2a,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: P2P Interface Ethernet1 (IP: 10.255.255.9) - Destination: dc1-spine1 Ethernet3 (IP: 10.255.255.8),NOT RUN, -440,dc1-leaf2a,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: P2P Interface Ethernet2 (IP: 10.255.255.11) - Destination: dc1-spine2 Ethernet3 (IP: 10.255.255.10),NOT RUN, -441,dc1-leaf2a,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: P2P Interface Ethernet6 (IP: 192.168.100.0) - Destination: dc2-leaf2a Ethernet6 (IP: 192.168.100.1),NOT RUN, +410,dc1-leaf2a,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s) for given address families.,BGP EVPN Peer: dc1-spine1 (IP: 10.255.0.1),NOT RUN, +411,dc1-leaf2a,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s) for given address families.,BGP EVPN Peer: dc1-spine2 (IP: 10.255.0.2),NOT RUN, +412,dc1-leaf2a,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s) for given address families.,BGP EVPN Peer: dc2-leaf2a (IP: 10.255.128.15),NOT RUN, +413,dc1-leaf2a,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s) for given address families.,BGP IPv4 Unicast Peer: dc1-spine1 (IP: 10.255.255.8),NOT RUN, +414,dc1-leaf2a,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s) for given address families.,BGP IPv4 Unicast Peer: dc1-spine2 (IP: 10.255.255.10),NOT RUN, +415,dc1-leaf2a,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s) for given address families.,BGP IPv4 Unicast Peer: dc2-leaf2a (IP: 192.168.100.1),NOT RUN, +416,dc1-leaf2a,Configuration,VerifyRunningConfigDiffs,Verifies there is no difference between the running-config and the startup-config.,,NOT RUN, +417,dc1-leaf2a,Configuration,VerifyZeroTouch,Verifies ZeroTouch is disabled.,,NOT RUN, +418,dc1-leaf2a,Connectivity,VerifyLLDPNeighbors,Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.,Local: Ethernet1 - Remote: dc1-spine1 Ethernet3,NOT RUN, +419,dc1-leaf2a,Connectivity,VerifyLLDPNeighbors,Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.,Local: Ethernet2 - Remote: dc1-spine2 Ethernet3,NOT RUN, +420,dc1-leaf2a,Connectivity,VerifyLLDPNeighbors,Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.,Local: Ethernet6 - Remote: dc2-leaf2a Ethernet6,NOT RUN, +421,dc1-leaf2a,Connectivity,VerifyLLDPNeighbors,Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.,Local: Ethernet8 - Remote: dc1-leaf2c Ethernet1,NOT RUN, +422,dc1-leaf2a,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.0.5) - Destination: dc1-leaf1a Loopback0 (IP: 10.255.0.3),NOT RUN, +423,dc1-leaf2a,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.0.5) - Destination: dc1-leaf1b Loopback0 (IP: 10.255.0.4),NOT RUN, +424,dc1-leaf2a,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.0.5) - Destination: dc1-leaf2a Loopback0 (IP: 10.255.0.5),NOT RUN, +425,dc1-leaf2a,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.0.5) - Destination: dc1-spine1 Loopback0 (IP: 10.255.0.1),NOT RUN, +426,dc1-leaf2a,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.0.5) - Destination: dc1-spine2 Loopback0 (IP: 10.255.0.2),NOT RUN, +427,dc1-leaf2a,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.0.5) - Destination: dc1-svc-leaf1a Loopback0 (IP: 10.33.0.5),NOT RUN, +428,dc1-leaf2a,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.0.5) - Destination: dc1-svc-leaf1b Loopback0 (IP: 10.33.0.6),NOT RUN, +429,dc1-leaf2a,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.0.5) - Destination: dc1-wan1 Loopback0 (IP: 10.255.2.1),NOT RUN, +430,dc1-leaf2a,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.0.5) - Destination: dc1-wan2 Loopback0 (IP: 10.255.2.2),NOT RUN, +431,dc1-leaf2a,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.0.5) - Destination: dc2-leaf1a Loopback0 (IP: 10.255.128.13),NOT RUN, +432,dc1-leaf2a,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.0.5) - Destination: dc2-leaf1b Loopback0 (IP: 10.255.128.14),NOT RUN, +433,dc1-leaf2a,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.0.5) - Destination: dc2-leaf2a Loopback0 (IP: 10.255.128.15),NOT RUN, +434,dc1-leaf2a,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.0.5) - Destination: dc2-leaf2b Loopback0 (IP: 10.255.128.16),NOT RUN, +435,dc1-leaf2a,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.0.5) - Destination: dc2-leaf3a.arista.com Loopback0 (IP: 10.255.128.17),NOT RUN, +436,dc1-leaf2a,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.0.5) - Destination: dc2-leaf3b.arista.com Loopback0 (IP: 10.255.128.18),NOT RUN, +437,dc1-leaf2a,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.0.5) - Destination: dc2-spine1 Loopback0 (IP: 10.255.128.11),NOT RUN, +438,dc1-leaf2a,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.0.5) - Destination: dc2-spine2 Loopback0 (IP: 10.255.128.12),NOT RUN, +439,dc1-leaf2a,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: P2P Interface Ethernet1 (IP: 10.255.255.9) - Destination: dc1-spine1 Ethernet3 (IP: 10.255.255.8),NOT RUN, +440,dc1-leaf2a,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: P2P Interface Ethernet2 (IP: 10.255.255.11) - Destination: dc1-spine2 Ethernet3 (IP: 10.255.255.10),NOT RUN, +441,dc1-leaf2a,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: P2P Interface Ethernet6 (IP: 192.168.100.0) - Destination: dc2-leaf2a Ethernet6 (IP: 192.168.100.1),NOT RUN, 442,dc1-leaf2a,Field Notices,VerifyFieldNotice44Resolution,Verifies that the device is using the correct Aboot version per FN0044.,,NOT RUN, 443,dc1-leaf2a,Field Notices,VerifyFieldNotice72Resolution,"Verifies if the device is exposed to FN0072, and if the issue has been mitigated.",,NOT RUN, -444,dc1-leaf2a,Greent,VerifyGreenT,Verifies if a GreenT policy is created.,,NOT RUN, +444,dc1-leaf2a,Greent,VerifyGreenT,Verifies if a GreenT policy other than the default is created.,,NOT RUN, 445,dc1-leaf2a,Greent,VerifyGreenTCounters,Verifies if the GreenT counters are incremented.,,NOT RUN, 446,dc1-leaf2a,Hardware,VerifyAdverseDrops,Verifies there are no adverse drops on DCS-7280 and DCS-7500 family switches.,,NOT RUN, 447,dc1-leaf2a,Hardware,VerifyEnvironmentCooling,Verifies the status of power supply fans and all fan trays.,,NOT RUN, 448,dc1-leaf2a,Hardware,VerifyEnvironmentCooling,Verifies the status of power supply fans and all fan trays.,Accepted States: 'ok',NOT RUN, 449,dc1-leaf2a,Hardware,VerifyEnvironmentPower,Verifies the power supplies status.,,NOT RUN, 450,dc1-leaf2a,Hardware,VerifyEnvironmentPower,Verifies the power supplies status.,Accepted States: 'ok',NOT RUN, -451,dc1-leaf2a,Hardware,VerifyEnvironmentSystemCooling,Verifies the system cooling status.,,NOT RUN, -452,dc1-leaf2a,Hardware,VerifyTemperature,Verifies the device temperature.,,NOT RUN, -453,dc1-leaf2a,Hardware,VerifyTemperature,Verifies the device temperature.,,NOT RUN, -454,dc1-leaf2a,Hardware,VerifyTransceiversManufacturers,Verifies if all transceivers come from approved manufacturers.,,NOT RUN, -455,dc1-leaf2a,Hardware,VerifyTransceiversManufacturers,Verifies if all transceivers come from approved manufacturers.,"Accepted Manufacturers: 'Arista Networks', 'Arastra, Inc.', 'Not Present'",NOT RUN, -456,dc1-leaf2a,Hardware,VerifyTransceiversTemperature,Verifies the transceivers temperature.,,NOT RUN, -457,dc1-leaf2a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet1 - P2P_dc1-spine1_Ethernet3 = 'up',NOT RUN, -458,dc1-leaf2a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet2 - P2P_dc1-spine2_Ethernet3 = 'up',NOT RUN, -459,dc1-leaf2a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet3 - MLAG_dc1-leaf2b_Ethernet3 = 'up',NOT RUN, -460,dc1-leaf2a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet4 - MLAG_dc1-leaf2b_Ethernet4 = 'up',NOT RUN, -461,dc1-leaf2a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet5 - SERVER_dc1-leaf2-server1_PCI1 = 'up',NOT RUN, -462,dc1-leaf2a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet6 - P2P_dc2-leaf2a_Ethernet6 = 'up',NOT RUN, -463,dc1-leaf2a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet8 - L2_dc1-leaf2c_Ethernet1 = 'up',NOT RUN, -464,dc1-leaf2a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Loopback0 - ROUTER_ID = 'up',NOT RUN, -465,dc1-leaf2a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Loopback1 - VXLAN_TUNNEL_SOURCE = 'up',NOT RUN, -466,dc1-leaf2a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Loopback10 - DIAG_VRF_VRF10 = 'up',NOT RUN, -467,dc1-leaf2a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Loopback11 - DIAG_VRF_VRF11 = 'up',NOT RUN, -468,dc1-leaf2a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Port-Channel3 - MLAG_dc1-leaf2b_Port-Channel3 = 'up',NOT RUN, -469,dc1-leaf2a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Port-Channel5 - SERVER_dc1-leaf2-server1_PortChannel dc1-leaf2-server1 = 'up',NOT RUN, -470,dc1-leaf2a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Port-Channel8 - L2_dc1-leaf2c_Port-Channel1 = 'up',NOT RUN, -471,dc1-leaf2a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Vlan11 - VRF10_VLAN11 = 'up',NOT RUN, -472,dc1-leaf2a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Vlan12 - VRF10_VLAN12 = 'up',NOT RUN, -473,dc1-leaf2a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Vlan21 - VRF11_VLAN21 = 'up',NOT RUN, -474,dc1-leaf2a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Vlan22 - VRF11_VLAN22 = 'up',NOT RUN, -475,dc1-leaf2a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Vlan3009 - MLAG_L3_VRF_VRF10 = 'up',NOT RUN, -476,dc1-leaf2a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Vlan3010 - MLAG_L3_VRF_VRF11 = 'up',NOT RUN, -477,dc1-leaf2a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Vlan4085 - Inband Management = 'up',NOT RUN, -478,dc1-leaf2a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Vlan4093 - MLAG_L3 = 'up',NOT RUN, -479,dc1-leaf2a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Vlan4094 - MLAG = 'up',NOT RUN, -480,dc1-leaf2a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Vxlan1 = 'up',NOT RUN, +451,dc1-leaf2a,Hardware,VerifyEnvironmentSystemCooling,Verifies the device's system cooling status.,,NOT RUN, +452,dc1-leaf2a,Hardware,VerifyTemperature,Verifies if the device temperature is within acceptable limits.,,NOT RUN, +453,dc1-leaf2a,Hardware,VerifyTemperature,Verifies if the device temperature is within acceptable limits.,,NOT RUN, +454,dc1-leaf2a,Hardware,VerifyTransceiversManufacturers,Verifies if all the transceivers come from approved manufacturers.,,NOT RUN, +455,dc1-leaf2a,Hardware,VerifyTransceiversManufacturers,Verifies if all the transceivers come from approved manufacturers.,"Accepted Manufacturers: 'Arista Networks', 'Arastra, Inc.', 'Not Present'",NOT RUN, +456,dc1-leaf2a,Hardware,VerifyTransceiversTemperature,Verifies if all the transceivers are operating at an acceptable temperature.,,NOT RUN, +457,dc1-leaf2a,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Ethernet1 - P2P_dc1-spine1_Ethernet3 = 'up',NOT RUN, +458,dc1-leaf2a,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Ethernet2 - P2P_dc1-spine2_Ethernet3 = 'up',NOT RUN, +459,dc1-leaf2a,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Ethernet3 - MLAG_dc1-leaf2b_Ethernet3 = 'up',NOT RUN, +460,dc1-leaf2a,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Ethernet4 - MLAG_dc1-leaf2b_Ethernet4 = 'up',NOT RUN, +461,dc1-leaf2a,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Ethernet5 - SERVER_dc1-leaf2-server1_PCI1 = 'up',NOT RUN, +462,dc1-leaf2a,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Ethernet6 - P2P_dc2-leaf2a_Ethernet6 = 'up',NOT RUN, +463,dc1-leaf2a,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Ethernet8 - L2_dc1-leaf2c_Ethernet1 = 'up',NOT RUN, +464,dc1-leaf2a,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Loopback0 - ROUTER_ID = 'up',NOT RUN, +465,dc1-leaf2a,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Loopback1 - VXLAN_TUNNEL_SOURCE = 'up',NOT RUN, +466,dc1-leaf2a,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Loopback10 - DIAG_VRF_VRF10 = 'up',NOT RUN, +467,dc1-leaf2a,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Loopback11 - DIAG_VRF_VRF11 = 'up',NOT RUN, +468,dc1-leaf2a,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Port-Channel3 - MLAG_dc1-leaf2b_Port-Channel3 = 'up',NOT RUN, +469,dc1-leaf2a,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Port-Channel5 - SERVER_dc1-leaf2-server1_PortChannel dc1-leaf2-server1 = 'up',NOT RUN, +470,dc1-leaf2a,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Port-Channel8 - L2_dc1-leaf2c_Port-Channel1 = 'up',NOT RUN, +471,dc1-leaf2a,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Vlan11 - VRF10_VLAN11 = 'up',NOT RUN, +472,dc1-leaf2a,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Vlan12 - VRF10_VLAN12 = 'up',NOT RUN, +473,dc1-leaf2a,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Vlan21 - VRF11_VLAN21 = 'up',NOT RUN, +474,dc1-leaf2a,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Vlan22 - VRF11_VLAN22 = 'up',NOT RUN, +475,dc1-leaf2a,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Vlan3009 - MLAG_L3_VRF_VRF10 = 'up',NOT RUN, +476,dc1-leaf2a,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Vlan3010 - MLAG_L3_VRF_VRF11 = 'up',NOT RUN, +477,dc1-leaf2a,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Vlan4085 - Inband Management = 'up',NOT RUN, +478,dc1-leaf2a,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Vlan4093 - MLAG_L3 = 'up',NOT RUN, +479,dc1-leaf2a,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Vlan4094 - MLAG = 'up',NOT RUN, +480,dc1-leaf2a,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Vxlan1 = 'up',NOT RUN, 481,dc1-leaf2a,LANZ,VerifyLANZ,Verifies if LANZ is enabled.,,NOT RUN, 482,dc1-leaf2a,MLAG,VerifyMlagStatus,Verifies the health status of the MLAG configuration.,,NOT RUN, 483,dc1-leaf2a,Profiles,VerifyTcamProfile,Verifies the device TCAM profile.,,NOT RUN, @@ -522,13 +522,13 @@ id,dut,categories,test,description,inputs,result,messages 521,dc1-leaf2a,Security,VerifyBannerMotd,Verifies the motd banner of a device.,,NOT RUN, 522,dc1-leaf2a,Security,VerifyIPSecConnHealth,Verifies all IPv4 security connections.,,NOT RUN, 523,dc1-leaf2a,Security,VerifyIPv4ACL,Verifies the configuration of IPv4 ACLs.,,NOT RUN, -524,dc1-leaf2a,Security,VerifySpecificIPSecConn,Verifies IPv4 security connections for a peer.,,NOT RUN, +524,dc1-leaf2a,Security,VerifySpecificIPSecConn,Verifies the IPv4 security connections.,,NOT RUN, 525,dc1-leaf2a,Security,VerifySSHIPv4Acl,Verifies if the SSHD agent has IPv4 ACL(s) configured.,,NOT RUN, 526,dc1-leaf2a,Security,VerifySSHIPv6Acl,Verifies if the SSHD agent has IPv6 ACL(s) configured.,,NOT RUN, 527,dc1-leaf2a,Security,VerifySSHStatus,Verifies if the SSHD agent is disabled in the default VRF.,,NOT RUN, 528,dc1-leaf2a,Security,VerifyTelnetStatus,Verifies if Telnet is disabled in the default VRF.,,NOT RUN, 529,dc1-leaf2a,Services,VerifyDNSLookup,Verifies the DNS name to IP address resolution.,,NOT RUN, -530,dc1-leaf2a,Services,VerifyDNSServers,Verifies if the DNS servers are correctly configured.,,NOT RUN, +530,dc1-leaf2a,Services,VerifyDNSServers,Verifies if the DNS (Domain Name Service) servers are correctly configured.,,NOT RUN, 531,dc1-leaf2a,Services,VerifyErrdisableRecovery,"Verifies the errdisable recovery reason, status, and interval.",,NOT RUN, 532,dc1-leaf2a,Services,VerifyHostname,Verifies the hostname of a device.,,NOT RUN, 533,dc1-leaf2a,SNMP,VerifySnmpIPv4Acl,Verifies if the SNMP agent has IPv4 ACL(s) configured.,,NOT RUN, @@ -537,7 +537,7 @@ id,dut,categories,test,description,inputs,result,messages 536,dc1-leaf2a,Software,VerifyEOSExtensions,Verifies that all EOS extensions installed on the device are enabled for boot persistence.,,NOT RUN, 537,dc1-leaf2a,Software,VerifyEOSVersion,Verifies the EOS version of the device.,,NOT RUN, 538,dc1-leaf2a,Software,VerifyTerminAttrVersion,Verifies the TerminAttr version of the device.,,NOT RUN, -539,dc1-leaf2a,STUN,VerifyStunClient,Verifies the STUN client is configured with the specified IPv4 source address and port. Validate the public IP and port if provided.,,NOT RUN, +539,dc1-leaf2a,STUN,VerifyStunClient,(Deprecated) Verifies the translation for a source address on a STUN client.,,NOT RUN, 540,dc1-leaf2a,System,VerifyAgentLogs,Verifies there are no agent crash reports.,,NOT RUN, 541,dc1-leaf2a,System,VerifyCoredump,Verifies there are no core dump files.,,NOT RUN, 542,dc1-leaf2a,System,VerifyCPUUtilization,Verifies whether the CPU utilization is below 75%.,,NOT RUN, @@ -556,47 +556,47 @@ id,dut,categories,test,description,inputs,result,messages 555,dc1-leaf2c,AAA,VerifyTacacsServerGroups,Verifies if the provided TACACS server group(s) are configured.,,NOT RUN, 556,dc1-leaf2c,AAA,VerifyTacacsServers,Verifies TACACS servers are configured for a specified VRF.,,NOT RUN, 557,dc1-leaf2c,AAA,VerifyTacacsSourceIntf,Verifies TACACS source-interface for a specified VRF.,,NOT RUN, -558,dc1-leaf2c,Configuration,VerifyRunningConfigDiffs,Verifies there is no difference between the running-config and the startup-config,,NOT RUN, -559,dc1-leaf2c,Configuration,VerifyZeroTouch,Verifies ZeroTouch is disabled,,NOT RUN, -560,dc1-leaf2c,Connectivity,VerifyLLDPNeighbors,Verifies that the provided LLDP neighbors are connected properly.,Local: Ethernet1 - Remote: dc1-leaf2a Ethernet8,NOT RUN, -561,dc1-leaf2c,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.5) - Destination: dc1-leaf1a Loopback0 (IP: 10.255.0.3),NOT RUN, -562,dc1-leaf2c,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.5) - Destination: dc1-leaf1b Loopback0 (IP: 10.255.0.4),NOT RUN, -563,dc1-leaf2c,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.5) - Destination: dc1-leaf2a Loopback0 (IP: 10.255.0.5),NOT RUN, -564,dc1-leaf2c,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.5) - Destination: dc1-spine1 Loopback0 (IP: 10.255.0.1),NOT RUN, -565,dc1-leaf2c,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.5) - Destination: dc1-spine2 Loopback0 (IP: 10.255.0.2),NOT RUN, -566,dc1-leaf2c,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.5) - Destination: dc1-svc-leaf1a Loopback0 (IP: 10.33.0.5),NOT RUN, -567,dc1-leaf2c,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.5) - Destination: dc1-svc-leaf1b Loopback0 (IP: 10.33.0.6),NOT RUN, -568,dc1-leaf2c,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.5) - Destination: dc1-wan1 Loopback0 (IP: 10.255.2.1),NOT RUN, -569,dc1-leaf2c,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.5) - Destination: dc1-wan2 Loopback0 (IP: 10.255.2.2),NOT RUN, -570,dc1-leaf2c,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.5) - Destination: dc2-leaf1a Loopback0 (IP: 10.255.128.13),NOT RUN, -571,dc1-leaf2c,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.5) - Destination: dc2-leaf1b Loopback0 (IP: 10.255.128.14),NOT RUN, -572,dc1-leaf2c,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.5) - Destination: dc2-leaf2a Loopback0 (IP: 10.255.128.15),NOT RUN, -573,dc1-leaf2c,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.5) - Destination: dc2-leaf2b Loopback0 (IP: 10.255.128.16),NOT RUN, -574,dc1-leaf2c,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.5) - Destination: dc2-leaf3a.arista.com Loopback0 (IP: 10.255.128.17),NOT RUN, -575,dc1-leaf2c,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.5) - Destination: dc2-leaf3b.arista.com Loopback0 (IP: 10.255.128.18),NOT RUN, -576,dc1-leaf2c,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.5) - Destination: dc2-spine1 Loopback0 (IP: 10.255.128.11),NOT RUN, -577,dc1-leaf2c,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.5) - Destination: dc2-spine2 Loopback0 (IP: 10.255.128.12),NOT RUN, +558,dc1-leaf2c,Configuration,VerifyRunningConfigDiffs,Verifies there is no difference between the running-config and the startup-config.,,NOT RUN, +559,dc1-leaf2c,Configuration,VerifyZeroTouch,Verifies ZeroTouch is disabled.,,NOT RUN, +560,dc1-leaf2c,Connectivity,VerifyLLDPNeighbors,Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.,Local: Ethernet1 - Remote: dc1-leaf2a Ethernet8,NOT RUN, +561,dc1-leaf2c,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.5) - Destination: dc1-leaf1a Loopback0 (IP: 10.255.0.3),NOT RUN, +562,dc1-leaf2c,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.5) - Destination: dc1-leaf1b Loopback0 (IP: 10.255.0.4),NOT RUN, +563,dc1-leaf2c,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.5) - Destination: dc1-leaf2a Loopback0 (IP: 10.255.0.5),NOT RUN, +564,dc1-leaf2c,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.5) - Destination: dc1-spine1 Loopback0 (IP: 10.255.0.1),NOT RUN, +565,dc1-leaf2c,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.5) - Destination: dc1-spine2 Loopback0 (IP: 10.255.0.2),NOT RUN, +566,dc1-leaf2c,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.5) - Destination: dc1-svc-leaf1a Loopback0 (IP: 10.33.0.5),NOT RUN, +567,dc1-leaf2c,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.5) - Destination: dc1-svc-leaf1b Loopback0 (IP: 10.33.0.6),NOT RUN, +568,dc1-leaf2c,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.5) - Destination: dc1-wan1 Loopback0 (IP: 10.255.2.1),NOT RUN, +569,dc1-leaf2c,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.5) - Destination: dc1-wan2 Loopback0 (IP: 10.255.2.2),NOT RUN, +570,dc1-leaf2c,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.5) - Destination: dc2-leaf1a Loopback0 (IP: 10.255.128.13),NOT RUN, +571,dc1-leaf2c,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.5) - Destination: dc2-leaf1b Loopback0 (IP: 10.255.128.14),NOT RUN, +572,dc1-leaf2c,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.5) - Destination: dc2-leaf2a Loopback0 (IP: 10.255.128.15),NOT RUN, +573,dc1-leaf2c,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.5) - Destination: dc2-leaf2b Loopback0 (IP: 10.255.128.16),NOT RUN, +574,dc1-leaf2c,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.5) - Destination: dc2-leaf3a.arista.com Loopback0 (IP: 10.255.128.17),NOT RUN, +575,dc1-leaf2c,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.5) - Destination: dc2-leaf3b.arista.com Loopback0 (IP: 10.255.128.18),NOT RUN, +576,dc1-leaf2c,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.5) - Destination: dc2-spine1 Loopback0 (IP: 10.255.128.11),NOT RUN, +577,dc1-leaf2c,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.5) - Destination: dc2-spine2 Loopback0 (IP: 10.255.128.12),NOT RUN, 578,dc1-leaf2c,Field Notices,VerifyFieldNotice44Resolution,Verifies that the device is using the correct Aboot version per FN0044.,,NOT RUN, 579,dc1-leaf2c,Field Notices,VerifyFieldNotice72Resolution,"Verifies if the device is exposed to FN0072, and if the issue has been mitigated.",,NOT RUN, -580,dc1-leaf2c,Greent,VerifyGreenT,Verifies if a GreenT policy is created.,,NOT RUN, +580,dc1-leaf2c,Greent,VerifyGreenT,Verifies if a GreenT policy other than the default is created.,,NOT RUN, 581,dc1-leaf2c,Greent,VerifyGreenTCounters,Verifies if the GreenT counters are incremented.,,NOT RUN, 582,dc1-leaf2c,Hardware,VerifyAdverseDrops,Verifies there are no adverse drops on DCS-7280 and DCS-7500 family switches.,,NOT RUN, 583,dc1-leaf2c,Hardware,VerifyEnvironmentCooling,Verifies the status of power supply fans and all fan trays.,,NOT RUN, 584,dc1-leaf2c,Hardware,VerifyEnvironmentCooling,Verifies the status of power supply fans and all fan trays.,Accepted States: 'ok',NOT RUN, 585,dc1-leaf2c,Hardware,VerifyEnvironmentPower,Verifies the power supplies status.,,NOT RUN, 586,dc1-leaf2c,Hardware,VerifyEnvironmentPower,Verifies the power supplies status.,Accepted States: 'ok',NOT RUN, -587,dc1-leaf2c,Hardware,VerifyEnvironmentSystemCooling,Verifies the system cooling status.,,NOT RUN, -588,dc1-leaf2c,Hardware,VerifyTemperature,Verifies the device temperature.,,NOT RUN, -589,dc1-leaf2c,Hardware,VerifyTemperature,Verifies the device temperature.,,NOT RUN, -590,dc1-leaf2c,Hardware,VerifyTransceiversManufacturers,Verifies if all transceivers come from approved manufacturers.,,NOT RUN, -591,dc1-leaf2c,Hardware,VerifyTransceiversManufacturers,Verifies if all transceivers come from approved manufacturers.,"Accepted Manufacturers: 'Arista Networks', 'Arastra, Inc.', 'Not Present'",NOT RUN, -592,dc1-leaf2c,Hardware,VerifyTransceiversTemperature,Verifies the transceivers temperature.,,NOT RUN, -593,dc1-leaf2c,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet1 - L2_dc1-leaf2a_Ethernet8 = 'up',NOT RUN, -594,dc1-leaf2c,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet2 - L2_dc1-leaf2b_Ethernet8 = 'adminDown',NOT RUN, -595,dc1-leaf2c,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet5 - SERVER_dc1-leaf2-server1_iLO = 'up',NOT RUN, -596,dc1-leaf2c,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Port-Channel1 - L2_DC1_L3_LEAF2_Port-Channel8 = 'up',NOT RUN, -597,dc1-leaf2c,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Vlan4085 - L2LEAF_INBAND_MGMT = 'up',NOT RUN, -598,dc1-leaf2c,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Vxlan1 = 'up',NOT RUN, +587,dc1-leaf2c,Hardware,VerifyEnvironmentSystemCooling,Verifies the device's system cooling status.,,NOT RUN, +588,dc1-leaf2c,Hardware,VerifyTemperature,Verifies if the device temperature is within acceptable limits.,,NOT RUN, +589,dc1-leaf2c,Hardware,VerifyTemperature,Verifies if the device temperature is within acceptable limits.,,NOT RUN, +590,dc1-leaf2c,Hardware,VerifyTransceiversManufacturers,Verifies if all the transceivers come from approved manufacturers.,,NOT RUN, +591,dc1-leaf2c,Hardware,VerifyTransceiversManufacturers,Verifies if all the transceivers come from approved manufacturers.,"Accepted Manufacturers: 'Arista Networks', 'Arastra, Inc.', 'Not Present'",NOT RUN, +592,dc1-leaf2c,Hardware,VerifyTransceiversTemperature,Verifies if all the transceivers are operating at an acceptable temperature.,,NOT RUN, +593,dc1-leaf2c,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Ethernet1 - L2_dc1-leaf2a_Ethernet8 = 'up',NOT RUN, +594,dc1-leaf2c,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Ethernet2 - L2_dc1-leaf2b_Ethernet8 = 'adminDown',NOT RUN, +595,dc1-leaf2c,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Ethernet5 - SERVER_dc1-leaf2-server1_iLO = 'up',NOT RUN, +596,dc1-leaf2c,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Port-Channel1 - L2_DC1_L3_LEAF2_Port-Channel8 = 'up',NOT RUN, +597,dc1-leaf2c,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Vlan4085 - L2LEAF_INBAND_MGMT = 'up',NOT RUN, +598,dc1-leaf2c,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Vxlan1 = 'up',NOT RUN, 599,dc1-leaf2c,LANZ,VerifyLANZ,Verifies if LANZ is enabled.,,NOT RUN, 600,dc1-leaf2c,PTP,VerifyPtpGMStatus,Verifies that the device is locked to a valid PTP Grandmaster.,,NOT RUN, 601,dc1-leaf2c,PTP,VerifyPtpLockStatus,Verifies that the device was locked to the upstream PTP GM in the last minute.,,NOT RUN, @@ -636,13 +636,13 @@ id,dut,categories,test,description,inputs,result,messages 635,dc1-leaf2c,Security,VerifyBannerMotd,Verifies the motd banner of a device.,,NOT RUN, 636,dc1-leaf2c,Security,VerifyIPSecConnHealth,Verifies all IPv4 security connections.,,NOT RUN, 637,dc1-leaf2c,Security,VerifyIPv4ACL,Verifies the configuration of IPv4 ACLs.,,NOT RUN, -638,dc1-leaf2c,Security,VerifySpecificIPSecConn,Verifies IPv4 security connections for a peer.,,NOT RUN, +638,dc1-leaf2c,Security,VerifySpecificIPSecConn,Verifies the IPv4 security connections.,,NOT RUN, 639,dc1-leaf2c,Security,VerifySSHIPv4Acl,Verifies if the SSHD agent has IPv4 ACL(s) configured.,,NOT RUN, 640,dc1-leaf2c,Security,VerifySSHIPv6Acl,Verifies if the SSHD agent has IPv6 ACL(s) configured.,,NOT RUN, 641,dc1-leaf2c,Security,VerifySSHStatus,Verifies if the SSHD agent is disabled in the default VRF.,,NOT RUN, 642,dc1-leaf2c,Security,VerifyTelnetStatus,Verifies if Telnet is disabled in the default VRF.,,NOT RUN, 643,dc1-leaf2c,Services,VerifyDNSLookup,Verifies the DNS name to IP address resolution.,,NOT RUN, -644,dc1-leaf2c,Services,VerifyDNSServers,Verifies if the DNS servers are correctly configured.,,NOT RUN, +644,dc1-leaf2c,Services,VerifyDNSServers,Verifies if the DNS (Domain Name Service) servers are correctly configured.,,NOT RUN, 645,dc1-leaf2c,Services,VerifyErrdisableRecovery,"Verifies the errdisable recovery reason, status, and interval.",,NOT RUN, 646,dc1-leaf2c,Services,VerifyHostname,Verifies the hostname of a device.,,NOT RUN, 647,dc1-leaf2c,SNMP,VerifySnmpIPv4Acl,Verifies if the SNMP agent has IPv4 ACL(s) configured.,,NOT RUN, @@ -650,7 +650,7 @@ id,dut,categories,test,description,inputs,result,messages 649,dc1-leaf2c,SNMP,VerifySnmpStatus,Verifies if the SNMP agent is enabled.,,NOT RUN, 650,dc1-leaf2c,Software,VerifyEOSVersion,Verifies the EOS version of the device.,,NOT RUN, 651,dc1-leaf2c,Software,VerifyTerminAttrVersion,Verifies the TerminAttr version of the device.,,NOT RUN, -652,dc1-leaf2c,STUN,VerifyStunClient,Verifies the STUN client is configured with the specified IPv4 source address and port. Validate the public IP and port if provided.,,NOT RUN, +652,dc1-leaf2c,STUN,VerifyStunClient,(Deprecated) Verifies the translation for a source address on a STUN client.,,NOT RUN, 653,dc1-leaf2c,System,VerifyAgentLogs,Verifies there are no agent crash reports.,,NOT RUN, 654,dc1-leaf2c,System,VerifyCoredump,Verifies there are no core dump files.,,NOT RUN, 655,dc1-leaf2c,System,VerifyCPUUtilization,Verifies whether the CPU utilization is below 75%.,,NOT RUN, @@ -669,59 +669,59 @@ id,dut,categories,test,description,inputs,result,messages 668,dc1-spine1,AAA,VerifyTacacsServerGroups,Verifies if the provided TACACS server group(s) are configured.,,NOT RUN, 669,dc1-spine1,AAA,VerifyTacacsServers,Verifies TACACS servers are configured for a specified VRF.,,NOT RUN, 670,dc1-spine1,AAA,VerifyTacacsSourceIntf,Verifies TACACS source-interface for a specified VRF.,,NOT RUN, -671,dc1-spine1,BFD,VerifyBFDPeersHealth,Verifies the health of all IPv4 BFD peers.,,NOT RUN, -672,dc1-spine1,BFD,VerifyBFDPeersIntervals,Verifies the timers of the IPv4 BFD peers in the specified VRF.,,NOT RUN, -673,dc1-spine1,BFD,VerifyBFDSpecificPeers,Verifies the IPv4 BFD peer's sessions and remote disc in the specified VRF.,,NOT RUN, -674,dc1-spine1,BGP,VerifyBGPAdvCommunities,Verifies the advertised communities of a BGP peer.,,NOT RUN, +671,dc1-spine1,BFD,VerifyBFDPeersHealth,Verifies the health of IPv4 BFD peers across all VRFs.,,NOT RUN, +672,dc1-spine1,BFD,VerifyBFDPeersIntervals,Verifies the timers of IPv4 BFD peer sessions.,,NOT RUN, +673,dc1-spine1,BFD,VerifyBFDSpecificPeers,Verifies the state of IPv4 BFD peer sessions.,,NOT RUN, +674,dc1-spine1,BGP,VerifyBGPAdvCommunities,"Verifies that advertised communities are standard, extended and large for BGP peers.",,NOT RUN, 675,dc1-spine1,BGP,VerifyBGPExchangedRoutes,Verifies the advertised and received routes of BGP peers.,,NOT RUN, -676,dc1-spine1,BGP,VerifyBGPPeerASNCap,Verifies the four octet asn capabilities of a BGP peer.,,NOT RUN, -677,dc1-spine1,BGP,VerifyBGPPeerCount,Verifies the count of BGP peers.,,NOT RUN, -678,dc1-spine1,BGP,VerifyBGPPeerMD5Auth,Verifies the MD5 authentication and state of a BGP peer.,,NOT RUN, -679,dc1-spine1,BGP,VerifyBGPPeerMPCaps,Verifies the multiprotocol capabilities of a BGP peer.,,NOT RUN, -680,dc1-spine1,BGP,VerifyBGPPeerRouteRefreshCap,Verifies the route refresh capabilities of a BGP peer.,,NOT RUN, -681,dc1-spine1,BGP,VerifyBGPPeersHealth,Verifies the health of BGP peers,,NOT RUN, -682,dc1-spine1,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s).,,NOT RUN, -683,dc1-spine1,BGP,VerifyBGPTimers,Verifies the timers of a BGP peer.,,NOT RUN, +676,dc1-spine1,BGP,VerifyBGPPeerASNCap,Verifies the four octet ASN capability of BGP peers.,,NOT RUN, +677,dc1-spine1,BGP,VerifyBGPPeerCount,Verifies the count of BGP peers for given address families.,,NOT RUN, +678,dc1-spine1,BGP,VerifyBGPPeerMD5Auth,Verifies the MD5 authentication and state of IPv4 BGP peers in a specified VRF.,,NOT RUN, +679,dc1-spine1,BGP,VerifyBGPPeerMPCaps,Verifies the multiprotocol capabilities of BGP peers.,,NOT RUN, +680,dc1-spine1,BGP,VerifyBGPPeerRouteRefreshCap,Verifies the route refresh capabilities of a BGP peer in a specified VRF.,,NOT RUN, +681,dc1-spine1,BGP,VerifyBGPPeersHealth,Verifies the health of BGP peers for given address families.,,NOT RUN, +682,dc1-spine1,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s) for given address families.,,NOT RUN, +683,dc1-spine1,BGP,VerifyBGPTimers,Verifies the timers of BGP peers.,,NOT RUN, 684,dc1-spine1,BGP,VerifyEVPNType2Route,Verifies the EVPN Type-2 routes for a given IPv4 or MAC address and VNI.,,NOT RUN, -685,dc1-spine1,Configuration,VerifyRunningConfigDiffs,Verifies there is no difference between the running-config and the startup-config,,NOT RUN, -686,dc1-spine1,Configuration,VerifyZeroTouch,Verifies ZeroTouch is disabled,,NOT RUN, -687,dc1-spine1,Connectivity,VerifyLLDPNeighbors,Verifies that the provided LLDP neighbors are connected properly.,Local: Ethernet1 - Remote: dc1-leaf1a Ethernet1,NOT RUN, -688,dc1-spine1,Connectivity,VerifyLLDPNeighbors,Verifies that the provided LLDP neighbors are connected properly.,Local: Ethernet2 - Remote: dc1-leaf1b Ethernet1,NOT RUN, -689,dc1-spine1,Connectivity,VerifyLLDPNeighbors,Verifies that the provided LLDP neighbors are connected properly.,Local: Ethernet3 - Remote: dc1-leaf2a Ethernet1,NOT RUN, -690,dc1-spine1,Connectivity,VerifyLLDPNeighbors,Verifies that the provided LLDP neighbors are connected properly.,Local: Ethernet5 - Remote: dc1-svc-leaf1a Ethernet1,NOT RUN, -691,dc1-spine1,Connectivity,VerifyLLDPNeighbors,Verifies that the provided LLDP neighbors are connected properly.,Local: Ethernet6 - Remote: dc1-svc-leaf1b Ethernet1,NOT RUN, -692,dc1-spine1,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: P2P Interface Ethernet1 (IP: 10.255.255.0) - Destination: dc1-leaf1a Ethernet1 (IP: 10.255.255.1),NOT RUN, -693,dc1-spine1,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: P2P Interface Ethernet2 (IP: 10.255.255.4) - Destination: dc1-leaf1b Ethernet1 (IP: 10.255.255.5),NOT RUN, -694,dc1-spine1,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: P2P Interface Ethernet3 (IP: 10.255.255.8) - Destination: dc1-leaf2a Ethernet1 (IP: 10.255.255.9),NOT RUN, -695,dc1-spine1,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: P2P Interface Ethernet5 (IP: 10.33.255.16) - Destination: dc1-svc-leaf1a Ethernet1 (IP: 10.33.255.17),NOT RUN, -696,dc1-spine1,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: P2P Interface Ethernet6 (IP: 10.33.255.20) - Destination: dc1-svc-leaf1b Ethernet1 (IP: 10.33.255.21),NOT RUN, +685,dc1-spine1,Configuration,VerifyRunningConfigDiffs,Verifies there is no difference between the running-config and the startup-config.,,NOT RUN, +686,dc1-spine1,Configuration,VerifyZeroTouch,Verifies ZeroTouch is disabled.,,NOT RUN, +687,dc1-spine1,Connectivity,VerifyLLDPNeighbors,Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.,Local: Ethernet1 - Remote: dc1-leaf1a Ethernet1,NOT RUN, +688,dc1-spine1,Connectivity,VerifyLLDPNeighbors,Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.,Local: Ethernet2 - Remote: dc1-leaf1b Ethernet1,NOT RUN, +689,dc1-spine1,Connectivity,VerifyLLDPNeighbors,Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.,Local: Ethernet3 - Remote: dc1-leaf2a Ethernet1,NOT RUN, +690,dc1-spine1,Connectivity,VerifyLLDPNeighbors,Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.,Local: Ethernet5 - Remote: dc1-svc-leaf1a Ethernet1,NOT RUN, +691,dc1-spine1,Connectivity,VerifyLLDPNeighbors,Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.,Local: Ethernet6 - Remote: dc1-svc-leaf1b Ethernet1,NOT RUN, +692,dc1-spine1,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: P2P Interface Ethernet1 (IP: 10.255.255.0) - Destination: dc1-leaf1a Ethernet1 (IP: 10.255.255.1),NOT RUN, +693,dc1-spine1,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: P2P Interface Ethernet2 (IP: 10.255.255.4) - Destination: dc1-leaf1b Ethernet1 (IP: 10.255.255.5),NOT RUN, +694,dc1-spine1,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: P2P Interface Ethernet3 (IP: 10.255.255.8) - Destination: dc1-leaf2a Ethernet1 (IP: 10.255.255.9),NOT RUN, +695,dc1-spine1,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: P2P Interface Ethernet5 (IP: 10.33.255.16) - Destination: dc1-svc-leaf1a Ethernet1 (IP: 10.33.255.17),NOT RUN, +696,dc1-spine1,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: P2P Interface Ethernet6 (IP: 10.33.255.20) - Destination: dc1-svc-leaf1b Ethernet1 (IP: 10.33.255.21),NOT RUN, 697,dc1-spine1,Field Notices,VerifyFieldNotice44Resolution,Verifies that the device is using the correct Aboot version per FN0044.,,NOT RUN, 698,dc1-spine1,Field Notices,VerifyFieldNotice72Resolution,"Verifies if the device is exposed to FN0072, and if the issue has been mitigated.",,NOT RUN, -699,dc1-spine1,Greent,VerifyGreenT,Verifies if a GreenT policy is created.,,NOT RUN, +699,dc1-spine1,Greent,VerifyGreenT,Verifies if a GreenT policy other than the default is created.,,NOT RUN, 700,dc1-spine1,Greent,VerifyGreenTCounters,Verifies if the GreenT counters are incremented.,,NOT RUN, 701,dc1-spine1,Hardware,VerifyAdverseDrops,Verifies there are no adverse drops on DCS-7280 and DCS-7500 family switches.,,NOT RUN, 702,dc1-spine1,Hardware,VerifyEnvironmentCooling,Verifies the status of power supply fans and all fan trays.,,NOT RUN, 703,dc1-spine1,Hardware,VerifyEnvironmentCooling,Verifies the status of power supply fans and all fan trays.,Accepted States: 'ok',NOT RUN, 704,dc1-spine1,Hardware,VerifyEnvironmentPower,Verifies the power supplies status.,,NOT RUN, 705,dc1-spine1,Hardware,VerifyEnvironmentPower,Verifies the power supplies status.,Accepted States: 'ok',NOT RUN, -706,dc1-spine1,Hardware,VerifyEnvironmentSystemCooling,Verifies the system cooling status.,,NOT RUN, -707,dc1-spine1,Hardware,VerifyTemperature,Verifies the device temperature.,,NOT RUN, -708,dc1-spine1,Hardware,VerifyTemperature,Verifies the device temperature.,,NOT RUN, -709,dc1-spine1,Hardware,VerifyTransceiversManufacturers,Verifies if all transceivers come from approved manufacturers.,,NOT RUN, -710,dc1-spine1,Hardware,VerifyTransceiversManufacturers,Verifies if all transceivers come from approved manufacturers.,"Accepted Manufacturers: 'Arista Networks', 'Arastra, Inc.', 'Not Present'",NOT RUN, -711,dc1-spine1,Hardware,VerifyTransceiversTemperature,Verifies the transceivers temperature.,,NOT RUN, +706,dc1-spine1,Hardware,VerifyEnvironmentSystemCooling,Verifies the device's system cooling status.,,NOT RUN, +707,dc1-spine1,Hardware,VerifyTemperature,Verifies if the device temperature is within acceptable limits.,,NOT RUN, +708,dc1-spine1,Hardware,VerifyTemperature,Verifies if the device temperature is within acceptable limits.,,NOT RUN, +709,dc1-spine1,Hardware,VerifyTransceiversManufacturers,Verifies if all the transceivers come from approved manufacturers.,,NOT RUN, +710,dc1-spine1,Hardware,VerifyTransceiversManufacturers,Verifies if all the transceivers come from approved manufacturers.,"Accepted Manufacturers: 'Arista Networks', 'Arastra, Inc.', 'Not Present'",NOT RUN, +711,dc1-spine1,Hardware,VerifyTransceiversTemperature,Verifies if all the transceivers are operating at an acceptable temperature.,,NOT RUN, 712,dc1-spine1,Interfaces,VerifyIllegalLACP,Verifies there are no illegal LACP packets in all port channels.,,NOT RUN, -713,dc1-spine1,Interfaces,VerifyInterfaceDiscards,Verifies there are no interface discard counters.,,NOT RUN, +713,dc1-spine1,Interfaces,VerifyInterfaceDiscards,Verifies that the interfaces packet discard counters are equal to zero.,,NOT RUN, 714,dc1-spine1,Interfaces,VerifyInterfaceErrDisabled,Verifies there are no interfaces in the errdisabled state.,,NOT RUN, -715,dc1-spine1,Interfaces,VerifyInterfaceErrors,Verifies there are no interface error counters.,,NOT RUN, -716,dc1-spine1,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,,NOT RUN, -717,dc1-spine1,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet1 - P2P_dc1-leaf1a_Ethernet1 = 'up',NOT RUN, -718,dc1-spine1,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet2 - P2P_dc1-leaf1b_Ethernet1 = 'up',NOT RUN, -719,dc1-spine1,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet3 - P2P_dc1-leaf2a_Ethernet1 = 'up',NOT RUN, -720,dc1-spine1,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet4 - P2P_dc1-leaf2b_Ethernet1 = 'adminDown',NOT RUN, -721,dc1-spine1,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet5 - P2P_dc1-svc-leaf1a_Ethernet1 = 'up',NOT RUN, -722,dc1-spine1,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet6 - P2P_dc1-svc-leaf1b_Ethernet1 = 'up',NOT RUN, -723,dc1-spine1,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Loopback0 - ROUTER_ID = 'up',NOT RUN, +715,dc1-spine1,Interfaces,VerifyInterfaceErrors,Verifies that the interfaces error counters are equal to zero.,,NOT RUN, +716,dc1-spine1,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,,NOT RUN, +717,dc1-spine1,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Ethernet1 - P2P_dc1-leaf1a_Ethernet1 = 'up',NOT RUN, +718,dc1-spine1,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Ethernet2 - P2P_dc1-leaf1b_Ethernet1 = 'up',NOT RUN, +719,dc1-spine1,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Ethernet3 - P2P_dc1-leaf2a_Ethernet1 = 'up',NOT RUN, +720,dc1-spine1,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Ethernet4 - P2P_dc1-leaf2b_Ethernet1 = 'adminDown',NOT RUN, +721,dc1-spine1,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Ethernet5 - P2P_dc1-svc-leaf1a_Ethernet1 = 'up',NOT RUN, +722,dc1-spine1,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Ethernet6 - P2P_dc1-svc-leaf1b_Ethernet1 = 'up',NOT RUN, +723,dc1-spine1,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Loopback0 - ROUTER_ID = 'up',NOT RUN, 724,dc1-spine1,Interfaces,VerifyInterfaceUtilization,Verifies that the utilization of interfaces is below a certain threshold.,,NOT RUN, 725,dc1-spine1,Interfaces,VerifyIPProxyARP,Verifies if Proxy ARP is enabled.,,NOT RUN, 726,dc1-spine1,Interfaces,VerifyL2MTU,Verifies the global L2 MTU of all L2 interfaces.,,NOT RUN, @@ -752,13 +752,13 @@ id,dut,categories,test,description,inputs,result,messages 751,dc1-spine1,Security,VerifyBannerMotd,Verifies the motd banner of a device.,,NOT RUN, 752,dc1-spine1,Security,VerifyIPSecConnHealth,Verifies all IPv4 security connections.,,NOT RUN, 753,dc1-spine1,Security,VerifyIPv4ACL,Verifies the configuration of IPv4 ACLs.,,NOT RUN, -754,dc1-spine1,Security,VerifySpecificIPSecConn,Verifies IPv4 security connections for a peer.,,NOT RUN, +754,dc1-spine1,Security,VerifySpecificIPSecConn,Verifies the IPv4 security connections.,,NOT RUN, 755,dc1-spine1,Security,VerifySSHIPv4Acl,Verifies if the SSHD agent has IPv4 ACL(s) configured.,,NOT RUN, 756,dc1-spine1,Security,VerifySSHIPv6Acl,Verifies if the SSHD agent has IPv6 ACL(s) configured.,,NOT RUN, 757,dc1-spine1,Security,VerifySSHStatus,Verifies if the SSHD agent is disabled in the default VRF.,,NOT RUN, 758,dc1-spine1,Security,VerifyTelnetStatus,Verifies if Telnet is disabled in the default VRF.,,NOT RUN, 759,dc1-spine1,Services,VerifyDNSLookup,Verifies the DNS name to IP address resolution.,,NOT RUN, -760,dc1-spine1,Services,VerifyDNSServers,Verifies if the DNS servers are correctly configured.,,NOT RUN, +760,dc1-spine1,Services,VerifyDNSServers,Verifies if the DNS (Domain Name Service) servers are correctly configured.,,NOT RUN, 761,dc1-spine1,Services,VerifyErrdisableRecovery,"Verifies the errdisable recovery reason, status, and interval.",,NOT RUN, 762,dc1-spine1,Services,VerifyHostname,Verifies the hostname of a device.,,NOT RUN, 763,dc1-spine1,SNMP,VerifySnmpIPv4Acl,Verifies if the SNMP agent has IPv4 ACL(s) configured.,,NOT RUN, @@ -766,7 +766,7 @@ id,dut,categories,test,description,inputs,result,messages 765,dc1-spine1,SNMP,VerifySnmpStatus,Verifies if the SNMP agent is enabled.,,NOT RUN, 766,dc1-spine1,Software,VerifyEOSVersion,Verifies the EOS version of the device.,,NOT RUN, 767,dc1-spine1,Software,VerifyTerminAttrVersion,Verifies the TerminAttr version of the device.,,NOT RUN, -768,dc1-spine1,STUN,VerifyStunClient,Verifies the STUN client is configured with the specified IPv4 source address and port. Validate the public IP and port if provided.,,NOT RUN, +768,dc1-spine1,STUN,VerifyStunClient,(Deprecated) Verifies the translation for a source address on a STUN client.,,NOT RUN, 769,dc1-spine1,System,VerifyAgentLogs,Verifies there are no agent crash reports.,,NOT RUN, 770,dc1-spine1,System,VerifyCoredump,Verifies there are no core dump files.,,NOT RUN, 771,dc1-spine1,System,VerifyCPUUtilization,Verifies whether the CPU utilization is below 75%.,,NOT RUN, @@ -785,59 +785,59 @@ id,dut,categories,test,description,inputs,result,messages 784,dc1-spine2,AAA,VerifyTacacsServerGroups,Verifies if the provided TACACS server group(s) are configured.,,NOT RUN, 785,dc1-spine2,AAA,VerifyTacacsServers,Verifies TACACS servers are configured for a specified VRF.,,NOT RUN, 786,dc1-spine2,AAA,VerifyTacacsSourceIntf,Verifies TACACS source-interface for a specified VRF.,,NOT RUN, -787,dc1-spine2,BFD,VerifyBFDPeersHealth,Verifies the health of all IPv4 BFD peers.,,NOT RUN, -788,dc1-spine2,BFD,VerifyBFDPeersIntervals,Verifies the timers of the IPv4 BFD peers in the specified VRF.,,NOT RUN, -789,dc1-spine2,BFD,VerifyBFDSpecificPeers,Verifies the IPv4 BFD peer's sessions and remote disc in the specified VRF.,,NOT RUN, -790,dc1-spine2,BGP,VerifyBGPAdvCommunities,Verifies the advertised communities of a BGP peer.,,NOT RUN, +787,dc1-spine2,BFD,VerifyBFDPeersHealth,Verifies the health of IPv4 BFD peers across all VRFs.,,NOT RUN, +788,dc1-spine2,BFD,VerifyBFDPeersIntervals,Verifies the timers of IPv4 BFD peer sessions.,,NOT RUN, +789,dc1-spine2,BFD,VerifyBFDSpecificPeers,Verifies the state of IPv4 BFD peer sessions.,,NOT RUN, +790,dc1-spine2,BGP,VerifyBGPAdvCommunities,"Verifies that advertised communities are standard, extended and large for BGP peers.",,NOT RUN, 791,dc1-spine2,BGP,VerifyBGPExchangedRoutes,Verifies the advertised and received routes of BGP peers.,,NOT RUN, -792,dc1-spine2,BGP,VerifyBGPPeerASNCap,Verifies the four octet asn capabilities of a BGP peer.,,NOT RUN, -793,dc1-spine2,BGP,VerifyBGPPeerCount,Verifies the count of BGP peers.,,NOT RUN, -794,dc1-spine2,BGP,VerifyBGPPeerMD5Auth,Verifies the MD5 authentication and state of a BGP peer.,,NOT RUN, -795,dc1-spine2,BGP,VerifyBGPPeerMPCaps,Verifies the multiprotocol capabilities of a BGP peer.,,NOT RUN, -796,dc1-spine2,BGP,VerifyBGPPeerRouteRefreshCap,Verifies the route refresh capabilities of a BGP peer.,,NOT RUN, -797,dc1-spine2,BGP,VerifyBGPPeersHealth,Verifies the health of BGP peers,,NOT RUN, -798,dc1-spine2,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s).,,NOT RUN, -799,dc1-spine2,BGP,VerifyBGPTimers,Verifies the timers of a BGP peer.,,NOT RUN, +792,dc1-spine2,BGP,VerifyBGPPeerASNCap,Verifies the four octet ASN capability of BGP peers.,,NOT RUN, +793,dc1-spine2,BGP,VerifyBGPPeerCount,Verifies the count of BGP peers for given address families.,,NOT RUN, +794,dc1-spine2,BGP,VerifyBGPPeerMD5Auth,Verifies the MD5 authentication and state of IPv4 BGP peers in a specified VRF.,,NOT RUN, +795,dc1-spine2,BGP,VerifyBGPPeerMPCaps,Verifies the multiprotocol capabilities of BGP peers.,,NOT RUN, +796,dc1-spine2,BGP,VerifyBGPPeerRouteRefreshCap,Verifies the route refresh capabilities of a BGP peer in a specified VRF.,,NOT RUN, +797,dc1-spine2,BGP,VerifyBGPPeersHealth,Verifies the health of BGP peers for given address families.,,NOT RUN, +798,dc1-spine2,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s) for given address families.,,NOT RUN, +799,dc1-spine2,BGP,VerifyBGPTimers,Verifies the timers of BGP peers.,,NOT RUN, 800,dc1-spine2,BGP,VerifyEVPNType2Route,Verifies the EVPN Type-2 routes for a given IPv4 or MAC address and VNI.,,NOT RUN, -801,dc1-spine2,Configuration,VerifyRunningConfigDiffs,Verifies there is no difference between the running-config and the startup-config,,NOT RUN, -802,dc1-spine2,Configuration,VerifyZeroTouch,Verifies ZeroTouch is disabled,,NOT RUN, -803,dc1-spine2,Connectivity,VerifyLLDPNeighbors,Verifies that the provided LLDP neighbors are connected properly.,Local: Ethernet1 - Remote: dc1-leaf1a Ethernet2,NOT RUN, -804,dc1-spine2,Connectivity,VerifyLLDPNeighbors,Verifies that the provided LLDP neighbors are connected properly.,Local: Ethernet2 - Remote: dc1-leaf1b Ethernet2,NOT RUN, -805,dc1-spine2,Connectivity,VerifyLLDPNeighbors,Verifies that the provided LLDP neighbors are connected properly.,Local: Ethernet3 - Remote: dc1-leaf2a Ethernet2,NOT RUN, -806,dc1-spine2,Connectivity,VerifyLLDPNeighbors,Verifies that the provided LLDP neighbors are connected properly.,Local: Ethernet5 - Remote: dc1-svc-leaf1a Ethernet2,NOT RUN, -807,dc1-spine2,Connectivity,VerifyLLDPNeighbors,Verifies that the provided LLDP neighbors are connected properly.,Local: Ethernet6 - Remote: dc1-svc-leaf1b Ethernet2,NOT RUN, -808,dc1-spine2,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: P2P Interface Ethernet1 (IP: 10.255.255.2) - Destination: dc1-leaf1a Ethernet2 (IP: 10.255.255.3),NOT RUN, -809,dc1-spine2,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: P2P Interface Ethernet2 (IP: 10.255.255.6) - Destination: dc1-leaf1b Ethernet2 (IP: 10.255.255.7),NOT RUN, -810,dc1-spine2,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: P2P Interface Ethernet3 (IP: 10.255.255.10) - Destination: dc1-leaf2a Ethernet2 (IP: 10.255.255.11),NOT RUN, -811,dc1-spine2,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: P2P Interface Ethernet5 (IP: 10.33.255.18) - Destination: dc1-svc-leaf1a Ethernet2 (IP: 10.33.255.19),NOT RUN, -812,dc1-spine2,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: P2P Interface Ethernet6 (IP: 10.33.255.22) - Destination: dc1-svc-leaf1b Ethernet2 (IP: 10.33.255.23),NOT RUN, +801,dc1-spine2,Configuration,VerifyRunningConfigDiffs,Verifies there is no difference between the running-config and the startup-config.,,NOT RUN, +802,dc1-spine2,Configuration,VerifyZeroTouch,Verifies ZeroTouch is disabled.,,NOT RUN, +803,dc1-spine2,Connectivity,VerifyLLDPNeighbors,Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.,Local: Ethernet1 - Remote: dc1-leaf1a Ethernet2,NOT RUN, +804,dc1-spine2,Connectivity,VerifyLLDPNeighbors,Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.,Local: Ethernet2 - Remote: dc1-leaf1b Ethernet2,NOT RUN, +805,dc1-spine2,Connectivity,VerifyLLDPNeighbors,Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.,Local: Ethernet3 - Remote: dc1-leaf2a Ethernet2,NOT RUN, +806,dc1-spine2,Connectivity,VerifyLLDPNeighbors,Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.,Local: Ethernet5 - Remote: dc1-svc-leaf1a Ethernet2,NOT RUN, +807,dc1-spine2,Connectivity,VerifyLLDPNeighbors,Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.,Local: Ethernet6 - Remote: dc1-svc-leaf1b Ethernet2,NOT RUN, +808,dc1-spine2,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: P2P Interface Ethernet1 (IP: 10.255.255.2) - Destination: dc1-leaf1a Ethernet2 (IP: 10.255.255.3),NOT RUN, +809,dc1-spine2,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: P2P Interface Ethernet2 (IP: 10.255.255.6) - Destination: dc1-leaf1b Ethernet2 (IP: 10.255.255.7),NOT RUN, +810,dc1-spine2,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: P2P Interface Ethernet3 (IP: 10.255.255.10) - Destination: dc1-leaf2a Ethernet2 (IP: 10.255.255.11),NOT RUN, +811,dc1-spine2,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: P2P Interface Ethernet5 (IP: 10.33.255.18) - Destination: dc1-svc-leaf1a Ethernet2 (IP: 10.33.255.19),NOT RUN, +812,dc1-spine2,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: P2P Interface Ethernet6 (IP: 10.33.255.22) - Destination: dc1-svc-leaf1b Ethernet2 (IP: 10.33.255.23),NOT RUN, 813,dc1-spine2,Field Notices,VerifyFieldNotice44Resolution,Verifies that the device is using the correct Aboot version per FN0044.,,NOT RUN, 814,dc1-spine2,Field Notices,VerifyFieldNotice72Resolution,"Verifies if the device is exposed to FN0072, and if the issue has been mitigated.",,NOT RUN, -815,dc1-spine2,Greent,VerifyGreenT,Verifies if a GreenT policy is created.,,NOT RUN, +815,dc1-spine2,Greent,VerifyGreenT,Verifies if a GreenT policy other than the default is created.,,NOT RUN, 816,dc1-spine2,Greent,VerifyGreenTCounters,Verifies if the GreenT counters are incremented.,,NOT RUN, 817,dc1-spine2,Hardware,VerifyAdverseDrops,Verifies there are no adverse drops on DCS-7280 and DCS-7500 family switches.,,NOT RUN, 818,dc1-spine2,Hardware,VerifyEnvironmentCooling,Verifies the status of power supply fans and all fan trays.,,NOT RUN, 819,dc1-spine2,Hardware,VerifyEnvironmentCooling,Verifies the status of power supply fans and all fan trays.,Accepted States: 'ok',NOT RUN, 820,dc1-spine2,Hardware,VerifyEnvironmentPower,Verifies the power supplies status.,,NOT RUN, 821,dc1-spine2,Hardware,VerifyEnvironmentPower,Verifies the power supplies status.,Accepted States: 'ok',NOT RUN, -822,dc1-spine2,Hardware,VerifyEnvironmentSystemCooling,Verifies the system cooling status.,,NOT RUN, -823,dc1-spine2,Hardware,VerifyTemperature,Verifies the device temperature.,,NOT RUN, -824,dc1-spine2,Hardware,VerifyTemperature,Verifies the device temperature.,,NOT RUN, -825,dc1-spine2,Hardware,VerifyTransceiversManufacturers,Verifies if all transceivers come from approved manufacturers.,,NOT RUN, -826,dc1-spine2,Hardware,VerifyTransceiversManufacturers,Verifies if all transceivers come from approved manufacturers.,"Accepted Manufacturers: 'Arista Networks', 'Arastra, Inc.', 'Not Present'",NOT RUN, -827,dc1-spine2,Hardware,VerifyTransceiversTemperature,Verifies the transceivers temperature.,,NOT RUN, +822,dc1-spine2,Hardware,VerifyEnvironmentSystemCooling,Verifies the device's system cooling status.,,NOT RUN, +823,dc1-spine2,Hardware,VerifyTemperature,Verifies if the device temperature is within acceptable limits.,,NOT RUN, +824,dc1-spine2,Hardware,VerifyTemperature,Verifies if the device temperature is within acceptable limits.,,NOT RUN, +825,dc1-spine2,Hardware,VerifyTransceiversManufacturers,Verifies if all the transceivers come from approved manufacturers.,,NOT RUN, +826,dc1-spine2,Hardware,VerifyTransceiversManufacturers,Verifies if all the transceivers come from approved manufacturers.,"Accepted Manufacturers: 'Arista Networks', 'Arastra, Inc.', 'Not Present'",NOT RUN, +827,dc1-spine2,Hardware,VerifyTransceiversTemperature,Verifies if all the transceivers are operating at an acceptable temperature.,,NOT RUN, 828,dc1-spine2,Interfaces,VerifyIllegalLACP,Verifies there are no illegal LACP packets in all port channels.,,NOT RUN, -829,dc1-spine2,Interfaces,VerifyInterfaceDiscards,Verifies there are no interface discard counters.,,NOT RUN, +829,dc1-spine2,Interfaces,VerifyInterfaceDiscards,Verifies that the interfaces packet discard counters are equal to zero.,,NOT RUN, 830,dc1-spine2,Interfaces,VerifyInterfaceErrDisabled,Verifies there are no interfaces in the errdisabled state.,,NOT RUN, -831,dc1-spine2,Interfaces,VerifyInterfaceErrors,Verifies there are no interface error counters.,,NOT RUN, -832,dc1-spine2,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,,NOT RUN, -833,dc1-spine2,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet1 - P2P_dc1-leaf1a_Ethernet2 = 'up',NOT RUN, -834,dc1-spine2,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet2 - P2P_dc1-leaf1b_Ethernet2 = 'up',NOT RUN, -835,dc1-spine2,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet3 - P2P_dc1-leaf2a_Ethernet2 = 'up',NOT RUN, -836,dc1-spine2,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet4 - P2P_dc1-leaf2b_Ethernet2 = 'adminDown',NOT RUN, -837,dc1-spine2,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet5 - P2P_dc1-svc-leaf1a_Ethernet2 = 'up',NOT RUN, -838,dc1-spine2,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet6 - P2P_dc1-svc-leaf1b_Ethernet2 = 'up',NOT RUN, -839,dc1-spine2,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Loopback0 - ROUTER_ID = 'up',NOT RUN, +831,dc1-spine2,Interfaces,VerifyInterfaceErrors,Verifies that the interfaces error counters are equal to zero.,,NOT RUN, +832,dc1-spine2,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,,NOT RUN, +833,dc1-spine2,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Ethernet1 - P2P_dc1-leaf1a_Ethernet2 = 'up',NOT RUN, +834,dc1-spine2,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Ethernet2 - P2P_dc1-leaf1b_Ethernet2 = 'up',NOT RUN, +835,dc1-spine2,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Ethernet3 - P2P_dc1-leaf2a_Ethernet2 = 'up',NOT RUN, +836,dc1-spine2,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Ethernet4 - P2P_dc1-leaf2b_Ethernet2 = 'adminDown',NOT RUN, +837,dc1-spine2,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Ethernet5 - P2P_dc1-svc-leaf1a_Ethernet2 = 'up',NOT RUN, +838,dc1-spine2,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Ethernet6 - P2P_dc1-svc-leaf1b_Ethernet2 = 'up',NOT RUN, +839,dc1-spine2,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Loopback0 - ROUTER_ID = 'up',NOT RUN, 840,dc1-spine2,Interfaces,VerifyInterfaceUtilization,Verifies that the utilization of interfaces is below a certain threshold.,,NOT RUN, 841,dc1-spine2,Interfaces,VerifyIPProxyARP,Verifies if Proxy ARP is enabled.,,NOT RUN, 842,dc1-spine2,Interfaces,VerifyL2MTU,Verifies the global L2 MTU of all L2 interfaces.,,NOT RUN, @@ -868,13 +868,13 @@ id,dut,categories,test,description,inputs,result,messages 867,dc1-spine2,Security,VerifyBannerMotd,Verifies the motd banner of a device.,,NOT RUN, 868,dc1-spine2,Security,VerifyIPSecConnHealth,Verifies all IPv4 security connections.,,NOT RUN, 869,dc1-spine2,Security,VerifyIPv4ACL,Verifies the configuration of IPv4 ACLs.,,NOT RUN, -870,dc1-spine2,Security,VerifySpecificIPSecConn,Verifies IPv4 security connections for a peer.,,NOT RUN, +870,dc1-spine2,Security,VerifySpecificIPSecConn,Verifies the IPv4 security connections.,,NOT RUN, 871,dc1-spine2,Security,VerifySSHIPv4Acl,Verifies if the SSHD agent has IPv4 ACL(s) configured.,,NOT RUN, 872,dc1-spine2,Security,VerifySSHIPv6Acl,Verifies if the SSHD agent has IPv6 ACL(s) configured.,,NOT RUN, 873,dc1-spine2,Security,VerifySSHStatus,Verifies if the SSHD agent is disabled in the default VRF.,,NOT RUN, 874,dc1-spine2,Security,VerifyTelnetStatus,Verifies if Telnet is disabled in the default VRF.,,NOT RUN, 875,dc1-spine2,Services,VerifyDNSLookup,Verifies the DNS name to IP address resolution.,,NOT RUN, -876,dc1-spine2,Services,VerifyDNSServers,Verifies if the DNS servers are correctly configured.,,NOT RUN, +876,dc1-spine2,Services,VerifyDNSServers,Verifies if the DNS (Domain Name Service) servers are correctly configured.,,NOT RUN, 877,dc1-spine2,Services,VerifyErrdisableRecovery,"Verifies the errdisable recovery reason, status, and interval.",,NOT RUN, 878,dc1-spine2,Services,VerifyHostname,Verifies the hostname of a device.,,NOT RUN, 879,dc1-spine2,SNMP,VerifySnmpIPv4Acl,Verifies if the SNMP agent has IPv4 ACL(s) configured.,,NOT RUN, @@ -882,7 +882,7 @@ id,dut,categories,test,description,inputs,result,messages 881,dc1-spine2,SNMP,VerifySnmpStatus,Verifies if the SNMP agent is enabled.,,NOT RUN, 882,dc1-spine2,Software,VerifyEOSVersion,Verifies the EOS version of the device.,,NOT RUN, 883,dc1-spine2,Software,VerifyTerminAttrVersion,Verifies the TerminAttr version of the device.,,NOT RUN, -884,dc1-spine2,STUN,VerifyStunClient,Verifies the STUN client is configured with the specified IPv4 source address and port. Validate the public IP and port if provided.,,NOT RUN, +884,dc1-spine2,STUN,VerifyStunClient,(Deprecated) Verifies the translation for a source address on a STUN client.,,NOT RUN, 885,dc1-spine2,System,VerifyAgentLogs,Verifies there are no agent crash reports.,,NOT RUN, 886,dc1-spine2,System,VerifyCoredump,Verifies there are no core dump files.,,NOT RUN, 887,dc1-spine2,System,VerifyCPUUtilization,Verifies whether the CPU utilization is below 75%.,,NOT RUN, @@ -901,61 +901,61 @@ id,dut,categories,test,description,inputs,result,messages 900,dc1-svc-leaf1a,AAA,VerifyTacacsServerGroups,Verifies if the provided TACACS server group(s) are configured.,,NOT RUN, 901,dc1-svc-leaf1a,AAA,VerifyTacacsServers,Verifies TACACS servers are configured for a specified VRF.,,NOT RUN, 902,dc1-svc-leaf1a,AAA,VerifyTacacsSourceIntf,Verifies TACACS source-interface for a specified VRF.,,NOT RUN, -903,dc1-svc-leaf1a,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s).,BGP EVPN Peer: dc1-spine1 (IP: 10.255.0.1),NOT RUN, -904,dc1-svc-leaf1a,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s).,BGP EVPN Peer: dc1-spine2 (IP: 10.255.0.2),NOT RUN, -905,dc1-svc-leaf1a,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s).,BGP IPv4 Unicast Peer: dc1-spine1 (IP: 10.33.255.16),NOT RUN, -906,dc1-svc-leaf1a,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s).,BGP IPv4 Unicast Peer: dc1-spine2 (IP: 10.33.255.18),NOT RUN, -907,dc1-svc-leaf1a,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s).,BGP IPv4 Unicast Peer: dc1-svc-leaf1b (IP: 10.33.1.105),NOT RUN, -908,dc1-svc-leaf1a,Configuration,VerifyRunningConfigDiffs,Verifies there is no difference between the running-config and the startup-config,,NOT RUN, -909,dc1-svc-leaf1a,Configuration,VerifyZeroTouch,Verifies ZeroTouch is disabled,,NOT RUN, -910,dc1-svc-leaf1a,Connectivity,VerifyLLDPNeighbors,Verifies that the provided LLDP neighbors are connected properly.,Local: Ethernet1 - Remote: dc1-spine1 Ethernet5,NOT RUN, -911,dc1-svc-leaf1a,Connectivity,VerifyLLDPNeighbors,Verifies that the provided LLDP neighbors are connected properly.,Local: Ethernet2 - Remote: dc1-spine2 Ethernet5,NOT RUN, -912,dc1-svc-leaf1a,Connectivity,VerifyLLDPNeighbors,Verifies that the provided LLDP neighbors are connected properly.,Local: Ethernet3 - Remote: dc1-svc-leaf1b Ethernet3,NOT RUN, -913,dc1-svc-leaf1a,Connectivity,VerifyLLDPNeighbors,Verifies that the provided LLDP neighbors are connected properly.,Local: Ethernet4 - Remote: dc1-svc-leaf1b Ethernet4,NOT RUN, -914,dc1-svc-leaf1a,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.33.0.5) - Destination: dc1-leaf1a Loopback0 (IP: 10.255.0.3),NOT RUN, -915,dc1-svc-leaf1a,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.33.0.5) - Destination: dc1-leaf1b Loopback0 (IP: 10.255.0.4),NOT RUN, -916,dc1-svc-leaf1a,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.33.0.5) - Destination: dc1-leaf2a Loopback0 (IP: 10.255.0.5),NOT RUN, -917,dc1-svc-leaf1a,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.33.0.5) - Destination: dc1-spine1 Loopback0 (IP: 10.255.0.1),NOT RUN, -918,dc1-svc-leaf1a,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.33.0.5) - Destination: dc1-spine2 Loopback0 (IP: 10.255.0.2),NOT RUN, -919,dc1-svc-leaf1a,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.33.0.5) - Destination: dc1-svc-leaf1a Loopback0 (IP: 10.33.0.5),NOT RUN, -920,dc1-svc-leaf1a,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.33.0.5) - Destination: dc1-svc-leaf1b Loopback0 (IP: 10.33.0.6),NOT RUN, -921,dc1-svc-leaf1a,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.33.0.5) - Destination: dc1-wan1 Loopback0 (IP: 10.255.2.1),NOT RUN, -922,dc1-svc-leaf1a,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.33.0.5) - Destination: dc1-wan2 Loopback0 (IP: 10.255.2.2),NOT RUN, -923,dc1-svc-leaf1a,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.33.0.5) - Destination: dc2-leaf1a Loopback0 (IP: 10.255.128.13),NOT RUN, -924,dc1-svc-leaf1a,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.33.0.5) - Destination: dc2-leaf1b Loopback0 (IP: 10.255.128.14),NOT RUN, -925,dc1-svc-leaf1a,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.33.0.5) - Destination: dc2-leaf2a Loopback0 (IP: 10.255.128.15),NOT RUN, -926,dc1-svc-leaf1a,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.33.0.5) - Destination: dc2-leaf2b Loopback0 (IP: 10.255.128.16),NOT RUN, -927,dc1-svc-leaf1a,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.33.0.5) - Destination: dc2-leaf3a.arista.com Loopback0 (IP: 10.255.128.17),NOT RUN, -928,dc1-svc-leaf1a,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.33.0.5) - Destination: dc2-leaf3b.arista.com Loopback0 (IP: 10.255.128.18),NOT RUN, -929,dc1-svc-leaf1a,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.33.0.5) - Destination: dc2-spine1 Loopback0 (IP: 10.255.128.11),NOT RUN, -930,dc1-svc-leaf1a,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.33.0.5) - Destination: dc2-spine2 Loopback0 (IP: 10.255.128.12),NOT RUN, -931,dc1-svc-leaf1a,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: P2P Interface Ethernet1 (IP: 10.33.255.17) - Destination: dc1-spine1 Ethernet5 (IP: 10.33.255.16),NOT RUN, -932,dc1-svc-leaf1a,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: P2P Interface Ethernet2 (IP: 10.33.255.19) - Destination: dc1-spine2 Ethernet5 (IP: 10.33.255.18),NOT RUN, +903,dc1-svc-leaf1a,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s) for given address families.,BGP EVPN Peer: dc1-spine1 (IP: 10.255.0.1),NOT RUN, +904,dc1-svc-leaf1a,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s) for given address families.,BGP EVPN Peer: dc1-spine2 (IP: 10.255.0.2),NOT RUN, +905,dc1-svc-leaf1a,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s) for given address families.,BGP IPv4 Unicast Peer: dc1-spine1 (IP: 10.33.255.16),NOT RUN, +906,dc1-svc-leaf1a,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s) for given address families.,BGP IPv4 Unicast Peer: dc1-spine2 (IP: 10.33.255.18),NOT RUN, +907,dc1-svc-leaf1a,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s) for given address families.,BGP IPv4 Unicast Peer: dc1-svc-leaf1b (IP: 10.33.1.105),NOT RUN, +908,dc1-svc-leaf1a,Configuration,VerifyRunningConfigDiffs,Verifies there is no difference between the running-config and the startup-config.,,NOT RUN, +909,dc1-svc-leaf1a,Configuration,VerifyZeroTouch,Verifies ZeroTouch is disabled.,,NOT RUN, +910,dc1-svc-leaf1a,Connectivity,VerifyLLDPNeighbors,Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.,Local: Ethernet1 - Remote: dc1-spine1 Ethernet5,NOT RUN, +911,dc1-svc-leaf1a,Connectivity,VerifyLLDPNeighbors,Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.,Local: Ethernet2 - Remote: dc1-spine2 Ethernet5,NOT RUN, +912,dc1-svc-leaf1a,Connectivity,VerifyLLDPNeighbors,Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.,Local: Ethernet3 - Remote: dc1-svc-leaf1b Ethernet3,NOT RUN, +913,dc1-svc-leaf1a,Connectivity,VerifyLLDPNeighbors,Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.,Local: Ethernet4 - Remote: dc1-svc-leaf1b Ethernet4,NOT RUN, +914,dc1-svc-leaf1a,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.33.0.5) - Destination: dc1-leaf1a Loopback0 (IP: 10.255.0.3),NOT RUN, +915,dc1-svc-leaf1a,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.33.0.5) - Destination: dc1-leaf1b Loopback0 (IP: 10.255.0.4),NOT RUN, +916,dc1-svc-leaf1a,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.33.0.5) - Destination: dc1-leaf2a Loopback0 (IP: 10.255.0.5),NOT RUN, +917,dc1-svc-leaf1a,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.33.0.5) - Destination: dc1-spine1 Loopback0 (IP: 10.255.0.1),NOT RUN, +918,dc1-svc-leaf1a,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.33.0.5) - Destination: dc1-spine2 Loopback0 (IP: 10.255.0.2),NOT RUN, +919,dc1-svc-leaf1a,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.33.0.5) - Destination: dc1-svc-leaf1a Loopback0 (IP: 10.33.0.5),NOT RUN, +920,dc1-svc-leaf1a,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.33.0.5) - Destination: dc1-svc-leaf1b Loopback0 (IP: 10.33.0.6),NOT RUN, +921,dc1-svc-leaf1a,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.33.0.5) - Destination: dc1-wan1 Loopback0 (IP: 10.255.2.1),NOT RUN, +922,dc1-svc-leaf1a,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.33.0.5) - Destination: dc1-wan2 Loopback0 (IP: 10.255.2.2),NOT RUN, +923,dc1-svc-leaf1a,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.33.0.5) - Destination: dc2-leaf1a Loopback0 (IP: 10.255.128.13),NOT RUN, +924,dc1-svc-leaf1a,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.33.0.5) - Destination: dc2-leaf1b Loopback0 (IP: 10.255.128.14),NOT RUN, +925,dc1-svc-leaf1a,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.33.0.5) - Destination: dc2-leaf2a Loopback0 (IP: 10.255.128.15),NOT RUN, +926,dc1-svc-leaf1a,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.33.0.5) - Destination: dc2-leaf2b Loopback0 (IP: 10.255.128.16),NOT RUN, +927,dc1-svc-leaf1a,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.33.0.5) - Destination: dc2-leaf3a.arista.com Loopback0 (IP: 10.255.128.17),NOT RUN, +928,dc1-svc-leaf1a,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.33.0.5) - Destination: dc2-leaf3b.arista.com Loopback0 (IP: 10.255.128.18),NOT RUN, +929,dc1-svc-leaf1a,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.33.0.5) - Destination: dc2-spine1 Loopback0 (IP: 10.255.128.11),NOT RUN, +930,dc1-svc-leaf1a,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.33.0.5) - Destination: dc2-spine2 Loopback0 (IP: 10.255.128.12),NOT RUN, +931,dc1-svc-leaf1a,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: P2P Interface Ethernet1 (IP: 10.33.255.17) - Destination: dc1-spine1 Ethernet5 (IP: 10.33.255.16),NOT RUN, +932,dc1-svc-leaf1a,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: P2P Interface Ethernet2 (IP: 10.33.255.19) - Destination: dc1-spine2 Ethernet5 (IP: 10.33.255.18),NOT RUN, 933,dc1-svc-leaf1a,Field Notices,VerifyFieldNotice44Resolution,Verifies that the device is using the correct Aboot version per FN0044.,,NOT RUN, 934,dc1-svc-leaf1a,Field Notices,VerifyFieldNotice72Resolution,"Verifies if the device is exposed to FN0072, and if the issue has been mitigated.",,NOT RUN, -935,dc1-svc-leaf1a,Greent,VerifyGreenT,Verifies if a GreenT policy is created.,,NOT RUN, +935,dc1-svc-leaf1a,Greent,VerifyGreenT,Verifies if a GreenT policy other than the default is created.,,NOT RUN, 936,dc1-svc-leaf1a,Greent,VerifyGreenTCounters,Verifies if the GreenT counters are incremented.,,NOT RUN, 937,dc1-svc-leaf1a,Hardware,VerifyAdverseDrops,Verifies there are no adverse drops on DCS-7280 and DCS-7500 family switches.,,NOT RUN, 938,dc1-svc-leaf1a,Hardware,VerifyEnvironmentCooling,Verifies the status of power supply fans and all fan trays.,,NOT RUN, 939,dc1-svc-leaf1a,Hardware,VerifyEnvironmentCooling,Verifies the status of power supply fans and all fan trays.,Accepted States: 'ok',NOT RUN, 940,dc1-svc-leaf1a,Hardware,VerifyEnvironmentPower,Verifies the power supplies status.,,NOT RUN, 941,dc1-svc-leaf1a,Hardware,VerifyEnvironmentPower,Verifies the power supplies status.,Accepted States: 'ok',NOT RUN, -942,dc1-svc-leaf1a,Hardware,VerifyEnvironmentSystemCooling,Verifies the system cooling status.,,NOT RUN, -943,dc1-svc-leaf1a,Hardware,VerifyTemperature,Verifies the device temperature.,,NOT RUN, -944,dc1-svc-leaf1a,Hardware,VerifyTemperature,Verifies the device temperature.,,NOT RUN, -945,dc1-svc-leaf1a,Hardware,VerifyTransceiversManufacturers,Verifies if all transceivers come from approved manufacturers.,,NOT RUN, -946,dc1-svc-leaf1a,Hardware,VerifyTransceiversManufacturers,Verifies if all transceivers come from approved manufacturers.,"Accepted Manufacturers: 'Arista Networks', 'Arastra, Inc.', 'Not Present'",NOT RUN, -947,dc1-svc-leaf1a,Hardware,VerifyTransceiversTemperature,Verifies the transceivers temperature.,,NOT RUN, -948,dc1-svc-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet1 - P2P_dc1-spine1_Ethernet5 = 'up',NOT RUN, -949,dc1-svc-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet2 - P2P_dc1-spine2_Ethernet5 = 'up',NOT RUN, -950,dc1-svc-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet3 - MLAG_dc1-svc-leaf1b_Ethernet3 = 'up',NOT RUN, -951,dc1-svc-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet4 - MLAG_dc1-svc-leaf1b_Ethernet4 = 'up',NOT RUN, -952,dc1-svc-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Loopback0 - ROUTER_ID = 'up',NOT RUN, -953,dc1-svc-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Loopback1 - VXLAN_TUNNEL_SOURCE = 'up',NOT RUN, -954,dc1-svc-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Port-Channel3 - MLAG_dc1-svc-leaf1b_Port-Channel3 = 'up',NOT RUN, -955,dc1-svc-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Vlan4093 - MLAG_L3 = 'up',NOT RUN, -956,dc1-svc-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Vlan4094 - MLAG = 'up',NOT RUN, -957,dc1-svc-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Vxlan1 = 'up',NOT RUN, +942,dc1-svc-leaf1a,Hardware,VerifyEnvironmentSystemCooling,Verifies the device's system cooling status.,,NOT RUN, +943,dc1-svc-leaf1a,Hardware,VerifyTemperature,Verifies if the device temperature is within acceptable limits.,,NOT RUN, +944,dc1-svc-leaf1a,Hardware,VerifyTemperature,Verifies if the device temperature is within acceptable limits.,,NOT RUN, +945,dc1-svc-leaf1a,Hardware,VerifyTransceiversManufacturers,Verifies if all the transceivers come from approved manufacturers.,,NOT RUN, +946,dc1-svc-leaf1a,Hardware,VerifyTransceiversManufacturers,Verifies if all the transceivers come from approved manufacturers.,"Accepted Manufacturers: 'Arista Networks', 'Arastra, Inc.', 'Not Present'",NOT RUN, +947,dc1-svc-leaf1a,Hardware,VerifyTransceiversTemperature,Verifies if all the transceivers are operating at an acceptable temperature.,,NOT RUN, +948,dc1-svc-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Ethernet1 - P2P_dc1-spine1_Ethernet5 = 'up',NOT RUN, +949,dc1-svc-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Ethernet2 - P2P_dc1-spine2_Ethernet5 = 'up',NOT RUN, +950,dc1-svc-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Ethernet3 - MLAG_dc1-svc-leaf1b_Ethernet3 = 'up',NOT RUN, +951,dc1-svc-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Ethernet4 - MLAG_dc1-svc-leaf1b_Ethernet4 = 'up',NOT RUN, +952,dc1-svc-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Loopback0 - ROUTER_ID = 'up',NOT RUN, +953,dc1-svc-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Loopback1 - VXLAN_TUNNEL_SOURCE = 'up',NOT RUN, +954,dc1-svc-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Port-Channel3 - MLAG_dc1-svc-leaf1b_Port-Channel3 = 'up',NOT RUN, +955,dc1-svc-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Vlan4093 - MLAG_L3 = 'up',NOT RUN, +956,dc1-svc-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Vlan4094 - MLAG = 'up',NOT RUN, +957,dc1-svc-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Vxlan1 = 'up',NOT RUN, 958,dc1-svc-leaf1a,LANZ,VerifyLANZ,Verifies if LANZ is enabled.,,NOT RUN, 959,dc1-svc-leaf1a,MLAG,VerifyMlagStatus,Verifies the health status of the MLAG configuration.,,NOT RUN, 960,dc1-svc-leaf1a,PTP,VerifyPtpGMStatus,Verifies that the device is locked to a valid PTP Grandmaster.,,NOT RUN, @@ -997,13 +997,13 @@ id,dut,categories,test,description,inputs,result,messages 996,dc1-svc-leaf1a,Security,VerifyBannerMotd,Verifies the motd banner of a device.,,NOT RUN, 997,dc1-svc-leaf1a,Security,VerifyIPSecConnHealth,Verifies all IPv4 security connections.,,NOT RUN, 998,dc1-svc-leaf1a,Security,VerifyIPv4ACL,Verifies the configuration of IPv4 ACLs.,,NOT RUN, -999,dc1-svc-leaf1a,Security,VerifySpecificIPSecConn,Verifies IPv4 security connections for a peer.,,NOT RUN, +999,dc1-svc-leaf1a,Security,VerifySpecificIPSecConn,Verifies the IPv4 security connections.,,NOT RUN, 1000,dc1-svc-leaf1a,Security,VerifySSHIPv4Acl,Verifies if the SSHD agent has IPv4 ACL(s) configured.,,NOT RUN, 1001,dc1-svc-leaf1a,Security,VerifySSHIPv6Acl,Verifies if the SSHD agent has IPv6 ACL(s) configured.,,NOT RUN, 1002,dc1-svc-leaf1a,Security,VerifySSHStatus,Verifies if the SSHD agent is disabled in the default VRF.,,NOT RUN, 1003,dc1-svc-leaf1a,Security,VerifyTelnetStatus,Verifies if Telnet is disabled in the default VRF.,,NOT RUN, 1004,dc1-svc-leaf1a,Services,VerifyDNSLookup,Verifies the DNS name to IP address resolution.,,NOT RUN, -1005,dc1-svc-leaf1a,Services,VerifyDNSServers,Verifies if the DNS servers are correctly configured.,,NOT RUN, +1005,dc1-svc-leaf1a,Services,VerifyDNSServers,Verifies if the DNS (Domain Name Service) servers are correctly configured.,,NOT RUN, 1006,dc1-svc-leaf1a,Services,VerifyErrdisableRecovery,"Verifies the errdisable recovery reason, status, and interval.",,NOT RUN, 1007,dc1-svc-leaf1a,Services,VerifyHostname,Verifies the hostname of a device.,,NOT RUN, 1008,dc1-svc-leaf1a,SNMP,VerifySnmpIPv4Acl,Verifies if the SNMP agent has IPv4 ACL(s) configured.,,NOT RUN, @@ -1011,7 +1011,7 @@ id,dut,categories,test,description,inputs,result,messages 1010,dc1-svc-leaf1a,SNMP,VerifySnmpStatus,Verifies if the SNMP agent is enabled.,,NOT RUN, 1011,dc1-svc-leaf1a,Software,VerifyEOSVersion,Verifies the EOS version of the device.,,NOT RUN, 1012,dc1-svc-leaf1a,Software,VerifyTerminAttrVersion,Verifies the TerminAttr version of the device.,,NOT RUN, -1013,dc1-svc-leaf1a,STUN,VerifyStunClient,Verifies the STUN client is configured with the specified IPv4 source address and port. Validate the public IP and port if provided.,,NOT RUN, +1013,dc1-svc-leaf1a,STUN,VerifyStunClient,(Deprecated) Verifies the translation for a source address on a STUN client.,,NOT RUN, 1014,dc1-svc-leaf1a,System,VerifyAgentLogs,Verifies there are no agent crash reports.,,NOT RUN, 1015,dc1-svc-leaf1a,System,VerifyCoredump,Verifies there are no core dump files.,,NOT RUN, 1016,dc1-svc-leaf1a,System,VerifyCPUUtilization,Verifies whether the CPU utilization is below 75%.,,NOT RUN, @@ -1030,61 +1030,61 @@ id,dut,categories,test,description,inputs,result,messages 1029,dc1-svc-leaf1b,AAA,VerifyTacacsServerGroups,Verifies if the provided TACACS server group(s) are configured.,,NOT RUN, 1030,dc1-svc-leaf1b,AAA,VerifyTacacsServers,Verifies TACACS servers are configured for a specified VRF.,,NOT RUN, 1031,dc1-svc-leaf1b,AAA,VerifyTacacsSourceIntf,Verifies TACACS source-interface for a specified VRF.,,NOT RUN, -1032,dc1-svc-leaf1b,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s).,BGP EVPN Peer: dc1-spine1 (IP: 10.255.0.1),NOT RUN, -1033,dc1-svc-leaf1b,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s).,BGP EVPN Peer: dc1-spine2 (IP: 10.255.0.2),NOT RUN, -1034,dc1-svc-leaf1b,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s).,BGP IPv4 Unicast Peer: dc1-spine1 (IP: 10.33.255.20),NOT RUN, -1035,dc1-svc-leaf1b,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s).,BGP IPv4 Unicast Peer: dc1-spine2 (IP: 10.33.255.22),NOT RUN, -1036,dc1-svc-leaf1b,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s).,BGP IPv4 Unicast Peer: dc1-svc-leaf1a (IP: 10.33.1.104),NOT RUN, -1037,dc1-svc-leaf1b,Configuration,VerifyRunningConfigDiffs,Verifies there is no difference between the running-config and the startup-config,,NOT RUN, -1038,dc1-svc-leaf1b,Configuration,VerifyZeroTouch,Verifies ZeroTouch is disabled,,NOT RUN, -1039,dc1-svc-leaf1b,Connectivity,VerifyLLDPNeighbors,Verifies that the provided LLDP neighbors are connected properly.,Local: Ethernet1 - Remote: dc1-spine1 Ethernet6,NOT RUN, -1040,dc1-svc-leaf1b,Connectivity,VerifyLLDPNeighbors,Verifies that the provided LLDP neighbors are connected properly.,Local: Ethernet2 - Remote: dc1-spine2 Ethernet6,NOT RUN, -1041,dc1-svc-leaf1b,Connectivity,VerifyLLDPNeighbors,Verifies that the provided LLDP neighbors are connected properly.,Local: Ethernet3 - Remote: dc1-svc-leaf1a Ethernet3,NOT RUN, -1042,dc1-svc-leaf1b,Connectivity,VerifyLLDPNeighbors,Verifies that the provided LLDP neighbors are connected properly.,Local: Ethernet4 - Remote: dc1-svc-leaf1a Ethernet4,NOT RUN, -1043,dc1-svc-leaf1b,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.33.0.6) - Destination: dc1-leaf1a Loopback0 (IP: 10.255.0.3),NOT RUN, -1044,dc1-svc-leaf1b,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.33.0.6) - Destination: dc1-leaf1b Loopback0 (IP: 10.255.0.4),NOT RUN, -1045,dc1-svc-leaf1b,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.33.0.6) - Destination: dc1-leaf2a Loopback0 (IP: 10.255.0.5),NOT RUN, -1046,dc1-svc-leaf1b,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.33.0.6) - Destination: dc1-spine1 Loopback0 (IP: 10.255.0.1),NOT RUN, -1047,dc1-svc-leaf1b,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.33.0.6) - Destination: dc1-spine2 Loopback0 (IP: 10.255.0.2),NOT RUN, -1048,dc1-svc-leaf1b,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.33.0.6) - Destination: dc1-svc-leaf1a Loopback0 (IP: 10.33.0.5),NOT RUN, -1049,dc1-svc-leaf1b,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.33.0.6) - Destination: dc1-svc-leaf1b Loopback0 (IP: 10.33.0.6),NOT RUN, -1050,dc1-svc-leaf1b,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.33.0.6) - Destination: dc1-wan1 Loopback0 (IP: 10.255.2.1),NOT RUN, -1051,dc1-svc-leaf1b,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.33.0.6) - Destination: dc1-wan2 Loopback0 (IP: 10.255.2.2),NOT RUN, -1052,dc1-svc-leaf1b,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.33.0.6) - Destination: dc2-leaf1a Loopback0 (IP: 10.255.128.13),NOT RUN, -1053,dc1-svc-leaf1b,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.33.0.6) - Destination: dc2-leaf1b Loopback0 (IP: 10.255.128.14),NOT RUN, -1054,dc1-svc-leaf1b,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.33.0.6) - Destination: dc2-leaf2a Loopback0 (IP: 10.255.128.15),NOT RUN, -1055,dc1-svc-leaf1b,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.33.0.6) - Destination: dc2-leaf2b Loopback0 (IP: 10.255.128.16),NOT RUN, -1056,dc1-svc-leaf1b,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.33.0.6) - Destination: dc2-leaf3a.arista.com Loopback0 (IP: 10.255.128.17),NOT RUN, -1057,dc1-svc-leaf1b,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.33.0.6) - Destination: dc2-leaf3b.arista.com Loopback0 (IP: 10.255.128.18),NOT RUN, -1058,dc1-svc-leaf1b,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.33.0.6) - Destination: dc2-spine1 Loopback0 (IP: 10.255.128.11),NOT RUN, -1059,dc1-svc-leaf1b,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.33.0.6) - Destination: dc2-spine2 Loopback0 (IP: 10.255.128.12),NOT RUN, -1060,dc1-svc-leaf1b,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: P2P Interface Ethernet1 (IP: 10.33.255.21) - Destination: dc1-spine1 Ethernet6 (IP: 10.33.255.20),NOT RUN, -1061,dc1-svc-leaf1b,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: P2P Interface Ethernet2 (IP: 10.33.255.23) - Destination: dc1-spine2 Ethernet6 (IP: 10.33.255.22),NOT RUN, +1032,dc1-svc-leaf1b,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s) for given address families.,BGP EVPN Peer: dc1-spine1 (IP: 10.255.0.1),NOT RUN, +1033,dc1-svc-leaf1b,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s) for given address families.,BGP EVPN Peer: dc1-spine2 (IP: 10.255.0.2),NOT RUN, +1034,dc1-svc-leaf1b,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s) for given address families.,BGP IPv4 Unicast Peer: dc1-spine1 (IP: 10.33.255.20),NOT RUN, +1035,dc1-svc-leaf1b,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s) for given address families.,BGP IPv4 Unicast Peer: dc1-spine2 (IP: 10.33.255.22),NOT RUN, +1036,dc1-svc-leaf1b,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s) for given address families.,BGP IPv4 Unicast Peer: dc1-svc-leaf1a (IP: 10.33.1.104),NOT RUN, +1037,dc1-svc-leaf1b,Configuration,VerifyRunningConfigDiffs,Verifies there is no difference between the running-config and the startup-config.,,NOT RUN, +1038,dc1-svc-leaf1b,Configuration,VerifyZeroTouch,Verifies ZeroTouch is disabled.,,NOT RUN, +1039,dc1-svc-leaf1b,Connectivity,VerifyLLDPNeighbors,Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.,Local: Ethernet1 - Remote: dc1-spine1 Ethernet6,NOT RUN, +1040,dc1-svc-leaf1b,Connectivity,VerifyLLDPNeighbors,Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.,Local: Ethernet2 - Remote: dc1-spine2 Ethernet6,NOT RUN, +1041,dc1-svc-leaf1b,Connectivity,VerifyLLDPNeighbors,Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.,Local: Ethernet3 - Remote: dc1-svc-leaf1a Ethernet3,NOT RUN, +1042,dc1-svc-leaf1b,Connectivity,VerifyLLDPNeighbors,Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.,Local: Ethernet4 - Remote: dc1-svc-leaf1a Ethernet4,NOT RUN, +1043,dc1-svc-leaf1b,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.33.0.6) - Destination: dc1-leaf1a Loopback0 (IP: 10.255.0.3),NOT RUN, +1044,dc1-svc-leaf1b,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.33.0.6) - Destination: dc1-leaf1b Loopback0 (IP: 10.255.0.4),NOT RUN, +1045,dc1-svc-leaf1b,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.33.0.6) - Destination: dc1-leaf2a Loopback0 (IP: 10.255.0.5),NOT RUN, +1046,dc1-svc-leaf1b,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.33.0.6) - Destination: dc1-spine1 Loopback0 (IP: 10.255.0.1),NOT RUN, +1047,dc1-svc-leaf1b,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.33.0.6) - Destination: dc1-spine2 Loopback0 (IP: 10.255.0.2),NOT RUN, +1048,dc1-svc-leaf1b,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.33.0.6) - Destination: dc1-svc-leaf1a Loopback0 (IP: 10.33.0.5),NOT RUN, +1049,dc1-svc-leaf1b,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.33.0.6) - Destination: dc1-svc-leaf1b Loopback0 (IP: 10.33.0.6),NOT RUN, +1050,dc1-svc-leaf1b,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.33.0.6) - Destination: dc1-wan1 Loopback0 (IP: 10.255.2.1),NOT RUN, +1051,dc1-svc-leaf1b,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.33.0.6) - Destination: dc1-wan2 Loopback0 (IP: 10.255.2.2),NOT RUN, +1052,dc1-svc-leaf1b,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.33.0.6) - Destination: dc2-leaf1a Loopback0 (IP: 10.255.128.13),NOT RUN, +1053,dc1-svc-leaf1b,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.33.0.6) - Destination: dc2-leaf1b Loopback0 (IP: 10.255.128.14),NOT RUN, +1054,dc1-svc-leaf1b,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.33.0.6) - Destination: dc2-leaf2a Loopback0 (IP: 10.255.128.15),NOT RUN, +1055,dc1-svc-leaf1b,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.33.0.6) - Destination: dc2-leaf2b Loopback0 (IP: 10.255.128.16),NOT RUN, +1056,dc1-svc-leaf1b,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.33.0.6) - Destination: dc2-leaf3a.arista.com Loopback0 (IP: 10.255.128.17),NOT RUN, +1057,dc1-svc-leaf1b,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.33.0.6) - Destination: dc2-leaf3b.arista.com Loopback0 (IP: 10.255.128.18),NOT RUN, +1058,dc1-svc-leaf1b,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.33.0.6) - Destination: dc2-spine1 Loopback0 (IP: 10.255.128.11),NOT RUN, +1059,dc1-svc-leaf1b,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.33.0.6) - Destination: dc2-spine2 Loopback0 (IP: 10.255.128.12),NOT RUN, +1060,dc1-svc-leaf1b,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: P2P Interface Ethernet1 (IP: 10.33.255.21) - Destination: dc1-spine1 Ethernet6 (IP: 10.33.255.20),NOT RUN, +1061,dc1-svc-leaf1b,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: P2P Interface Ethernet2 (IP: 10.33.255.23) - Destination: dc1-spine2 Ethernet6 (IP: 10.33.255.22),NOT RUN, 1062,dc1-svc-leaf1b,Field Notices,VerifyFieldNotice44Resolution,Verifies that the device is using the correct Aboot version per FN0044.,,NOT RUN, 1063,dc1-svc-leaf1b,Field Notices,VerifyFieldNotice72Resolution,"Verifies if the device is exposed to FN0072, and if the issue has been mitigated.",,NOT RUN, -1064,dc1-svc-leaf1b,Greent,VerifyGreenT,Verifies if a GreenT policy is created.,,NOT RUN, +1064,dc1-svc-leaf1b,Greent,VerifyGreenT,Verifies if a GreenT policy other than the default is created.,,NOT RUN, 1065,dc1-svc-leaf1b,Greent,VerifyGreenTCounters,Verifies if the GreenT counters are incremented.,,NOT RUN, 1066,dc1-svc-leaf1b,Hardware,VerifyAdverseDrops,Verifies there are no adverse drops on DCS-7280 and DCS-7500 family switches.,,NOT RUN, 1067,dc1-svc-leaf1b,Hardware,VerifyEnvironmentCooling,Verifies the status of power supply fans and all fan trays.,,NOT RUN, 1068,dc1-svc-leaf1b,Hardware,VerifyEnvironmentCooling,Verifies the status of power supply fans and all fan trays.,Accepted States: 'ok',NOT RUN, 1069,dc1-svc-leaf1b,Hardware,VerifyEnvironmentPower,Verifies the power supplies status.,,NOT RUN, 1070,dc1-svc-leaf1b,Hardware,VerifyEnvironmentPower,Verifies the power supplies status.,Accepted States: 'ok',NOT RUN, -1071,dc1-svc-leaf1b,Hardware,VerifyEnvironmentSystemCooling,Verifies the system cooling status.,,NOT RUN, -1072,dc1-svc-leaf1b,Hardware,VerifyTemperature,Verifies the device temperature.,,NOT RUN, -1073,dc1-svc-leaf1b,Hardware,VerifyTemperature,Verifies the device temperature.,,NOT RUN, -1074,dc1-svc-leaf1b,Hardware,VerifyTransceiversManufacturers,Verifies if all transceivers come from approved manufacturers.,,NOT RUN, -1075,dc1-svc-leaf1b,Hardware,VerifyTransceiversManufacturers,Verifies if all transceivers come from approved manufacturers.,"Accepted Manufacturers: 'Arista Networks', 'Arastra, Inc.', 'Not Present'",NOT RUN, -1076,dc1-svc-leaf1b,Hardware,VerifyTransceiversTemperature,Verifies the transceivers temperature.,,NOT RUN, -1077,dc1-svc-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet1 - P2P_dc1-spine1_Ethernet6 = 'up',NOT RUN, -1078,dc1-svc-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet2 - P2P_dc1-spine2_Ethernet6 = 'up',NOT RUN, -1079,dc1-svc-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet3 - MLAG_dc1-svc-leaf1a_Ethernet3 = 'up',NOT RUN, -1080,dc1-svc-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet4 - MLAG_dc1-svc-leaf1a_Ethernet4 = 'up',NOT RUN, -1081,dc1-svc-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Loopback0 - ROUTER_ID = 'up',NOT RUN, -1082,dc1-svc-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Loopback1 - VXLAN_TUNNEL_SOURCE = 'up',NOT RUN, -1083,dc1-svc-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Port-Channel3 - MLAG_dc1-svc-leaf1a_Port-Channel3 = 'up',NOT RUN, -1084,dc1-svc-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Vlan4093 - MLAG_L3 = 'up',NOT RUN, -1085,dc1-svc-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Vlan4094 - MLAG = 'up',NOT RUN, -1086,dc1-svc-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Vxlan1 = 'up',NOT RUN, +1071,dc1-svc-leaf1b,Hardware,VerifyEnvironmentSystemCooling,Verifies the device's system cooling status.,,NOT RUN, +1072,dc1-svc-leaf1b,Hardware,VerifyTemperature,Verifies if the device temperature is within acceptable limits.,,NOT RUN, +1073,dc1-svc-leaf1b,Hardware,VerifyTemperature,Verifies if the device temperature is within acceptable limits.,,NOT RUN, +1074,dc1-svc-leaf1b,Hardware,VerifyTransceiversManufacturers,Verifies if all the transceivers come from approved manufacturers.,,NOT RUN, +1075,dc1-svc-leaf1b,Hardware,VerifyTransceiversManufacturers,Verifies if all the transceivers come from approved manufacturers.,"Accepted Manufacturers: 'Arista Networks', 'Arastra, Inc.', 'Not Present'",NOT RUN, +1076,dc1-svc-leaf1b,Hardware,VerifyTransceiversTemperature,Verifies if all the transceivers are operating at an acceptable temperature.,,NOT RUN, +1077,dc1-svc-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Ethernet1 - P2P_dc1-spine1_Ethernet6 = 'up',NOT RUN, +1078,dc1-svc-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Ethernet2 - P2P_dc1-spine2_Ethernet6 = 'up',NOT RUN, +1079,dc1-svc-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Ethernet3 - MLAG_dc1-svc-leaf1a_Ethernet3 = 'up',NOT RUN, +1080,dc1-svc-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Ethernet4 - MLAG_dc1-svc-leaf1a_Ethernet4 = 'up',NOT RUN, +1081,dc1-svc-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Loopback0 - ROUTER_ID = 'up',NOT RUN, +1082,dc1-svc-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Loopback1 - VXLAN_TUNNEL_SOURCE = 'up',NOT RUN, +1083,dc1-svc-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Port-Channel3 - MLAG_dc1-svc-leaf1a_Port-Channel3 = 'up',NOT RUN, +1084,dc1-svc-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Vlan4093 - MLAG_L3 = 'up',NOT RUN, +1085,dc1-svc-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Vlan4094 - MLAG = 'up',NOT RUN, +1086,dc1-svc-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Vxlan1 = 'up',NOT RUN, 1087,dc1-svc-leaf1b,LANZ,VerifyLANZ,Verifies if LANZ is enabled.,,NOT RUN, 1088,dc1-svc-leaf1b,MLAG,VerifyMlagStatus,Verifies the health status of the MLAG configuration.,,NOT RUN, 1089,dc1-svc-leaf1b,PTP,VerifyPtpGMStatus,Verifies that the device is locked to a valid PTP Grandmaster.,,NOT RUN, @@ -1126,13 +1126,13 @@ id,dut,categories,test,description,inputs,result,messages 1125,dc1-svc-leaf1b,Security,VerifyBannerMotd,Verifies the motd banner of a device.,,NOT RUN, 1126,dc1-svc-leaf1b,Security,VerifyIPSecConnHealth,Verifies all IPv4 security connections.,,NOT RUN, 1127,dc1-svc-leaf1b,Security,VerifyIPv4ACL,Verifies the configuration of IPv4 ACLs.,,NOT RUN, -1128,dc1-svc-leaf1b,Security,VerifySpecificIPSecConn,Verifies IPv4 security connections for a peer.,,NOT RUN, +1128,dc1-svc-leaf1b,Security,VerifySpecificIPSecConn,Verifies the IPv4 security connections.,,NOT RUN, 1129,dc1-svc-leaf1b,Security,VerifySSHIPv4Acl,Verifies if the SSHD agent has IPv4 ACL(s) configured.,,NOT RUN, 1130,dc1-svc-leaf1b,Security,VerifySSHIPv6Acl,Verifies if the SSHD agent has IPv6 ACL(s) configured.,,NOT RUN, 1131,dc1-svc-leaf1b,Security,VerifySSHStatus,Verifies if the SSHD agent is disabled in the default VRF.,,NOT RUN, 1132,dc1-svc-leaf1b,Security,VerifyTelnetStatus,Verifies if Telnet is disabled in the default VRF.,,NOT RUN, 1133,dc1-svc-leaf1b,Services,VerifyDNSLookup,Verifies the DNS name to IP address resolution.,,NOT RUN, -1134,dc1-svc-leaf1b,Services,VerifyDNSServers,Verifies if the DNS servers are correctly configured.,,NOT RUN, +1134,dc1-svc-leaf1b,Services,VerifyDNSServers,Verifies if the DNS (Domain Name Service) servers are correctly configured.,,NOT RUN, 1135,dc1-svc-leaf1b,Services,VerifyErrdisableRecovery,"Verifies the errdisable recovery reason, status, and interval.",,NOT RUN, 1136,dc1-svc-leaf1b,Services,VerifyHostname,Verifies the hostname of a device.,,NOT RUN, 1137,dc1-svc-leaf1b,SNMP,VerifySnmpIPv4Acl,Verifies if the SNMP agent has IPv4 ACL(s) configured.,,NOT RUN, @@ -1140,7 +1140,7 @@ id,dut,categories,test,description,inputs,result,messages 1139,dc1-svc-leaf1b,SNMP,VerifySnmpStatus,Verifies if the SNMP agent is enabled.,,NOT RUN, 1140,dc1-svc-leaf1b,Software,VerifyEOSVersion,Verifies the EOS version of the device.,,NOT RUN, 1141,dc1-svc-leaf1b,Software,VerifyTerminAttrVersion,Verifies the TerminAttr version of the device.,,NOT RUN, -1142,dc1-svc-leaf1b,STUN,VerifyStunClient,Verifies the STUN client is configured with the specified IPv4 source address and port. Validate the public IP and port if provided.,,NOT RUN, +1142,dc1-svc-leaf1b,STUN,VerifyStunClient,(Deprecated) Verifies the translation for a source address on a STUN client.,,NOT RUN, 1143,dc1-svc-leaf1b,System,VerifyAgentLogs,Verifies there are no agent crash reports.,,NOT RUN, 1144,dc1-svc-leaf1b,System,VerifyCoredump,Verifies there are no core dump files.,,NOT RUN, 1145,dc1-svc-leaf1b,System,VerifyCPUUtilization,Verifies whether the CPU utilization is below 75%.,,NOT RUN, @@ -1160,53 +1160,53 @@ id,dut,categories,test,description,inputs,result,messages 1159,dc1-wan1,AAA,VerifyTacacsServers,Verifies TACACS servers are configured for a specified VRF.,,NOT RUN, 1160,dc1-wan1,AAA,VerifyTacacsSourceIntf,Verifies TACACS source-interface for a specified VRF.,,NOT RUN, 1161,dc1-wan1,Avt,VerifyAVTRole,Verifies the AVT role of a device.,,NOT RUN, -1162,dc1-wan1,Avt,VerifyAVTSpecificPath,Verifies the status and type of an AVT path for a specified VRF.,"AVT profile: DEFAULT-POLICY-CONTROL-PLANE, VRF: default, Destination IPv4 Address: 10.255.1.2, Nexthop VTEP: 10.255.1.2",NOT RUN, -1163,dc1-wan1,Avt,VerifyAVTSpecificPath,Verifies the status and type of an AVT path for a specified VRF.,"AVT profile: DEFAULT-POLICY-CONTROL-PLANE, VRF: default, Destination IPv4 Address: 10.255.255.10, Nexthop VTEP: 10.255.255.10",NOT RUN, -1164,dc1-wan1,Avt,VerifyAVTSpecificPath,Verifies the status and type of an AVT path for a specified VRF.,"AVT profile: DEFAULT-POLICY-CONTROL-PLANE, VRF: default, Destination IPv4 Address: 10.255.255.20, Nexthop VTEP: 10.255.255.20",NOT RUN, -1165,dc1-wan1,Avt,VerifyAVTSpecificPath,Verifies the status and type of an AVT path for a specified VRF.,"AVT profile: DEFAULT-POLICY-DEFAULT, VRF: default, Destination IPv4 Address: 10.255.1.2, Nexthop VTEP: 10.255.1.2",NOT RUN, -1166,dc1-wan1,Avt,VerifyAVTSpecificPath,Verifies the status and type of an AVT path for a specified VRF.,"AVT profile: DEFAULT-POLICY-DEFAULT, VRF: default, Destination IPv4 Address: 10.255.255.10, Nexthop VTEP: 10.255.255.10",NOT RUN, -1167,dc1-wan1,Avt,VerifyAVTSpecificPath,Verifies the status and type of an AVT path for a specified VRF.,"AVT profile: DEFAULT-POLICY-DEFAULT, VRF: default, Destination IPv4 Address: 10.255.255.20, Nexthop VTEP: 10.255.255.20",NOT RUN, -1168,dc1-wan1,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s).,BGP EVPN Peer: dc1-leaf1a (IP: 10.255.255.10),NOT RUN, -1169,dc1-wan1,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s).,BGP EVPN Peer: dc1-leaf1b (IP: 10.255.255.20),NOT RUN, -1170,dc1-wan1,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s).,BGP EVPN Peer: dc1-wan2 (IP: 10.255.1.2),NOT RUN, -1171,dc1-wan1,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s).,BGP IPv4 SR-TE Peer: dc1-leaf1a (IP: 10.255.255.10),NOT RUN, -1172,dc1-wan1,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s).,BGP IPv4 SR-TE Peer: dc1-leaf1b (IP: 10.255.255.20),NOT RUN, -1173,dc1-wan1,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s).,BGP IPv4 Unicast Peer: dc1-leaf1a (IP: 10.255.255.0),NOT RUN, -1174,dc1-wan1,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s).,BGP IPv4 Unicast Peer: dc1-leaf1b (IP: 10.255.255.2),NOT RUN, -1175,dc1-wan1,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s).,BGP Link-State Peer: dc1-leaf1a (IP: 10.255.255.10),NOT RUN, -1176,dc1-wan1,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s).,BGP Link-State Peer: dc1-leaf1b (IP: 10.255.255.20),NOT RUN, -1177,dc1-wan1,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s).,BGP Path-Selection Peer: dc1-leaf1a (IP: 10.255.255.10),NOT RUN, -1178,dc1-wan1,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s).,BGP Path-Selection Peer: dc1-leaf1b (IP: 10.255.255.20),NOT RUN, -1179,dc1-wan1,Configuration,VerifyRunningConfigDiffs,Verifies there is no difference between the running-config and the startup-config,,NOT RUN, -1180,dc1-wan1,Configuration,VerifyZeroTouch,Verifies ZeroTouch is disabled,,NOT RUN, -1181,dc1-wan1,Connectivity,VerifyLLDPNeighbors,Verifies that the provided LLDP neighbors are connected properly.,Local: Ethernet1 - Remote: dc1-leaf1a Ethernet6,NOT RUN, -1182,dc1-wan1,Connectivity,VerifyLLDPNeighbors,Verifies that the provided LLDP neighbors are connected properly.,Local: Ethernet2 - Remote: dc1-leaf1b Ethernet6,NOT RUN, -1183,dc1-wan1,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Dps1 (IP: 10.255.1.1) - Destination: dc1-wan1 Dps1 (IP: 10.255.1.1),NOT RUN, -1184,dc1-wan1,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Dps1 (IP: 10.255.1.1) - Destination: dc1-wan2 Dps1 (IP: 10.255.1.2),NOT RUN, -1185,dc1-wan1,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: P2P Interface Ethernet1 (IP: 10.255.255.1) - Destination: dc1-leaf1a Ethernet6 (IP: 10.255.255.0),NOT RUN, -1186,dc1-wan1,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: P2P Interface Ethernet2 (IP: 10.255.255.3) - Destination: dc1-leaf1b Ethernet6 (IP: 10.255.255.2),NOT RUN, +1162,dc1-wan1,Avt,VerifyAVTSpecificPath,Verifies the Adaptive Virtual Topology (AVT) path.,"AVT profile: DEFAULT-POLICY-CONTROL-PLANE, VRF: default, Destination IPv4 Address: 10.255.1.2, Nexthop VTEP: 10.255.1.2",NOT RUN, +1163,dc1-wan1,Avt,VerifyAVTSpecificPath,Verifies the Adaptive Virtual Topology (AVT) path.,"AVT profile: DEFAULT-POLICY-CONTROL-PLANE, VRF: default, Destination IPv4 Address: 10.255.255.10, Nexthop VTEP: 10.255.255.10",NOT RUN, +1164,dc1-wan1,Avt,VerifyAVTSpecificPath,Verifies the Adaptive Virtual Topology (AVT) path.,"AVT profile: DEFAULT-POLICY-CONTROL-PLANE, VRF: default, Destination IPv4 Address: 10.255.255.20, Nexthop VTEP: 10.255.255.20",NOT RUN, +1165,dc1-wan1,Avt,VerifyAVTSpecificPath,Verifies the Adaptive Virtual Topology (AVT) path.,"AVT profile: DEFAULT-POLICY-DEFAULT, VRF: default, Destination IPv4 Address: 10.255.1.2, Nexthop VTEP: 10.255.1.2",NOT RUN, +1166,dc1-wan1,Avt,VerifyAVTSpecificPath,Verifies the Adaptive Virtual Topology (AVT) path.,"AVT profile: DEFAULT-POLICY-DEFAULT, VRF: default, Destination IPv4 Address: 10.255.255.10, Nexthop VTEP: 10.255.255.10",NOT RUN, +1167,dc1-wan1,Avt,VerifyAVTSpecificPath,Verifies the Adaptive Virtual Topology (AVT) path.,"AVT profile: DEFAULT-POLICY-DEFAULT, VRF: default, Destination IPv4 Address: 10.255.255.20, Nexthop VTEP: 10.255.255.20",NOT RUN, +1168,dc1-wan1,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s) for given address families.,BGP EVPN Peer: dc1-leaf1a (IP: 10.255.255.10),NOT RUN, +1169,dc1-wan1,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s) for given address families.,BGP EVPN Peer: dc1-leaf1b (IP: 10.255.255.20),NOT RUN, +1170,dc1-wan1,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s) for given address families.,BGP EVPN Peer: dc1-wan2 (IP: 10.255.1.2),NOT RUN, +1171,dc1-wan1,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s) for given address families.,BGP IPv4 SR-TE Peer: dc1-leaf1a (IP: 10.255.255.10),NOT RUN, +1172,dc1-wan1,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s) for given address families.,BGP IPv4 SR-TE Peer: dc1-leaf1b (IP: 10.255.255.20),NOT RUN, +1173,dc1-wan1,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s) for given address families.,BGP IPv4 Unicast Peer: dc1-leaf1a (IP: 10.255.255.0),NOT RUN, +1174,dc1-wan1,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s) for given address families.,BGP IPv4 Unicast Peer: dc1-leaf1b (IP: 10.255.255.2),NOT RUN, +1175,dc1-wan1,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s) for given address families.,BGP Link-State Peer: dc1-leaf1a (IP: 10.255.255.10),NOT RUN, +1176,dc1-wan1,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s) for given address families.,BGP Link-State Peer: dc1-leaf1b (IP: 10.255.255.20),NOT RUN, +1177,dc1-wan1,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s) for given address families.,BGP Path-Selection Peer: dc1-leaf1a (IP: 10.255.255.10),NOT RUN, +1178,dc1-wan1,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s) for given address families.,BGP Path-Selection Peer: dc1-leaf1b (IP: 10.255.255.20),NOT RUN, +1179,dc1-wan1,Configuration,VerifyRunningConfigDiffs,Verifies there is no difference between the running-config and the startup-config.,,NOT RUN, +1180,dc1-wan1,Configuration,VerifyZeroTouch,Verifies ZeroTouch is disabled.,,NOT RUN, +1181,dc1-wan1,Connectivity,VerifyLLDPNeighbors,Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.,Local: Ethernet1 - Remote: dc1-leaf1a Ethernet6,NOT RUN, +1182,dc1-wan1,Connectivity,VerifyLLDPNeighbors,Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.,Local: Ethernet2 - Remote: dc1-leaf1b Ethernet6,NOT RUN, +1183,dc1-wan1,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Dps1 (IP: 10.255.1.1) - Destination: dc1-wan1 Dps1 (IP: 10.255.1.1),NOT RUN, +1184,dc1-wan1,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Dps1 (IP: 10.255.1.1) - Destination: dc1-wan2 Dps1 (IP: 10.255.1.2),NOT RUN, +1185,dc1-wan1,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: P2P Interface Ethernet1 (IP: 10.255.255.1) - Destination: dc1-leaf1a Ethernet6 (IP: 10.255.255.0),NOT RUN, +1186,dc1-wan1,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: P2P Interface Ethernet2 (IP: 10.255.255.3) - Destination: dc1-leaf1b Ethernet6 (IP: 10.255.255.2),NOT RUN, 1187,dc1-wan1,Field Notices,VerifyFieldNotice44Resolution,Verifies that the device is using the correct Aboot version per FN0044.,,NOT RUN, 1188,dc1-wan1,Field Notices,VerifyFieldNotice72Resolution,"Verifies if the device is exposed to FN0072, and if the issue has been mitigated.",,NOT RUN, -1189,dc1-wan1,Greent,VerifyGreenT,Verifies if a GreenT policy is created.,,NOT RUN, +1189,dc1-wan1,Greent,VerifyGreenT,Verifies if a GreenT policy other than the default is created.,,NOT RUN, 1190,dc1-wan1,Greent,VerifyGreenTCounters,Verifies if the GreenT counters are incremented.,,NOT RUN, 1191,dc1-wan1,Hardware,VerifyAdverseDrops,Verifies there are no adverse drops on DCS-7280 and DCS-7500 family switches.,,NOT RUN, 1192,dc1-wan1,Hardware,VerifyEnvironmentCooling,Verifies the status of power supply fans and all fan trays.,,NOT RUN, 1193,dc1-wan1,Hardware,VerifyEnvironmentCooling,Verifies the status of power supply fans and all fan trays.,Accepted States: 'ok',NOT RUN, 1194,dc1-wan1,Hardware,VerifyEnvironmentPower,Verifies the power supplies status.,,NOT RUN, 1195,dc1-wan1,Hardware,VerifyEnvironmentPower,Verifies the power supplies status.,Accepted States: 'ok',NOT RUN, -1196,dc1-wan1,Hardware,VerifyEnvironmentSystemCooling,Verifies the system cooling status.,,NOT RUN, -1197,dc1-wan1,Hardware,VerifyTemperature,Verifies the device temperature.,,NOT RUN, -1198,dc1-wan1,Hardware,VerifyTemperature,Verifies the device temperature.,,NOT RUN, -1199,dc1-wan1,Hardware,VerifyTransceiversManufacturers,Verifies if all transceivers come from approved manufacturers.,,NOT RUN, -1200,dc1-wan1,Hardware,VerifyTransceiversManufacturers,Verifies if all transceivers come from approved manufacturers.,"Accepted Manufacturers: 'Arista Networks', 'Arastra, Inc.', 'Not Present'",NOT RUN, -1201,dc1-wan1,Hardware,VerifyTransceiversTemperature,Verifies the transceivers temperature.,,NOT RUN, -1202,dc1-wan1,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Dps1 - DPS Interface = 'up',NOT RUN, -1203,dc1-wan1,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet1 - P2P_dc1-leaf1a_Ethernet6 = 'up',NOT RUN, -1204,dc1-wan1,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet2 - P2P_dc1-leaf1b_Ethernet6 = 'up',NOT RUN, -1205,dc1-wan1,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet3 - mpls-sp-1_DC1-MPLS-3 = 'up',NOT RUN, -1206,dc1-wan1,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet4 - isp-1_DC1-INET-3 = 'up',NOT RUN, -1207,dc1-wan1,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Loopback0 - ROUTER_ID = 'up',NOT RUN, -1208,dc1-wan1,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Vxlan1 = 'up',NOT RUN, +1196,dc1-wan1,Hardware,VerifyEnvironmentSystemCooling,Verifies the device's system cooling status.,,NOT RUN, +1197,dc1-wan1,Hardware,VerifyTemperature,Verifies if the device temperature is within acceptable limits.,,NOT RUN, +1198,dc1-wan1,Hardware,VerifyTemperature,Verifies if the device temperature is within acceptable limits.,,NOT RUN, +1199,dc1-wan1,Hardware,VerifyTransceiversManufacturers,Verifies if all the transceivers come from approved manufacturers.,,NOT RUN, +1200,dc1-wan1,Hardware,VerifyTransceiversManufacturers,Verifies if all the transceivers come from approved manufacturers.,"Accepted Manufacturers: 'Arista Networks', 'Arastra, Inc.', 'Not Present'",NOT RUN, +1201,dc1-wan1,Hardware,VerifyTransceiversTemperature,Verifies if all the transceivers are operating at an acceptable temperature.,,NOT RUN, +1202,dc1-wan1,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Dps1 - DPS Interface = 'up',NOT RUN, +1203,dc1-wan1,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Ethernet1 - P2P_dc1-leaf1a_Ethernet6 = 'up',NOT RUN, +1204,dc1-wan1,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Ethernet2 - P2P_dc1-leaf1b_Ethernet6 = 'up',NOT RUN, +1205,dc1-wan1,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Ethernet3 - mpls-sp-1_DC1-MPLS-3 = 'up',NOT RUN, +1206,dc1-wan1,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Ethernet4 - isp-1_DC1-INET-3 = 'up',NOT RUN, +1207,dc1-wan1,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Loopback0 - ROUTER_ID = 'up',NOT RUN, +1208,dc1-wan1,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Vxlan1 = 'up',NOT RUN, 1209,dc1-wan1,LANZ,VerifyLANZ,Verifies if LANZ is enabled.,,NOT RUN, 1210,dc1-wan1,PTP,VerifyPtpGMStatus,Verifies that the device is locked to a valid PTP Grandmaster.,,NOT RUN, 1211,dc1-wan1,PTP,VerifyPtpLockStatus,Verifies that the device was locked to the upstream PTP GM in the last minute.,,NOT RUN, @@ -1224,16 +1224,16 @@ id,dut,categories,test,description,inputs,result,messages 1223,dc1-wan1,Security,VerifyBannerMotd,Verifies the motd banner of a device.,,NOT RUN, 1224,dc1-wan1,Security,VerifyIPSecConnHealth,Verifies all IPv4 security connections.,,NOT RUN, 1225,dc1-wan1,Security,VerifyIPv4ACL,Verifies the configuration of IPv4 ACLs.,,NOT RUN, -1226,dc1-wan1,Security,VerifySpecificIPSecConn,Verifies IPv4 security connections for a peer.,,NOT RUN, -1227,dc1-wan1,Security,VerifySpecificIPSecConn,Verifies IPv4 security connections for a peer.,IPv4 Peer: 10.255.1.2 VRF: default,NOT RUN, -1228,dc1-wan1,Security,VerifySpecificIPSecConn,Verifies IPv4 security connections for a peer.,IPv4 Peer: 10.255.255.10 VRF: default,NOT RUN, -1229,dc1-wan1,Security,VerifySpecificIPSecConn,Verifies IPv4 security connections for a peer.,IPv4 Peer: 10.255.255.20 VRF: default,NOT RUN, +1226,dc1-wan1,Security,VerifySpecificIPSecConn,Verifies the IPv4 security connections.,,NOT RUN, +1227,dc1-wan1,Security,VerifySpecificIPSecConn,Verifies the IPv4 security connections.,IPv4 Peer: 10.255.1.2 VRF: default,NOT RUN, +1228,dc1-wan1,Security,VerifySpecificIPSecConn,Verifies the IPv4 security connections.,IPv4 Peer: 10.255.255.10 VRF: default,NOT RUN, +1229,dc1-wan1,Security,VerifySpecificIPSecConn,Verifies the IPv4 security connections.,IPv4 Peer: 10.255.255.20 VRF: default,NOT RUN, 1230,dc1-wan1,Security,VerifySSHIPv4Acl,Verifies if the SSHD agent has IPv4 ACL(s) configured.,,NOT RUN, 1231,dc1-wan1,Security,VerifySSHIPv6Acl,Verifies if the SSHD agent has IPv6 ACL(s) configured.,,NOT RUN, 1232,dc1-wan1,Security,VerifySSHStatus,Verifies if the SSHD agent is disabled in the default VRF.,,NOT RUN, 1233,dc1-wan1,Security,VerifyTelnetStatus,Verifies if Telnet is disabled in the default VRF.,,NOT RUN, 1234,dc1-wan1,Services,VerifyDNSLookup,Verifies the DNS name to IP address resolution.,,NOT RUN, -1235,dc1-wan1,Services,VerifyDNSServers,Verifies if the DNS servers are correctly configured.,,NOT RUN, +1235,dc1-wan1,Services,VerifyDNSServers,Verifies if the DNS (Domain Name Service) servers are correctly configured.,,NOT RUN, 1236,dc1-wan1,Services,VerifyErrdisableRecovery,"Verifies the errdisable recovery reason, status, and interval.",,NOT RUN, 1237,dc1-wan1,Services,VerifyHostname,Verifies the hostname of a device.,,NOT RUN, 1238,dc1-wan1,SNMP,VerifySnmpIPv4Acl,Verifies if the SNMP agent has IPv4 ACL(s) configured.,,NOT RUN, @@ -1241,9 +1241,9 @@ id,dut,categories,test,description,inputs,result,messages 1240,dc1-wan1,SNMP,VerifySnmpStatus,Verifies if the SNMP agent is enabled.,,NOT RUN, 1241,dc1-wan1,Software,VerifyEOSVersion,Verifies the EOS version of the device.,,NOT RUN, 1242,dc1-wan1,Software,VerifyTerminAttrVersion,Verifies the TerminAttr version of the device.,,NOT RUN, -1243,dc1-wan1,STUN,VerifyStunClient,Verifies the STUN client is configured with the specified IPv4 source address and port. Validate the public IP and port if provided.,,NOT RUN, -1244,dc1-wan1,STUN,VerifyStunClient,Verifies the STUN client is configured with the specified IPv4 source address and port. Validate the public IP and port if provided.,Source IPv4 Address: 100.64.3.2 Source Port: 4500,NOT RUN, -1245,dc1-wan1,STUN,VerifyStunClient,Verifies the STUN client is configured with the specified IPv4 source address and port. Validate the public IP and port if provided.,Source IPv4 Address: 172.18.3.2 Source Port: 4500,NOT RUN, +1243,dc1-wan1,STUN,VerifyStunClient,(Deprecated) Verifies the translation for a source address on a STUN client.,,NOT RUN, +1244,dc1-wan1,STUN,VerifyStunClient,(Deprecated) Verifies the translation for a source address on a STUN client.,Source IPv4 Address: 100.64.3.2 Source Port: 4500,NOT RUN, +1245,dc1-wan1,STUN,VerifyStunClient,(Deprecated) Verifies the translation for a source address on a STUN client.,Source IPv4 Address: 172.18.3.2 Source Port: 4500,NOT RUN, 1246,dc1-wan1,System,VerifyAgentLogs,Verifies there are no agent crash reports.,,NOT RUN, 1247,dc1-wan1,System,VerifyCoredump,Verifies there are no core dump files.,,NOT RUN, 1248,dc1-wan1,System,VerifyCPUUtilization,Verifies whether the CPU utilization is below 75%.,,NOT RUN, @@ -1263,53 +1263,53 @@ id,dut,categories,test,description,inputs,result,messages 1262,dc1-wan2,AAA,VerifyTacacsServers,Verifies TACACS servers are configured for a specified VRF.,,NOT RUN, 1263,dc1-wan2,AAA,VerifyTacacsSourceIntf,Verifies TACACS source-interface for a specified VRF.,,NOT RUN, 1264,dc1-wan2,Avt,VerifyAVTRole,Verifies the AVT role of a device.,,NOT RUN, -1265,dc1-wan2,Avt,VerifyAVTSpecificPath,Verifies the status and type of an AVT path for a specified VRF.,"AVT profile: DEFAULT-POLICY-CONTROL-PLANE, VRF: default, Destination IPv4 Address: 10.255.1.1, Nexthop VTEP: 10.255.1.1",NOT RUN, -1266,dc1-wan2,Avt,VerifyAVTSpecificPath,Verifies the status and type of an AVT path for a specified VRF.,"AVT profile: DEFAULT-POLICY-CONTROL-PLANE, VRF: default, Destination IPv4 Address: 10.255.255.10, Nexthop VTEP: 10.255.255.10",NOT RUN, -1267,dc1-wan2,Avt,VerifyAVTSpecificPath,Verifies the status and type of an AVT path for a specified VRF.,"AVT profile: DEFAULT-POLICY-CONTROL-PLANE, VRF: default, Destination IPv4 Address: 10.255.255.20, Nexthop VTEP: 10.255.255.20",NOT RUN, -1268,dc1-wan2,Avt,VerifyAVTSpecificPath,Verifies the status and type of an AVT path for a specified VRF.,"AVT profile: DEFAULT-POLICY-DEFAULT, VRF: default, Destination IPv4 Address: 10.255.1.1, Nexthop VTEP: 10.255.1.1",NOT RUN, -1269,dc1-wan2,Avt,VerifyAVTSpecificPath,Verifies the status and type of an AVT path for a specified VRF.,"AVT profile: DEFAULT-POLICY-DEFAULT, VRF: default, Destination IPv4 Address: 10.255.255.10, Nexthop VTEP: 10.255.255.10",NOT RUN, -1270,dc1-wan2,Avt,VerifyAVTSpecificPath,Verifies the status and type of an AVT path for a specified VRF.,"AVT profile: DEFAULT-POLICY-DEFAULT, VRF: default, Destination IPv4 Address: 10.255.255.20, Nexthop VTEP: 10.255.255.20",NOT RUN, -1271,dc1-wan2,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s).,BGP EVPN Peer: dc1-leaf1a (IP: 10.255.255.10),NOT RUN, -1272,dc1-wan2,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s).,BGP EVPN Peer: dc1-leaf1b (IP: 10.255.255.20),NOT RUN, -1273,dc1-wan2,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s).,BGP EVPN Peer: dc1-wan1 (IP: 10.255.1.1),NOT RUN, -1274,dc1-wan2,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s).,BGP IPv4 SR-TE Peer: dc1-leaf1a (IP: 10.255.255.10),NOT RUN, -1275,dc1-wan2,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s).,BGP IPv4 SR-TE Peer: dc1-leaf1b (IP: 10.255.255.20),NOT RUN, -1276,dc1-wan2,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s).,BGP IPv4 Unicast Peer: dc1-leaf1a (IP: 10.255.255.4),NOT RUN, -1277,dc1-wan2,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s).,BGP IPv4 Unicast Peer: dc1-leaf1b (IP: 10.255.255.6),NOT RUN, -1278,dc1-wan2,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s).,BGP Link-State Peer: dc1-leaf1a (IP: 10.255.255.10),NOT RUN, -1279,dc1-wan2,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s).,BGP Link-State Peer: dc1-leaf1b (IP: 10.255.255.20),NOT RUN, -1280,dc1-wan2,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s).,BGP Path-Selection Peer: dc1-leaf1a (IP: 10.255.255.10),NOT RUN, -1281,dc1-wan2,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s).,BGP Path-Selection Peer: dc1-leaf1b (IP: 10.255.255.20),NOT RUN, -1282,dc1-wan2,Configuration,VerifyRunningConfigDiffs,Verifies there is no difference between the running-config and the startup-config,,NOT RUN, -1283,dc1-wan2,Configuration,VerifyZeroTouch,Verifies ZeroTouch is disabled,,NOT RUN, -1284,dc1-wan2,Connectivity,VerifyLLDPNeighbors,Verifies that the provided LLDP neighbors are connected properly.,Local: Ethernet1 - Remote: dc1-leaf1a Ethernet7,NOT RUN, -1285,dc1-wan2,Connectivity,VerifyLLDPNeighbors,Verifies that the provided LLDP neighbors are connected properly.,Local: Ethernet2 - Remote: dc1-leaf1b Ethernet7,NOT RUN, -1286,dc1-wan2,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Dps1 (IP: 10.255.1.2) - Destination: dc1-wan1 Dps1 (IP: 10.255.1.1),NOT RUN, -1287,dc1-wan2,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Dps1 (IP: 10.255.1.2) - Destination: dc1-wan2 Dps1 (IP: 10.255.1.2),NOT RUN, -1288,dc1-wan2,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: P2P Interface Ethernet1 (IP: 10.255.255.5) - Destination: dc1-leaf1a Ethernet7 (IP: 10.255.255.4),NOT RUN, -1289,dc1-wan2,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: P2P Interface Ethernet2 (IP: 10.255.255.7) - Destination: dc1-leaf1b Ethernet7 (IP: 10.255.255.6),NOT RUN, +1265,dc1-wan2,Avt,VerifyAVTSpecificPath,Verifies the Adaptive Virtual Topology (AVT) path.,"AVT profile: DEFAULT-POLICY-CONTROL-PLANE, VRF: default, Destination IPv4 Address: 10.255.1.1, Nexthop VTEP: 10.255.1.1",NOT RUN, +1266,dc1-wan2,Avt,VerifyAVTSpecificPath,Verifies the Adaptive Virtual Topology (AVT) path.,"AVT profile: DEFAULT-POLICY-CONTROL-PLANE, VRF: default, Destination IPv4 Address: 10.255.255.10, Nexthop VTEP: 10.255.255.10",NOT RUN, +1267,dc1-wan2,Avt,VerifyAVTSpecificPath,Verifies the Adaptive Virtual Topology (AVT) path.,"AVT profile: DEFAULT-POLICY-CONTROL-PLANE, VRF: default, Destination IPv4 Address: 10.255.255.20, Nexthop VTEP: 10.255.255.20",NOT RUN, +1268,dc1-wan2,Avt,VerifyAVTSpecificPath,Verifies the Adaptive Virtual Topology (AVT) path.,"AVT profile: DEFAULT-POLICY-DEFAULT, VRF: default, Destination IPv4 Address: 10.255.1.1, Nexthop VTEP: 10.255.1.1",NOT RUN, +1269,dc1-wan2,Avt,VerifyAVTSpecificPath,Verifies the Adaptive Virtual Topology (AVT) path.,"AVT profile: DEFAULT-POLICY-DEFAULT, VRF: default, Destination IPv4 Address: 10.255.255.10, Nexthop VTEP: 10.255.255.10",NOT RUN, +1270,dc1-wan2,Avt,VerifyAVTSpecificPath,Verifies the Adaptive Virtual Topology (AVT) path.,"AVT profile: DEFAULT-POLICY-DEFAULT, VRF: default, Destination IPv4 Address: 10.255.255.20, Nexthop VTEP: 10.255.255.20",NOT RUN, +1271,dc1-wan2,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s) for given address families.,BGP EVPN Peer: dc1-leaf1a (IP: 10.255.255.10),NOT RUN, +1272,dc1-wan2,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s) for given address families.,BGP EVPN Peer: dc1-leaf1b (IP: 10.255.255.20),NOT RUN, +1273,dc1-wan2,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s) for given address families.,BGP EVPN Peer: dc1-wan1 (IP: 10.255.1.1),NOT RUN, +1274,dc1-wan2,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s) for given address families.,BGP IPv4 SR-TE Peer: dc1-leaf1a (IP: 10.255.255.10),NOT RUN, +1275,dc1-wan2,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s) for given address families.,BGP IPv4 SR-TE Peer: dc1-leaf1b (IP: 10.255.255.20),NOT RUN, +1276,dc1-wan2,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s) for given address families.,BGP IPv4 Unicast Peer: dc1-leaf1a (IP: 10.255.255.4),NOT RUN, +1277,dc1-wan2,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s) for given address families.,BGP IPv4 Unicast Peer: dc1-leaf1b (IP: 10.255.255.6),NOT RUN, +1278,dc1-wan2,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s) for given address families.,BGP Link-State Peer: dc1-leaf1a (IP: 10.255.255.10),NOT RUN, +1279,dc1-wan2,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s) for given address families.,BGP Link-State Peer: dc1-leaf1b (IP: 10.255.255.20),NOT RUN, +1280,dc1-wan2,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s) for given address families.,BGP Path-Selection Peer: dc1-leaf1a (IP: 10.255.255.10),NOT RUN, +1281,dc1-wan2,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s) for given address families.,BGP Path-Selection Peer: dc1-leaf1b (IP: 10.255.255.20),NOT RUN, +1282,dc1-wan2,Configuration,VerifyRunningConfigDiffs,Verifies there is no difference between the running-config and the startup-config.,,NOT RUN, +1283,dc1-wan2,Configuration,VerifyZeroTouch,Verifies ZeroTouch is disabled.,,NOT RUN, +1284,dc1-wan2,Connectivity,VerifyLLDPNeighbors,Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.,Local: Ethernet1 - Remote: dc1-leaf1a Ethernet7,NOT RUN, +1285,dc1-wan2,Connectivity,VerifyLLDPNeighbors,Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.,Local: Ethernet2 - Remote: dc1-leaf1b Ethernet7,NOT RUN, +1286,dc1-wan2,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Dps1 (IP: 10.255.1.2) - Destination: dc1-wan1 Dps1 (IP: 10.255.1.1),NOT RUN, +1287,dc1-wan2,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Dps1 (IP: 10.255.1.2) - Destination: dc1-wan2 Dps1 (IP: 10.255.1.2),NOT RUN, +1288,dc1-wan2,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: P2P Interface Ethernet1 (IP: 10.255.255.5) - Destination: dc1-leaf1a Ethernet7 (IP: 10.255.255.4),NOT RUN, +1289,dc1-wan2,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: P2P Interface Ethernet2 (IP: 10.255.255.7) - Destination: dc1-leaf1b Ethernet7 (IP: 10.255.255.6),NOT RUN, 1290,dc1-wan2,Field Notices,VerifyFieldNotice44Resolution,Verifies that the device is using the correct Aboot version per FN0044.,,NOT RUN, 1291,dc1-wan2,Field Notices,VerifyFieldNotice72Resolution,"Verifies if the device is exposed to FN0072, and if the issue has been mitigated.",,NOT RUN, -1292,dc1-wan2,Greent,VerifyGreenT,Verifies if a GreenT policy is created.,,NOT RUN, +1292,dc1-wan2,Greent,VerifyGreenT,Verifies if a GreenT policy other than the default is created.,,NOT RUN, 1293,dc1-wan2,Greent,VerifyGreenTCounters,Verifies if the GreenT counters are incremented.,,NOT RUN, 1294,dc1-wan2,Hardware,VerifyAdverseDrops,Verifies there are no adverse drops on DCS-7280 and DCS-7500 family switches.,,NOT RUN, 1295,dc1-wan2,Hardware,VerifyEnvironmentCooling,Verifies the status of power supply fans and all fan trays.,,NOT RUN, 1296,dc1-wan2,Hardware,VerifyEnvironmentCooling,Verifies the status of power supply fans and all fan trays.,Accepted States: 'ok',NOT RUN, 1297,dc1-wan2,Hardware,VerifyEnvironmentPower,Verifies the power supplies status.,,NOT RUN, 1298,dc1-wan2,Hardware,VerifyEnvironmentPower,Verifies the power supplies status.,Accepted States: 'ok',NOT RUN, -1299,dc1-wan2,Hardware,VerifyEnvironmentSystemCooling,Verifies the system cooling status.,,NOT RUN, -1300,dc1-wan2,Hardware,VerifyTemperature,Verifies the device temperature.,,NOT RUN, -1301,dc1-wan2,Hardware,VerifyTemperature,Verifies the device temperature.,,NOT RUN, -1302,dc1-wan2,Hardware,VerifyTransceiversManufacturers,Verifies if all transceivers come from approved manufacturers.,,NOT RUN, -1303,dc1-wan2,Hardware,VerifyTransceiversManufacturers,Verifies if all transceivers come from approved manufacturers.,"Accepted Manufacturers: 'Arista Networks', 'Arastra, Inc.', 'Not Present'",NOT RUN, -1304,dc1-wan2,Hardware,VerifyTransceiversTemperature,Verifies the transceivers temperature.,,NOT RUN, -1305,dc1-wan2,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Dps1 - DPS Interface = 'up',NOT RUN, -1306,dc1-wan2,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet1 - P2P_dc1-leaf1a_Ethernet7 = 'up',NOT RUN, -1307,dc1-wan2,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet2 - P2P_dc1-leaf1b_Ethernet7 = 'up',NOT RUN, -1308,dc1-wan2,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet3 - mpls-sp-1_DC1-MPLS-4 = 'up',NOT RUN, -1309,dc1-wan2,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet4 - isp-1_DC1-INET-4 = 'up',NOT RUN, -1310,dc1-wan2,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Loopback0 - ROUTER_ID = 'up',NOT RUN, -1311,dc1-wan2,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Vxlan1 = 'up',NOT RUN, +1299,dc1-wan2,Hardware,VerifyEnvironmentSystemCooling,Verifies the device's system cooling status.,,NOT RUN, +1300,dc1-wan2,Hardware,VerifyTemperature,Verifies if the device temperature is within acceptable limits.,,NOT RUN, +1301,dc1-wan2,Hardware,VerifyTemperature,Verifies if the device temperature is within acceptable limits.,,NOT RUN, +1302,dc1-wan2,Hardware,VerifyTransceiversManufacturers,Verifies if all the transceivers come from approved manufacturers.,,NOT RUN, +1303,dc1-wan2,Hardware,VerifyTransceiversManufacturers,Verifies if all the transceivers come from approved manufacturers.,"Accepted Manufacturers: 'Arista Networks', 'Arastra, Inc.', 'Not Present'",NOT RUN, +1304,dc1-wan2,Hardware,VerifyTransceiversTemperature,Verifies if all the transceivers are operating at an acceptable temperature.,,NOT RUN, +1305,dc1-wan2,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Dps1 - DPS Interface = 'up',NOT RUN, +1306,dc1-wan2,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Ethernet1 - P2P_dc1-leaf1a_Ethernet7 = 'up',NOT RUN, +1307,dc1-wan2,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Ethernet2 - P2P_dc1-leaf1b_Ethernet7 = 'up',NOT RUN, +1308,dc1-wan2,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Ethernet3 - mpls-sp-1_DC1-MPLS-4 = 'up',NOT RUN, +1309,dc1-wan2,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Ethernet4 - isp-1_DC1-INET-4 = 'up',NOT RUN, +1310,dc1-wan2,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Loopback0 - ROUTER_ID = 'up',NOT RUN, +1311,dc1-wan2,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Vxlan1 = 'up',NOT RUN, 1312,dc1-wan2,LANZ,VerifyLANZ,Verifies if LANZ is enabled.,,NOT RUN, 1313,dc1-wan2,PTP,VerifyPtpGMStatus,Verifies that the device is locked to a valid PTP Grandmaster.,,NOT RUN, 1314,dc1-wan2,PTP,VerifyPtpLockStatus,Verifies that the device was locked to the upstream PTP GM in the last minute.,,NOT RUN, @@ -1327,16 +1327,16 @@ id,dut,categories,test,description,inputs,result,messages 1326,dc1-wan2,Security,VerifyBannerMotd,Verifies the motd banner of a device.,,NOT RUN, 1327,dc1-wan2,Security,VerifyIPSecConnHealth,Verifies all IPv4 security connections.,,NOT RUN, 1328,dc1-wan2,Security,VerifyIPv4ACL,Verifies the configuration of IPv4 ACLs.,,NOT RUN, -1329,dc1-wan2,Security,VerifySpecificIPSecConn,Verifies IPv4 security connections for a peer.,,NOT RUN, -1330,dc1-wan2,Security,VerifySpecificIPSecConn,Verifies IPv4 security connections for a peer.,IPv4 Peer: 10.255.1.1 VRF: default,NOT RUN, -1331,dc1-wan2,Security,VerifySpecificIPSecConn,Verifies IPv4 security connections for a peer.,IPv4 Peer: 10.255.255.10 VRF: default,NOT RUN, -1332,dc1-wan2,Security,VerifySpecificIPSecConn,Verifies IPv4 security connections for a peer.,IPv4 Peer: 10.255.255.20 VRF: default,NOT RUN, +1329,dc1-wan2,Security,VerifySpecificIPSecConn,Verifies the IPv4 security connections.,,NOT RUN, +1330,dc1-wan2,Security,VerifySpecificIPSecConn,Verifies the IPv4 security connections.,IPv4 Peer: 10.255.1.1 VRF: default,NOT RUN, +1331,dc1-wan2,Security,VerifySpecificIPSecConn,Verifies the IPv4 security connections.,IPv4 Peer: 10.255.255.10 VRF: default,NOT RUN, +1332,dc1-wan2,Security,VerifySpecificIPSecConn,Verifies the IPv4 security connections.,IPv4 Peer: 10.255.255.20 VRF: default,NOT RUN, 1333,dc1-wan2,Security,VerifySSHIPv4Acl,Verifies if the SSHD agent has IPv4 ACL(s) configured.,,NOT RUN, 1334,dc1-wan2,Security,VerifySSHIPv6Acl,Verifies if the SSHD agent has IPv6 ACL(s) configured.,,NOT RUN, 1335,dc1-wan2,Security,VerifySSHStatus,Verifies if the SSHD agent is disabled in the default VRF.,,NOT RUN, 1336,dc1-wan2,Security,VerifyTelnetStatus,Verifies if Telnet is disabled in the default VRF.,,NOT RUN, 1337,dc1-wan2,Services,VerifyDNSLookup,Verifies the DNS name to IP address resolution.,,NOT RUN, -1338,dc1-wan2,Services,VerifyDNSServers,Verifies if the DNS servers are correctly configured.,,NOT RUN, +1338,dc1-wan2,Services,VerifyDNSServers,Verifies if the DNS (Domain Name Service) servers are correctly configured.,,NOT RUN, 1339,dc1-wan2,Services,VerifyErrdisableRecovery,"Verifies the errdisable recovery reason, status, and interval.",,NOT RUN, 1340,dc1-wan2,Services,VerifyHostname,Verifies the hostname of a device.,,NOT RUN, 1341,dc1-wan2,SNMP,VerifySnmpIPv4Acl,Verifies if the SNMP agent has IPv4 ACL(s) configured.,,NOT RUN, @@ -1344,8 +1344,8 @@ id,dut,categories,test,description,inputs,result,messages 1343,dc1-wan2,SNMP,VerifySnmpStatus,Verifies if the SNMP agent is enabled.,,NOT RUN, 1344,dc1-wan2,Software,VerifyEOSVersion,Verifies the EOS version of the device.,,NOT RUN, 1345,dc1-wan2,Software,VerifyTerminAttrVersion,Verifies the TerminAttr version of the device.,,NOT RUN, -1346,dc1-wan2,STUN,VerifyStunClient,Verifies the STUN client is configured with the specified IPv4 source address and port. Validate the public IP and port if provided.,,NOT RUN, -1347,dc1-wan2,STUN,VerifyStunClient,Verifies the STUN client is configured with the specified IPv4 source address and port. Validate the public IP and port if provided.,Source IPv4 Address: 172.18.4.2 Source Port: 4500,NOT RUN, +1346,dc1-wan2,STUN,VerifyStunClient,(Deprecated) Verifies the translation for a source address on a STUN client.,,NOT RUN, +1347,dc1-wan2,STUN,VerifyStunClient,(Deprecated) Verifies the translation for a source address on a STUN client.,Source IPv4 Address: 172.18.4.2 Source Port: 4500,NOT RUN, 1348,dc1-wan2,System,VerifyAgentLogs,Verifies there are no agent crash reports.,,NOT RUN, 1349,dc1-wan2,System,VerifyCoredump,Verifies there are no core dump files.,,NOT RUN, 1350,dc1-wan2,System,VerifyCPUUtilization,Verifies whether the CPU utilization is below 75%.,,NOT RUN, @@ -1364,74 +1364,74 @@ id,dut,categories,test,description,inputs,result,messages 1363,dc2-leaf1a,AAA,VerifyTacacsServerGroups,Verifies if the provided TACACS server group(s) are configured.,,NOT RUN, 1364,dc2-leaf1a,AAA,VerifyTacacsServers,Verifies TACACS servers are configured for a specified VRF.,,NOT RUN, 1365,dc2-leaf1a,AAA,VerifyTacacsSourceIntf,Verifies TACACS source-interface for a specified VRF.,,NOT RUN, -1366,dc2-leaf1a,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s).,BGP EVPN Peer: dc2-spine1 (IP: 10.255.128.11),NOT RUN, -1367,dc2-leaf1a,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s).,BGP EVPN Peer: dc2-spine2 (IP: 10.255.128.12),NOT RUN, -1368,dc2-leaf1a,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s).,BGP IPv4 Unicast Peer: dc2-leaf1b (IP: 10.255.129.117),NOT RUN, -1369,dc2-leaf1a,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s).,BGP IPv4 Unicast Peer: dc2-spine1 (IP: 10.255.255.104),NOT RUN, -1370,dc2-leaf1a,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s).,BGP IPv4 Unicast Peer: dc2-spine2 (IP: 10.255.255.106),NOT RUN, -1371,dc2-leaf1a,Configuration,VerifyRunningConfigDiffs,Verifies there is no difference between the running-config and the startup-config,,NOT RUN, -1372,dc2-leaf1a,Configuration,VerifyZeroTouch,Verifies ZeroTouch is disabled,,NOT RUN, -1373,dc2-leaf1a,Connectivity,VerifyLLDPNeighbors,Verifies that the provided LLDP neighbors are connected properly.,Local: Ethernet1 - Remote: dc2-spine1 Ethernet1,NOT RUN, -1374,dc2-leaf1a,Connectivity,VerifyLLDPNeighbors,Verifies that the provided LLDP neighbors are connected properly.,Local: Ethernet2 - Remote: dc2-spine2 Ethernet1,NOT RUN, -1375,dc2-leaf1a,Connectivity,VerifyLLDPNeighbors,Verifies that the provided LLDP neighbors are connected properly.,Local: Ethernet3 - Remote: dc2-leaf1b Ethernet3,NOT RUN, -1376,dc2-leaf1a,Connectivity,VerifyLLDPNeighbors,Verifies that the provided LLDP neighbors are connected properly.,Local: Ethernet4 - Remote: dc2-leaf1b Ethernet4,NOT RUN, -1377,dc2-leaf1a,Connectivity,VerifyLLDPNeighbors,Verifies that the provided LLDP neighbors are connected properly.,Local: Ethernet8 - Remote: dc2-leaf1c Ethernet1,NOT RUN, -1378,dc2-leaf1a,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.13) - Destination: dc1-leaf1a Loopback0 (IP: 10.255.0.3),NOT RUN, -1379,dc2-leaf1a,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.13) - Destination: dc1-leaf1b Loopback0 (IP: 10.255.0.4),NOT RUN, -1380,dc2-leaf1a,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.13) - Destination: dc1-leaf2a Loopback0 (IP: 10.255.0.5),NOT RUN, -1381,dc2-leaf1a,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.13) - Destination: dc1-spine1 Loopback0 (IP: 10.255.0.1),NOT RUN, -1382,dc2-leaf1a,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.13) - Destination: dc1-spine2 Loopback0 (IP: 10.255.0.2),NOT RUN, -1383,dc2-leaf1a,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.13) - Destination: dc1-svc-leaf1a Loopback0 (IP: 10.33.0.5),NOT RUN, -1384,dc2-leaf1a,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.13) - Destination: dc1-svc-leaf1b Loopback0 (IP: 10.33.0.6),NOT RUN, -1385,dc2-leaf1a,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.13) - Destination: dc1-wan1 Loopback0 (IP: 10.255.2.1),NOT RUN, -1386,dc2-leaf1a,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.13) - Destination: dc1-wan2 Loopback0 (IP: 10.255.2.2),NOT RUN, -1387,dc2-leaf1a,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.13) - Destination: dc2-leaf1a Loopback0 (IP: 10.255.128.13),NOT RUN, -1388,dc2-leaf1a,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.13) - Destination: dc2-leaf1b Loopback0 (IP: 10.255.128.14),NOT RUN, -1389,dc2-leaf1a,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.13) - Destination: dc2-leaf2a Loopback0 (IP: 10.255.128.15),NOT RUN, -1390,dc2-leaf1a,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.13) - Destination: dc2-leaf2b Loopback0 (IP: 10.255.128.16),NOT RUN, -1391,dc2-leaf1a,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.13) - Destination: dc2-leaf3a.arista.com Loopback0 (IP: 10.255.128.17),NOT RUN, -1392,dc2-leaf1a,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.13) - Destination: dc2-leaf3b.arista.com Loopback0 (IP: 10.255.128.18),NOT RUN, -1393,dc2-leaf1a,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.13) - Destination: dc2-spine1 Loopback0 (IP: 10.255.128.11),NOT RUN, -1394,dc2-leaf1a,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.13) - Destination: dc2-spine2 Loopback0 (IP: 10.255.128.12),NOT RUN, -1395,dc2-leaf1a,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: P2P Interface Ethernet1 (IP: 10.255.255.105) - Destination: dc2-spine1 Ethernet1 (IP: 10.255.255.104),NOT RUN, -1396,dc2-leaf1a,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: P2P Interface Ethernet2 (IP: 10.255.255.107) - Destination: dc2-spine2 Ethernet1 (IP: 10.255.255.106),NOT RUN, +1366,dc2-leaf1a,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s) for given address families.,BGP EVPN Peer: dc2-spine1 (IP: 10.255.128.11),NOT RUN, +1367,dc2-leaf1a,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s) for given address families.,BGP EVPN Peer: dc2-spine2 (IP: 10.255.128.12),NOT RUN, +1368,dc2-leaf1a,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s) for given address families.,BGP IPv4 Unicast Peer: dc2-leaf1b (IP: 10.255.129.117),NOT RUN, +1369,dc2-leaf1a,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s) for given address families.,BGP IPv4 Unicast Peer: dc2-spine1 (IP: 10.255.255.104),NOT RUN, +1370,dc2-leaf1a,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s) for given address families.,BGP IPv4 Unicast Peer: dc2-spine2 (IP: 10.255.255.106),NOT RUN, +1371,dc2-leaf1a,Configuration,VerifyRunningConfigDiffs,Verifies there is no difference between the running-config and the startup-config.,,NOT RUN, +1372,dc2-leaf1a,Configuration,VerifyZeroTouch,Verifies ZeroTouch is disabled.,,NOT RUN, +1373,dc2-leaf1a,Connectivity,VerifyLLDPNeighbors,Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.,Local: Ethernet1 - Remote: dc2-spine1 Ethernet1,NOT RUN, +1374,dc2-leaf1a,Connectivity,VerifyLLDPNeighbors,Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.,Local: Ethernet2 - Remote: dc2-spine2 Ethernet1,NOT RUN, +1375,dc2-leaf1a,Connectivity,VerifyLLDPNeighbors,Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.,Local: Ethernet3 - Remote: dc2-leaf1b Ethernet3,NOT RUN, +1376,dc2-leaf1a,Connectivity,VerifyLLDPNeighbors,Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.,Local: Ethernet4 - Remote: dc2-leaf1b Ethernet4,NOT RUN, +1377,dc2-leaf1a,Connectivity,VerifyLLDPNeighbors,Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.,Local: Ethernet8 - Remote: dc2-leaf1c Ethernet1,NOT RUN, +1378,dc2-leaf1a,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.13) - Destination: dc1-leaf1a Loopback0 (IP: 10.255.0.3),NOT RUN, +1379,dc2-leaf1a,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.13) - Destination: dc1-leaf1b Loopback0 (IP: 10.255.0.4),NOT RUN, +1380,dc2-leaf1a,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.13) - Destination: dc1-leaf2a Loopback0 (IP: 10.255.0.5),NOT RUN, +1381,dc2-leaf1a,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.13) - Destination: dc1-spine1 Loopback0 (IP: 10.255.0.1),NOT RUN, +1382,dc2-leaf1a,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.13) - Destination: dc1-spine2 Loopback0 (IP: 10.255.0.2),NOT RUN, +1383,dc2-leaf1a,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.13) - Destination: dc1-svc-leaf1a Loopback0 (IP: 10.33.0.5),NOT RUN, +1384,dc2-leaf1a,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.13) - Destination: dc1-svc-leaf1b Loopback0 (IP: 10.33.0.6),NOT RUN, +1385,dc2-leaf1a,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.13) - Destination: dc1-wan1 Loopback0 (IP: 10.255.2.1),NOT RUN, +1386,dc2-leaf1a,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.13) - Destination: dc1-wan2 Loopback0 (IP: 10.255.2.2),NOT RUN, +1387,dc2-leaf1a,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.13) - Destination: dc2-leaf1a Loopback0 (IP: 10.255.128.13),NOT RUN, +1388,dc2-leaf1a,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.13) - Destination: dc2-leaf1b Loopback0 (IP: 10.255.128.14),NOT RUN, +1389,dc2-leaf1a,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.13) - Destination: dc2-leaf2a Loopback0 (IP: 10.255.128.15),NOT RUN, +1390,dc2-leaf1a,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.13) - Destination: dc2-leaf2b Loopback0 (IP: 10.255.128.16),NOT RUN, +1391,dc2-leaf1a,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.13) - Destination: dc2-leaf3a.arista.com Loopback0 (IP: 10.255.128.17),NOT RUN, +1392,dc2-leaf1a,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.13) - Destination: dc2-leaf3b.arista.com Loopback0 (IP: 10.255.128.18),NOT RUN, +1393,dc2-leaf1a,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.13) - Destination: dc2-spine1 Loopback0 (IP: 10.255.128.11),NOT RUN, +1394,dc2-leaf1a,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.13) - Destination: dc2-spine2 Loopback0 (IP: 10.255.128.12),NOT RUN, +1395,dc2-leaf1a,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: P2P Interface Ethernet1 (IP: 10.255.255.105) - Destination: dc2-spine1 Ethernet1 (IP: 10.255.255.104),NOT RUN, +1396,dc2-leaf1a,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: P2P Interface Ethernet2 (IP: 10.255.255.107) - Destination: dc2-spine2 Ethernet1 (IP: 10.255.255.106),NOT RUN, 1397,dc2-leaf1a,Field Notices,VerifyFieldNotice44Resolution,Verifies that the device is using the correct Aboot version per FN0044.,,NOT RUN, 1398,dc2-leaf1a,Field Notices,VerifyFieldNotice72Resolution,"Verifies if the device is exposed to FN0072, and if the issue has been mitigated.",,NOT RUN, -1399,dc2-leaf1a,Greent,VerifyGreenT,Verifies if a GreenT policy is created.,,NOT RUN, +1399,dc2-leaf1a,Greent,VerifyGreenT,Verifies if a GreenT policy other than the default is created.,,NOT RUN, 1400,dc2-leaf1a,Greent,VerifyGreenTCounters,Verifies if the GreenT counters are incremented.,,NOT RUN, 1401,dc2-leaf1a,Hardware,VerifyAdverseDrops,Verifies there are no adverse drops on DCS-7280 and DCS-7500 family switches.,,NOT RUN, 1402,dc2-leaf1a,Hardware,VerifyEnvironmentCooling,Verifies the status of power supply fans and all fan trays.,,NOT RUN, 1403,dc2-leaf1a,Hardware,VerifyEnvironmentCooling,Verifies the status of power supply fans and all fan trays.,Accepted States: 'ok',NOT RUN, 1404,dc2-leaf1a,Hardware,VerifyEnvironmentPower,Verifies the power supplies status.,,NOT RUN, 1405,dc2-leaf1a,Hardware,VerifyEnvironmentPower,Verifies the power supplies status.,Accepted States: 'ok',NOT RUN, -1406,dc2-leaf1a,Hardware,VerifyEnvironmentSystemCooling,Verifies the system cooling status.,,NOT RUN, -1407,dc2-leaf1a,Hardware,VerifyTemperature,Verifies the device temperature.,,NOT RUN, -1408,dc2-leaf1a,Hardware,VerifyTemperature,Verifies the device temperature.,,NOT RUN, -1409,dc2-leaf1a,Hardware,VerifyTransceiversManufacturers,Verifies if all transceivers come from approved manufacturers.,,NOT RUN, -1410,dc2-leaf1a,Hardware,VerifyTransceiversManufacturers,Verifies if all transceivers come from approved manufacturers.,"Accepted Manufacturers: 'Arista Networks', 'Arastra, Inc.', 'Not Present'",NOT RUN, -1411,dc2-leaf1a,Hardware,VerifyTransceiversTemperature,Verifies the transceivers temperature.,,NOT RUN, -1412,dc2-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet1 - P2P_dc2-spine1_Ethernet1 = 'up',NOT RUN, -1413,dc2-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet2 - P2P_dc2-spine2_Ethernet1 = 'up',NOT RUN, -1414,dc2-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet3 - MLAG_dc2-leaf1b_Ethernet3 = 'up',NOT RUN, -1415,dc2-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet4 - MLAG_dc2-leaf1b_Ethernet4 = 'up',NOT RUN, -1416,dc2-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet5 - SERVER_dc2-leaf1-server1_PCI1 = 'up',NOT RUN, -1417,dc2-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet8 - L2_dc2-leaf1c_Ethernet1 = 'up',NOT RUN, -1418,dc2-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Loopback0 - ROUTER_ID = 'up',NOT RUN, -1419,dc2-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Loopback1 - VXLAN_TUNNEL_SOURCE = 'up',NOT RUN, -1420,dc2-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Loopback10 - DIAG_VRF_VRF10 = 'up',NOT RUN, -1421,dc2-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Loopback11 - DIAG_VRF_VRF11 = 'up',NOT RUN, -1422,dc2-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Port-Channel3 - MLAG_dc2-leaf1b_Port-Channel3 = 'up',NOT RUN, -1423,dc2-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Port-Channel5 - PortChannel dc2-leaf1-server1 = 'up',NOT RUN, -1424,dc2-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Port-Channel8 - L2_dc2-leaf1c_Port-Channel1 = 'up',NOT RUN, -1425,dc2-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Vlan11 - VRF10_VLAN11 = 'up',NOT RUN, -1426,dc2-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Vlan12 - VRF10_VLAN12 = 'up',NOT RUN, -1427,dc2-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Vlan21 - VRF11_VLAN21 = 'up',NOT RUN, -1428,dc2-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Vlan22 - VRF11_VLAN22 = 'up',NOT RUN, -1429,dc2-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Vlan3009 - MLAG_L3_VRF_VRF10 = 'up',NOT RUN, -1430,dc2-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Vlan3010 - MLAG_L3_VRF_VRF11 = 'up',NOT RUN, -1431,dc2-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Vlan4093 - MLAG_L3 = 'up',NOT RUN, -1432,dc2-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Vlan4094 - MLAG = 'up',NOT RUN, -1433,dc2-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Vxlan1 = 'up',NOT RUN, +1406,dc2-leaf1a,Hardware,VerifyEnvironmentSystemCooling,Verifies the device's system cooling status.,,NOT RUN, +1407,dc2-leaf1a,Hardware,VerifyTemperature,Verifies if the device temperature is within acceptable limits.,,NOT RUN, +1408,dc2-leaf1a,Hardware,VerifyTemperature,Verifies if the device temperature is within acceptable limits.,,NOT RUN, +1409,dc2-leaf1a,Hardware,VerifyTransceiversManufacturers,Verifies if all the transceivers come from approved manufacturers.,,NOT RUN, +1410,dc2-leaf1a,Hardware,VerifyTransceiversManufacturers,Verifies if all the transceivers come from approved manufacturers.,"Accepted Manufacturers: 'Arista Networks', 'Arastra, Inc.', 'Not Present'",NOT RUN, +1411,dc2-leaf1a,Hardware,VerifyTransceiversTemperature,Verifies if all the transceivers are operating at an acceptable temperature.,,NOT RUN, +1412,dc2-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Ethernet1 - P2P_dc2-spine1_Ethernet1 = 'up',NOT RUN, +1413,dc2-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Ethernet2 - P2P_dc2-spine2_Ethernet1 = 'up',NOT RUN, +1414,dc2-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Ethernet3 - MLAG_dc2-leaf1b_Ethernet3 = 'up',NOT RUN, +1415,dc2-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Ethernet4 - MLAG_dc2-leaf1b_Ethernet4 = 'up',NOT RUN, +1416,dc2-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Ethernet5 - SERVER_dc2-leaf1-server1_PCI1 = 'up',NOT RUN, +1417,dc2-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Ethernet8 - L2_dc2-leaf1c_Ethernet1 = 'up',NOT RUN, +1418,dc2-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Loopback0 - ROUTER_ID = 'up',NOT RUN, +1419,dc2-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Loopback1 - VXLAN_TUNNEL_SOURCE = 'up',NOT RUN, +1420,dc2-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Loopback10 - DIAG_VRF_VRF10 = 'up',NOT RUN, +1421,dc2-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Loopback11 - DIAG_VRF_VRF11 = 'up',NOT RUN, +1422,dc2-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Port-Channel3 - MLAG_dc2-leaf1b_Port-Channel3 = 'up',NOT RUN, +1423,dc2-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Port-Channel5 - PortChannel dc2-leaf1-server1 = 'up',NOT RUN, +1424,dc2-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Port-Channel8 - L2_dc2-leaf1c_Port-Channel1 = 'up',NOT RUN, +1425,dc2-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Vlan11 - VRF10_VLAN11 = 'up',NOT RUN, +1426,dc2-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Vlan12 - VRF10_VLAN12 = 'up',NOT RUN, +1427,dc2-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Vlan21 - VRF11_VLAN21 = 'up',NOT RUN, +1428,dc2-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Vlan22 - VRF11_VLAN22 = 'up',NOT RUN, +1429,dc2-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Vlan3009 - MLAG_L3_VRF_VRF10 = 'up',NOT RUN, +1430,dc2-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Vlan3010 - MLAG_L3_VRF_VRF11 = 'up',NOT RUN, +1431,dc2-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Vlan4093 - MLAG_L3 = 'up',NOT RUN, +1432,dc2-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Vlan4094 - MLAG = 'up',NOT RUN, +1433,dc2-leaf1a,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Vxlan1 = 'up',NOT RUN, 1434,dc2-leaf1a,LANZ,VerifyLANZ,Verifies if LANZ is enabled.,,NOT RUN, 1435,dc2-leaf1a,Logging,VerifyLoggingAccounting,Verifies if AAA accounting logs are generated.,,NOT RUN, 1436,dc2-leaf1a,Logging,VerifyLoggingErrors,Verifies there are no syslog messages with a severity of ERRORS or higher.,,NOT RUN, @@ -1444,10 +1444,10 @@ id,dut,categories,test,description,inputs,result,messages 1443,dc2-leaf1a,MLAG,VerifyMlagConfigSanity,Verifies there are no MLAG config-sanity inconsistencies.,,NOT RUN, 1444,dc2-leaf1a,MLAG,VerifyMlagDualPrimary,Verifies the MLAG dual-primary detection parameters.,,NOT RUN, 1445,dc2-leaf1a,MLAG,VerifyMlagInterfaces,Verifies there are no inactive or active-partial MLAG ports.,,NOT RUN, -1446,dc2-leaf1a,MLAG,VerifyMlagReloadDelay,Verifies the MLAG reload-delay parameters.,,NOT RUN, +1446,dc2-leaf1a,MLAG,VerifyMlagReloadDelay,Verifies the reload-delay parameters of the MLAG configuration.,,NOT RUN, 1447,dc2-leaf1a,MLAG,VerifyMlagStatus,Verifies the health status of the MLAG configuration.,,NOT RUN, 1448,dc2-leaf1a,MLAG,VerifyMlagStatus,Verifies the health status of the MLAG configuration.,,NOT RUN, -1449,dc2-leaf1a,Multicast,VerifyIGMPSnoopingGlobal,Verifies the IGMP snooping global configuration.,,NOT RUN, +1449,dc2-leaf1a,Multicast,VerifyIGMPSnoopingGlobal,Verifies the IGMP snooping global status.,,NOT RUN, 1450,dc2-leaf1a,Multicast,VerifyIGMPSnoopingVlans,Verifies the IGMP snooping status for the provided VLANs.,,NOT RUN, 1451,dc2-leaf1a,PTP,VerifyPtpGMStatus,Verifies that the device is locked to a valid PTP Grandmaster.,,NOT RUN, 1452,dc2-leaf1a,PTP,VerifyPtpLockStatus,Verifies that the device was locked to the upstream PTP GM in the last minute.,,NOT RUN, @@ -1488,13 +1488,13 @@ id,dut,categories,test,description,inputs,result,messages 1487,dc2-leaf1a,Security,VerifyBannerMotd,Verifies the motd banner of a device.,,NOT RUN, 1488,dc2-leaf1a,Security,VerifyIPSecConnHealth,Verifies all IPv4 security connections.,,NOT RUN, 1489,dc2-leaf1a,Security,VerifyIPv4ACL,Verifies the configuration of IPv4 ACLs.,,NOT RUN, -1490,dc2-leaf1a,Security,VerifySpecificIPSecConn,Verifies IPv4 security connections for a peer.,,NOT RUN, +1490,dc2-leaf1a,Security,VerifySpecificIPSecConn,Verifies the IPv4 security connections.,,NOT RUN, 1491,dc2-leaf1a,Security,VerifySSHIPv4Acl,Verifies if the SSHD agent has IPv4 ACL(s) configured.,,NOT RUN, 1492,dc2-leaf1a,Security,VerifySSHIPv6Acl,Verifies if the SSHD agent has IPv6 ACL(s) configured.,,NOT RUN, 1493,dc2-leaf1a,Security,VerifySSHStatus,Verifies if the SSHD agent is disabled in the default VRF.,,NOT RUN, 1494,dc2-leaf1a,Security,VerifyTelnetStatus,Verifies if Telnet is disabled in the default VRF.,,NOT RUN, 1495,dc2-leaf1a,Services,VerifyDNSLookup,Verifies the DNS name to IP address resolution.,,NOT RUN, -1496,dc2-leaf1a,Services,VerifyDNSServers,Verifies if the DNS servers are correctly configured.,,NOT RUN, +1496,dc2-leaf1a,Services,VerifyDNSServers,Verifies if the DNS (Domain Name Service) servers are correctly configured.,,NOT RUN, 1497,dc2-leaf1a,Services,VerifyErrdisableRecovery,"Verifies the errdisable recovery reason, status, and interval.",,NOT RUN, 1498,dc2-leaf1a,Services,VerifyHostname,Verifies the hostname of a device.,,NOT RUN, 1499,dc2-leaf1a,SNMP,VerifySnmpIPv4Acl,Verifies if the SNMP agent has IPv4 ACL(s) configured.,,NOT RUN, @@ -1507,7 +1507,7 @@ id,dut,categories,test,description,inputs,result,messages 1506,dc2-leaf1a,STP,VerifySTPForwardingPorts,Verifies that all interfaces are forwarding for a provided list of VLAN(s).,,NOT RUN, 1507,dc2-leaf1a,STP,VerifySTPMode,Verifies the configured STP mode for a provided list of VLAN(s).,,NOT RUN, 1508,dc2-leaf1a,STP,VerifySTPRootPriority,Verifies the STP root priority for a provided list of VLAN or MST instance ID(s).,,NOT RUN, -1509,dc2-leaf1a,STUN,VerifyStunClient,Verifies the STUN client is configured with the specified IPv4 source address and port. Validate the public IP and port if provided.,,NOT RUN, +1509,dc2-leaf1a,STUN,VerifyStunClient,(Deprecated) Verifies the translation for a source address on a STUN client.,,NOT RUN, 1510,dc2-leaf1a,System,VerifyAgentLogs,Verifies there are no agent crash reports.,,NOT RUN, 1511,dc2-leaf1a,System,VerifyCoredump,Verifies there are no core dump files.,,NOT RUN, 1512,dc2-leaf1a,System,VerifyCPUUtilization,Verifies whether the CPU utilization is below 75%.,,NOT RUN, @@ -1526,74 +1526,74 @@ id,dut,categories,test,description,inputs,result,messages 1525,dc2-leaf1b,AAA,VerifyTacacsServerGroups,Verifies if the provided TACACS server group(s) are configured.,,NOT RUN, 1526,dc2-leaf1b,AAA,VerifyTacacsServers,Verifies TACACS servers are configured for a specified VRF.,,NOT RUN, 1527,dc2-leaf1b,AAA,VerifyTacacsSourceIntf,Verifies TACACS source-interface for a specified VRF.,,NOT RUN, -1528,dc2-leaf1b,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s).,BGP EVPN Peer: dc2-spine1 (IP: 10.255.128.11),NOT RUN, -1529,dc2-leaf1b,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s).,BGP EVPN Peer: dc2-spine2 (IP: 10.255.128.12),NOT RUN, -1530,dc2-leaf1b,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s).,BGP IPv4 Unicast Peer: dc2-leaf1a (IP: 10.255.129.116),NOT RUN, -1531,dc2-leaf1b,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s).,BGP IPv4 Unicast Peer: dc2-spine1 (IP: 10.255.255.108),NOT RUN, -1532,dc2-leaf1b,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s).,BGP IPv4 Unicast Peer: dc2-spine2 (IP: 10.255.255.110),NOT RUN, -1533,dc2-leaf1b,Configuration,VerifyRunningConfigDiffs,Verifies there is no difference between the running-config and the startup-config,,NOT RUN, -1534,dc2-leaf1b,Configuration,VerifyZeroTouch,Verifies ZeroTouch is disabled,,NOT RUN, -1535,dc2-leaf1b,Connectivity,VerifyLLDPNeighbors,Verifies that the provided LLDP neighbors are connected properly.,Local: Ethernet1 - Remote: dc2-spine1 Ethernet2,NOT RUN, -1536,dc2-leaf1b,Connectivity,VerifyLLDPNeighbors,Verifies that the provided LLDP neighbors are connected properly.,Local: Ethernet2 - Remote: dc2-spine2 Ethernet2,NOT RUN, -1537,dc2-leaf1b,Connectivity,VerifyLLDPNeighbors,Verifies that the provided LLDP neighbors are connected properly.,Local: Ethernet3 - Remote: dc2-leaf1a Ethernet3,NOT RUN, -1538,dc2-leaf1b,Connectivity,VerifyLLDPNeighbors,Verifies that the provided LLDP neighbors are connected properly.,Local: Ethernet4 - Remote: dc2-leaf1a Ethernet4,NOT RUN, -1539,dc2-leaf1b,Connectivity,VerifyLLDPNeighbors,Verifies that the provided LLDP neighbors are connected properly.,Local: Ethernet8 - Remote: dc2-leaf1c Ethernet2,NOT RUN, -1540,dc2-leaf1b,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.14) - Destination: dc1-leaf1a Loopback0 (IP: 10.255.0.3),NOT RUN, -1541,dc2-leaf1b,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.14) - Destination: dc1-leaf1b Loopback0 (IP: 10.255.0.4),NOT RUN, -1542,dc2-leaf1b,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.14) - Destination: dc1-leaf2a Loopback0 (IP: 10.255.0.5),NOT RUN, -1543,dc2-leaf1b,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.14) - Destination: dc1-spine1 Loopback0 (IP: 10.255.0.1),NOT RUN, -1544,dc2-leaf1b,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.14) - Destination: dc1-spine2 Loopback0 (IP: 10.255.0.2),NOT RUN, -1545,dc2-leaf1b,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.14) - Destination: dc1-svc-leaf1a Loopback0 (IP: 10.33.0.5),NOT RUN, -1546,dc2-leaf1b,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.14) - Destination: dc1-svc-leaf1b Loopback0 (IP: 10.33.0.6),NOT RUN, -1547,dc2-leaf1b,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.14) - Destination: dc1-wan1 Loopback0 (IP: 10.255.2.1),NOT RUN, -1548,dc2-leaf1b,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.14) - Destination: dc1-wan2 Loopback0 (IP: 10.255.2.2),NOT RUN, -1549,dc2-leaf1b,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.14) - Destination: dc2-leaf1a Loopback0 (IP: 10.255.128.13),NOT RUN, -1550,dc2-leaf1b,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.14) - Destination: dc2-leaf1b Loopback0 (IP: 10.255.128.14),NOT RUN, -1551,dc2-leaf1b,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.14) - Destination: dc2-leaf2a Loopback0 (IP: 10.255.128.15),NOT RUN, -1552,dc2-leaf1b,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.14) - Destination: dc2-leaf2b Loopback0 (IP: 10.255.128.16),NOT RUN, -1553,dc2-leaf1b,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.14) - Destination: dc2-leaf3a.arista.com Loopback0 (IP: 10.255.128.17),NOT RUN, -1554,dc2-leaf1b,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.14) - Destination: dc2-leaf3b.arista.com Loopback0 (IP: 10.255.128.18),NOT RUN, -1555,dc2-leaf1b,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.14) - Destination: dc2-spine1 Loopback0 (IP: 10.255.128.11),NOT RUN, -1556,dc2-leaf1b,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.14) - Destination: dc2-spine2 Loopback0 (IP: 10.255.128.12),NOT RUN, -1557,dc2-leaf1b,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: P2P Interface Ethernet1 (IP: 10.255.255.109) - Destination: dc2-spine1 Ethernet2 (IP: 10.255.255.108),NOT RUN, -1558,dc2-leaf1b,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: P2P Interface Ethernet2 (IP: 10.255.255.111) - Destination: dc2-spine2 Ethernet2 (IP: 10.255.255.110),NOT RUN, +1528,dc2-leaf1b,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s) for given address families.,BGP EVPN Peer: dc2-spine1 (IP: 10.255.128.11),NOT RUN, +1529,dc2-leaf1b,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s) for given address families.,BGP EVPN Peer: dc2-spine2 (IP: 10.255.128.12),NOT RUN, +1530,dc2-leaf1b,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s) for given address families.,BGP IPv4 Unicast Peer: dc2-leaf1a (IP: 10.255.129.116),NOT RUN, +1531,dc2-leaf1b,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s) for given address families.,BGP IPv4 Unicast Peer: dc2-spine1 (IP: 10.255.255.108),NOT RUN, +1532,dc2-leaf1b,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s) for given address families.,BGP IPv4 Unicast Peer: dc2-spine2 (IP: 10.255.255.110),NOT RUN, +1533,dc2-leaf1b,Configuration,VerifyRunningConfigDiffs,Verifies there is no difference between the running-config and the startup-config.,,NOT RUN, +1534,dc2-leaf1b,Configuration,VerifyZeroTouch,Verifies ZeroTouch is disabled.,,NOT RUN, +1535,dc2-leaf1b,Connectivity,VerifyLLDPNeighbors,Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.,Local: Ethernet1 - Remote: dc2-spine1 Ethernet2,NOT RUN, +1536,dc2-leaf1b,Connectivity,VerifyLLDPNeighbors,Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.,Local: Ethernet2 - Remote: dc2-spine2 Ethernet2,NOT RUN, +1537,dc2-leaf1b,Connectivity,VerifyLLDPNeighbors,Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.,Local: Ethernet3 - Remote: dc2-leaf1a Ethernet3,NOT RUN, +1538,dc2-leaf1b,Connectivity,VerifyLLDPNeighbors,Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.,Local: Ethernet4 - Remote: dc2-leaf1a Ethernet4,NOT RUN, +1539,dc2-leaf1b,Connectivity,VerifyLLDPNeighbors,Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.,Local: Ethernet8 - Remote: dc2-leaf1c Ethernet2,NOT RUN, +1540,dc2-leaf1b,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.14) - Destination: dc1-leaf1a Loopback0 (IP: 10.255.0.3),NOT RUN, +1541,dc2-leaf1b,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.14) - Destination: dc1-leaf1b Loopback0 (IP: 10.255.0.4),NOT RUN, +1542,dc2-leaf1b,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.14) - Destination: dc1-leaf2a Loopback0 (IP: 10.255.0.5),NOT RUN, +1543,dc2-leaf1b,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.14) - Destination: dc1-spine1 Loopback0 (IP: 10.255.0.1),NOT RUN, +1544,dc2-leaf1b,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.14) - Destination: dc1-spine2 Loopback0 (IP: 10.255.0.2),NOT RUN, +1545,dc2-leaf1b,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.14) - Destination: dc1-svc-leaf1a Loopback0 (IP: 10.33.0.5),NOT RUN, +1546,dc2-leaf1b,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.14) - Destination: dc1-svc-leaf1b Loopback0 (IP: 10.33.0.6),NOT RUN, +1547,dc2-leaf1b,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.14) - Destination: dc1-wan1 Loopback0 (IP: 10.255.2.1),NOT RUN, +1548,dc2-leaf1b,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.14) - Destination: dc1-wan2 Loopback0 (IP: 10.255.2.2),NOT RUN, +1549,dc2-leaf1b,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.14) - Destination: dc2-leaf1a Loopback0 (IP: 10.255.128.13),NOT RUN, +1550,dc2-leaf1b,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.14) - Destination: dc2-leaf1b Loopback0 (IP: 10.255.128.14),NOT RUN, +1551,dc2-leaf1b,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.14) - Destination: dc2-leaf2a Loopback0 (IP: 10.255.128.15),NOT RUN, +1552,dc2-leaf1b,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.14) - Destination: dc2-leaf2b Loopback0 (IP: 10.255.128.16),NOT RUN, +1553,dc2-leaf1b,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.14) - Destination: dc2-leaf3a.arista.com Loopback0 (IP: 10.255.128.17),NOT RUN, +1554,dc2-leaf1b,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.14) - Destination: dc2-leaf3b.arista.com Loopback0 (IP: 10.255.128.18),NOT RUN, +1555,dc2-leaf1b,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.14) - Destination: dc2-spine1 Loopback0 (IP: 10.255.128.11),NOT RUN, +1556,dc2-leaf1b,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.14) - Destination: dc2-spine2 Loopback0 (IP: 10.255.128.12),NOT RUN, +1557,dc2-leaf1b,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: P2P Interface Ethernet1 (IP: 10.255.255.109) - Destination: dc2-spine1 Ethernet2 (IP: 10.255.255.108),NOT RUN, +1558,dc2-leaf1b,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: P2P Interface Ethernet2 (IP: 10.255.255.111) - Destination: dc2-spine2 Ethernet2 (IP: 10.255.255.110),NOT RUN, 1559,dc2-leaf1b,Field Notices,VerifyFieldNotice44Resolution,Verifies that the device is using the correct Aboot version per FN0044.,,NOT RUN, 1560,dc2-leaf1b,Field Notices,VerifyFieldNotice72Resolution,"Verifies if the device is exposed to FN0072, and if the issue has been mitigated.",,NOT RUN, -1561,dc2-leaf1b,Greent,VerifyGreenT,Verifies if a GreenT policy is created.,,NOT RUN, +1561,dc2-leaf1b,Greent,VerifyGreenT,Verifies if a GreenT policy other than the default is created.,,NOT RUN, 1562,dc2-leaf1b,Greent,VerifyGreenTCounters,Verifies if the GreenT counters are incremented.,,NOT RUN, 1563,dc2-leaf1b,Hardware,VerifyAdverseDrops,Verifies there are no adverse drops on DCS-7280 and DCS-7500 family switches.,,NOT RUN, 1564,dc2-leaf1b,Hardware,VerifyEnvironmentCooling,Verifies the status of power supply fans and all fan trays.,,NOT RUN, 1565,dc2-leaf1b,Hardware,VerifyEnvironmentCooling,Verifies the status of power supply fans and all fan trays.,Accepted States: 'ok',NOT RUN, 1566,dc2-leaf1b,Hardware,VerifyEnvironmentPower,Verifies the power supplies status.,,NOT RUN, 1567,dc2-leaf1b,Hardware,VerifyEnvironmentPower,Verifies the power supplies status.,Accepted States: 'ok',NOT RUN, -1568,dc2-leaf1b,Hardware,VerifyEnvironmentSystemCooling,Verifies the system cooling status.,,NOT RUN, -1569,dc2-leaf1b,Hardware,VerifyTemperature,Verifies the device temperature.,,NOT RUN, -1570,dc2-leaf1b,Hardware,VerifyTemperature,Verifies the device temperature.,,NOT RUN, -1571,dc2-leaf1b,Hardware,VerifyTransceiversManufacturers,Verifies if all transceivers come from approved manufacturers.,,NOT RUN, -1572,dc2-leaf1b,Hardware,VerifyTransceiversManufacturers,Verifies if all transceivers come from approved manufacturers.,"Accepted Manufacturers: 'Arista Networks', 'Arastra, Inc.', 'Not Present'",NOT RUN, -1573,dc2-leaf1b,Hardware,VerifyTransceiversTemperature,Verifies the transceivers temperature.,,NOT RUN, -1574,dc2-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet1 - P2P_dc2-spine1_Ethernet2 = 'up',NOT RUN, -1575,dc2-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet2 - P2P_dc2-spine2_Ethernet2 = 'up',NOT RUN, -1576,dc2-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet3 - MLAG_dc2-leaf1a_Ethernet3 = 'up',NOT RUN, -1577,dc2-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet4 - MLAG_dc2-leaf1a_Ethernet4 = 'up',NOT RUN, -1578,dc2-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet5 - SERVER_dc2-leaf1-server1_PCI2 = 'up',NOT RUN, -1579,dc2-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet8 - L2_dc2-leaf1c_Ethernet2 = 'up',NOT RUN, -1580,dc2-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Loopback0 - ROUTER_ID = 'up',NOT RUN, -1581,dc2-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Loopback1 - VXLAN_TUNNEL_SOURCE = 'up',NOT RUN, -1582,dc2-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Loopback10 - DIAG_VRF_VRF10 = 'up',NOT RUN, -1583,dc2-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Loopback11 - DIAG_VRF_VRF11 = 'up',NOT RUN, -1584,dc2-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Port-Channel3 - MLAG_dc2-leaf1a_Port-Channel3 = 'up',NOT RUN, -1585,dc2-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Port-Channel5 - PortChannel dc2-leaf1-server1 = 'up',NOT RUN, -1586,dc2-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Port-Channel8 - L2_dc2-leaf1c_Port-Channel1 = 'up',NOT RUN, -1587,dc2-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Vlan11 - VRF10_VLAN11 = 'up',NOT RUN, -1588,dc2-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Vlan12 - VRF10_VLAN12 = 'up',NOT RUN, -1589,dc2-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Vlan21 - VRF11_VLAN21 = 'up',NOT RUN, -1590,dc2-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Vlan22 - VRF11_VLAN22 = 'up',NOT RUN, -1591,dc2-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Vlan3009 - MLAG_L3_VRF_VRF10 = 'up',NOT RUN, -1592,dc2-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Vlan3010 - MLAG_L3_VRF_VRF11 = 'up',NOT RUN, -1593,dc2-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Vlan4093 - MLAG_L3 = 'up',NOT RUN, -1594,dc2-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Vlan4094 - MLAG = 'up',NOT RUN, -1595,dc2-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Vxlan1 = 'up',NOT RUN, +1568,dc2-leaf1b,Hardware,VerifyEnvironmentSystemCooling,Verifies the device's system cooling status.,,NOT RUN, +1569,dc2-leaf1b,Hardware,VerifyTemperature,Verifies if the device temperature is within acceptable limits.,,NOT RUN, +1570,dc2-leaf1b,Hardware,VerifyTemperature,Verifies if the device temperature is within acceptable limits.,,NOT RUN, +1571,dc2-leaf1b,Hardware,VerifyTransceiversManufacturers,Verifies if all the transceivers come from approved manufacturers.,,NOT RUN, +1572,dc2-leaf1b,Hardware,VerifyTransceiversManufacturers,Verifies if all the transceivers come from approved manufacturers.,"Accepted Manufacturers: 'Arista Networks', 'Arastra, Inc.', 'Not Present'",NOT RUN, +1573,dc2-leaf1b,Hardware,VerifyTransceiversTemperature,Verifies if all the transceivers are operating at an acceptable temperature.,,NOT RUN, +1574,dc2-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Ethernet1 - P2P_dc2-spine1_Ethernet2 = 'up',NOT RUN, +1575,dc2-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Ethernet2 - P2P_dc2-spine2_Ethernet2 = 'up',NOT RUN, +1576,dc2-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Ethernet3 - MLAG_dc2-leaf1a_Ethernet3 = 'up',NOT RUN, +1577,dc2-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Ethernet4 - MLAG_dc2-leaf1a_Ethernet4 = 'up',NOT RUN, +1578,dc2-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Ethernet5 - SERVER_dc2-leaf1-server1_PCI2 = 'up',NOT RUN, +1579,dc2-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Ethernet8 - L2_dc2-leaf1c_Ethernet2 = 'up',NOT RUN, +1580,dc2-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Loopback0 - ROUTER_ID = 'up',NOT RUN, +1581,dc2-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Loopback1 - VXLAN_TUNNEL_SOURCE = 'up',NOT RUN, +1582,dc2-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Loopback10 - DIAG_VRF_VRF10 = 'up',NOT RUN, +1583,dc2-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Loopback11 - DIAG_VRF_VRF11 = 'up',NOT RUN, +1584,dc2-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Port-Channel3 - MLAG_dc2-leaf1a_Port-Channel3 = 'up',NOT RUN, +1585,dc2-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Port-Channel5 - PortChannel dc2-leaf1-server1 = 'up',NOT RUN, +1586,dc2-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Port-Channel8 - L2_dc2-leaf1c_Port-Channel1 = 'up',NOT RUN, +1587,dc2-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Vlan11 - VRF10_VLAN11 = 'up',NOT RUN, +1588,dc2-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Vlan12 - VRF10_VLAN12 = 'up',NOT RUN, +1589,dc2-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Vlan21 - VRF11_VLAN21 = 'up',NOT RUN, +1590,dc2-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Vlan22 - VRF11_VLAN22 = 'up',NOT RUN, +1591,dc2-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Vlan3009 - MLAG_L3_VRF_VRF10 = 'up',NOT RUN, +1592,dc2-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Vlan3010 - MLAG_L3_VRF_VRF11 = 'up',NOT RUN, +1593,dc2-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Vlan4093 - MLAG_L3 = 'up',NOT RUN, +1594,dc2-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Vlan4094 - MLAG = 'up',NOT RUN, +1595,dc2-leaf1b,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Vxlan1 = 'up',NOT RUN, 1596,dc2-leaf1b,LANZ,VerifyLANZ,Verifies if LANZ is enabled.,,NOT RUN, 1597,dc2-leaf1b,Logging,VerifyLoggingAccounting,Verifies if AAA accounting logs are generated.,,NOT RUN, 1598,dc2-leaf1b,Logging,VerifyLoggingErrors,Verifies there are no syslog messages with a severity of ERRORS or higher.,,NOT RUN, @@ -1606,10 +1606,10 @@ id,dut,categories,test,description,inputs,result,messages 1605,dc2-leaf1b,MLAG,VerifyMlagConfigSanity,Verifies there are no MLAG config-sanity inconsistencies.,,NOT RUN, 1606,dc2-leaf1b,MLAG,VerifyMlagDualPrimary,Verifies the MLAG dual-primary detection parameters.,,NOT RUN, 1607,dc2-leaf1b,MLAG,VerifyMlagInterfaces,Verifies there are no inactive or active-partial MLAG ports.,,NOT RUN, -1608,dc2-leaf1b,MLAG,VerifyMlagReloadDelay,Verifies the MLAG reload-delay parameters.,,NOT RUN, +1608,dc2-leaf1b,MLAG,VerifyMlagReloadDelay,Verifies the reload-delay parameters of the MLAG configuration.,,NOT RUN, 1609,dc2-leaf1b,MLAG,VerifyMlagStatus,Verifies the health status of the MLAG configuration.,,NOT RUN, 1610,dc2-leaf1b,MLAG,VerifyMlagStatus,Verifies the health status of the MLAG configuration.,,NOT RUN, -1611,dc2-leaf1b,Multicast,VerifyIGMPSnoopingGlobal,Verifies the IGMP snooping global configuration.,,NOT RUN, +1611,dc2-leaf1b,Multicast,VerifyIGMPSnoopingGlobal,Verifies the IGMP snooping global status.,,NOT RUN, 1612,dc2-leaf1b,Multicast,VerifyIGMPSnoopingVlans,Verifies the IGMP snooping status for the provided VLANs.,,NOT RUN, 1613,dc2-leaf1b,PTP,VerifyPtpGMStatus,Verifies that the device is locked to a valid PTP Grandmaster.,,NOT RUN, 1614,dc2-leaf1b,PTP,VerifyPtpLockStatus,Verifies that the device was locked to the upstream PTP GM in the last minute.,,NOT RUN, @@ -1650,13 +1650,13 @@ id,dut,categories,test,description,inputs,result,messages 1649,dc2-leaf1b,Security,VerifyBannerMotd,Verifies the motd banner of a device.,,NOT RUN, 1650,dc2-leaf1b,Security,VerifyIPSecConnHealth,Verifies all IPv4 security connections.,,NOT RUN, 1651,dc2-leaf1b,Security,VerifyIPv4ACL,Verifies the configuration of IPv4 ACLs.,,NOT RUN, -1652,dc2-leaf1b,Security,VerifySpecificIPSecConn,Verifies IPv4 security connections for a peer.,,NOT RUN, +1652,dc2-leaf1b,Security,VerifySpecificIPSecConn,Verifies the IPv4 security connections.,,NOT RUN, 1653,dc2-leaf1b,Security,VerifySSHIPv4Acl,Verifies if the SSHD agent has IPv4 ACL(s) configured.,,NOT RUN, 1654,dc2-leaf1b,Security,VerifySSHIPv6Acl,Verifies if the SSHD agent has IPv6 ACL(s) configured.,,NOT RUN, 1655,dc2-leaf1b,Security,VerifySSHStatus,Verifies if the SSHD agent is disabled in the default VRF.,,NOT RUN, 1656,dc2-leaf1b,Security,VerifyTelnetStatus,Verifies if Telnet is disabled in the default VRF.,,NOT RUN, 1657,dc2-leaf1b,Services,VerifyDNSLookup,Verifies the DNS name to IP address resolution.,,NOT RUN, -1658,dc2-leaf1b,Services,VerifyDNSServers,Verifies if the DNS servers are correctly configured.,,NOT RUN, +1658,dc2-leaf1b,Services,VerifyDNSServers,Verifies if the DNS (Domain Name Service) servers are correctly configured.,,NOT RUN, 1659,dc2-leaf1b,Services,VerifyErrdisableRecovery,"Verifies the errdisable recovery reason, status, and interval.",,NOT RUN, 1660,dc2-leaf1b,Services,VerifyHostname,Verifies the hostname of a device.,,NOT RUN, 1661,dc2-leaf1b,SNMP,VerifySnmpIPv4Acl,Verifies if the SNMP agent has IPv4 ACL(s) configured.,,NOT RUN, @@ -1669,7 +1669,7 @@ id,dut,categories,test,description,inputs,result,messages 1668,dc2-leaf1b,STP,VerifySTPForwardingPorts,Verifies that all interfaces are forwarding for a provided list of VLAN(s).,,NOT RUN, 1669,dc2-leaf1b,STP,VerifySTPMode,Verifies the configured STP mode for a provided list of VLAN(s).,,NOT RUN, 1670,dc2-leaf1b,STP,VerifySTPRootPriority,Verifies the STP root priority for a provided list of VLAN or MST instance ID(s).,,NOT RUN, -1671,dc2-leaf1b,STUN,VerifyStunClient,Verifies the STUN client is configured with the specified IPv4 source address and port. Validate the public IP and port if provided.,,NOT RUN, +1671,dc2-leaf1b,STUN,VerifyStunClient,(Deprecated) Verifies the translation for a source address on a STUN client.,,NOT RUN, 1672,dc2-leaf1b,System,VerifyAgentLogs,Verifies there are no agent crash reports.,,NOT RUN, 1673,dc2-leaf1b,System,VerifyCoredump,Verifies there are no core dump files.,,NOT RUN, 1674,dc2-leaf1b,System,VerifyCPUUtilization,Verifies whether the CPU utilization is below 75%.,,NOT RUN, @@ -1688,29 +1688,29 @@ id,dut,categories,test,description,inputs,result,messages 1687,dc2-leaf1c,AAA,VerifyTacacsServerGroups,Verifies if the provided TACACS server group(s) are configured.,,NOT RUN, 1688,dc2-leaf1c,AAA,VerifyTacacsServers,Verifies TACACS servers are configured for a specified VRF.,,NOT RUN, 1689,dc2-leaf1c,AAA,VerifyTacacsSourceIntf,Verifies TACACS source-interface for a specified VRF.,,NOT RUN, -1690,dc2-leaf1c,Configuration,VerifyRunningConfigDiffs,Verifies there is no difference between the running-config and the startup-config,,NOT RUN, -1691,dc2-leaf1c,Configuration,VerifyZeroTouch,Verifies ZeroTouch is disabled,,NOT RUN, -1692,dc2-leaf1c,Connectivity,VerifyLLDPNeighbors,Verifies that the provided LLDP neighbors are connected properly.,Local: Ethernet1 - Remote: dc2-leaf1a Ethernet8,NOT RUN, -1693,dc2-leaf1c,Connectivity,VerifyLLDPNeighbors,Verifies that the provided LLDP neighbors are connected properly.,Local: Ethernet2 - Remote: dc2-leaf1b Ethernet8,NOT RUN, +1690,dc2-leaf1c,Configuration,VerifyRunningConfigDiffs,Verifies there is no difference between the running-config and the startup-config.,,NOT RUN, +1691,dc2-leaf1c,Configuration,VerifyZeroTouch,Verifies ZeroTouch is disabled.,,NOT RUN, +1692,dc2-leaf1c,Connectivity,VerifyLLDPNeighbors,Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.,Local: Ethernet1 - Remote: dc2-leaf1a Ethernet8,NOT RUN, +1693,dc2-leaf1c,Connectivity,VerifyLLDPNeighbors,Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.,Local: Ethernet2 - Remote: dc2-leaf1b Ethernet8,NOT RUN, 1694,dc2-leaf1c,Field Notices,VerifyFieldNotice44Resolution,Verifies that the device is using the correct Aboot version per FN0044.,,NOT RUN, 1695,dc2-leaf1c,Field Notices,VerifyFieldNotice72Resolution,"Verifies if the device is exposed to FN0072, and if the issue has been mitigated.",,NOT RUN, -1696,dc2-leaf1c,Greent,VerifyGreenT,Verifies if a GreenT policy is created.,,NOT RUN, +1696,dc2-leaf1c,Greent,VerifyGreenT,Verifies if a GreenT policy other than the default is created.,,NOT RUN, 1697,dc2-leaf1c,Greent,VerifyGreenTCounters,Verifies if the GreenT counters are incremented.,,NOT RUN, 1698,dc2-leaf1c,Hardware,VerifyAdverseDrops,Verifies there are no adverse drops on DCS-7280 and DCS-7500 family switches.,,NOT RUN, 1699,dc2-leaf1c,Hardware,VerifyEnvironmentCooling,Verifies the status of power supply fans and all fan trays.,,NOT RUN, 1700,dc2-leaf1c,Hardware,VerifyEnvironmentCooling,Verifies the status of power supply fans and all fan trays.,Accepted States: 'ok',NOT RUN, 1701,dc2-leaf1c,Hardware,VerifyEnvironmentPower,Verifies the power supplies status.,,NOT RUN, 1702,dc2-leaf1c,Hardware,VerifyEnvironmentPower,Verifies the power supplies status.,Accepted States: 'ok',NOT RUN, -1703,dc2-leaf1c,Hardware,VerifyEnvironmentSystemCooling,Verifies the system cooling status.,,NOT RUN, -1704,dc2-leaf1c,Hardware,VerifyTemperature,Verifies the device temperature.,,NOT RUN, -1705,dc2-leaf1c,Hardware,VerifyTemperature,Verifies the device temperature.,,NOT RUN, -1706,dc2-leaf1c,Hardware,VerifyTransceiversManufacturers,Verifies if all transceivers come from approved manufacturers.,,NOT RUN, -1707,dc2-leaf1c,Hardware,VerifyTransceiversManufacturers,Verifies if all transceivers come from approved manufacturers.,"Accepted Manufacturers: 'Arista Networks', 'Arastra, Inc.', 'Not Present'",NOT RUN, -1708,dc2-leaf1c,Hardware,VerifyTransceiversTemperature,Verifies the transceivers temperature.,,NOT RUN, -1709,dc2-leaf1c,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet1 - L2_dc2-leaf1a_Ethernet8 = 'up',NOT RUN, -1710,dc2-leaf1c,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet2 - L2_dc2-leaf1b_Ethernet8 = 'up',NOT RUN, -1711,dc2-leaf1c,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet5 - SERVER_dc2-leaf1-server1_iLO = 'up',NOT RUN, -1712,dc2-leaf1c,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Port-Channel1 - L2_DC2_L3_LEAF1_Port-Channel8 = 'up',NOT RUN, +1703,dc2-leaf1c,Hardware,VerifyEnvironmentSystemCooling,Verifies the device's system cooling status.,,NOT RUN, +1704,dc2-leaf1c,Hardware,VerifyTemperature,Verifies if the device temperature is within acceptable limits.,,NOT RUN, +1705,dc2-leaf1c,Hardware,VerifyTemperature,Verifies if the device temperature is within acceptable limits.,,NOT RUN, +1706,dc2-leaf1c,Hardware,VerifyTransceiversManufacturers,Verifies if all the transceivers come from approved manufacturers.,,NOT RUN, +1707,dc2-leaf1c,Hardware,VerifyTransceiversManufacturers,Verifies if all the transceivers come from approved manufacturers.,"Accepted Manufacturers: 'Arista Networks', 'Arastra, Inc.', 'Not Present'",NOT RUN, +1708,dc2-leaf1c,Hardware,VerifyTransceiversTemperature,Verifies if all the transceivers are operating at an acceptable temperature.,,NOT RUN, +1709,dc2-leaf1c,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Ethernet1 - L2_dc2-leaf1a_Ethernet8 = 'up',NOT RUN, +1710,dc2-leaf1c,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Ethernet2 - L2_dc2-leaf1b_Ethernet8 = 'up',NOT RUN, +1711,dc2-leaf1c,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Ethernet5 - SERVER_dc2-leaf1-server1_iLO = 'up',NOT RUN, +1712,dc2-leaf1c,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Port-Channel1 - L2_DC2_L3_LEAF1_Port-Channel8 = 'up',NOT RUN, 1713,dc2-leaf1c,LANZ,VerifyLANZ,Verifies if LANZ is enabled.,,NOT RUN, 1714,dc2-leaf1c,PTP,VerifyPtpGMStatus,Verifies that the device is locked to a valid PTP Grandmaster.,,NOT RUN, 1715,dc2-leaf1c,PTP,VerifyPtpLockStatus,Verifies that the device was locked to the upstream PTP GM in the last minute.,,NOT RUN, @@ -1727,13 +1727,13 @@ id,dut,categories,test,description,inputs,result,messages 1726,dc2-leaf1c,Security,VerifyBannerMotd,Verifies the motd banner of a device.,,NOT RUN, 1727,dc2-leaf1c,Security,VerifyIPSecConnHealth,Verifies all IPv4 security connections.,,NOT RUN, 1728,dc2-leaf1c,Security,VerifyIPv4ACL,Verifies the configuration of IPv4 ACLs.,,NOT RUN, -1729,dc2-leaf1c,Security,VerifySpecificIPSecConn,Verifies IPv4 security connections for a peer.,,NOT RUN, +1729,dc2-leaf1c,Security,VerifySpecificIPSecConn,Verifies the IPv4 security connections.,,NOT RUN, 1730,dc2-leaf1c,Security,VerifySSHIPv4Acl,Verifies if the SSHD agent has IPv4 ACL(s) configured.,,NOT RUN, 1731,dc2-leaf1c,Security,VerifySSHIPv6Acl,Verifies if the SSHD agent has IPv6 ACL(s) configured.,,NOT RUN, 1732,dc2-leaf1c,Security,VerifySSHStatus,Verifies if the SSHD agent is disabled in the default VRF.,,NOT RUN, 1733,dc2-leaf1c,Security,VerifyTelnetStatus,Verifies if Telnet is disabled in the default VRF.,,NOT RUN, 1734,dc2-leaf1c,Services,VerifyDNSLookup,Verifies the DNS name to IP address resolution.,,NOT RUN, -1735,dc2-leaf1c,Services,VerifyDNSServers,Verifies if the DNS servers are correctly configured.,,NOT RUN, +1735,dc2-leaf1c,Services,VerifyDNSServers,Verifies if the DNS (Domain Name Service) servers are correctly configured.,,NOT RUN, 1736,dc2-leaf1c,Services,VerifyErrdisableRecovery,"Verifies the errdisable recovery reason, status, and interval.",,NOT RUN, 1737,dc2-leaf1c,Services,VerifyHostname,Verifies the hostname of a device.,,NOT RUN, 1738,dc2-leaf1c,SNMP,VerifySnmpIPv4Acl,Verifies if the SNMP agent has IPv4 ACL(s) configured.,,NOT RUN, @@ -1741,7 +1741,7 @@ id,dut,categories,test,description,inputs,result,messages 1740,dc2-leaf1c,SNMP,VerifySnmpStatus,Verifies if the SNMP agent is enabled.,,NOT RUN, 1741,dc2-leaf1c,Software,VerifyEOSVersion,Verifies the EOS version of the device.,,NOT RUN, 1742,dc2-leaf1c,Software,VerifyTerminAttrVersion,Verifies the TerminAttr version of the device.,,NOT RUN, -1743,dc2-leaf1c,STUN,VerifyStunClient,Verifies the STUN client is configured with the specified IPv4 source address and port. Validate the public IP and port if provided.,,NOT RUN, +1743,dc2-leaf1c,STUN,VerifyStunClient,(Deprecated) Verifies the translation for a source address on a STUN client.,,NOT RUN, 1744,dc2-leaf1c,System,VerifyAgentLogs,Verifies there are no agent crash reports.,,NOT RUN, 1745,dc2-leaf1c,System,VerifyCoredump,Verifies there are no core dump files.,,NOT RUN, 1746,dc2-leaf1c,System,VerifyCPUUtilization,Verifies whether the CPU utilization is below 75%.,,NOT RUN, @@ -1760,79 +1760,79 @@ id,dut,categories,test,description,inputs,result,messages 1759,dc2-leaf2a,AAA,VerifyTacacsServerGroups,Verifies if the provided TACACS server group(s) are configured.,,NOT RUN, 1760,dc2-leaf2a,AAA,VerifyTacacsServers,Verifies TACACS servers are configured for a specified VRF.,,NOT RUN, 1761,dc2-leaf2a,AAA,VerifyTacacsSourceIntf,Verifies TACACS source-interface for a specified VRF.,,NOT RUN, -1762,dc2-leaf2a,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s).,BGP EVPN Peer: dc1-leaf2a (IP: 10.255.0.5),NOT RUN, -1763,dc2-leaf2a,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s).,BGP EVPN Peer: dc2-spine1 (IP: 10.255.128.11),NOT RUN, -1764,dc2-leaf2a,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s).,BGP EVPN Peer: dc2-spine2 (IP: 10.255.128.12),NOT RUN, -1765,dc2-leaf2a,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s).,BGP IPv4 Unicast Peer: dc1-leaf2a (IP: 192.168.100.0),NOT RUN, -1766,dc2-leaf2a,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s).,BGP IPv4 Unicast Peer: dc2-leaf2b (IP: 10.255.129.121),NOT RUN, -1767,dc2-leaf2a,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s).,BGP IPv4 Unicast Peer: dc2-spine1 (IP: 10.255.255.112),NOT RUN, -1768,dc2-leaf2a,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s).,BGP IPv4 Unicast Peer: dc2-spine2 (IP: 10.255.255.114),NOT RUN, -1769,dc2-leaf2a,Configuration,VerifyRunningConfigDiffs,Verifies there is no difference between the running-config and the startup-config,,NOT RUN, -1770,dc2-leaf2a,Configuration,VerifyZeroTouch,Verifies ZeroTouch is disabled,,NOT RUN, -1771,dc2-leaf2a,Connectivity,VerifyLLDPNeighbors,Verifies that the provided LLDP neighbors are connected properly.,Local: Ethernet1 - Remote: dc2-spine1 Ethernet3,NOT RUN, -1772,dc2-leaf2a,Connectivity,VerifyLLDPNeighbors,Verifies that the provided LLDP neighbors are connected properly.,Local: Ethernet2 - Remote: dc2-spine2 Ethernet3,NOT RUN, -1773,dc2-leaf2a,Connectivity,VerifyLLDPNeighbors,Verifies that the provided LLDP neighbors are connected properly.,Local: Ethernet3 - Remote: dc2-leaf2b Ethernet3,NOT RUN, -1774,dc2-leaf2a,Connectivity,VerifyLLDPNeighbors,Verifies that the provided LLDP neighbors are connected properly.,Local: Ethernet4 - Remote: dc2-leaf2b Ethernet4,NOT RUN, -1775,dc2-leaf2a,Connectivity,VerifyLLDPNeighbors,Verifies that the provided LLDP neighbors are connected properly.,Local: Ethernet6 - Remote: dc1-leaf2a Ethernet6,NOT RUN, -1776,dc2-leaf2a,Connectivity,VerifyLLDPNeighbors,Verifies that the provided LLDP neighbors are connected properly.,Local: Ethernet8 - Remote: dc2-leaf2c Ethernet1,NOT RUN, -1777,dc2-leaf2a,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.15) - Destination: dc1-leaf1a Loopback0 (IP: 10.255.0.3),NOT RUN, -1778,dc2-leaf2a,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.15) - Destination: dc1-leaf1b Loopback0 (IP: 10.255.0.4),NOT RUN, -1779,dc2-leaf2a,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.15) - Destination: dc1-leaf2a Loopback0 (IP: 10.255.0.5),NOT RUN, -1780,dc2-leaf2a,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.15) - Destination: dc1-spine1 Loopback0 (IP: 10.255.0.1),NOT RUN, -1781,dc2-leaf2a,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.15) - Destination: dc1-spine2 Loopback0 (IP: 10.255.0.2),NOT RUN, -1782,dc2-leaf2a,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.15) - Destination: dc1-svc-leaf1a Loopback0 (IP: 10.33.0.5),NOT RUN, -1783,dc2-leaf2a,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.15) - Destination: dc1-svc-leaf1b Loopback0 (IP: 10.33.0.6),NOT RUN, -1784,dc2-leaf2a,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.15) - Destination: dc1-wan1 Loopback0 (IP: 10.255.2.1),NOT RUN, -1785,dc2-leaf2a,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.15) - Destination: dc1-wan2 Loopback0 (IP: 10.255.2.2),NOT RUN, -1786,dc2-leaf2a,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.15) - Destination: dc2-leaf1a Loopback0 (IP: 10.255.128.13),NOT RUN, -1787,dc2-leaf2a,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.15) - Destination: dc2-leaf1b Loopback0 (IP: 10.255.128.14),NOT RUN, -1788,dc2-leaf2a,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.15) - Destination: dc2-leaf2a Loopback0 (IP: 10.255.128.15),NOT RUN, -1789,dc2-leaf2a,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.15) - Destination: dc2-leaf2b Loopback0 (IP: 10.255.128.16),NOT RUN, -1790,dc2-leaf2a,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.15) - Destination: dc2-leaf3a.arista.com Loopback0 (IP: 10.255.128.17),NOT RUN, -1791,dc2-leaf2a,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.15) - Destination: dc2-leaf3b.arista.com Loopback0 (IP: 10.255.128.18),NOT RUN, -1792,dc2-leaf2a,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.15) - Destination: dc2-spine1 Loopback0 (IP: 10.255.128.11),NOT RUN, -1793,dc2-leaf2a,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.15) - Destination: dc2-spine2 Loopback0 (IP: 10.255.128.12),NOT RUN, -1794,dc2-leaf2a,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: P2P Interface Ethernet1 (IP: 10.255.255.113) - Destination: dc2-spine1 Ethernet3 (IP: 10.255.255.112),NOT RUN, -1795,dc2-leaf2a,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: P2P Interface Ethernet2 (IP: 10.255.255.115) - Destination: dc2-spine2 Ethernet3 (IP: 10.255.255.114),NOT RUN, -1796,dc2-leaf2a,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: P2P Interface Ethernet6 (IP: 192.168.100.1) - Destination: dc1-leaf2a Ethernet6 (IP: 192.168.100.0),NOT RUN, +1762,dc2-leaf2a,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s) for given address families.,BGP EVPN Peer: dc1-leaf2a (IP: 10.255.0.5),NOT RUN, +1763,dc2-leaf2a,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s) for given address families.,BGP EVPN Peer: dc2-spine1 (IP: 10.255.128.11),NOT RUN, +1764,dc2-leaf2a,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s) for given address families.,BGP EVPN Peer: dc2-spine2 (IP: 10.255.128.12),NOT RUN, +1765,dc2-leaf2a,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s) for given address families.,BGP IPv4 Unicast Peer: dc1-leaf2a (IP: 192.168.100.0),NOT RUN, +1766,dc2-leaf2a,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s) for given address families.,BGP IPv4 Unicast Peer: dc2-leaf2b (IP: 10.255.129.121),NOT RUN, +1767,dc2-leaf2a,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s) for given address families.,BGP IPv4 Unicast Peer: dc2-spine1 (IP: 10.255.255.112),NOT RUN, +1768,dc2-leaf2a,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s) for given address families.,BGP IPv4 Unicast Peer: dc2-spine2 (IP: 10.255.255.114),NOT RUN, +1769,dc2-leaf2a,Configuration,VerifyRunningConfigDiffs,Verifies there is no difference between the running-config and the startup-config.,,NOT RUN, +1770,dc2-leaf2a,Configuration,VerifyZeroTouch,Verifies ZeroTouch is disabled.,,NOT RUN, +1771,dc2-leaf2a,Connectivity,VerifyLLDPNeighbors,Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.,Local: Ethernet1 - Remote: dc2-spine1 Ethernet3,NOT RUN, +1772,dc2-leaf2a,Connectivity,VerifyLLDPNeighbors,Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.,Local: Ethernet2 - Remote: dc2-spine2 Ethernet3,NOT RUN, +1773,dc2-leaf2a,Connectivity,VerifyLLDPNeighbors,Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.,Local: Ethernet3 - Remote: dc2-leaf2b Ethernet3,NOT RUN, +1774,dc2-leaf2a,Connectivity,VerifyLLDPNeighbors,Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.,Local: Ethernet4 - Remote: dc2-leaf2b Ethernet4,NOT RUN, +1775,dc2-leaf2a,Connectivity,VerifyLLDPNeighbors,Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.,Local: Ethernet6 - Remote: dc1-leaf2a Ethernet6,NOT RUN, +1776,dc2-leaf2a,Connectivity,VerifyLLDPNeighbors,Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.,Local: Ethernet8 - Remote: dc2-leaf2c Ethernet1,NOT RUN, +1777,dc2-leaf2a,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.15) - Destination: dc1-leaf1a Loopback0 (IP: 10.255.0.3),NOT RUN, +1778,dc2-leaf2a,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.15) - Destination: dc1-leaf1b Loopback0 (IP: 10.255.0.4),NOT RUN, +1779,dc2-leaf2a,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.15) - Destination: dc1-leaf2a Loopback0 (IP: 10.255.0.5),NOT RUN, +1780,dc2-leaf2a,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.15) - Destination: dc1-spine1 Loopback0 (IP: 10.255.0.1),NOT RUN, +1781,dc2-leaf2a,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.15) - Destination: dc1-spine2 Loopback0 (IP: 10.255.0.2),NOT RUN, +1782,dc2-leaf2a,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.15) - Destination: dc1-svc-leaf1a Loopback0 (IP: 10.33.0.5),NOT RUN, +1783,dc2-leaf2a,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.15) - Destination: dc1-svc-leaf1b Loopback0 (IP: 10.33.0.6),NOT RUN, +1784,dc2-leaf2a,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.15) - Destination: dc1-wan1 Loopback0 (IP: 10.255.2.1),NOT RUN, +1785,dc2-leaf2a,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.15) - Destination: dc1-wan2 Loopback0 (IP: 10.255.2.2),NOT RUN, +1786,dc2-leaf2a,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.15) - Destination: dc2-leaf1a Loopback0 (IP: 10.255.128.13),NOT RUN, +1787,dc2-leaf2a,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.15) - Destination: dc2-leaf1b Loopback0 (IP: 10.255.128.14),NOT RUN, +1788,dc2-leaf2a,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.15) - Destination: dc2-leaf2a Loopback0 (IP: 10.255.128.15),NOT RUN, +1789,dc2-leaf2a,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.15) - Destination: dc2-leaf2b Loopback0 (IP: 10.255.128.16),NOT RUN, +1790,dc2-leaf2a,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.15) - Destination: dc2-leaf3a.arista.com Loopback0 (IP: 10.255.128.17),NOT RUN, +1791,dc2-leaf2a,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.15) - Destination: dc2-leaf3b.arista.com Loopback0 (IP: 10.255.128.18),NOT RUN, +1792,dc2-leaf2a,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.15) - Destination: dc2-spine1 Loopback0 (IP: 10.255.128.11),NOT RUN, +1793,dc2-leaf2a,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.15) - Destination: dc2-spine2 Loopback0 (IP: 10.255.128.12),NOT RUN, +1794,dc2-leaf2a,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: P2P Interface Ethernet1 (IP: 10.255.255.113) - Destination: dc2-spine1 Ethernet3 (IP: 10.255.255.112),NOT RUN, +1795,dc2-leaf2a,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: P2P Interface Ethernet2 (IP: 10.255.255.115) - Destination: dc2-spine2 Ethernet3 (IP: 10.255.255.114),NOT RUN, +1796,dc2-leaf2a,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: P2P Interface Ethernet6 (IP: 192.168.100.1) - Destination: dc1-leaf2a Ethernet6 (IP: 192.168.100.0),NOT RUN, 1797,dc2-leaf2a,Field Notices,VerifyFieldNotice44Resolution,Verifies that the device is using the correct Aboot version per FN0044.,,NOT RUN, 1798,dc2-leaf2a,Field Notices,VerifyFieldNotice72Resolution,"Verifies if the device is exposed to FN0072, and if the issue has been mitigated.",,NOT RUN, -1799,dc2-leaf2a,Greent,VerifyGreenT,Verifies if a GreenT policy is created.,,NOT RUN, +1799,dc2-leaf2a,Greent,VerifyGreenT,Verifies if a GreenT policy other than the default is created.,,NOT RUN, 1800,dc2-leaf2a,Greent,VerifyGreenTCounters,Verifies if the GreenT counters are incremented.,,NOT RUN, 1801,dc2-leaf2a,Hardware,VerifyAdverseDrops,Verifies there are no adverse drops on DCS-7280 and DCS-7500 family switches.,,NOT RUN, 1802,dc2-leaf2a,Hardware,VerifyEnvironmentCooling,Verifies the status of power supply fans and all fan trays.,,NOT RUN, 1803,dc2-leaf2a,Hardware,VerifyEnvironmentCooling,Verifies the status of power supply fans and all fan trays.,Accepted States: 'ok',NOT RUN, 1804,dc2-leaf2a,Hardware,VerifyEnvironmentPower,Verifies the power supplies status.,,NOT RUN, 1805,dc2-leaf2a,Hardware,VerifyEnvironmentPower,Verifies the power supplies status.,Accepted States: 'ok',NOT RUN, -1806,dc2-leaf2a,Hardware,VerifyEnvironmentSystemCooling,Verifies the system cooling status.,,NOT RUN, -1807,dc2-leaf2a,Hardware,VerifyTemperature,Verifies the device temperature.,,NOT RUN, -1808,dc2-leaf2a,Hardware,VerifyTemperature,Verifies the device temperature.,,NOT RUN, -1809,dc2-leaf2a,Hardware,VerifyTransceiversManufacturers,Verifies if all transceivers come from approved manufacturers.,,NOT RUN, -1810,dc2-leaf2a,Hardware,VerifyTransceiversManufacturers,Verifies if all transceivers come from approved manufacturers.,"Accepted Manufacturers: 'Arista Networks', 'Arastra, Inc.', 'Not Present'",NOT RUN, -1811,dc2-leaf2a,Hardware,VerifyTransceiversTemperature,Verifies the transceivers temperature.,,NOT RUN, -1812,dc2-leaf2a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet1 - P2P_dc2-spine1_Ethernet3 = 'up',NOT RUN, -1813,dc2-leaf2a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet2 - P2P_dc2-spine2_Ethernet3 = 'up',NOT RUN, -1814,dc2-leaf2a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet3 - MLAG_dc2-leaf2b_Ethernet3 = 'up',NOT RUN, -1815,dc2-leaf2a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet4 - MLAG_dc2-leaf2b_Ethernet4 = 'up',NOT RUN, -1816,dc2-leaf2a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet5 - SERVER_dc2-leaf2-server1_PCI1 = 'up',NOT RUN, -1817,dc2-leaf2a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet6 - P2P_dc1-leaf2a_Ethernet6 = 'up',NOT RUN, -1818,dc2-leaf2a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet8 - L2_dc2-leaf2c_Ethernet1 = 'up',NOT RUN, -1819,dc2-leaf2a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Loopback0 - ROUTER_ID = 'up',NOT RUN, -1820,dc2-leaf2a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Loopback1 - VXLAN_TUNNEL_SOURCE = 'up',NOT RUN, -1821,dc2-leaf2a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Loopback10 - DIAG_VRF_VRF10 = 'up',NOT RUN, -1822,dc2-leaf2a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Loopback11 - DIAG_VRF_VRF11 = 'up',NOT RUN, -1823,dc2-leaf2a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Port-Channel3 - MLAG_dc2-leaf2b_Port-Channel3 = 'up',NOT RUN, -1824,dc2-leaf2a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Port-Channel5 - SERVER_dc2-leaf2-server1_PortChannel dc2-leaf2-server1 = 'up',NOT RUN, -1825,dc2-leaf2a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Port-Channel8 - L2_dc2-leaf2c_Port-Channel1 = 'up',NOT RUN, -1826,dc2-leaf2a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Vlan11 - VRF10_VLAN11 = 'up',NOT RUN, -1827,dc2-leaf2a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Vlan12 - VRF10_VLAN12 = 'up',NOT RUN, -1828,dc2-leaf2a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Vlan21 - VRF11_VLAN21 = 'up',NOT RUN, -1829,dc2-leaf2a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Vlan22 - VRF11_VLAN22 = 'up',NOT RUN, -1830,dc2-leaf2a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Vlan3009 - MLAG_L3_VRF_VRF10 = 'up',NOT RUN, -1831,dc2-leaf2a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Vlan3010 - MLAG_L3_VRF_VRF11 = 'up',NOT RUN, -1832,dc2-leaf2a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Vlan4093 - MLAG_L3 = 'up',NOT RUN, -1833,dc2-leaf2a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Vlan4094 - MLAG = 'up',NOT RUN, -1834,dc2-leaf2a,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Vxlan1 = 'up',NOT RUN, +1806,dc2-leaf2a,Hardware,VerifyEnvironmentSystemCooling,Verifies the device's system cooling status.,,NOT RUN, +1807,dc2-leaf2a,Hardware,VerifyTemperature,Verifies if the device temperature is within acceptable limits.,,NOT RUN, +1808,dc2-leaf2a,Hardware,VerifyTemperature,Verifies if the device temperature is within acceptable limits.,,NOT RUN, +1809,dc2-leaf2a,Hardware,VerifyTransceiversManufacturers,Verifies if all the transceivers come from approved manufacturers.,,NOT RUN, +1810,dc2-leaf2a,Hardware,VerifyTransceiversManufacturers,Verifies if all the transceivers come from approved manufacturers.,"Accepted Manufacturers: 'Arista Networks', 'Arastra, Inc.', 'Not Present'",NOT RUN, +1811,dc2-leaf2a,Hardware,VerifyTransceiversTemperature,Verifies if all the transceivers are operating at an acceptable temperature.,,NOT RUN, +1812,dc2-leaf2a,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Ethernet1 - P2P_dc2-spine1_Ethernet3 = 'up',NOT RUN, +1813,dc2-leaf2a,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Ethernet2 - P2P_dc2-spine2_Ethernet3 = 'up',NOT RUN, +1814,dc2-leaf2a,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Ethernet3 - MLAG_dc2-leaf2b_Ethernet3 = 'up',NOT RUN, +1815,dc2-leaf2a,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Ethernet4 - MLAG_dc2-leaf2b_Ethernet4 = 'up',NOT RUN, +1816,dc2-leaf2a,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Ethernet5 - SERVER_dc2-leaf2-server1_PCI1 = 'up',NOT RUN, +1817,dc2-leaf2a,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Ethernet6 - P2P_dc1-leaf2a_Ethernet6 = 'up',NOT RUN, +1818,dc2-leaf2a,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Ethernet8 - L2_dc2-leaf2c_Ethernet1 = 'up',NOT RUN, +1819,dc2-leaf2a,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Loopback0 - ROUTER_ID = 'up',NOT RUN, +1820,dc2-leaf2a,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Loopback1 - VXLAN_TUNNEL_SOURCE = 'up',NOT RUN, +1821,dc2-leaf2a,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Loopback10 - DIAG_VRF_VRF10 = 'up',NOT RUN, +1822,dc2-leaf2a,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Loopback11 - DIAG_VRF_VRF11 = 'up',NOT RUN, +1823,dc2-leaf2a,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Port-Channel3 - MLAG_dc2-leaf2b_Port-Channel3 = 'up',NOT RUN, +1824,dc2-leaf2a,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Port-Channel5 - SERVER_dc2-leaf2-server1_PortChannel dc2-leaf2-server1 = 'up',NOT RUN, +1825,dc2-leaf2a,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Port-Channel8 - L2_dc2-leaf2c_Port-Channel1 = 'up',NOT RUN, +1826,dc2-leaf2a,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Vlan11 - VRF10_VLAN11 = 'up',NOT RUN, +1827,dc2-leaf2a,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Vlan12 - VRF10_VLAN12 = 'up',NOT RUN, +1828,dc2-leaf2a,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Vlan21 - VRF11_VLAN21 = 'up',NOT RUN, +1829,dc2-leaf2a,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Vlan22 - VRF11_VLAN22 = 'up',NOT RUN, +1830,dc2-leaf2a,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Vlan3009 - MLAG_L3_VRF_VRF10 = 'up',NOT RUN, +1831,dc2-leaf2a,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Vlan3010 - MLAG_L3_VRF_VRF11 = 'up',NOT RUN, +1832,dc2-leaf2a,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Vlan4093 - MLAG_L3 = 'up',NOT RUN, +1833,dc2-leaf2a,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Vlan4094 - MLAG = 'up',NOT RUN, +1834,dc2-leaf2a,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Vxlan1 = 'up',NOT RUN, 1835,dc2-leaf2a,LANZ,VerifyLANZ,Verifies if LANZ is enabled.,,NOT RUN, 1836,dc2-leaf2a,Logging,VerifyLoggingAccounting,Verifies if AAA accounting logs are generated.,,NOT RUN, 1837,dc2-leaf2a,Logging,VerifyLoggingErrors,Verifies there are no syslog messages with a severity of ERRORS or higher.,,NOT RUN, @@ -1845,10 +1845,10 @@ id,dut,categories,test,description,inputs,result,messages 1844,dc2-leaf2a,MLAG,VerifyMlagConfigSanity,Verifies there are no MLAG config-sanity inconsistencies.,,NOT RUN, 1845,dc2-leaf2a,MLAG,VerifyMlagDualPrimary,Verifies the MLAG dual-primary detection parameters.,,NOT RUN, 1846,dc2-leaf2a,MLAG,VerifyMlagInterfaces,Verifies there are no inactive or active-partial MLAG ports.,,NOT RUN, -1847,dc2-leaf2a,MLAG,VerifyMlagReloadDelay,Verifies the MLAG reload-delay parameters.,,NOT RUN, +1847,dc2-leaf2a,MLAG,VerifyMlagReloadDelay,Verifies the reload-delay parameters of the MLAG configuration.,,NOT RUN, 1848,dc2-leaf2a,MLAG,VerifyMlagStatus,Verifies the health status of the MLAG configuration.,,NOT RUN, 1849,dc2-leaf2a,MLAG,VerifyMlagStatus,Verifies the health status of the MLAG configuration.,,NOT RUN, -1850,dc2-leaf2a,Multicast,VerifyIGMPSnoopingGlobal,Verifies the IGMP snooping global configuration.,,NOT RUN, +1850,dc2-leaf2a,Multicast,VerifyIGMPSnoopingGlobal,Verifies the IGMP snooping global status.,,NOT RUN, 1851,dc2-leaf2a,Multicast,VerifyIGMPSnoopingVlans,Verifies the IGMP snooping status for the provided VLANs.,,NOT RUN, 1852,dc2-leaf2a,PTP,VerifyPtpGMStatus,Verifies that the device is locked to a valid PTP Grandmaster.,,NOT RUN, 1853,dc2-leaf2a,PTP,VerifyPtpLockStatus,Verifies that the device was locked to the upstream PTP GM in the last minute.,,NOT RUN, @@ -1889,13 +1889,13 @@ id,dut,categories,test,description,inputs,result,messages 1888,dc2-leaf2a,Security,VerifyBannerMotd,Verifies the motd banner of a device.,,NOT RUN, 1889,dc2-leaf2a,Security,VerifyIPSecConnHealth,Verifies all IPv4 security connections.,,NOT RUN, 1890,dc2-leaf2a,Security,VerifyIPv4ACL,Verifies the configuration of IPv4 ACLs.,,NOT RUN, -1891,dc2-leaf2a,Security,VerifySpecificIPSecConn,Verifies IPv4 security connections for a peer.,,NOT RUN, +1891,dc2-leaf2a,Security,VerifySpecificIPSecConn,Verifies the IPv4 security connections.,,NOT RUN, 1892,dc2-leaf2a,Security,VerifySSHIPv4Acl,Verifies if the SSHD agent has IPv4 ACL(s) configured.,,NOT RUN, 1893,dc2-leaf2a,Security,VerifySSHIPv6Acl,Verifies if the SSHD agent has IPv6 ACL(s) configured.,,NOT RUN, 1894,dc2-leaf2a,Security,VerifySSHStatus,Verifies if the SSHD agent is disabled in the default VRF.,,NOT RUN, 1895,dc2-leaf2a,Security,VerifyTelnetStatus,Verifies if Telnet is disabled in the default VRF.,,NOT RUN, 1896,dc2-leaf2a,Services,VerifyDNSLookup,Verifies the DNS name to IP address resolution.,,NOT RUN, -1897,dc2-leaf2a,Services,VerifyDNSServers,Verifies if the DNS servers are correctly configured.,,NOT RUN, +1897,dc2-leaf2a,Services,VerifyDNSServers,Verifies if the DNS (Domain Name Service) servers are correctly configured.,,NOT RUN, 1898,dc2-leaf2a,Services,VerifyErrdisableRecovery,"Verifies the errdisable recovery reason, status, and interval.",,NOT RUN, 1899,dc2-leaf2a,Services,VerifyHostname,Verifies the hostname of a device.,,NOT RUN, 1900,dc2-leaf2a,SNMP,VerifySnmpIPv4Acl,Verifies if the SNMP agent has IPv4 ACL(s) configured.,,NOT RUN, @@ -1908,7 +1908,7 @@ id,dut,categories,test,description,inputs,result,messages 1907,dc2-leaf2a,STP,VerifySTPForwardingPorts,Verifies that all interfaces are forwarding for a provided list of VLAN(s).,,NOT RUN, 1908,dc2-leaf2a,STP,VerifySTPMode,Verifies the configured STP mode for a provided list of VLAN(s).,,NOT RUN, 1909,dc2-leaf2a,STP,VerifySTPRootPriority,Verifies the STP root priority for a provided list of VLAN or MST instance ID(s).,,NOT RUN, -1910,dc2-leaf2a,STUN,VerifyStunClient,Verifies the STUN client is configured with the specified IPv4 source address and port. Validate the public IP and port if provided.,,NOT RUN, +1910,dc2-leaf2a,STUN,VerifyStunClient,(Deprecated) Verifies the translation for a source address on a STUN client.,,NOT RUN, 1911,dc2-leaf2a,System,VerifyAgentLogs,Verifies there are no agent crash reports.,,NOT RUN, 1912,dc2-leaf2a,System,VerifyCoredump,Verifies there are no core dump files.,,NOT RUN, 1913,dc2-leaf2a,System,VerifyCPUUtilization,Verifies whether the CPU utilization is below 75%.,,NOT RUN, @@ -1927,75 +1927,75 @@ id,dut,categories,test,description,inputs,result,messages 1926,dc2-leaf2b,AAA,VerifyTacacsServerGroups,Verifies if the provided TACACS server group(s) are configured.,,NOT RUN, 1927,dc2-leaf2b,AAA,VerifyTacacsServers,Verifies TACACS servers are configured for a specified VRF.,,NOT RUN, 1928,dc2-leaf2b,AAA,VerifyTacacsSourceIntf,Verifies TACACS source-interface for a specified VRF.,,NOT RUN, -1929,dc2-leaf2b,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s).,BGP EVPN Peer: dc2-spine1 (IP: 10.255.128.11),NOT RUN, -1930,dc2-leaf2b,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s).,BGP EVPN Peer: dc2-spine2 (IP: 10.255.128.12),NOT RUN, -1931,dc2-leaf2b,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s).,BGP IPv4 Unicast Peer: dc2-leaf2a (IP: 10.255.129.120),NOT RUN, -1932,dc2-leaf2b,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s).,BGP IPv4 Unicast Peer: dc2-spine1 (IP: 10.255.255.116),NOT RUN, -1933,dc2-leaf2b,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s).,BGP IPv4 Unicast Peer: dc2-spine2 (IP: 10.255.255.118),NOT RUN, -1934,dc2-leaf2b,Configuration,VerifyRunningConfigDiffs,Verifies there is no difference between the running-config and the startup-config,,NOT RUN, -1935,dc2-leaf2b,Configuration,VerifyZeroTouch,Verifies ZeroTouch is disabled,,NOT RUN, -1936,dc2-leaf2b,Connectivity,VerifyLLDPNeighbors,Verifies that the provided LLDP neighbors are connected properly.,Local: Ethernet1 - Remote: dc2-spine1 Ethernet4,NOT RUN, -1937,dc2-leaf2b,Connectivity,VerifyLLDPNeighbors,Verifies that the provided LLDP neighbors are connected properly.,Local: Ethernet2 - Remote: dc2-spine2 Ethernet4,NOT RUN, -1938,dc2-leaf2b,Connectivity,VerifyLLDPNeighbors,Verifies that the provided LLDP neighbors are connected properly.,Local: Ethernet3 - Remote: dc2-leaf2a Ethernet3,NOT RUN, -1939,dc2-leaf2b,Connectivity,VerifyLLDPNeighbors,Verifies that the provided LLDP neighbors are connected properly.,Local: Ethernet4 - Remote: dc2-leaf2a Ethernet4,NOT RUN, -1940,dc2-leaf2b,Connectivity,VerifyLLDPNeighbors,Verifies that the provided LLDP neighbors are connected properly.,Local: Ethernet8 - Remote: dc2-leaf2c Ethernet2,NOT RUN, -1941,dc2-leaf2b,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.16) - Destination: dc1-leaf1a Loopback0 (IP: 10.255.0.3),NOT RUN, -1942,dc2-leaf2b,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.16) - Destination: dc1-leaf1b Loopback0 (IP: 10.255.0.4),NOT RUN, -1943,dc2-leaf2b,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.16) - Destination: dc1-leaf2a Loopback0 (IP: 10.255.0.5),NOT RUN, -1944,dc2-leaf2b,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.16) - Destination: dc1-spine1 Loopback0 (IP: 10.255.0.1),NOT RUN, -1945,dc2-leaf2b,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.16) - Destination: dc1-spine2 Loopback0 (IP: 10.255.0.2),NOT RUN, -1946,dc2-leaf2b,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.16) - Destination: dc1-svc-leaf1a Loopback0 (IP: 10.33.0.5),NOT RUN, -1947,dc2-leaf2b,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.16) - Destination: dc1-svc-leaf1b Loopback0 (IP: 10.33.0.6),NOT RUN, -1948,dc2-leaf2b,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.16) - Destination: dc1-wan1 Loopback0 (IP: 10.255.2.1),NOT RUN, -1949,dc2-leaf2b,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.16) - Destination: dc1-wan2 Loopback0 (IP: 10.255.2.2),NOT RUN, -1950,dc2-leaf2b,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.16) - Destination: dc2-leaf1a Loopback0 (IP: 10.255.128.13),NOT RUN, -1951,dc2-leaf2b,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.16) - Destination: dc2-leaf1b Loopback0 (IP: 10.255.128.14),NOT RUN, -1952,dc2-leaf2b,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.16) - Destination: dc2-leaf2a Loopback0 (IP: 10.255.128.15),NOT RUN, -1953,dc2-leaf2b,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.16) - Destination: dc2-leaf2b Loopback0 (IP: 10.255.128.16),NOT RUN, -1954,dc2-leaf2b,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.16) - Destination: dc2-leaf3a.arista.com Loopback0 (IP: 10.255.128.17),NOT RUN, -1955,dc2-leaf2b,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.16) - Destination: dc2-leaf3b.arista.com Loopback0 (IP: 10.255.128.18),NOT RUN, -1956,dc2-leaf2b,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.16) - Destination: dc2-spine1 Loopback0 (IP: 10.255.128.11),NOT RUN, -1957,dc2-leaf2b,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.16) - Destination: dc2-spine2 Loopback0 (IP: 10.255.128.12),NOT RUN, -1958,dc2-leaf2b,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: P2P Interface Ethernet1 (IP: 10.255.255.117) - Destination: dc2-spine1 Ethernet4 (IP: 10.255.255.116),NOT RUN, -1959,dc2-leaf2b,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: P2P Interface Ethernet2 (IP: 10.255.255.119) - Destination: dc2-spine2 Ethernet4 (IP: 10.255.255.118),NOT RUN, +1929,dc2-leaf2b,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s) for given address families.,BGP EVPN Peer: dc2-spine1 (IP: 10.255.128.11),NOT RUN, +1930,dc2-leaf2b,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s) for given address families.,BGP EVPN Peer: dc2-spine2 (IP: 10.255.128.12),NOT RUN, +1931,dc2-leaf2b,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s) for given address families.,BGP IPv4 Unicast Peer: dc2-leaf2a (IP: 10.255.129.120),NOT RUN, +1932,dc2-leaf2b,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s) for given address families.,BGP IPv4 Unicast Peer: dc2-spine1 (IP: 10.255.255.116),NOT RUN, +1933,dc2-leaf2b,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s) for given address families.,BGP IPv4 Unicast Peer: dc2-spine2 (IP: 10.255.255.118),NOT RUN, +1934,dc2-leaf2b,Configuration,VerifyRunningConfigDiffs,Verifies there is no difference between the running-config and the startup-config.,,NOT RUN, +1935,dc2-leaf2b,Configuration,VerifyZeroTouch,Verifies ZeroTouch is disabled.,,NOT RUN, +1936,dc2-leaf2b,Connectivity,VerifyLLDPNeighbors,Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.,Local: Ethernet1 - Remote: dc2-spine1 Ethernet4,NOT RUN, +1937,dc2-leaf2b,Connectivity,VerifyLLDPNeighbors,Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.,Local: Ethernet2 - Remote: dc2-spine2 Ethernet4,NOT RUN, +1938,dc2-leaf2b,Connectivity,VerifyLLDPNeighbors,Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.,Local: Ethernet3 - Remote: dc2-leaf2a Ethernet3,NOT RUN, +1939,dc2-leaf2b,Connectivity,VerifyLLDPNeighbors,Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.,Local: Ethernet4 - Remote: dc2-leaf2a Ethernet4,NOT RUN, +1940,dc2-leaf2b,Connectivity,VerifyLLDPNeighbors,Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.,Local: Ethernet8 - Remote: dc2-leaf2c Ethernet2,NOT RUN, +1941,dc2-leaf2b,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.16) - Destination: dc1-leaf1a Loopback0 (IP: 10.255.0.3),NOT RUN, +1942,dc2-leaf2b,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.16) - Destination: dc1-leaf1b Loopback0 (IP: 10.255.0.4),NOT RUN, +1943,dc2-leaf2b,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.16) - Destination: dc1-leaf2a Loopback0 (IP: 10.255.0.5),NOT RUN, +1944,dc2-leaf2b,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.16) - Destination: dc1-spine1 Loopback0 (IP: 10.255.0.1),NOT RUN, +1945,dc2-leaf2b,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.16) - Destination: dc1-spine2 Loopback0 (IP: 10.255.0.2),NOT RUN, +1946,dc2-leaf2b,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.16) - Destination: dc1-svc-leaf1a Loopback0 (IP: 10.33.0.5),NOT RUN, +1947,dc2-leaf2b,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.16) - Destination: dc1-svc-leaf1b Loopback0 (IP: 10.33.0.6),NOT RUN, +1948,dc2-leaf2b,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.16) - Destination: dc1-wan1 Loopback0 (IP: 10.255.2.1),NOT RUN, +1949,dc2-leaf2b,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.16) - Destination: dc1-wan2 Loopback0 (IP: 10.255.2.2),NOT RUN, +1950,dc2-leaf2b,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.16) - Destination: dc2-leaf1a Loopback0 (IP: 10.255.128.13),NOT RUN, +1951,dc2-leaf2b,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.16) - Destination: dc2-leaf1b Loopback0 (IP: 10.255.128.14),NOT RUN, +1952,dc2-leaf2b,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.16) - Destination: dc2-leaf2a Loopback0 (IP: 10.255.128.15),NOT RUN, +1953,dc2-leaf2b,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.16) - Destination: dc2-leaf2b Loopback0 (IP: 10.255.128.16),NOT RUN, +1954,dc2-leaf2b,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.16) - Destination: dc2-leaf3a.arista.com Loopback0 (IP: 10.255.128.17),NOT RUN, +1955,dc2-leaf2b,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.16) - Destination: dc2-leaf3b.arista.com Loopback0 (IP: 10.255.128.18),NOT RUN, +1956,dc2-leaf2b,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.16) - Destination: dc2-spine1 Loopback0 (IP: 10.255.128.11),NOT RUN, +1957,dc2-leaf2b,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.16) - Destination: dc2-spine2 Loopback0 (IP: 10.255.128.12),NOT RUN, +1958,dc2-leaf2b,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: P2P Interface Ethernet1 (IP: 10.255.255.117) - Destination: dc2-spine1 Ethernet4 (IP: 10.255.255.116),NOT RUN, +1959,dc2-leaf2b,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: P2P Interface Ethernet2 (IP: 10.255.255.119) - Destination: dc2-spine2 Ethernet4 (IP: 10.255.255.118),NOT RUN, 1960,dc2-leaf2b,Field Notices,VerifyFieldNotice44Resolution,Verifies that the device is using the correct Aboot version per FN0044.,,NOT RUN, 1961,dc2-leaf2b,Field Notices,VerifyFieldNotice72Resolution,"Verifies if the device is exposed to FN0072, and if the issue has been mitigated.",,NOT RUN, -1962,dc2-leaf2b,Greent,VerifyGreenT,Verifies if a GreenT policy is created.,,NOT RUN, +1962,dc2-leaf2b,Greent,VerifyGreenT,Verifies if a GreenT policy other than the default is created.,,NOT RUN, 1963,dc2-leaf2b,Greent,VerifyGreenTCounters,Verifies if the GreenT counters are incremented.,,NOT RUN, 1964,dc2-leaf2b,Hardware,VerifyAdverseDrops,Verifies there are no adverse drops on DCS-7280 and DCS-7500 family switches.,,NOT RUN, 1965,dc2-leaf2b,Hardware,VerifyEnvironmentCooling,Verifies the status of power supply fans and all fan trays.,,NOT RUN, 1966,dc2-leaf2b,Hardware,VerifyEnvironmentCooling,Verifies the status of power supply fans and all fan trays.,Accepted States: 'ok',NOT RUN, 1967,dc2-leaf2b,Hardware,VerifyEnvironmentPower,Verifies the power supplies status.,,NOT RUN, 1968,dc2-leaf2b,Hardware,VerifyEnvironmentPower,Verifies the power supplies status.,Accepted States: 'ok',NOT RUN, -1969,dc2-leaf2b,Hardware,VerifyEnvironmentSystemCooling,Verifies the system cooling status.,,NOT RUN, -1970,dc2-leaf2b,Hardware,VerifyTemperature,Verifies the device temperature.,,NOT RUN, -1971,dc2-leaf2b,Hardware,VerifyTemperature,Verifies the device temperature.,,NOT RUN, -1972,dc2-leaf2b,Hardware,VerifyTransceiversManufacturers,Verifies if all transceivers come from approved manufacturers.,,NOT RUN, -1973,dc2-leaf2b,Hardware,VerifyTransceiversManufacturers,Verifies if all transceivers come from approved manufacturers.,"Accepted Manufacturers: 'Arista Networks', 'Arastra, Inc.', 'Not Present'",NOT RUN, -1974,dc2-leaf2b,Hardware,VerifyTransceiversTemperature,Verifies the transceivers temperature.,,NOT RUN, -1975,dc2-leaf2b,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet1 - P2P_dc2-spine1_Ethernet4 = 'up',NOT RUN, -1976,dc2-leaf2b,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet2 - P2P_dc2-spine2_Ethernet4 = 'up',NOT RUN, -1977,dc2-leaf2b,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet3 - MLAG_dc2-leaf2a_Ethernet3 = 'up',NOT RUN, -1978,dc2-leaf2b,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet4 - MLAG_dc2-leaf2a_Ethernet4 = 'up',NOT RUN, -1979,dc2-leaf2b,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet5 - SERVER_dc2-leaf2-server1_PCI2 = 'up',NOT RUN, -1980,dc2-leaf2b,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet6 - P2P_dc1-leaf2b_Ethernet6 = 'up',NOT RUN, -1981,dc2-leaf2b,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet8 - L2_dc2-leaf2c_Ethernet2 = 'up',NOT RUN, -1982,dc2-leaf2b,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Loopback0 - ROUTER_ID = 'up',NOT RUN, -1983,dc2-leaf2b,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Loopback1 - VXLAN_TUNNEL_SOURCE = 'up',NOT RUN, -1984,dc2-leaf2b,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Loopback10 - DIAG_VRF_VRF10 = 'up',NOT RUN, -1985,dc2-leaf2b,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Loopback11 - DIAG_VRF_VRF11 = 'up',NOT RUN, -1986,dc2-leaf2b,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Port-Channel3 - MLAG_dc2-leaf2a_Port-Channel3 = 'up',NOT RUN, -1987,dc2-leaf2b,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Port-Channel5 - SERVER_dc2-leaf2-server1_PortChannel dc2-leaf2-server1 = 'up',NOT RUN, -1988,dc2-leaf2b,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Port-Channel8 - L2_dc2-leaf2c_Port-Channel1 = 'up',NOT RUN, -1989,dc2-leaf2b,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Vlan11 - VRF10_VLAN11 = 'up',NOT RUN, -1990,dc2-leaf2b,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Vlan12 - VRF10_VLAN12 = 'up',NOT RUN, -1991,dc2-leaf2b,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Vlan21 - VRF11_VLAN21 = 'up',NOT RUN, -1992,dc2-leaf2b,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Vlan22 - VRF11_VLAN22 = 'up',NOT RUN, -1993,dc2-leaf2b,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Vlan3009 - MLAG_L3_VRF_VRF10 = 'up',NOT RUN, -1994,dc2-leaf2b,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Vlan3010 - MLAG_L3_VRF_VRF11 = 'up',NOT RUN, -1995,dc2-leaf2b,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Vlan4093 - MLAG_L3 = 'up',NOT RUN, -1996,dc2-leaf2b,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Vlan4094 - MLAG = 'up',NOT RUN, -1997,dc2-leaf2b,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Vxlan1 = 'up',NOT RUN, +1969,dc2-leaf2b,Hardware,VerifyEnvironmentSystemCooling,Verifies the device's system cooling status.,,NOT RUN, +1970,dc2-leaf2b,Hardware,VerifyTemperature,Verifies if the device temperature is within acceptable limits.,,NOT RUN, +1971,dc2-leaf2b,Hardware,VerifyTemperature,Verifies if the device temperature is within acceptable limits.,,NOT RUN, +1972,dc2-leaf2b,Hardware,VerifyTransceiversManufacturers,Verifies if all the transceivers come from approved manufacturers.,,NOT RUN, +1973,dc2-leaf2b,Hardware,VerifyTransceiversManufacturers,Verifies if all the transceivers come from approved manufacturers.,"Accepted Manufacturers: 'Arista Networks', 'Arastra, Inc.', 'Not Present'",NOT RUN, +1974,dc2-leaf2b,Hardware,VerifyTransceiversTemperature,Verifies if all the transceivers are operating at an acceptable temperature.,,NOT RUN, +1975,dc2-leaf2b,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Ethernet1 - P2P_dc2-spine1_Ethernet4 = 'up',NOT RUN, +1976,dc2-leaf2b,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Ethernet2 - P2P_dc2-spine2_Ethernet4 = 'up',NOT RUN, +1977,dc2-leaf2b,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Ethernet3 - MLAG_dc2-leaf2a_Ethernet3 = 'up',NOT RUN, +1978,dc2-leaf2b,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Ethernet4 - MLAG_dc2-leaf2a_Ethernet4 = 'up',NOT RUN, +1979,dc2-leaf2b,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Ethernet5 - SERVER_dc2-leaf2-server1_PCI2 = 'up',NOT RUN, +1980,dc2-leaf2b,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Ethernet6 - P2P_dc1-leaf2b_Ethernet6 = 'up',NOT RUN, +1981,dc2-leaf2b,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Ethernet8 - L2_dc2-leaf2c_Ethernet2 = 'up',NOT RUN, +1982,dc2-leaf2b,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Loopback0 - ROUTER_ID = 'up',NOT RUN, +1983,dc2-leaf2b,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Loopback1 - VXLAN_TUNNEL_SOURCE = 'up',NOT RUN, +1984,dc2-leaf2b,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Loopback10 - DIAG_VRF_VRF10 = 'up',NOT RUN, +1985,dc2-leaf2b,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Loopback11 - DIAG_VRF_VRF11 = 'up',NOT RUN, +1986,dc2-leaf2b,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Port-Channel3 - MLAG_dc2-leaf2a_Port-Channel3 = 'up',NOT RUN, +1987,dc2-leaf2b,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Port-Channel5 - SERVER_dc2-leaf2-server1_PortChannel dc2-leaf2-server1 = 'up',NOT RUN, +1988,dc2-leaf2b,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Port-Channel8 - L2_dc2-leaf2c_Port-Channel1 = 'up',NOT RUN, +1989,dc2-leaf2b,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Vlan11 - VRF10_VLAN11 = 'up',NOT RUN, +1990,dc2-leaf2b,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Vlan12 - VRF10_VLAN12 = 'up',NOT RUN, +1991,dc2-leaf2b,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Vlan21 - VRF11_VLAN21 = 'up',NOT RUN, +1992,dc2-leaf2b,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Vlan22 - VRF11_VLAN22 = 'up',NOT RUN, +1993,dc2-leaf2b,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Vlan3009 - MLAG_L3_VRF_VRF10 = 'up',NOT RUN, +1994,dc2-leaf2b,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Vlan3010 - MLAG_L3_VRF_VRF11 = 'up',NOT RUN, +1995,dc2-leaf2b,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Vlan4093 - MLAG_L3 = 'up',NOT RUN, +1996,dc2-leaf2b,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Vlan4094 - MLAG = 'up',NOT RUN, +1997,dc2-leaf2b,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Vxlan1 = 'up',NOT RUN, 1998,dc2-leaf2b,LANZ,VerifyLANZ,Verifies if LANZ is enabled.,,NOT RUN, 1999,dc2-leaf2b,Logging,VerifyLoggingAccounting,Verifies if AAA accounting logs are generated.,,NOT RUN, 2000,dc2-leaf2b,Logging,VerifyLoggingErrors,Verifies there are no syslog messages with a severity of ERRORS or higher.,,NOT RUN, @@ -2008,10 +2008,10 @@ id,dut,categories,test,description,inputs,result,messages 2007,dc2-leaf2b,MLAG,VerifyMlagConfigSanity,Verifies there are no MLAG config-sanity inconsistencies.,,NOT RUN, 2008,dc2-leaf2b,MLAG,VerifyMlagDualPrimary,Verifies the MLAG dual-primary detection parameters.,,NOT RUN, 2009,dc2-leaf2b,MLAG,VerifyMlagInterfaces,Verifies there are no inactive or active-partial MLAG ports.,,NOT RUN, -2010,dc2-leaf2b,MLAG,VerifyMlagReloadDelay,Verifies the MLAG reload-delay parameters.,,NOT RUN, +2010,dc2-leaf2b,MLAG,VerifyMlagReloadDelay,Verifies the reload-delay parameters of the MLAG configuration.,,NOT RUN, 2011,dc2-leaf2b,MLAG,VerifyMlagStatus,Verifies the health status of the MLAG configuration.,,NOT RUN, 2012,dc2-leaf2b,MLAG,VerifyMlagStatus,Verifies the health status of the MLAG configuration.,,NOT RUN, -2013,dc2-leaf2b,Multicast,VerifyIGMPSnoopingGlobal,Verifies the IGMP snooping global configuration.,,NOT RUN, +2013,dc2-leaf2b,Multicast,VerifyIGMPSnoopingGlobal,Verifies the IGMP snooping global status.,,NOT RUN, 2014,dc2-leaf2b,Multicast,VerifyIGMPSnoopingVlans,Verifies the IGMP snooping status for the provided VLANs.,,NOT RUN, 2015,dc2-leaf2b,PTP,VerifyPtpGMStatus,Verifies that the device is locked to a valid PTP Grandmaster.,,NOT RUN, 2016,dc2-leaf2b,PTP,VerifyPtpLockStatus,Verifies that the device was locked to the upstream PTP GM in the last minute.,,NOT RUN, @@ -2052,13 +2052,13 @@ id,dut,categories,test,description,inputs,result,messages 2051,dc2-leaf2b,Security,VerifyBannerMotd,Verifies the motd banner of a device.,,NOT RUN, 2052,dc2-leaf2b,Security,VerifyIPSecConnHealth,Verifies all IPv4 security connections.,,NOT RUN, 2053,dc2-leaf2b,Security,VerifyIPv4ACL,Verifies the configuration of IPv4 ACLs.,,NOT RUN, -2054,dc2-leaf2b,Security,VerifySpecificIPSecConn,Verifies IPv4 security connections for a peer.,,NOT RUN, +2054,dc2-leaf2b,Security,VerifySpecificIPSecConn,Verifies the IPv4 security connections.,,NOT RUN, 2055,dc2-leaf2b,Security,VerifySSHIPv4Acl,Verifies if the SSHD agent has IPv4 ACL(s) configured.,,NOT RUN, 2056,dc2-leaf2b,Security,VerifySSHIPv6Acl,Verifies if the SSHD agent has IPv6 ACL(s) configured.,,NOT RUN, 2057,dc2-leaf2b,Security,VerifySSHStatus,Verifies if the SSHD agent is disabled in the default VRF.,,NOT RUN, 2058,dc2-leaf2b,Security,VerifyTelnetStatus,Verifies if Telnet is disabled in the default VRF.,,NOT RUN, 2059,dc2-leaf2b,Services,VerifyDNSLookup,Verifies the DNS name to IP address resolution.,,NOT RUN, -2060,dc2-leaf2b,Services,VerifyDNSServers,Verifies if the DNS servers are correctly configured.,,NOT RUN, +2060,dc2-leaf2b,Services,VerifyDNSServers,Verifies if the DNS (Domain Name Service) servers are correctly configured.,,NOT RUN, 2061,dc2-leaf2b,Services,VerifyErrdisableRecovery,"Verifies the errdisable recovery reason, status, and interval.",,NOT RUN, 2062,dc2-leaf2b,Services,VerifyHostname,Verifies the hostname of a device.,,NOT RUN, 2063,dc2-leaf2b,SNMP,VerifySnmpIPv4Acl,Verifies if the SNMP agent has IPv4 ACL(s) configured.,,NOT RUN, @@ -2071,7 +2071,7 @@ id,dut,categories,test,description,inputs,result,messages 2070,dc2-leaf2b,STP,VerifySTPForwardingPorts,Verifies that all interfaces are forwarding for a provided list of VLAN(s).,,NOT RUN, 2071,dc2-leaf2b,STP,VerifySTPMode,Verifies the configured STP mode for a provided list of VLAN(s).,,NOT RUN, 2072,dc2-leaf2b,STP,VerifySTPRootPriority,Verifies the STP root priority for a provided list of VLAN or MST instance ID(s).,,NOT RUN, -2073,dc2-leaf2b,STUN,VerifyStunClient,Verifies the STUN client is configured with the specified IPv4 source address and port. Validate the public IP and port if provided.,,NOT RUN, +2073,dc2-leaf2b,STUN,VerifyStunClient,(Deprecated) Verifies the translation for a source address on a STUN client.,,NOT RUN, 2074,dc2-leaf2b,System,VerifyAgentLogs,Verifies there are no agent crash reports.,,NOT RUN, 2075,dc2-leaf2b,System,VerifyCoredump,Verifies there are no core dump files.,,NOT RUN, 2076,dc2-leaf2b,System,VerifyCPUUtilization,Verifies whether the CPU utilization is below 75%.,,NOT RUN, @@ -2090,29 +2090,29 @@ id,dut,categories,test,description,inputs,result,messages 2089,dc2-leaf2c,AAA,VerifyTacacsServerGroups,Verifies if the provided TACACS server group(s) are configured.,,NOT RUN, 2090,dc2-leaf2c,AAA,VerifyTacacsServers,Verifies TACACS servers are configured for a specified VRF.,,NOT RUN, 2091,dc2-leaf2c,AAA,VerifyTacacsSourceIntf,Verifies TACACS source-interface for a specified VRF.,,NOT RUN, -2092,dc2-leaf2c,Configuration,VerifyRunningConfigDiffs,Verifies there is no difference between the running-config and the startup-config,,NOT RUN, -2093,dc2-leaf2c,Configuration,VerifyZeroTouch,Verifies ZeroTouch is disabled,,NOT RUN, -2094,dc2-leaf2c,Connectivity,VerifyLLDPNeighbors,Verifies that the provided LLDP neighbors are connected properly.,Local: Ethernet1 - Remote: dc2-leaf2a Ethernet8,NOT RUN, -2095,dc2-leaf2c,Connectivity,VerifyLLDPNeighbors,Verifies that the provided LLDP neighbors are connected properly.,Local: Ethernet2 - Remote: dc2-leaf2b Ethernet8,NOT RUN, +2092,dc2-leaf2c,Configuration,VerifyRunningConfigDiffs,Verifies there is no difference between the running-config and the startup-config.,,NOT RUN, +2093,dc2-leaf2c,Configuration,VerifyZeroTouch,Verifies ZeroTouch is disabled.,,NOT RUN, +2094,dc2-leaf2c,Connectivity,VerifyLLDPNeighbors,Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.,Local: Ethernet1 - Remote: dc2-leaf2a Ethernet8,NOT RUN, +2095,dc2-leaf2c,Connectivity,VerifyLLDPNeighbors,Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.,Local: Ethernet2 - Remote: dc2-leaf2b Ethernet8,NOT RUN, 2096,dc2-leaf2c,Field Notices,VerifyFieldNotice44Resolution,Verifies that the device is using the correct Aboot version per FN0044.,,NOT RUN, 2097,dc2-leaf2c,Field Notices,VerifyFieldNotice72Resolution,"Verifies if the device is exposed to FN0072, and if the issue has been mitigated.",,NOT RUN, -2098,dc2-leaf2c,Greent,VerifyGreenT,Verifies if a GreenT policy is created.,,NOT RUN, +2098,dc2-leaf2c,Greent,VerifyGreenT,Verifies if a GreenT policy other than the default is created.,,NOT RUN, 2099,dc2-leaf2c,Greent,VerifyGreenTCounters,Verifies if the GreenT counters are incremented.,,NOT RUN, 2100,dc2-leaf2c,Hardware,VerifyAdverseDrops,Verifies there are no adverse drops on DCS-7280 and DCS-7500 family switches.,,NOT RUN, 2101,dc2-leaf2c,Hardware,VerifyEnvironmentCooling,Verifies the status of power supply fans and all fan trays.,,NOT RUN, 2102,dc2-leaf2c,Hardware,VerifyEnvironmentCooling,Verifies the status of power supply fans and all fan trays.,Accepted States: 'ok',NOT RUN, 2103,dc2-leaf2c,Hardware,VerifyEnvironmentPower,Verifies the power supplies status.,,NOT RUN, 2104,dc2-leaf2c,Hardware,VerifyEnvironmentPower,Verifies the power supplies status.,Accepted States: 'ok',NOT RUN, -2105,dc2-leaf2c,Hardware,VerifyEnvironmentSystemCooling,Verifies the system cooling status.,,NOT RUN, -2106,dc2-leaf2c,Hardware,VerifyTemperature,Verifies the device temperature.,,NOT RUN, -2107,dc2-leaf2c,Hardware,VerifyTemperature,Verifies the device temperature.,,NOT RUN, -2108,dc2-leaf2c,Hardware,VerifyTransceiversManufacturers,Verifies if all transceivers come from approved manufacturers.,,NOT RUN, -2109,dc2-leaf2c,Hardware,VerifyTransceiversManufacturers,Verifies if all transceivers come from approved manufacturers.,"Accepted Manufacturers: 'Arista Networks', 'Arastra, Inc.', 'Not Present'",NOT RUN, -2110,dc2-leaf2c,Hardware,VerifyTransceiversTemperature,Verifies the transceivers temperature.,,NOT RUN, -2111,dc2-leaf2c,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet1 - L2_dc2-leaf2a_Ethernet8 = 'up',NOT RUN, -2112,dc2-leaf2c,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet2 - L2_dc2-leaf2b_Ethernet8 = 'up',NOT RUN, -2113,dc2-leaf2c,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet5 - SERVER_dc2-leaf2-server1_iLO = 'up',NOT RUN, -2114,dc2-leaf2c,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Port-Channel1 - L2_DC2_L3_LEAF2_Port-Channel8 = 'up',NOT RUN, +2105,dc2-leaf2c,Hardware,VerifyEnvironmentSystemCooling,Verifies the device's system cooling status.,,NOT RUN, +2106,dc2-leaf2c,Hardware,VerifyTemperature,Verifies if the device temperature is within acceptable limits.,,NOT RUN, +2107,dc2-leaf2c,Hardware,VerifyTemperature,Verifies if the device temperature is within acceptable limits.,,NOT RUN, +2108,dc2-leaf2c,Hardware,VerifyTransceiversManufacturers,Verifies if all the transceivers come from approved manufacturers.,,NOT RUN, +2109,dc2-leaf2c,Hardware,VerifyTransceiversManufacturers,Verifies if all the transceivers come from approved manufacturers.,"Accepted Manufacturers: 'Arista Networks', 'Arastra, Inc.', 'Not Present'",NOT RUN, +2110,dc2-leaf2c,Hardware,VerifyTransceiversTemperature,Verifies if all the transceivers are operating at an acceptable temperature.,,NOT RUN, +2111,dc2-leaf2c,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Ethernet1 - L2_dc2-leaf2a_Ethernet8 = 'up',NOT RUN, +2112,dc2-leaf2c,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Ethernet2 - L2_dc2-leaf2b_Ethernet8 = 'up',NOT RUN, +2113,dc2-leaf2c,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Ethernet5 - SERVER_dc2-leaf2-server1_iLO = 'up',NOT RUN, +2114,dc2-leaf2c,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Port-Channel1 - L2_DC2_L3_LEAF2_Port-Channel8 = 'up',NOT RUN, 2115,dc2-leaf2c,LANZ,VerifyLANZ,Verifies if LANZ is enabled.,,NOT RUN, 2116,dc2-leaf2c,PTP,VerifyPtpGMStatus,Verifies that the device is locked to a valid PTP Grandmaster.,,NOT RUN, 2117,dc2-leaf2c,PTP,VerifyPtpLockStatus,Verifies that the device was locked to the upstream PTP GM in the last minute.,,NOT RUN, @@ -2129,13 +2129,13 @@ id,dut,categories,test,description,inputs,result,messages 2128,dc2-leaf2c,Security,VerifyBannerMotd,Verifies the motd banner of a device.,,NOT RUN, 2129,dc2-leaf2c,Security,VerifyIPSecConnHealth,Verifies all IPv4 security connections.,,NOT RUN, 2130,dc2-leaf2c,Security,VerifyIPv4ACL,Verifies the configuration of IPv4 ACLs.,,NOT RUN, -2131,dc2-leaf2c,Security,VerifySpecificIPSecConn,Verifies IPv4 security connections for a peer.,,NOT RUN, +2131,dc2-leaf2c,Security,VerifySpecificIPSecConn,Verifies the IPv4 security connections.,,NOT RUN, 2132,dc2-leaf2c,Security,VerifySSHIPv4Acl,Verifies if the SSHD agent has IPv4 ACL(s) configured.,,NOT RUN, 2133,dc2-leaf2c,Security,VerifySSHIPv6Acl,Verifies if the SSHD agent has IPv6 ACL(s) configured.,,NOT RUN, 2134,dc2-leaf2c,Security,VerifySSHStatus,Verifies if the SSHD agent is disabled in the default VRF.,,NOT RUN, 2135,dc2-leaf2c,Security,VerifyTelnetStatus,Verifies if Telnet is disabled in the default VRF.,,NOT RUN, 2136,dc2-leaf2c,Services,VerifyDNSLookup,Verifies the DNS name to IP address resolution.,,NOT RUN, -2137,dc2-leaf2c,Services,VerifyDNSServers,Verifies if the DNS servers are correctly configured.,,NOT RUN, +2137,dc2-leaf2c,Services,VerifyDNSServers,Verifies if the DNS (Domain Name Service) servers are correctly configured.,,NOT RUN, 2138,dc2-leaf2c,Services,VerifyErrdisableRecovery,"Verifies the errdisable recovery reason, status, and interval.",,NOT RUN, 2139,dc2-leaf2c,Services,VerifyHostname,Verifies the hostname of a device.,,NOT RUN, 2140,dc2-leaf2c,SNMP,VerifySnmpIPv4Acl,Verifies if the SNMP agent has IPv4 ACL(s) configured.,,NOT RUN, @@ -2143,7 +2143,7 @@ id,dut,categories,test,description,inputs,result,messages 2142,dc2-leaf2c,SNMP,VerifySnmpStatus,Verifies if the SNMP agent is enabled.,,NOT RUN, 2143,dc2-leaf2c,Software,VerifyEOSVersion,Verifies the EOS version of the device.,,NOT RUN, 2144,dc2-leaf2c,Software,VerifyTerminAttrVersion,Verifies the TerminAttr version of the device.,,NOT RUN, -2145,dc2-leaf2c,STUN,VerifyStunClient,Verifies the STUN client is configured with the specified IPv4 source address and port. Validate the public IP and port if provided.,,NOT RUN, +2145,dc2-leaf2c,STUN,VerifyStunClient,(Deprecated) Verifies the translation for a source address on a STUN client.,,NOT RUN, 2146,dc2-leaf2c,System,VerifyAgentLogs,Verifies there are no agent crash reports.,,NOT RUN, 2147,dc2-leaf2c,System,VerifyCoredump,Verifies there are no core dump files.,,NOT RUN, 2148,dc2-leaf2c,System,VerifyCPUUtilization,Verifies whether the CPU utilization is below 75%.,,NOT RUN, @@ -2162,80 +2162,80 @@ id,dut,categories,test,description,inputs,result,messages 2161,dc2-leaf3a.arista.com,AAA,VerifyTacacsServerGroups,Verifies if the provided TACACS server group(s) are configured.,,NOT RUN, 2162,dc2-leaf3a.arista.com,AAA,VerifyTacacsServers,Verifies TACACS servers are configured for a specified VRF.,,NOT RUN, 2163,dc2-leaf3a.arista.com,AAA,VerifyTacacsSourceIntf,Verifies TACACS source-interface for a specified VRF.,,NOT RUN, -2164,dc2-leaf3a.arista.com,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s).,BGP EVPN Peer: dc2-spine1 (IP: 10.255.128.11),NOT RUN, -2165,dc2-leaf3a.arista.com,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s).,BGP EVPN Peer: dc2-spine2 (IP: 10.255.128.12),NOT RUN, -2166,dc2-leaf3a.arista.com,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s).,BGP IPv4 Unicast Peer: dc2-leaf3b.arista.com (IP: 10.255.129.125),NOT RUN, -2167,dc2-leaf3a.arista.com,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s).,BGP IPv4 Unicast Peer: dc2-spine1 (IP: 10.255.255.120),NOT RUN, -2168,dc2-leaf3a.arista.com,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s).,BGP IPv4 Unicast Peer: dc2-spine2 (IP: 10.255.255.122),NOT RUN, -2169,dc2-leaf3a.arista.com,Configuration,VerifyRunningConfigDiffs,Verifies there is no difference between the running-config and the startup-config,,NOT RUN, -2170,dc2-leaf3a.arista.com,Configuration,VerifyZeroTouch,Verifies ZeroTouch is disabled,,NOT RUN, -2171,dc2-leaf3a.arista.com,Connectivity,VerifyLLDPNeighbors,Verifies that the provided LLDP neighbors are connected properly.,Local: Ethernet1 - Remote: dc2-spine1 Ethernet5,NOT RUN, -2172,dc2-leaf3a.arista.com,Connectivity,VerifyLLDPNeighbors,Verifies that the provided LLDP neighbors are connected properly.,Local: Ethernet15 - Remote: dc2-leaf2b Ethernet2,NOT RUN, -2173,dc2-leaf3a.arista.com,Connectivity,VerifyLLDPNeighbors,Verifies that the provided LLDP neighbors are connected properly.,Local: Ethernet16 - Remote: dc2-leaf3b.arista.com Ethernet16,NOT RUN, -2174,dc2-leaf3a.arista.com,Connectivity,VerifyLLDPNeighbors,Verifies that the provided LLDP neighbors are connected properly.,Local: Ethernet2 - Remote: dc2-spine2 Ethernet5,NOT RUN, -2175,dc2-leaf3a.arista.com,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.17) - Destination: dc1-leaf1a Loopback0 (IP: 10.255.0.3),NOT RUN, -2176,dc2-leaf3a.arista.com,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.17) - Destination: dc1-leaf1b Loopback0 (IP: 10.255.0.4),NOT RUN, -2177,dc2-leaf3a.arista.com,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.17) - Destination: dc1-leaf2a Loopback0 (IP: 10.255.0.5),NOT RUN, -2178,dc2-leaf3a.arista.com,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.17) - Destination: dc1-spine1 Loopback0 (IP: 10.255.0.1),NOT RUN, -2179,dc2-leaf3a.arista.com,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.17) - Destination: dc1-spine2 Loopback0 (IP: 10.255.0.2),NOT RUN, -2180,dc2-leaf3a.arista.com,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.17) - Destination: dc1-svc-leaf1a Loopback0 (IP: 10.33.0.5),NOT RUN, -2181,dc2-leaf3a.arista.com,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.17) - Destination: dc1-svc-leaf1b Loopback0 (IP: 10.33.0.6),NOT RUN, -2182,dc2-leaf3a.arista.com,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.17) - Destination: dc1-wan1 Loopback0 (IP: 10.255.2.1),NOT RUN, -2183,dc2-leaf3a.arista.com,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.17) - Destination: dc1-wan2 Loopback0 (IP: 10.255.2.2),NOT RUN, -2184,dc2-leaf3a.arista.com,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.17) - Destination: dc2-leaf1a Loopback0 (IP: 10.255.128.13),NOT RUN, -2185,dc2-leaf3a.arista.com,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.17) - Destination: dc2-leaf1b Loopback0 (IP: 10.255.128.14),NOT RUN, -2186,dc2-leaf3a.arista.com,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.17) - Destination: dc2-leaf2a Loopback0 (IP: 10.255.128.15),NOT RUN, -2187,dc2-leaf3a.arista.com,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.17) - Destination: dc2-leaf2b Loopback0 (IP: 10.255.128.16),NOT RUN, -2188,dc2-leaf3a.arista.com,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.17) - Destination: dc2-leaf3a.arista.com Loopback0 (IP: 10.255.128.17),NOT RUN, -2189,dc2-leaf3a.arista.com,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.17) - Destination: dc2-leaf3b.arista.com Loopback0 (IP: 10.255.128.18),NOT RUN, -2190,dc2-leaf3a.arista.com,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.17) - Destination: dc2-spine1 Loopback0 (IP: 10.255.128.11),NOT RUN, -2191,dc2-leaf3a.arista.com,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.17) - Destination: dc2-spine2 Loopback0 (IP: 10.255.128.12),NOT RUN, -2192,dc2-leaf3a.arista.com,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: P2P Interface Ethernet1 (IP: 10.255.255.121) - Destination: dc2-spine1 Ethernet5 (IP: 10.255.255.120),NOT RUN, -2193,dc2-leaf3a.arista.com,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: P2P Interface Ethernet15 (IP: 1.1.1.1) - Destination: dc2-leaf2b Ethernet2 (IP: 10.255.255.119),NOT RUN, -2194,dc2-leaf3a.arista.com,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: P2P Interface Ethernet2 (IP: 10.255.255.123) - Destination: dc2-spine2 Ethernet5 (IP: 10.255.255.122),NOT RUN, +2164,dc2-leaf3a.arista.com,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s) for given address families.,BGP EVPN Peer: dc2-spine1 (IP: 10.255.128.11),NOT RUN, +2165,dc2-leaf3a.arista.com,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s) for given address families.,BGP EVPN Peer: dc2-spine2 (IP: 10.255.128.12),NOT RUN, +2166,dc2-leaf3a.arista.com,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s) for given address families.,BGP IPv4 Unicast Peer: dc2-leaf3b.arista.com (IP: 10.255.129.125),NOT RUN, +2167,dc2-leaf3a.arista.com,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s) for given address families.,BGP IPv4 Unicast Peer: dc2-spine1 (IP: 10.255.255.120),NOT RUN, +2168,dc2-leaf3a.arista.com,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s) for given address families.,BGP IPv4 Unicast Peer: dc2-spine2 (IP: 10.255.255.122),NOT RUN, +2169,dc2-leaf3a.arista.com,Configuration,VerifyRunningConfigDiffs,Verifies there is no difference between the running-config and the startup-config.,,NOT RUN, +2170,dc2-leaf3a.arista.com,Configuration,VerifyZeroTouch,Verifies ZeroTouch is disabled.,,NOT RUN, +2171,dc2-leaf3a.arista.com,Connectivity,VerifyLLDPNeighbors,Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.,Local: Ethernet1 - Remote: dc2-spine1 Ethernet5,NOT RUN, +2172,dc2-leaf3a.arista.com,Connectivity,VerifyLLDPNeighbors,Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.,Local: Ethernet15 - Remote: dc2-leaf2b Ethernet2,NOT RUN, +2173,dc2-leaf3a.arista.com,Connectivity,VerifyLLDPNeighbors,Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.,Local: Ethernet16 - Remote: dc2-leaf3b.arista.com Ethernet16,NOT RUN, +2174,dc2-leaf3a.arista.com,Connectivity,VerifyLLDPNeighbors,Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.,Local: Ethernet2 - Remote: dc2-spine2 Ethernet5,NOT RUN, +2175,dc2-leaf3a.arista.com,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.17) - Destination: dc1-leaf1a Loopback0 (IP: 10.255.0.3),NOT RUN, +2176,dc2-leaf3a.arista.com,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.17) - Destination: dc1-leaf1b Loopback0 (IP: 10.255.0.4),NOT RUN, +2177,dc2-leaf3a.arista.com,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.17) - Destination: dc1-leaf2a Loopback0 (IP: 10.255.0.5),NOT RUN, +2178,dc2-leaf3a.arista.com,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.17) - Destination: dc1-spine1 Loopback0 (IP: 10.255.0.1),NOT RUN, +2179,dc2-leaf3a.arista.com,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.17) - Destination: dc1-spine2 Loopback0 (IP: 10.255.0.2),NOT RUN, +2180,dc2-leaf3a.arista.com,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.17) - Destination: dc1-svc-leaf1a Loopback0 (IP: 10.33.0.5),NOT RUN, +2181,dc2-leaf3a.arista.com,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.17) - Destination: dc1-svc-leaf1b Loopback0 (IP: 10.33.0.6),NOT RUN, +2182,dc2-leaf3a.arista.com,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.17) - Destination: dc1-wan1 Loopback0 (IP: 10.255.2.1),NOT RUN, +2183,dc2-leaf3a.arista.com,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.17) - Destination: dc1-wan2 Loopback0 (IP: 10.255.2.2),NOT RUN, +2184,dc2-leaf3a.arista.com,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.17) - Destination: dc2-leaf1a Loopback0 (IP: 10.255.128.13),NOT RUN, +2185,dc2-leaf3a.arista.com,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.17) - Destination: dc2-leaf1b Loopback0 (IP: 10.255.128.14),NOT RUN, +2186,dc2-leaf3a.arista.com,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.17) - Destination: dc2-leaf2a Loopback0 (IP: 10.255.128.15),NOT RUN, +2187,dc2-leaf3a.arista.com,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.17) - Destination: dc2-leaf2b Loopback0 (IP: 10.255.128.16),NOT RUN, +2188,dc2-leaf3a.arista.com,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.17) - Destination: dc2-leaf3a.arista.com Loopback0 (IP: 10.255.128.17),NOT RUN, +2189,dc2-leaf3a.arista.com,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.17) - Destination: dc2-leaf3b.arista.com Loopback0 (IP: 10.255.128.18),NOT RUN, +2190,dc2-leaf3a.arista.com,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.17) - Destination: dc2-spine1 Loopback0 (IP: 10.255.128.11),NOT RUN, +2191,dc2-leaf3a.arista.com,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.17) - Destination: dc2-spine2 Loopback0 (IP: 10.255.128.12),NOT RUN, +2192,dc2-leaf3a.arista.com,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: P2P Interface Ethernet1 (IP: 10.255.255.121) - Destination: dc2-spine1 Ethernet5 (IP: 10.255.255.120),NOT RUN, +2193,dc2-leaf3a.arista.com,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: P2P Interface Ethernet15 (IP: 1.1.1.1) - Destination: dc2-leaf2b Ethernet2 (IP: 10.255.255.119),NOT RUN, +2194,dc2-leaf3a.arista.com,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: P2P Interface Ethernet2 (IP: 10.255.255.123) - Destination: dc2-spine2 Ethernet5 (IP: 10.255.255.122),NOT RUN, 2195,dc2-leaf3a.arista.com,Field Notices,VerifyFieldNotice44Resolution,Verifies that the device is using the correct Aboot version per FN0044.,,NOT RUN, 2196,dc2-leaf3a.arista.com,Field Notices,VerifyFieldNotice72Resolution,"Verifies if the device is exposed to FN0072, and if the issue has been mitigated.",,NOT RUN, -2197,dc2-leaf3a.arista.com,Greent,VerifyGreenT,Verifies if a GreenT policy is created.,,NOT RUN, +2197,dc2-leaf3a.arista.com,Greent,VerifyGreenT,Verifies if a GreenT policy other than the default is created.,,NOT RUN, 2198,dc2-leaf3a.arista.com,Greent,VerifyGreenTCounters,Verifies if the GreenT counters are incremented.,,NOT RUN, 2199,dc2-leaf3a.arista.com,Hardware,VerifyAdverseDrops,Verifies there are no adverse drops on DCS-7280 and DCS-7500 family switches.,,NOT RUN, 2200,dc2-leaf3a.arista.com,Hardware,VerifyEnvironmentCooling,Verifies the status of power supply fans and all fan trays.,,NOT RUN, 2201,dc2-leaf3a.arista.com,Hardware,VerifyEnvironmentCooling,Verifies the status of power supply fans and all fan trays.,Accepted States: 'ok',NOT RUN, 2202,dc2-leaf3a.arista.com,Hardware,VerifyEnvironmentPower,Verifies the power supplies status.,,NOT RUN, 2203,dc2-leaf3a.arista.com,Hardware,VerifyEnvironmentPower,Verifies the power supplies status.,Accepted States: 'ok',NOT RUN, -2204,dc2-leaf3a.arista.com,Hardware,VerifyEnvironmentSystemCooling,Verifies the system cooling status.,,NOT RUN, -2205,dc2-leaf3a.arista.com,Hardware,VerifyTemperature,Verifies the device temperature.,,NOT RUN, -2206,dc2-leaf3a.arista.com,Hardware,VerifyTemperature,Verifies the device temperature.,,NOT RUN, -2207,dc2-leaf3a.arista.com,Hardware,VerifyTransceiversManufacturers,Verifies if all transceivers come from approved manufacturers.,,NOT RUN, -2208,dc2-leaf3a.arista.com,Hardware,VerifyTransceiversManufacturers,Verifies if all transceivers come from approved manufacturers.,"Accepted Manufacturers: 'Arista Networks', 'Arastra, Inc.', 'Not Present'",NOT RUN, -2209,dc2-leaf3a.arista.com,Hardware,VerifyTransceiversTemperature,Verifies the transceivers temperature.,,NOT RUN, -2210,dc2-leaf3a.arista.com,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet1 - P2P_dc2-spine1_Ethernet5 = 'up',NOT RUN, -2211,dc2-leaf3a.arista.com,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet11 - dc2-leaf3-fw1_e1 = 'up',NOT RUN, -2212,dc2-leaf3a.arista.com,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet12 - Test_mode_and_vlans = 'up',NOT RUN, -2213,dc2-leaf3a.arista.com,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet13 - Test_native_vlan_and_trunk_groups = 'up',NOT RUN, -2214,dc2-leaf3a.arista.com,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet14 - Test_phone = 'up',NOT RUN, -2215,dc2-leaf3a.arista.com,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet15 - Test_type_routed = 'up',NOT RUN, -2216,dc2-leaf3a.arista.com,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet16 - Test_dhcp_interface_connectivity = 'up',NOT RUN, -2217,dc2-leaf3a.arista.com,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet2 - P2P_dc2-spine2_Ethernet5 = 'up',NOT RUN, -2218,dc2-leaf3a.arista.com,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet4 - MLAG_dc2-leaf3b.arista.com_Ethernet4 = 'up',NOT RUN, -2219,dc2-leaf3a.arista.com,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Loopback0 - ROUTER_ID = 'up',NOT RUN, -2220,dc2-leaf3a.arista.com,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Loopback1 - VXLAN_TUNNEL_SOURCE = 'up',NOT RUN, -2221,dc2-leaf3a.arista.com,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Loopback10 - DIAG_VRF_VRF10 = 'up',NOT RUN, -2222,dc2-leaf3a.arista.com,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Loopback11 - DIAG_VRF_VRF11 = 'up',NOT RUN, -2223,dc2-leaf3a.arista.com,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Port-Channel11 - dc2-leaf3-fw1_PortChannel = 'up',NOT RUN, -2224,dc2-leaf3a.arista.com,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Port-Channel12 - Test_mode_and_vlans = 'up',NOT RUN, -2225,dc2-leaf3a.arista.com,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Port-Channel13 - Test_native_vlan_and_trunk_groups = 'up',NOT RUN, -2226,dc2-leaf3a.arista.com,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Port-Channel14 - Test_phone = 'up',NOT RUN, -2227,dc2-leaf3a.arista.com,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Port-Channel15 - Test_type_routed = 'up',NOT RUN, -2228,dc2-leaf3a.arista.com,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Port-Channel3 - MLAG_dc2-leaf3b.arista.com_Port-Channel3 = 'up',NOT RUN, -2229,dc2-leaf3a.arista.com,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Vlan11 - VRF10_VLAN11 = 'up',NOT RUN, -2230,dc2-leaf3a.arista.com,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Vlan12 - VRF10_VLAN12 = 'up',NOT RUN, -2231,dc2-leaf3a.arista.com,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Vlan21 - VRF11_VLAN21 = 'up',NOT RUN, -2232,dc2-leaf3a.arista.com,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Vlan22 - VRF11_VLAN22 = 'up',NOT RUN, -2233,dc2-leaf3a.arista.com,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Vlan3009 - MLAG_L3_VRF_VRF10 = 'up',NOT RUN, -2234,dc2-leaf3a.arista.com,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Vlan3010 - MLAG_L3_VRF_VRF11 = 'up',NOT RUN, -2235,dc2-leaf3a.arista.com,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Vlan4093 - MLAG_L3 = 'up',NOT RUN, -2236,dc2-leaf3a.arista.com,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Vlan4094 - MLAG = 'up',NOT RUN, -2237,dc2-leaf3a.arista.com,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Vxlan1 = 'up',NOT RUN, +2204,dc2-leaf3a.arista.com,Hardware,VerifyEnvironmentSystemCooling,Verifies the device's system cooling status.,,NOT RUN, +2205,dc2-leaf3a.arista.com,Hardware,VerifyTemperature,Verifies if the device temperature is within acceptable limits.,,NOT RUN, +2206,dc2-leaf3a.arista.com,Hardware,VerifyTemperature,Verifies if the device temperature is within acceptable limits.,,NOT RUN, +2207,dc2-leaf3a.arista.com,Hardware,VerifyTransceiversManufacturers,Verifies if all the transceivers come from approved manufacturers.,,NOT RUN, +2208,dc2-leaf3a.arista.com,Hardware,VerifyTransceiversManufacturers,Verifies if all the transceivers come from approved manufacturers.,"Accepted Manufacturers: 'Arista Networks', 'Arastra, Inc.', 'Not Present'",NOT RUN, +2209,dc2-leaf3a.arista.com,Hardware,VerifyTransceiversTemperature,Verifies if all the transceivers are operating at an acceptable temperature.,,NOT RUN, +2210,dc2-leaf3a.arista.com,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Ethernet1 - P2P_dc2-spine1_Ethernet5 = 'up',NOT RUN, +2211,dc2-leaf3a.arista.com,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Ethernet11 - dc2-leaf3-fw1_e1 = 'up',NOT RUN, +2212,dc2-leaf3a.arista.com,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Ethernet12 - Test_mode_and_vlans = 'up',NOT RUN, +2213,dc2-leaf3a.arista.com,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Ethernet13 - Test_native_vlan_and_trunk_groups = 'up',NOT RUN, +2214,dc2-leaf3a.arista.com,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Ethernet14 - Test_phone = 'up',NOT RUN, +2215,dc2-leaf3a.arista.com,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Ethernet15 - Test_type_routed = 'up',NOT RUN, +2216,dc2-leaf3a.arista.com,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Ethernet16 - Test_dhcp_interface_connectivity = 'up',NOT RUN, +2217,dc2-leaf3a.arista.com,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Ethernet2 - P2P_dc2-spine2_Ethernet5 = 'up',NOT RUN, +2218,dc2-leaf3a.arista.com,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Ethernet4 - MLAG_dc2-leaf3b.arista.com_Ethernet4 = 'up',NOT RUN, +2219,dc2-leaf3a.arista.com,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Loopback0 - ROUTER_ID = 'up',NOT RUN, +2220,dc2-leaf3a.arista.com,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Loopback1 - VXLAN_TUNNEL_SOURCE = 'up',NOT RUN, +2221,dc2-leaf3a.arista.com,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Loopback10 - DIAG_VRF_VRF10 = 'up',NOT RUN, +2222,dc2-leaf3a.arista.com,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Loopback11 - DIAG_VRF_VRF11 = 'up',NOT RUN, +2223,dc2-leaf3a.arista.com,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Port-Channel11 - dc2-leaf3-fw1_PortChannel = 'up',NOT RUN, +2224,dc2-leaf3a.arista.com,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Port-Channel12 - Test_mode_and_vlans = 'up',NOT RUN, +2225,dc2-leaf3a.arista.com,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Port-Channel13 - Test_native_vlan_and_trunk_groups = 'up',NOT RUN, +2226,dc2-leaf3a.arista.com,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Port-Channel14 - Test_phone = 'up',NOT RUN, +2227,dc2-leaf3a.arista.com,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Port-Channel15 - Test_type_routed = 'up',NOT RUN, +2228,dc2-leaf3a.arista.com,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Port-Channel3 - MLAG_dc2-leaf3b.arista.com_Port-Channel3 = 'up',NOT RUN, +2229,dc2-leaf3a.arista.com,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Vlan11 - VRF10_VLAN11 = 'up',NOT RUN, +2230,dc2-leaf3a.arista.com,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Vlan12 - VRF10_VLAN12 = 'up',NOT RUN, +2231,dc2-leaf3a.arista.com,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Vlan21 - VRF11_VLAN21 = 'up',NOT RUN, +2232,dc2-leaf3a.arista.com,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Vlan22 - VRF11_VLAN22 = 'up',NOT RUN, +2233,dc2-leaf3a.arista.com,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Vlan3009 - MLAG_L3_VRF_VRF10 = 'up',NOT RUN, +2234,dc2-leaf3a.arista.com,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Vlan3010 - MLAG_L3_VRF_VRF11 = 'up',NOT RUN, +2235,dc2-leaf3a.arista.com,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Vlan4093 - MLAG_L3 = 'up',NOT RUN, +2236,dc2-leaf3a.arista.com,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Vlan4094 - MLAG = 'up',NOT RUN, +2237,dc2-leaf3a.arista.com,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Vxlan1 = 'up',NOT RUN, 2238,dc2-leaf3a.arista.com,LANZ,VerifyLANZ,Verifies if LANZ is enabled.,,NOT RUN, 2239,dc2-leaf3a.arista.com,Logging,VerifyLoggingAccounting,Verifies if AAA accounting logs are generated.,,NOT RUN, 2240,dc2-leaf3a.arista.com,Logging,VerifyLoggingErrors,Verifies there are no syslog messages with a severity of ERRORS or higher.,,NOT RUN, @@ -2248,10 +2248,10 @@ id,dut,categories,test,description,inputs,result,messages 2247,dc2-leaf3a.arista.com,MLAG,VerifyMlagConfigSanity,Verifies there are no MLAG config-sanity inconsistencies.,,NOT RUN, 2248,dc2-leaf3a.arista.com,MLAG,VerifyMlagDualPrimary,Verifies the MLAG dual-primary detection parameters.,,NOT RUN, 2249,dc2-leaf3a.arista.com,MLAG,VerifyMlagInterfaces,Verifies there are no inactive or active-partial MLAG ports.,,NOT RUN, -2250,dc2-leaf3a.arista.com,MLAG,VerifyMlagReloadDelay,Verifies the MLAG reload-delay parameters.,,NOT RUN, +2250,dc2-leaf3a.arista.com,MLAG,VerifyMlagReloadDelay,Verifies the reload-delay parameters of the MLAG configuration.,,NOT RUN, 2251,dc2-leaf3a.arista.com,MLAG,VerifyMlagStatus,Verifies the health status of the MLAG configuration.,,NOT RUN, 2252,dc2-leaf3a.arista.com,MLAG,VerifyMlagStatus,Verifies the health status of the MLAG configuration.,,NOT RUN, -2253,dc2-leaf3a.arista.com,Multicast,VerifyIGMPSnoopingGlobal,Verifies the IGMP snooping global configuration.,,NOT RUN, +2253,dc2-leaf3a.arista.com,Multicast,VerifyIGMPSnoopingGlobal,Verifies the IGMP snooping global status.,,NOT RUN, 2254,dc2-leaf3a.arista.com,Multicast,VerifyIGMPSnoopingVlans,Verifies the IGMP snooping status for the provided VLANs.,,NOT RUN, 2255,dc2-leaf3a.arista.com,PTP,VerifyPtpGMStatus,Verifies that the device is locked to a valid PTP Grandmaster.,,NOT RUN, 2256,dc2-leaf3a.arista.com,PTP,VerifyPtpLockStatus,Verifies that the device was locked to the upstream PTP GM in the last minute.,,NOT RUN, @@ -2292,13 +2292,13 @@ id,dut,categories,test,description,inputs,result,messages 2291,dc2-leaf3a.arista.com,Security,VerifyBannerMotd,Verifies the motd banner of a device.,,NOT RUN, 2292,dc2-leaf3a.arista.com,Security,VerifyIPSecConnHealth,Verifies all IPv4 security connections.,,NOT RUN, 2293,dc2-leaf3a.arista.com,Security,VerifyIPv4ACL,Verifies the configuration of IPv4 ACLs.,,NOT RUN, -2294,dc2-leaf3a.arista.com,Security,VerifySpecificIPSecConn,Verifies IPv4 security connections for a peer.,,NOT RUN, +2294,dc2-leaf3a.arista.com,Security,VerifySpecificIPSecConn,Verifies the IPv4 security connections.,,NOT RUN, 2295,dc2-leaf3a.arista.com,Security,VerifySSHIPv4Acl,Verifies if the SSHD agent has IPv4 ACL(s) configured.,,NOT RUN, 2296,dc2-leaf3a.arista.com,Security,VerifySSHIPv6Acl,Verifies if the SSHD agent has IPv6 ACL(s) configured.,,NOT RUN, 2297,dc2-leaf3a.arista.com,Security,VerifySSHStatus,Verifies if the SSHD agent is disabled in the default VRF.,,NOT RUN, 2298,dc2-leaf3a.arista.com,Security,VerifyTelnetStatus,Verifies if Telnet is disabled in the default VRF.,,NOT RUN, 2299,dc2-leaf3a.arista.com,Services,VerifyDNSLookup,Verifies the DNS name to IP address resolution.,,NOT RUN, -2300,dc2-leaf3a.arista.com,Services,VerifyDNSServers,Verifies if the DNS servers are correctly configured.,,NOT RUN, +2300,dc2-leaf3a.arista.com,Services,VerifyDNSServers,Verifies if the DNS (Domain Name Service) servers are correctly configured.,,NOT RUN, 2301,dc2-leaf3a.arista.com,Services,VerifyErrdisableRecovery,"Verifies the errdisable recovery reason, status, and interval.",,NOT RUN, 2302,dc2-leaf3a.arista.com,Services,VerifyHostname,Verifies the hostname of a device.,,NOT RUN, 2303,dc2-leaf3a.arista.com,SNMP,VerifySnmpIPv4Acl,Verifies if the SNMP agent has IPv4 ACL(s) configured.,,NOT RUN, @@ -2311,7 +2311,7 @@ id,dut,categories,test,description,inputs,result,messages 2310,dc2-leaf3a.arista.com,STP,VerifySTPForwardingPorts,Verifies that all interfaces are forwarding for a provided list of VLAN(s).,,NOT RUN, 2311,dc2-leaf3a.arista.com,STP,VerifySTPMode,Verifies the configured STP mode for a provided list of VLAN(s).,,NOT RUN, 2312,dc2-leaf3a.arista.com,STP,VerifySTPRootPriority,Verifies the STP root priority for a provided list of VLAN or MST instance ID(s).,,NOT RUN, -2313,dc2-leaf3a.arista.com,STUN,VerifyStunClient,Verifies the STUN client is configured with the specified IPv4 source address and port. Validate the public IP and port if provided.,,NOT RUN, +2313,dc2-leaf3a.arista.com,STUN,VerifyStunClient,(Deprecated) Verifies the translation for a source address on a STUN client.,,NOT RUN, 2314,dc2-leaf3a.arista.com,System,VerifyAgentLogs,Verifies there are no agent crash reports.,,NOT RUN, 2315,dc2-leaf3a.arista.com,System,VerifyCoredump,Verifies there are no core dump files.,,NOT RUN, 2316,dc2-leaf3a.arista.com,System,VerifyCPUUtilization,Verifies whether the CPU utilization is below 75%.,,NOT RUN, @@ -2330,72 +2330,72 @@ id,dut,categories,test,description,inputs,result,messages 2329,dc2-leaf3b.arista.com,AAA,VerifyTacacsServerGroups,Verifies if the provided TACACS server group(s) are configured.,,NOT RUN, 2330,dc2-leaf3b.arista.com,AAA,VerifyTacacsServers,Verifies TACACS servers are configured for a specified VRF.,,NOT RUN, 2331,dc2-leaf3b.arista.com,AAA,VerifyTacacsSourceIntf,Verifies TACACS source-interface for a specified VRF.,,NOT RUN, -2332,dc2-leaf3b.arista.com,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s).,BGP EVPN Peer: dc2-spine1 (IP: 10.255.128.11),NOT RUN, -2333,dc2-leaf3b.arista.com,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s).,BGP EVPN Peer: dc2-spine2 (IP: 10.255.128.12),NOT RUN, -2334,dc2-leaf3b.arista.com,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s).,BGP IPv4 Unicast Peer: dc2-leaf3a.arista.com (IP: 10.255.129.124),NOT RUN, -2335,dc2-leaf3b.arista.com,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s).,BGP IPv4 Unicast Peer: dc2-spine1 (IP: 10.255.255.124),NOT RUN, -2336,dc2-leaf3b.arista.com,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s).,BGP IPv4 Unicast Peer: dc2-spine2 (IP: 10.255.255.126),NOT RUN, -2337,dc2-leaf3b.arista.com,Configuration,VerifyRunningConfigDiffs,Verifies there is no difference between the running-config and the startup-config,,NOT RUN, -2338,dc2-leaf3b.arista.com,Configuration,VerifyZeroTouch,Verifies ZeroTouch is disabled,,NOT RUN, -2339,dc2-leaf3b.arista.com,Connectivity,VerifyLLDPNeighbors,Verifies that the provided LLDP neighbors are connected properly.,Local: Ethernet1 - Remote: dc2-spine1 Ethernet6,NOT RUN, -2340,dc2-leaf3b.arista.com,Connectivity,VerifyLLDPNeighbors,Verifies that the provided LLDP neighbors are connected properly.,Local: Ethernet2 - Remote: dc2-spine2 Ethernet6,NOT RUN, -2341,dc2-leaf3b.arista.com,Connectivity,VerifyLLDPNeighbors,Verifies that the provided LLDP neighbors are connected properly.,Local: Ethernet3 - Remote: dc2-leaf3a.arista.com Ethernet3,NOT RUN, -2342,dc2-leaf3b.arista.com,Connectivity,VerifyLLDPNeighbors,Verifies that the provided LLDP neighbors are connected properly.,Local: Ethernet4 - Remote: dc2-leaf3a.arista.com Ethernet4,NOT RUN, -2343,dc2-leaf3b.arista.com,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.18) - Destination: dc1-leaf1a Loopback0 (IP: 10.255.0.3),NOT RUN, -2344,dc2-leaf3b.arista.com,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.18) - Destination: dc1-leaf1b Loopback0 (IP: 10.255.0.4),NOT RUN, -2345,dc2-leaf3b.arista.com,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.18) - Destination: dc1-leaf2a Loopback0 (IP: 10.255.0.5),NOT RUN, -2346,dc2-leaf3b.arista.com,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.18) - Destination: dc1-spine1 Loopback0 (IP: 10.255.0.1),NOT RUN, -2347,dc2-leaf3b.arista.com,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.18) - Destination: dc1-spine2 Loopback0 (IP: 10.255.0.2),NOT RUN, -2348,dc2-leaf3b.arista.com,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.18) - Destination: dc1-svc-leaf1a Loopback0 (IP: 10.33.0.5),NOT RUN, -2349,dc2-leaf3b.arista.com,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.18) - Destination: dc1-svc-leaf1b Loopback0 (IP: 10.33.0.6),NOT RUN, -2350,dc2-leaf3b.arista.com,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.18) - Destination: dc1-wan1 Loopback0 (IP: 10.255.2.1),NOT RUN, -2351,dc2-leaf3b.arista.com,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.18) - Destination: dc1-wan2 Loopback0 (IP: 10.255.2.2),NOT RUN, -2352,dc2-leaf3b.arista.com,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.18) - Destination: dc2-leaf1a Loopback0 (IP: 10.255.128.13),NOT RUN, -2353,dc2-leaf3b.arista.com,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.18) - Destination: dc2-leaf1b Loopback0 (IP: 10.255.128.14),NOT RUN, -2354,dc2-leaf3b.arista.com,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.18) - Destination: dc2-leaf2a Loopback0 (IP: 10.255.128.15),NOT RUN, -2355,dc2-leaf3b.arista.com,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.18) - Destination: dc2-leaf2b Loopback0 (IP: 10.255.128.16),NOT RUN, -2356,dc2-leaf3b.arista.com,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.18) - Destination: dc2-leaf3a.arista.com Loopback0 (IP: 10.255.128.17),NOT RUN, -2357,dc2-leaf3b.arista.com,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.18) - Destination: dc2-leaf3b.arista.com Loopback0 (IP: 10.255.128.18),NOT RUN, -2358,dc2-leaf3b.arista.com,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.18) - Destination: dc2-spine1 Loopback0 (IP: 10.255.128.11),NOT RUN, -2359,dc2-leaf3b.arista.com,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.18) - Destination: dc2-spine2 Loopback0 (IP: 10.255.128.12),NOT RUN, -2360,dc2-leaf3b.arista.com,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: P2P Interface Ethernet1 (IP: 10.255.255.125) - Destination: dc2-spine1 Ethernet6 (IP: 10.255.255.124),NOT RUN, -2361,dc2-leaf3b.arista.com,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: P2P Interface Ethernet2 (IP: 10.255.255.127) - Destination: dc2-spine2 Ethernet6 (IP: 10.255.255.126),NOT RUN, +2332,dc2-leaf3b.arista.com,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s) for given address families.,BGP EVPN Peer: dc2-spine1 (IP: 10.255.128.11),NOT RUN, +2333,dc2-leaf3b.arista.com,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s) for given address families.,BGP EVPN Peer: dc2-spine2 (IP: 10.255.128.12),NOT RUN, +2334,dc2-leaf3b.arista.com,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s) for given address families.,BGP IPv4 Unicast Peer: dc2-leaf3a.arista.com (IP: 10.255.129.124),NOT RUN, +2335,dc2-leaf3b.arista.com,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s) for given address families.,BGP IPv4 Unicast Peer: dc2-spine1 (IP: 10.255.255.124),NOT RUN, +2336,dc2-leaf3b.arista.com,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s) for given address families.,BGP IPv4 Unicast Peer: dc2-spine2 (IP: 10.255.255.126),NOT RUN, +2337,dc2-leaf3b.arista.com,Configuration,VerifyRunningConfigDiffs,Verifies there is no difference between the running-config and the startup-config.,,NOT RUN, +2338,dc2-leaf3b.arista.com,Configuration,VerifyZeroTouch,Verifies ZeroTouch is disabled.,,NOT RUN, +2339,dc2-leaf3b.arista.com,Connectivity,VerifyLLDPNeighbors,Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.,Local: Ethernet1 - Remote: dc2-spine1 Ethernet6,NOT RUN, +2340,dc2-leaf3b.arista.com,Connectivity,VerifyLLDPNeighbors,Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.,Local: Ethernet2 - Remote: dc2-spine2 Ethernet6,NOT RUN, +2341,dc2-leaf3b.arista.com,Connectivity,VerifyLLDPNeighbors,Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.,Local: Ethernet3 - Remote: dc2-leaf3a.arista.com Ethernet3,NOT RUN, +2342,dc2-leaf3b.arista.com,Connectivity,VerifyLLDPNeighbors,Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.,Local: Ethernet4 - Remote: dc2-leaf3a.arista.com Ethernet4,NOT RUN, +2343,dc2-leaf3b.arista.com,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.18) - Destination: dc1-leaf1a Loopback0 (IP: 10.255.0.3),NOT RUN, +2344,dc2-leaf3b.arista.com,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.18) - Destination: dc1-leaf1b Loopback0 (IP: 10.255.0.4),NOT RUN, +2345,dc2-leaf3b.arista.com,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.18) - Destination: dc1-leaf2a Loopback0 (IP: 10.255.0.5),NOT RUN, +2346,dc2-leaf3b.arista.com,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.18) - Destination: dc1-spine1 Loopback0 (IP: 10.255.0.1),NOT RUN, +2347,dc2-leaf3b.arista.com,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.18) - Destination: dc1-spine2 Loopback0 (IP: 10.255.0.2),NOT RUN, +2348,dc2-leaf3b.arista.com,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.18) - Destination: dc1-svc-leaf1a Loopback0 (IP: 10.33.0.5),NOT RUN, +2349,dc2-leaf3b.arista.com,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.18) - Destination: dc1-svc-leaf1b Loopback0 (IP: 10.33.0.6),NOT RUN, +2350,dc2-leaf3b.arista.com,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.18) - Destination: dc1-wan1 Loopback0 (IP: 10.255.2.1),NOT RUN, +2351,dc2-leaf3b.arista.com,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.18) - Destination: dc1-wan2 Loopback0 (IP: 10.255.2.2),NOT RUN, +2352,dc2-leaf3b.arista.com,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.18) - Destination: dc2-leaf1a Loopback0 (IP: 10.255.128.13),NOT RUN, +2353,dc2-leaf3b.arista.com,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.18) - Destination: dc2-leaf1b Loopback0 (IP: 10.255.128.14),NOT RUN, +2354,dc2-leaf3b.arista.com,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.18) - Destination: dc2-leaf2a Loopback0 (IP: 10.255.128.15),NOT RUN, +2355,dc2-leaf3b.arista.com,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.18) - Destination: dc2-leaf2b Loopback0 (IP: 10.255.128.16),NOT RUN, +2356,dc2-leaf3b.arista.com,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.18) - Destination: dc2-leaf3a.arista.com Loopback0 (IP: 10.255.128.17),NOT RUN, +2357,dc2-leaf3b.arista.com,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.18) - Destination: dc2-leaf3b.arista.com Loopback0 (IP: 10.255.128.18),NOT RUN, +2358,dc2-leaf3b.arista.com,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.18) - Destination: dc2-spine1 Loopback0 (IP: 10.255.128.11),NOT RUN, +2359,dc2-leaf3b.arista.com,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: Loopback0 (IP: 10.255.128.18) - Destination: dc2-spine2 Loopback0 (IP: 10.255.128.12),NOT RUN, +2360,dc2-leaf3b.arista.com,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: P2P Interface Ethernet1 (IP: 10.255.255.125) - Destination: dc2-spine1 Ethernet6 (IP: 10.255.255.124),NOT RUN, +2361,dc2-leaf3b.arista.com,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: P2P Interface Ethernet2 (IP: 10.255.255.127) - Destination: dc2-spine2 Ethernet6 (IP: 10.255.255.126),NOT RUN, 2362,dc2-leaf3b.arista.com,Field Notices,VerifyFieldNotice44Resolution,Verifies that the device is using the correct Aboot version per FN0044.,,NOT RUN, 2363,dc2-leaf3b.arista.com,Field Notices,VerifyFieldNotice72Resolution,"Verifies if the device is exposed to FN0072, and if the issue has been mitigated.",,NOT RUN, -2364,dc2-leaf3b.arista.com,Greent,VerifyGreenT,Verifies if a GreenT policy is created.,,NOT RUN, +2364,dc2-leaf3b.arista.com,Greent,VerifyGreenT,Verifies if a GreenT policy other than the default is created.,,NOT RUN, 2365,dc2-leaf3b.arista.com,Greent,VerifyGreenTCounters,Verifies if the GreenT counters are incremented.,,NOT RUN, 2366,dc2-leaf3b.arista.com,Hardware,VerifyAdverseDrops,Verifies there are no adverse drops on DCS-7280 and DCS-7500 family switches.,,NOT RUN, 2367,dc2-leaf3b.arista.com,Hardware,VerifyEnvironmentCooling,Verifies the status of power supply fans and all fan trays.,,NOT RUN, 2368,dc2-leaf3b.arista.com,Hardware,VerifyEnvironmentCooling,Verifies the status of power supply fans and all fan trays.,Accepted States: 'ok',NOT RUN, 2369,dc2-leaf3b.arista.com,Hardware,VerifyEnvironmentPower,Verifies the power supplies status.,,NOT RUN, 2370,dc2-leaf3b.arista.com,Hardware,VerifyEnvironmentPower,Verifies the power supplies status.,Accepted States: 'ok',NOT RUN, -2371,dc2-leaf3b.arista.com,Hardware,VerifyEnvironmentSystemCooling,Verifies the system cooling status.,,NOT RUN, -2372,dc2-leaf3b.arista.com,Hardware,VerifyTemperature,Verifies the device temperature.,,NOT RUN, -2373,dc2-leaf3b.arista.com,Hardware,VerifyTemperature,Verifies the device temperature.,,NOT RUN, -2374,dc2-leaf3b.arista.com,Hardware,VerifyTransceiversManufacturers,Verifies if all transceivers come from approved manufacturers.,,NOT RUN, -2375,dc2-leaf3b.arista.com,Hardware,VerifyTransceiversManufacturers,Verifies if all transceivers come from approved manufacturers.,"Accepted Manufacturers: 'Arista Networks', 'Arastra, Inc.', 'Not Present'",NOT RUN, -2376,dc2-leaf3b.arista.com,Hardware,VerifyTransceiversTemperature,Verifies the transceivers temperature.,,NOT RUN, -2377,dc2-leaf3b.arista.com,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet1 - P2P_dc2-spine1_Ethernet6 = 'up',NOT RUN, -2378,dc2-leaf3b.arista.com,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet11 - dc2-leaf3-fw1_e1 = 'adminDown',NOT RUN, -2379,dc2-leaf3b.arista.com,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet16 - Test_dhcp_interface_connectivity = 'adminDown',NOT RUN, -2380,dc2-leaf3b.arista.com,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet2 - P2P_dc2-spine2_Ethernet6 = 'up',NOT RUN, -2381,dc2-leaf3b.arista.com,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet3 - MLAG_dc2-leaf3a.arista.com_Ethernet3 = 'up',NOT RUN, -2382,dc2-leaf3b.arista.com,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet4 - MLAG_dc2-leaf3a.arista.com_Ethernet4 = 'up',NOT RUN, -2383,dc2-leaf3b.arista.com,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Loopback0 - ROUTER_ID = 'up',NOT RUN, -2384,dc2-leaf3b.arista.com,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Loopback1 - VXLAN_TUNNEL_SOURCE = 'up',NOT RUN, -2385,dc2-leaf3b.arista.com,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Loopback10 - DIAG_VRF_VRF10 = 'up',NOT RUN, -2386,dc2-leaf3b.arista.com,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Loopback11 - DIAG_VRF_VRF11 = 'up',NOT RUN, -2387,dc2-leaf3b.arista.com,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Port-Channel11 - dc2-leaf3-fw1_PortChannel = 'up',NOT RUN, -2388,dc2-leaf3b.arista.com,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Port-Channel3 - MLAG_dc2-leaf3a.arista.com_Port-Channel3 = 'up',NOT RUN, -2389,dc2-leaf3b.arista.com,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Vlan11 - VRF10_VLAN11 = 'up',NOT RUN, -2390,dc2-leaf3b.arista.com,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Vlan12 - VRF10_VLAN12 = 'up',NOT RUN, -2391,dc2-leaf3b.arista.com,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Vlan21 - VRF11_VLAN21 = 'up',NOT RUN, -2392,dc2-leaf3b.arista.com,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Vlan22 - VRF11_VLAN22 = 'up',NOT RUN, -2393,dc2-leaf3b.arista.com,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Vlan3009 - MLAG_L3_VRF_VRF10 = 'up',NOT RUN, -2394,dc2-leaf3b.arista.com,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Vlan3010 - MLAG_L3_VRF_VRF11 = 'up',NOT RUN, -2395,dc2-leaf3b.arista.com,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Vlan4093 - MLAG_L3 = 'up',NOT RUN, -2396,dc2-leaf3b.arista.com,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Vlan4094 - MLAG = 'up',NOT RUN, -2397,dc2-leaf3b.arista.com,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Vxlan1 = 'up',NOT RUN, +2371,dc2-leaf3b.arista.com,Hardware,VerifyEnvironmentSystemCooling,Verifies the device's system cooling status.,,NOT RUN, +2372,dc2-leaf3b.arista.com,Hardware,VerifyTemperature,Verifies if the device temperature is within acceptable limits.,,NOT RUN, +2373,dc2-leaf3b.arista.com,Hardware,VerifyTemperature,Verifies if the device temperature is within acceptable limits.,,NOT RUN, +2374,dc2-leaf3b.arista.com,Hardware,VerifyTransceiversManufacturers,Verifies if all the transceivers come from approved manufacturers.,,NOT RUN, +2375,dc2-leaf3b.arista.com,Hardware,VerifyTransceiversManufacturers,Verifies if all the transceivers come from approved manufacturers.,"Accepted Manufacturers: 'Arista Networks', 'Arastra, Inc.', 'Not Present'",NOT RUN, +2376,dc2-leaf3b.arista.com,Hardware,VerifyTransceiversTemperature,Verifies if all the transceivers are operating at an acceptable temperature.,,NOT RUN, +2377,dc2-leaf3b.arista.com,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Ethernet1 - P2P_dc2-spine1_Ethernet6 = 'up',NOT RUN, +2378,dc2-leaf3b.arista.com,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Ethernet11 - dc2-leaf3-fw1_e1 = 'adminDown',NOT RUN, +2379,dc2-leaf3b.arista.com,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Ethernet16 - Test_dhcp_interface_connectivity = 'adminDown',NOT RUN, +2380,dc2-leaf3b.arista.com,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Ethernet2 - P2P_dc2-spine2_Ethernet6 = 'up',NOT RUN, +2381,dc2-leaf3b.arista.com,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Ethernet3 - MLAG_dc2-leaf3a.arista.com_Ethernet3 = 'up',NOT RUN, +2382,dc2-leaf3b.arista.com,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Ethernet4 - MLAG_dc2-leaf3a.arista.com_Ethernet4 = 'up',NOT RUN, +2383,dc2-leaf3b.arista.com,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Loopback0 - ROUTER_ID = 'up',NOT RUN, +2384,dc2-leaf3b.arista.com,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Loopback1 - VXLAN_TUNNEL_SOURCE = 'up',NOT RUN, +2385,dc2-leaf3b.arista.com,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Loopback10 - DIAG_VRF_VRF10 = 'up',NOT RUN, +2386,dc2-leaf3b.arista.com,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Loopback11 - DIAG_VRF_VRF11 = 'up',NOT RUN, +2387,dc2-leaf3b.arista.com,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Port-Channel11 - dc2-leaf3-fw1_PortChannel = 'up',NOT RUN, +2388,dc2-leaf3b.arista.com,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Port-Channel3 - MLAG_dc2-leaf3a.arista.com_Port-Channel3 = 'up',NOT RUN, +2389,dc2-leaf3b.arista.com,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Vlan11 - VRF10_VLAN11 = 'up',NOT RUN, +2390,dc2-leaf3b.arista.com,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Vlan12 - VRF10_VLAN12 = 'up',NOT RUN, +2391,dc2-leaf3b.arista.com,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Vlan21 - VRF11_VLAN21 = 'up',NOT RUN, +2392,dc2-leaf3b.arista.com,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Vlan22 - VRF11_VLAN22 = 'up',NOT RUN, +2393,dc2-leaf3b.arista.com,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Vlan3009 - MLAG_L3_VRF_VRF10 = 'up',NOT RUN, +2394,dc2-leaf3b.arista.com,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Vlan3010 - MLAG_L3_VRF_VRF11 = 'up',NOT RUN, +2395,dc2-leaf3b.arista.com,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Vlan4093 - MLAG_L3 = 'up',NOT RUN, +2396,dc2-leaf3b.arista.com,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Vlan4094 - MLAG = 'up',NOT RUN, +2397,dc2-leaf3b.arista.com,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Vxlan1 = 'up',NOT RUN, 2398,dc2-leaf3b.arista.com,LANZ,VerifyLANZ,Verifies if LANZ is enabled.,,NOT RUN, 2399,dc2-leaf3b.arista.com,Logging,VerifyLoggingAccounting,Verifies if AAA accounting logs are generated.,,NOT RUN, 2400,dc2-leaf3b.arista.com,Logging,VerifyLoggingErrors,Verifies there are no syslog messages with a severity of ERRORS or higher.,,NOT RUN, @@ -2408,10 +2408,10 @@ id,dut,categories,test,description,inputs,result,messages 2407,dc2-leaf3b.arista.com,MLAG,VerifyMlagConfigSanity,Verifies there are no MLAG config-sanity inconsistencies.,,NOT RUN, 2408,dc2-leaf3b.arista.com,MLAG,VerifyMlagDualPrimary,Verifies the MLAG dual-primary detection parameters.,,NOT RUN, 2409,dc2-leaf3b.arista.com,MLAG,VerifyMlagInterfaces,Verifies there are no inactive or active-partial MLAG ports.,,NOT RUN, -2410,dc2-leaf3b.arista.com,MLAG,VerifyMlagReloadDelay,Verifies the MLAG reload-delay parameters.,,NOT RUN, +2410,dc2-leaf3b.arista.com,MLAG,VerifyMlagReloadDelay,Verifies the reload-delay parameters of the MLAG configuration.,,NOT RUN, 2411,dc2-leaf3b.arista.com,MLAG,VerifyMlagStatus,Verifies the health status of the MLAG configuration.,,NOT RUN, 2412,dc2-leaf3b.arista.com,MLAG,VerifyMlagStatus,Verifies the health status of the MLAG configuration.,,NOT RUN, -2413,dc2-leaf3b.arista.com,Multicast,VerifyIGMPSnoopingGlobal,Verifies the IGMP snooping global configuration.,,NOT RUN, +2413,dc2-leaf3b.arista.com,Multicast,VerifyIGMPSnoopingGlobal,Verifies the IGMP snooping global status.,,NOT RUN, 2414,dc2-leaf3b.arista.com,Multicast,VerifyIGMPSnoopingVlans,Verifies the IGMP snooping status for the provided VLANs.,,NOT RUN, 2415,dc2-leaf3b.arista.com,PTP,VerifyPtpGMStatus,Verifies that the device is locked to a valid PTP Grandmaster.,,NOT RUN, 2416,dc2-leaf3b.arista.com,PTP,VerifyPtpLockStatus,Verifies that the device was locked to the upstream PTP GM in the last minute.,,NOT RUN, @@ -2452,13 +2452,13 @@ id,dut,categories,test,description,inputs,result,messages 2451,dc2-leaf3b.arista.com,Security,VerifyBannerMotd,Verifies the motd banner of a device.,,NOT RUN, 2452,dc2-leaf3b.arista.com,Security,VerifyIPSecConnHealth,Verifies all IPv4 security connections.,,NOT RUN, 2453,dc2-leaf3b.arista.com,Security,VerifyIPv4ACL,Verifies the configuration of IPv4 ACLs.,,NOT RUN, -2454,dc2-leaf3b.arista.com,Security,VerifySpecificIPSecConn,Verifies IPv4 security connections for a peer.,,NOT RUN, +2454,dc2-leaf3b.arista.com,Security,VerifySpecificIPSecConn,Verifies the IPv4 security connections.,,NOT RUN, 2455,dc2-leaf3b.arista.com,Security,VerifySSHIPv4Acl,Verifies if the SSHD agent has IPv4 ACL(s) configured.,,NOT RUN, 2456,dc2-leaf3b.arista.com,Security,VerifySSHIPv6Acl,Verifies if the SSHD agent has IPv6 ACL(s) configured.,,NOT RUN, 2457,dc2-leaf3b.arista.com,Security,VerifySSHStatus,Verifies if the SSHD agent is disabled in the default VRF.,,NOT RUN, 2458,dc2-leaf3b.arista.com,Security,VerifyTelnetStatus,Verifies if Telnet is disabled in the default VRF.,,NOT RUN, 2459,dc2-leaf3b.arista.com,Services,VerifyDNSLookup,Verifies the DNS name to IP address resolution.,,NOT RUN, -2460,dc2-leaf3b.arista.com,Services,VerifyDNSServers,Verifies if the DNS servers are correctly configured.,,NOT RUN, +2460,dc2-leaf3b.arista.com,Services,VerifyDNSServers,Verifies if the DNS (Domain Name Service) servers are correctly configured.,,NOT RUN, 2461,dc2-leaf3b.arista.com,Services,VerifyErrdisableRecovery,"Verifies the errdisable recovery reason, status, and interval.",,NOT RUN, 2462,dc2-leaf3b.arista.com,Services,VerifyHostname,Verifies the hostname of a device.,,NOT RUN, 2463,dc2-leaf3b.arista.com,SNMP,VerifySnmpIPv4Acl,Verifies if the SNMP agent has IPv4 ACL(s) configured.,,NOT RUN, @@ -2471,7 +2471,7 @@ id,dut,categories,test,description,inputs,result,messages 2470,dc2-leaf3b.arista.com,STP,VerifySTPForwardingPorts,Verifies that all interfaces are forwarding for a provided list of VLAN(s).,,NOT RUN, 2471,dc2-leaf3b.arista.com,STP,VerifySTPMode,Verifies the configured STP mode for a provided list of VLAN(s).,,NOT RUN, 2472,dc2-leaf3b.arista.com,STP,VerifySTPRootPriority,Verifies the STP root priority for a provided list of VLAN or MST instance ID(s).,,NOT RUN, -2473,dc2-leaf3b.arista.com,STUN,VerifyStunClient,Verifies the STUN client is configured with the specified IPv4 source address and port. Validate the public IP and port if provided.,,NOT RUN, +2473,dc2-leaf3b.arista.com,STUN,VerifyStunClient,(Deprecated) Verifies the translation for a source address on a STUN client.,,NOT RUN, 2474,dc2-leaf3b.arista.com,System,VerifyAgentLogs,Verifies there are no agent crash reports.,,NOT RUN, 2475,dc2-leaf3b.arista.com,System,VerifyCoredump,Verifies there are no core dump files.,,NOT RUN, 2476,dc2-leaf3b.arista.com,System,VerifyCPUUtilization,Verifies whether the CPU utilization is below 75%.,,NOT RUN, @@ -2490,54 +2490,54 @@ id,dut,categories,test,description,inputs,result,messages 2489,dc2-spine1,AAA,VerifyTacacsServerGroups,Verifies if the provided TACACS server group(s) are configured.,,NOT RUN, 2490,dc2-spine1,AAA,VerifyTacacsServers,Verifies TACACS servers are configured for a specified VRF.,,NOT RUN, 2491,dc2-spine1,AAA,VerifyTacacsSourceIntf,Verifies TACACS source-interface for a specified VRF.,,NOT RUN, -2492,dc2-spine1,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s).,BGP EVPN Peer: dc2-leaf1a (IP: 10.255.128.13),NOT RUN, -2493,dc2-spine1,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s).,BGP EVPN Peer: dc2-leaf1b (IP: 10.255.128.14),NOT RUN, -2494,dc2-spine1,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s).,BGP EVPN Peer: dc2-leaf2a (IP: 10.255.128.15),NOT RUN, -2495,dc2-spine1,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s).,BGP EVPN Peer: dc2-leaf2b (IP: 10.255.128.16),NOT RUN, -2496,dc2-spine1,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s).,BGP EVPN Peer: dc2-leaf3a.arista.com (IP: 10.255.128.17),NOT RUN, -2497,dc2-spine1,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s).,BGP EVPN Peer: dc2-leaf3b.arista.com (IP: 10.255.128.18),NOT RUN, -2498,dc2-spine1,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s).,BGP IPv4 Unicast Peer: dc2-leaf1a (IP: 10.255.255.105),NOT RUN, -2499,dc2-spine1,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s).,BGP IPv4 Unicast Peer: dc2-leaf1b (IP: 10.255.255.109),NOT RUN, -2500,dc2-spine1,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s).,BGP IPv4 Unicast Peer: dc2-leaf2a (IP: 10.255.255.113),NOT RUN, -2501,dc2-spine1,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s).,BGP IPv4 Unicast Peer: dc2-leaf2b (IP: 10.255.255.117),NOT RUN, -2502,dc2-spine1,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s).,BGP IPv4 Unicast Peer: dc2-leaf3a.arista.com (IP: 10.255.255.121),NOT RUN, -2503,dc2-spine1,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s).,BGP IPv4 Unicast Peer: dc2-leaf3b.arista.com (IP: 10.255.255.125),NOT RUN, -2504,dc2-spine1,Configuration,VerifyRunningConfigDiffs,Verifies there is no difference between the running-config and the startup-config,,NOT RUN, -2505,dc2-spine1,Configuration,VerifyZeroTouch,Verifies ZeroTouch is disabled,,NOT RUN, -2506,dc2-spine1,Connectivity,VerifyLLDPNeighbors,Verifies that the provided LLDP neighbors are connected properly.,Local: Ethernet1 - Remote: dc2-leaf1a Ethernet1,NOT RUN, -2507,dc2-spine1,Connectivity,VerifyLLDPNeighbors,Verifies that the provided LLDP neighbors are connected properly.,Local: Ethernet2 - Remote: dc2-leaf1b Ethernet1,NOT RUN, -2508,dc2-spine1,Connectivity,VerifyLLDPNeighbors,Verifies that the provided LLDP neighbors are connected properly.,Local: Ethernet3 - Remote: dc2-leaf2a Ethernet1,NOT RUN, -2509,dc2-spine1,Connectivity,VerifyLLDPNeighbors,Verifies that the provided LLDP neighbors are connected properly.,Local: Ethernet4 - Remote: dc2-leaf2b Ethernet1,NOT RUN, -2510,dc2-spine1,Connectivity,VerifyLLDPNeighbors,Verifies that the provided LLDP neighbors are connected properly.,Local: Ethernet5 - Remote: dc2-leaf3a.arista.com Ethernet1,NOT RUN, -2511,dc2-spine1,Connectivity,VerifyLLDPNeighbors,Verifies that the provided LLDP neighbors are connected properly.,Local: Ethernet6 - Remote: dc2-leaf3b.arista.com Ethernet1,NOT RUN, -2512,dc2-spine1,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: P2P Interface Ethernet1 (IP: 10.255.255.104) - Destination: dc2-leaf1a Ethernet1 (IP: 10.255.255.105),NOT RUN, -2513,dc2-spine1,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: P2P Interface Ethernet2 (IP: 10.255.255.108) - Destination: dc2-leaf1b Ethernet1 (IP: 10.255.255.109),NOT RUN, -2514,dc2-spine1,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: P2P Interface Ethernet3 (IP: 10.255.255.112) - Destination: dc2-leaf2a Ethernet1 (IP: 10.255.255.113),NOT RUN, -2515,dc2-spine1,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: P2P Interface Ethernet4 (IP: 10.255.255.116) - Destination: dc2-leaf2b Ethernet1 (IP: 10.255.255.117),NOT RUN, -2516,dc2-spine1,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: P2P Interface Ethernet5 (IP: 10.255.255.120) - Destination: dc2-leaf3a.arista.com Ethernet1 (IP: 10.255.255.121),NOT RUN, -2517,dc2-spine1,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: P2P Interface Ethernet6 (IP: 10.255.255.124) - Destination: dc2-leaf3b.arista.com Ethernet1 (IP: 10.255.255.125),NOT RUN, +2492,dc2-spine1,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s) for given address families.,BGP EVPN Peer: dc2-leaf1a (IP: 10.255.128.13),NOT RUN, +2493,dc2-spine1,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s) for given address families.,BGP EVPN Peer: dc2-leaf1b (IP: 10.255.128.14),NOT RUN, +2494,dc2-spine1,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s) for given address families.,BGP EVPN Peer: dc2-leaf2a (IP: 10.255.128.15),NOT RUN, +2495,dc2-spine1,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s) for given address families.,BGP EVPN Peer: dc2-leaf2b (IP: 10.255.128.16),NOT RUN, +2496,dc2-spine1,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s) for given address families.,BGP EVPN Peer: dc2-leaf3a.arista.com (IP: 10.255.128.17),NOT RUN, +2497,dc2-spine1,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s) for given address families.,BGP EVPN Peer: dc2-leaf3b.arista.com (IP: 10.255.128.18),NOT RUN, +2498,dc2-spine1,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s) for given address families.,BGP IPv4 Unicast Peer: dc2-leaf1a (IP: 10.255.255.105),NOT RUN, +2499,dc2-spine1,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s) for given address families.,BGP IPv4 Unicast Peer: dc2-leaf1b (IP: 10.255.255.109),NOT RUN, +2500,dc2-spine1,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s) for given address families.,BGP IPv4 Unicast Peer: dc2-leaf2a (IP: 10.255.255.113),NOT RUN, +2501,dc2-spine1,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s) for given address families.,BGP IPv4 Unicast Peer: dc2-leaf2b (IP: 10.255.255.117),NOT RUN, +2502,dc2-spine1,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s) for given address families.,BGP IPv4 Unicast Peer: dc2-leaf3a.arista.com (IP: 10.255.255.121),NOT RUN, +2503,dc2-spine1,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s) for given address families.,BGP IPv4 Unicast Peer: dc2-leaf3b.arista.com (IP: 10.255.255.125),NOT RUN, +2504,dc2-spine1,Configuration,VerifyRunningConfigDiffs,Verifies there is no difference between the running-config and the startup-config.,,NOT RUN, +2505,dc2-spine1,Configuration,VerifyZeroTouch,Verifies ZeroTouch is disabled.,,NOT RUN, +2506,dc2-spine1,Connectivity,VerifyLLDPNeighbors,Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.,Local: Ethernet1 - Remote: dc2-leaf1a Ethernet1,NOT RUN, +2507,dc2-spine1,Connectivity,VerifyLLDPNeighbors,Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.,Local: Ethernet2 - Remote: dc2-leaf1b Ethernet1,NOT RUN, +2508,dc2-spine1,Connectivity,VerifyLLDPNeighbors,Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.,Local: Ethernet3 - Remote: dc2-leaf2a Ethernet1,NOT RUN, +2509,dc2-spine1,Connectivity,VerifyLLDPNeighbors,Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.,Local: Ethernet4 - Remote: dc2-leaf2b Ethernet1,NOT RUN, +2510,dc2-spine1,Connectivity,VerifyLLDPNeighbors,Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.,Local: Ethernet5 - Remote: dc2-leaf3a.arista.com Ethernet1,NOT RUN, +2511,dc2-spine1,Connectivity,VerifyLLDPNeighbors,Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.,Local: Ethernet6 - Remote: dc2-leaf3b.arista.com Ethernet1,NOT RUN, +2512,dc2-spine1,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: P2P Interface Ethernet1 (IP: 10.255.255.104) - Destination: dc2-leaf1a Ethernet1 (IP: 10.255.255.105),NOT RUN, +2513,dc2-spine1,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: P2P Interface Ethernet2 (IP: 10.255.255.108) - Destination: dc2-leaf1b Ethernet1 (IP: 10.255.255.109),NOT RUN, +2514,dc2-spine1,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: P2P Interface Ethernet3 (IP: 10.255.255.112) - Destination: dc2-leaf2a Ethernet1 (IP: 10.255.255.113),NOT RUN, +2515,dc2-spine1,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: P2P Interface Ethernet4 (IP: 10.255.255.116) - Destination: dc2-leaf2b Ethernet1 (IP: 10.255.255.117),NOT RUN, +2516,dc2-spine1,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: P2P Interface Ethernet5 (IP: 10.255.255.120) - Destination: dc2-leaf3a.arista.com Ethernet1 (IP: 10.255.255.121),NOT RUN, +2517,dc2-spine1,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: P2P Interface Ethernet6 (IP: 10.255.255.124) - Destination: dc2-leaf3b.arista.com Ethernet1 (IP: 10.255.255.125),NOT RUN, 2518,dc2-spine1,Field Notices,VerifyFieldNotice44Resolution,Verifies that the device is using the correct Aboot version per FN0044.,,NOT RUN, 2519,dc2-spine1,Field Notices,VerifyFieldNotice72Resolution,"Verifies if the device is exposed to FN0072, and if the issue has been mitigated.",,NOT RUN, -2520,dc2-spine1,Greent,VerifyGreenT,Verifies if a GreenT policy is created.,,NOT RUN, +2520,dc2-spine1,Greent,VerifyGreenT,Verifies if a GreenT policy other than the default is created.,,NOT RUN, 2521,dc2-spine1,Greent,VerifyGreenTCounters,Verifies if the GreenT counters are incremented.,,NOT RUN, 2522,dc2-spine1,Hardware,VerifyAdverseDrops,Verifies there are no adverse drops on DCS-7280 and DCS-7500 family switches.,,NOT RUN, 2523,dc2-spine1,Hardware,VerifyEnvironmentCooling,Verifies the status of power supply fans and all fan trays.,,NOT RUN, 2524,dc2-spine1,Hardware,VerifyEnvironmentCooling,Verifies the status of power supply fans and all fan trays.,Accepted States: 'ok',NOT RUN, 2525,dc2-spine1,Hardware,VerifyEnvironmentPower,Verifies the power supplies status.,,NOT RUN, 2526,dc2-spine1,Hardware,VerifyEnvironmentPower,Verifies the power supplies status.,Accepted States: 'ok',NOT RUN, -2527,dc2-spine1,Hardware,VerifyEnvironmentSystemCooling,Verifies the system cooling status.,,NOT RUN, -2528,dc2-spine1,Hardware,VerifyTemperature,Verifies the device temperature.,,NOT RUN, -2529,dc2-spine1,Hardware,VerifyTemperature,Verifies the device temperature.,,NOT RUN, -2530,dc2-spine1,Hardware,VerifyTransceiversManufacturers,Verifies if all transceivers come from approved manufacturers.,,NOT RUN, -2531,dc2-spine1,Hardware,VerifyTransceiversManufacturers,Verifies if all transceivers come from approved manufacturers.,"Accepted Manufacturers: 'Arista Networks', 'Arastra, Inc.', 'Not Present'",NOT RUN, -2532,dc2-spine1,Hardware,VerifyTransceiversTemperature,Verifies the transceivers temperature.,,NOT RUN, -2533,dc2-spine1,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet1 - P2P_dc2-leaf1a_Ethernet1 = 'up',NOT RUN, -2534,dc2-spine1,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet2 - P2P_dc2-leaf1b_Ethernet1 = 'up',NOT RUN, -2535,dc2-spine1,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet3 - P2P_dc2-leaf2a_Ethernet1 = 'up',NOT RUN, -2536,dc2-spine1,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet4 - P2P_dc2-leaf2b_Ethernet1 = 'up',NOT RUN, -2537,dc2-spine1,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet5 - P2P_dc2-leaf3a.arista.com_Ethernet1 = 'up',NOT RUN, -2538,dc2-spine1,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet6 - P2P_dc2-leaf3b.arista.com_Ethernet1 = 'up',NOT RUN, -2539,dc2-spine1,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Loopback0 - ROUTER_ID = 'up',NOT RUN, +2527,dc2-spine1,Hardware,VerifyEnvironmentSystemCooling,Verifies the device's system cooling status.,,NOT RUN, +2528,dc2-spine1,Hardware,VerifyTemperature,Verifies if the device temperature is within acceptable limits.,,NOT RUN, +2529,dc2-spine1,Hardware,VerifyTemperature,Verifies if the device temperature is within acceptable limits.,,NOT RUN, +2530,dc2-spine1,Hardware,VerifyTransceiversManufacturers,Verifies if all the transceivers come from approved manufacturers.,,NOT RUN, +2531,dc2-spine1,Hardware,VerifyTransceiversManufacturers,Verifies if all the transceivers come from approved manufacturers.,"Accepted Manufacturers: 'Arista Networks', 'Arastra, Inc.', 'Not Present'",NOT RUN, +2532,dc2-spine1,Hardware,VerifyTransceiversTemperature,Verifies if all the transceivers are operating at an acceptable temperature.,,NOT RUN, +2533,dc2-spine1,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Ethernet1 - P2P_dc2-leaf1a_Ethernet1 = 'up',NOT RUN, +2534,dc2-spine1,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Ethernet2 - P2P_dc2-leaf1b_Ethernet1 = 'up',NOT RUN, +2535,dc2-spine1,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Ethernet3 - P2P_dc2-leaf2a_Ethernet1 = 'up',NOT RUN, +2536,dc2-spine1,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Ethernet4 - P2P_dc2-leaf2b_Ethernet1 = 'up',NOT RUN, +2537,dc2-spine1,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Ethernet5 - P2P_dc2-leaf3a.arista.com_Ethernet1 = 'up',NOT RUN, +2538,dc2-spine1,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Ethernet6 - P2P_dc2-leaf3b.arista.com_Ethernet1 = 'up',NOT RUN, +2539,dc2-spine1,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Loopback0 - ROUTER_ID = 'up',NOT RUN, 2540,dc2-spine1,LANZ,VerifyLANZ,Verifies if LANZ is enabled.,,NOT RUN, 2541,dc2-spine1,PTP,VerifyPtpGMStatus,Verifies that the device is locked to a valid PTP Grandmaster.,,NOT RUN, 2542,dc2-spine1,PTP,VerifyPtpLockStatus,Verifies that the device was locked to the upstream PTP GM in the last minute.,,NOT RUN, @@ -2555,13 +2555,13 @@ id,dut,categories,test,description,inputs,result,messages 2554,dc2-spine1,Security,VerifyBannerMotd,Verifies the motd banner of a device.,,NOT RUN, 2555,dc2-spine1,Security,VerifyIPSecConnHealth,Verifies all IPv4 security connections.,,NOT RUN, 2556,dc2-spine1,Security,VerifyIPv4ACL,Verifies the configuration of IPv4 ACLs.,,NOT RUN, -2557,dc2-spine1,Security,VerifySpecificIPSecConn,Verifies IPv4 security connections for a peer.,,NOT RUN, +2557,dc2-spine1,Security,VerifySpecificIPSecConn,Verifies the IPv4 security connections.,,NOT RUN, 2558,dc2-spine1,Security,VerifySSHIPv4Acl,Verifies if the SSHD agent has IPv4 ACL(s) configured.,,NOT RUN, 2559,dc2-spine1,Security,VerifySSHIPv6Acl,Verifies if the SSHD agent has IPv6 ACL(s) configured.,,NOT RUN, 2560,dc2-spine1,Security,VerifySSHStatus,Verifies if the SSHD agent is disabled in the default VRF.,,NOT RUN, 2561,dc2-spine1,Security,VerifyTelnetStatus,Verifies if Telnet is disabled in the default VRF.,,NOT RUN, 2562,dc2-spine1,Services,VerifyDNSLookup,Verifies the DNS name to IP address resolution.,,NOT RUN, -2563,dc2-spine1,Services,VerifyDNSServers,Verifies if the DNS servers are correctly configured.,,NOT RUN, +2563,dc2-spine1,Services,VerifyDNSServers,Verifies if the DNS (Domain Name Service) servers are correctly configured.,,NOT RUN, 2564,dc2-spine1,Services,VerifyErrdisableRecovery,"Verifies the errdisable recovery reason, status, and interval.",,NOT RUN, 2565,dc2-spine1,Services,VerifyHostname,Verifies the hostname of a device.,,NOT RUN, 2566,dc2-spine1,SNMP,VerifySnmpIPv4Acl,Verifies if the SNMP agent has IPv4 ACL(s) configured.,,NOT RUN, @@ -2569,7 +2569,7 @@ id,dut,categories,test,description,inputs,result,messages 2568,dc2-spine1,SNMP,VerifySnmpStatus,Verifies if the SNMP agent is enabled.,,NOT RUN, 2569,dc2-spine1,Software,VerifyEOSVersion,Verifies the EOS version of the device.,,NOT RUN, 2570,dc2-spine1,Software,VerifyTerminAttrVersion,Verifies the TerminAttr version of the device.,,NOT RUN, -2571,dc2-spine1,STUN,VerifyStunClient,Verifies the STUN client is configured with the specified IPv4 source address and port. Validate the public IP and port if provided.,,NOT RUN, +2571,dc2-spine1,STUN,VerifyStunClient,(Deprecated) Verifies the translation for a source address on a STUN client.,,NOT RUN, 2572,dc2-spine1,System,VerifyAgentLogs,Verifies there are no agent crash reports.,,NOT RUN, 2573,dc2-spine1,System,VerifyCoredump,Verifies there are no core dump files.,,NOT RUN, 2574,dc2-spine1,System,VerifyCPUUtilization,Verifies whether the CPU utilization is below 75%.,,NOT RUN, @@ -2588,54 +2588,54 @@ id,dut,categories,test,description,inputs,result,messages 2587,dc2-spine2,AAA,VerifyTacacsServerGroups,Verifies if the provided TACACS server group(s) are configured.,,NOT RUN, 2588,dc2-spine2,AAA,VerifyTacacsServers,Verifies TACACS servers are configured for a specified VRF.,,NOT RUN, 2589,dc2-spine2,AAA,VerifyTacacsSourceIntf,Verifies TACACS source-interface for a specified VRF.,,NOT RUN, -2590,dc2-spine2,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s).,BGP EVPN Peer: dc2-leaf1a (IP: 10.255.128.13),NOT RUN, -2591,dc2-spine2,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s).,BGP EVPN Peer: dc2-leaf1b (IP: 10.255.128.14),NOT RUN, -2592,dc2-spine2,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s).,BGP EVPN Peer: dc2-leaf2a (IP: 10.255.128.15),NOT RUN, -2593,dc2-spine2,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s).,BGP EVPN Peer: dc2-leaf2b (IP: 10.255.128.16),NOT RUN, -2594,dc2-spine2,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s).,BGP EVPN Peer: dc2-leaf3a.arista.com (IP: 10.255.128.17),NOT RUN, -2595,dc2-spine2,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s).,BGP EVPN Peer: dc2-leaf3b.arista.com (IP: 10.255.128.18),NOT RUN, -2596,dc2-spine2,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s).,BGP IPv4 Unicast Peer: dc2-leaf1a (IP: 10.255.255.107),NOT RUN, -2597,dc2-spine2,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s).,BGP IPv4 Unicast Peer: dc2-leaf1b (IP: 10.255.255.111),NOT RUN, -2598,dc2-spine2,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s).,BGP IPv4 Unicast Peer: dc2-leaf2a (IP: 10.255.255.115),NOT RUN, -2599,dc2-spine2,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s).,BGP IPv4 Unicast Peer: dc2-leaf2b (IP: 10.255.255.119),NOT RUN, -2600,dc2-spine2,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s).,BGP IPv4 Unicast Peer: dc2-leaf3a.arista.com (IP: 10.255.255.123),NOT RUN, -2601,dc2-spine2,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s).,BGP IPv4 Unicast Peer: dc2-leaf3b.arista.com (IP: 10.255.255.127),NOT RUN, -2602,dc2-spine2,Configuration,VerifyRunningConfigDiffs,Verifies there is no difference between the running-config and the startup-config,,NOT RUN, -2603,dc2-spine2,Configuration,VerifyZeroTouch,Verifies ZeroTouch is disabled,,NOT RUN, -2604,dc2-spine2,Connectivity,VerifyLLDPNeighbors,Verifies that the provided LLDP neighbors are connected properly.,Local: Ethernet1 - Remote: dc2-leaf1a Ethernet2,NOT RUN, -2605,dc2-spine2,Connectivity,VerifyLLDPNeighbors,Verifies that the provided LLDP neighbors are connected properly.,Local: Ethernet2 - Remote: dc2-leaf1b Ethernet2,NOT RUN, -2606,dc2-spine2,Connectivity,VerifyLLDPNeighbors,Verifies that the provided LLDP neighbors are connected properly.,Local: Ethernet3 - Remote: dc2-leaf2a Ethernet2,NOT RUN, -2607,dc2-spine2,Connectivity,VerifyLLDPNeighbors,Verifies that the provided LLDP neighbors are connected properly.,Local: Ethernet4 - Remote: dc2-leaf2b Ethernet2,NOT RUN, -2608,dc2-spine2,Connectivity,VerifyLLDPNeighbors,Verifies that the provided LLDP neighbors are connected properly.,Local: Ethernet5 - Remote: dc2-leaf3a.arista.com Ethernet2,NOT RUN, -2609,dc2-spine2,Connectivity,VerifyLLDPNeighbors,Verifies that the provided LLDP neighbors are connected properly.,Local: Ethernet6 - Remote: dc2-leaf3b.arista.com Ethernet2,NOT RUN, -2610,dc2-spine2,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: P2P Interface Ethernet1 (IP: 10.255.255.106) - Destination: dc2-leaf1a Ethernet2 (IP: 10.255.255.107),NOT RUN, -2611,dc2-spine2,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: P2P Interface Ethernet2 (IP: 10.255.255.110) - Destination: dc2-leaf1b Ethernet2 (IP: 10.255.255.111),NOT RUN, -2612,dc2-spine2,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: P2P Interface Ethernet3 (IP: 10.255.255.114) - Destination: dc2-leaf2a Ethernet2 (IP: 10.255.255.115),NOT RUN, -2613,dc2-spine2,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: P2P Interface Ethernet4 (IP: 10.255.255.118) - Destination: dc2-leaf2b Ethernet2 (IP: 10.255.255.119),NOT RUN, -2614,dc2-spine2,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: P2P Interface Ethernet5 (IP: 10.255.255.122) - Destination: dc2-leaf3a.arista.com Ethernet2 (IP: 10.255.255.123),NOT RUN, -2615,dc2-spine2,Connectivity,VerifyReachability,Test the network reachability to one or many destination IP(s).,Source: P2P Interface Ethernet6 (IP: 10.255.255.126) - Destination: dc2-leaf3b.arista.com Ethernet2 (IP: 10.255.255.127),NOT RUN, +2590,dc2-spine2,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s) for given address families.,BGP EVPN Peer: dc2-leaf1a (IP: 10.255.128.13),NOT RUN, +2591,dc2-spine2,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s) for given address families.,BGP EVPN Peer: dc2-leaf1b (IP: 10.255.128.14),NOT RUN, +2592,dc2-spine2,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s) for given address families.,BGP EVPN Peer: dc2-leaf2a (IP: 10.255.128.15),NOT RUN, +2593,dc2-spine2,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s) for given address families.,BGP EVPN Peer: dc2-leaf2b (IP: 10.255.128.16),NOT RUN, +2594,dc2-spine2,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s) for given address families.,BGP EVPN Peer: dc2-leaf3a.arista.com (IP: 10.255.128.17),NOT RUN, +2595,dc2-spine2,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s) for given address families.,BGP EVPN Peer: dc2-leaf3b.arista.com (IP: 10.255.128.18),NOT RUN, +2596,dc2-spine2,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s) for given address families.,BGP IPv4 Unicast Peer: dc2-leaf1a (IP: 10.255.255.107),NOT RUN, +2597,dc2-spine2,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s) for given address families.,BGP IPv4 Unicast Peer: dc2-leaf1b (IP: 10.255.255.111),NOT RUN, +2598,dc2-spine2,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s) for given address families.,BGP IPv4 Unicast Peer: dc2-leaf2a (IP: 10.255.255.115),NOT RUN, +2599,dc2-spine2,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s) for given address families.,BGP IPv4 Unicast Peer: dc2-leaf2b (IP: 10.255.255.119),NOT RUN, +2600,dc2-spine2,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s) for given address families.,BGP IPv4 Unicast Peer: dc2-leaf3a.arista.com (IP: 10.255.255.123),NOT RUN, +2601,dc2-spine2,BGP,VerifyBGPSpecificPeers,Verifies the health of specific BGP peer(s) for given address families.,BGP IPv4 Unicast Peer: dc2-leaf3b.arista.com (IP: 10.255.255.127),NOT RUN, +2602,dc2-spine2,Configuration,VerifyRunningConfigDiffs,Verifies there is no difference between the running-config and the startup-config.,,NOT RUN, +2603,dc2-spine2,Configuration,VerifyZeroTouch,Verifies ZeroTouch is disabled.,,NOT RUN, +2604,dc2-spine2,Connectivity,VerifyLLDPNeighbors,Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.,Local: Ethernet1 - Remote: dc2-leaf1a Ethernet2,NOT RUN, +2605,dc2-spine2,Connectivity,VerifyLLDPNeighbors,Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.,Local: Ethernet2 - Remote: dc2-leaf1b Ethernet2,NOT RUN, +2606,dc2-spine2,Connectivity,VerifyLLDPNeighbors,Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.,Local: Ethernet3 - Remote: dc2-leaf2a Ethernet2,NOT RUN, +2607,dc2-spine2,Connectivity,VerifyLLDPNeighbors,Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.,Local: Ethernet4 - Remote: dc2-leaf2b Ethernet2,NOT RUN, +2608,dc2-spine2,Connectivity,VerifyLLDPNeighbors,Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.,Local: Ethernet5 - Remote: dc2-leaf3a.arista.com Ethernet2,NOT RUN, +2609,dc2-spine2,Connectivity,VerifyLLDPNeighbors,Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.,Local: Ethernet6 - Remote: dc2-leaf3b.arista.com Ethernet2,NOT RUN, +2610,dc2-spine2,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: P2P Interface Ethernet1 (IP: 10.255.255.106) - Destination: dc2-leaf1a Ethernet2 (IP: 10.255.255.107),NOT RUN, +2611,dc2-spine2,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: P2P Interface Ethernet2 (IP: 10.255.255.110) - Destination: dc2-leaf1b Ethernet2 (IP: 10.255.255.111),NOT RUN, +2612,dc2-spine2,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: P2P Interface Ethernet3 (IP: 10.255.255.114) - Destination: dc2-leaf2a Ethernet2 (IP: 10.255.255.115),NOT RUN, +2613,dc2-spine2,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: P2P Interface Ethernet4 (IP: 10.255.255.118) - Destination: dc2-leaf2b Ethernet2 (IP: 10.255.255.119),NOT RUN, +2614,dc2-spine2,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: P2P Interface Ethernet5 (IP: 10.255.255.122) - Destination: dc2-leaf3a.arista.com Ethernet2 (IP: 10.255.255.123),NOT RUN, +2615,dc2-spine2,Connectivity,VerifyReachability,Test network reachability to one or many destination IP(s).,Source: P2P Interface Ethernet6 (IP: 10.255.255.126) - Destination: dc2-leaf3b.arista.com Ethernet2 (IP: 10.255.255.127),NOT RUN, 2616,dc2-spine2,Field Notices,VerifyFieldNotice44Resolution,Verifies that the device is using the correct Aboot version per FN0044.,,NOT RUN, 2617,dc2-spine2,Field Notices,VerifyFieldNotice72Resolution,"Verifies if the device is exposed to FN0072, and if the issue has been mitigated.",,NOT RUN, -2618,dc2-spine2,Greent,VerifyGreenT,Verifies if a GreenT policy is created.,,NOT RUN, +2618,dc2-spine2,Greent,VerifyGreenT,Verifies if a GreenT policy other than the default is created.,,NOT RUN, 2619,dc2-spine2,Greent,VerifyGreenTCounters,Verifies if the GreenT counters are incremented.,,NOT RUN, 2620,dc2-spine2,Hardware,VerifyAdverseDrops,Verifies there are no adverse drops on DCS-7280 and DCS-7500 family switches.,,NOT RUN, 2621,dc2-spine2,Hardware,VerifyEnvironmentCooling,Verifies the status of power supply fans and all fan trays.,,NOT RUN, 2622,dc2-spine2,Hardware,VerifyEnvironmentCooling,Verifies the status of power supply fans and all fan trays.,Accepted States: 'ok',NOT RUN, 2623,dc2-spine2,Hardware,VerifyEnvironmentPower,Verifies the power supplies status.,,NOT RUN, 2624,dc2-spine2,Hardware,VerifyEnvironmentPower,Verifies the power supplies status.,Accepted States: 'ok',NOT RUN, -2625,dc2-spine2,Hardware,VerifyEnvironmentSystemCooling,Verifies the system cooling status.,,NOT RUN, -2626,dc2-spine2,Hardware,VerifyTemperature,Verifies the device temperature.,,NOT RUN, -2627,dc2-spine2,Hardware,VerifyTemperature,Verifies the device temperature.,,NOT RUN, -2628,dc2-spine2,Hardware,VerifyTransceiversManufacturers,Verifies if all transceivers come from approved manufacturers.,,NOT RUN, -2629,dc2-spine2,Hardware,VerifyTransceiversManufacturers,Verifies if all transceivers come from approved manufacturers.,"Accepted Manufacturers: 'Arista Networks', 'Arastra, Inc.', 'Not Present'",NOT RUN, -2630,dc2-spine2,Hardware,VerifyTransceiversTemperature,Verifies the transceivers temperature.,,NOT RUN, -2631,dc2-spine2,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet1 - P2P_dc2-leaf1a_Ethernet2 = 'up',NOT RUN, -2632,dc2-spine2,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet2 - P2P_dc2-leaf1b_Ethernet2 = 'up',NOT RUN, -2633,dc2-spine2,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet3 - P2P_dc2-leaf2a_Ethernet2 = 'up',NOT RUN, -2634,dc2-spine2,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet4 - P2P_dc2-leaf2b_Ethernet2 = 'up',NOT RUN, -2635,dc2-spine2,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet5 - P2P_dc2-leaf3a.arista.com_Ethernet2 = 'up',NOT RUN, -2636,dc2-spine2,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Ethernet6 - P2P_dc2-leaf3b.arista.com_Ethernet2 = 'up',NOT RUN, -2637,dc2-spine2,Interfaces,VerifyInterfacesStatus,Verifies the status of the provided interfaces.,Interface Loopback0 - ROUTER_ID = 'up',NOT RUN, +2625,dc2-spine2,Hardware,VerifyEnvironmentSystemCooling,Verifies the device's system cooling status.,,NOT RUN, +2626,dc2-spine2,Hardware,VerifyTemperature,Verifies if the device temperature is within acceptable limits.,,NOT RUN, +2627,dc2-spine2,Hardware,VerifyTemperature,Verifies if the device temperature is within acceptable limits.,,NOT RUN, +2628,dc2-spine2,Hardware,VerifyTransceiversManufacturers,Verifies if all the transceivers come from approved manufacturers.,,NOT RUN, +2629,dc2-spine2,Hardware,VerifyTransceiversManufacturers,Verifies if all the transceivers come from approved manufacturers.,"Accepted Manufacturers: 'Arista Networks', 'Arastra, Inc.', 'Not Present'",NOT RUN, +2630,dc2-spine2,Hardware,VerifyTransceiversTemperature,Verifies if all the transceivers are operating at an acceptable temperature.,,NOT RUN, +2631,dc2-spine2,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Ethernet1 - P2P_dc2-leaf1a_Ethernet2 = 'up',NOT RUN, +2632,dc2-spine2,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Ethernet2 - P2P_dc2-leaf1b_Ethernet2 = 'up',NOT RUN, +2633,dc2-spine2,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Ethernet3 - P2P_dc2-leaf2a_Ethernet2 = 'up',NOT RUN, +2634,dc2-spine2,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Ethernet4 - P2P_dc2-leaf2b_Ethernet2 = 'up',NOT RUN, +2635,dc2-spine2,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Ethernet5 - P2P_dc2-leaf3a.arista.com_Ethernet2 = 'up',NOT RUN, +2636,dc2-spine2,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Ethernet6 - P2P_dc2-leaf3b.arista.com_Ethernet2 = 'up',NOT RUN, +2637,dc2-spine2,Interfaces,VerifyInterfacesStatus,Verifies the operational states of specified interfaces to ensure they match expected configurations.,Interface Loopback0 - ROUTER_ID = 'up',NOT RUN, 2638,dc2-spine2,LANZ,VerifyLANZ,Verifies if LANZ is enabled.,,NOT RUN, 2639,dc2-spine2,PTP,VerifyPtpGMStatus,Verifies that the device is locked to a valid PTP Grandmaster.,,NOT RUN, 2640,dc2-spine2,PTP,VerifyPtpLockStatus,Verifies that the device was locked to the upstream PTP GM in the last minute.,,NOT RUN, @@ -2653,13 +2653,13 @@ id,dut,categories,test,description,inputs,result,messages 2652,dc2-spine2,Security,VerifyBannerMotd,Verifies the motd banner of a device.,,NOT RUN, 2653,dc2-spine2,Security,VerifyIPSecConnHealth,Verifies all IPv4 security connections.,,NOT RUN, 2654,dc2-spine2,Security,VerifyIPv4ACL,Verifies the configuration of IPv4 ACLs.,,NOT RUN, -2655,dc2-spine2,Security,VerifySpecificIPSecConn,Verifies IPv4 security connections for a peer.,,NOT RUN, +2655,dc2-spine2,Security,VerifySpecificIPSecConn,Verifies the IPv4 security connections.,,NOT RUN, 2656,dc2-spine2,Security,VerifySSHIPv4Acl,Verifies if the SSHD agent has IPv4 ACL(s) configured.,,NOT RUN, 2657,dc2-spine2,Security,VerifySSHIPv6Acl,Verifies if the SSHD agent has IPv6 ACL(s) configured.,,NOT RUN, 2658,dc2-spine2,Security,VerifySSHStatus,Verifies if the SSHD agent is disabled in the default VRF.,,NOT RUN, 2659,dc2-spine2,Security,VerifyTelnetStatus,Verifies if Telnet is disabled in the default VRF.,,NOT RUN, 2660,dc2-spine2,Services,VerifyDNSLookup,Verifies the DNS name to IP address resolution.,,NOT RUN, -2661,dc2-spine2,Services,VerifyDNSServers,Verifies if the DNS servers are correctly configured.,,NOT RUN, +2661,dc2-spine2,Services,VerifyDNSServers,Verifies if the DNS (Domain Name Service) servers are correctly configured.,,NOT RUN, 2662,dc2-spine2,Services,VerifyErrdisableRecovery,"Verifies the errdisable recovery reason, status, and interval.",,NOT RUN, 2663,dc2-spine2,Services,VerifyHostname,Verifies the hostname of a device.,,NOT RUN, 2664,dc2-spine2,SNMP,VerifySnmpIPv4Acl,Verifies if the SNMP agent has IPv4 ACL(s) configured.,,NOT RUN, @@ -2667,7 +2667,7 @@ id,dut,categories,test,description,inputs,result,messages 2666,dc2-spine2,SNMP,VerifySnmpStatus,Verifies if the SNMP agent is enabled.,,NOT RUN, 2667,dc2-spine2,Software,VerifyEOSVersion,Verifies the EOS version of the device.,,NOT RUN, 2668,dc2-spine2,Software,VerifyTerminAttrVersion,Verifies the TerminAttr version of the device.,,NOT RUN, -2669,dc2-spine2,STUN,VerifyStunClient,Verifies the STUN client is configured with the specified IPv4 source address and port. Validate the public IP and port if provided.,,NOT RUN, +2669,dc2-spine2,STUN,VerifyStunClient,(Deprecated) Verifies the translation for a source address on a STUN client.,,NOT RUN, 2670,dc2-spine2,System,VerifyAgentLogs,Verifies there are no agent crash reports.,,NOT RUN, 2671,dc2-spine2,System,VerifyCoredump,Verifies there are no core dump files.,,NOT RUN, 2672,dc2-spine2,System,VerifyCPUUtilization,Verifies whether the CPU utilization is below 75%.,,NOT RUN, diff --git a/ansible_collections/arista/avd/molecule/eos_validate_state/reports/FABRIC-state.md b/ansible_collections/arista/avd/molecule/eos_validate_state/reports/FABRIC-state.md index 07ac1ad640a..2606f05089a 100644 --- a/ansible_collections/arista/avd/molecule/eos_validate_state/reports/FABRIC-state.md +++ b/ansible_collections/arista/avd/molecule/eos_validate_state/reports/FABRIC-state.md @@ -89,85 +89,85 @@ | 5 | dc1-leaf1a | AAA | VerifyTacacsServerGroups | Verifies if the provided TACACS server group(s) are configured. | - | NOT RUN | - | | 6 | dc1-leaf1a | AAA | VerifyTacacsServers | Verifies TACACS servers are configured for a specified VRF. | - | NOT RUN | - | | 7 | dc1-leaf1a | AAA | VerifyTacacsSourceIntf | Verifies TACACS source-interface for a specified VRF. | - | NOT RUN | - | -| 8 | dc1-leaf1a | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s). | BGP EVPN Peer: 10.1.1.1 | NOT RUN | - | -| 9 | dc1-leaf1a | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s). | BGP EVPN Peer: dc1-spine1 (IP: 10.255.0.1) | NOT RUN | - | -| 10 | dc1-leaf1a | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s). | BGP EVPN Peer: dc1-spine2 (IP: 10.255.0.2) | NOT RUN | - | -| 11 | dc1-leaf1a | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s). | BGP IPv4 Unicast Peer: dc1-leaf1b (IP: 10.255.1.97) | NOT RUN | - | -| 12 | dc1-leaf1a | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s). | BGP IPv4 Unicast Peer: dc1-spine1 (IP: 10.255.255.0) | NOT RUN | - | -| 13 | dc1-leaf1a | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s). | BGP IPv4 Unicast Peer: dc1-spine2 (IP: 10.255.255.2) | NOT RUN | - | -| 14 | dc1-leaf1a | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s). | BGP IPv4 Unicast Peer: dc1-wan1 (IP: 10.255.255.1) | NOT RUN | - | -| 15 | dc1-leaf1a | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s). | BGP IPv4 Unicast Peer: dc1-wan2 (IP: 10.255.255.5) | NOT RUN | - | -| 16 | dc1-leaf1a | Configuration | VerifyRunningConfigDiffs | Verifies there is no difference between the running-config and the startup-config | - | NOT RUN | - | -| 17 | dc1-leaf1a | Configuration | VerifyZeroTouch | Verifies ZeroTouch is disabled | - | NOT RUN | - | -| 18 | dc1-leaf1a | Connectivity | VerifyLLDPNeighbors | Verifies that the provided LLDP neighbors are connected properly. | Local: Ethernet1 - Remote: dc1-spine1 Ethernet1 | NOT RUN | - | -| 19 | dc1-leaf1a | Connectivity | VerifyLLDPNeighbors | Verifies that the provided LLDP neighbors are connected properly. | Local: Ethernet2 - Remote: dc1-spine2 Ethernet1 | NOT RUN | - | -| 20 | dc1-leaf1a | Connectivity | VerifyLLDPNeighbors | Verifies that the provided LLDP neighbors are connected properly. | Local: Ethernet3 - Remote: dc1-leaf1b Ethernet3 | NOT RUN | - | -| 21 | dc1-leaf1a | Connectivity | VerifyLLDPNeighbors | Verifies that the provided LLDP neighbors are connected properly. | Local: Ethernet4 - Remote: dc1-leaf1b Ethernet4 | NOT RUN | - | -| 22 | dc1-leaf1a | Connectivity | VerifyLLDPNeighbors | Verifies that the provided LLDP neighbors are connected properly. | Local: Ethernet6 - Remote: dc1-wan1 Ethernet1 | NOT RUN | - | -| 23 | dc1-leaf1a | Connectivity | VerifyLLDPNeighbors | Verifies that the provided LLDP neighbors are connected properly. | Local: Ethernet7 - Remote: dc1-wan2 Ethernet1 | NOT RUN | - | -| 24 | dc1-leaf1a | Connectivity | VerifyLLDPNeighbors | Verifies that the provided LLDP neighbors are connected properly. | Local: Ethernet8 - Remote: dc1-leaf1c Ethernet1 | NOT RUN | - | -| 25 | dc1-leaf1a | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.0.3) - Destination: dc1-leaf1a Loopback0 (IP: 10.255.0.3) | NOT RUN | - | -| 26 | dc1-leaf1a | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.0.3) - Destination: dc1-leaf1b Loopback0 (IP: 10.255.0.4) | NOT RUN | - | -| 27 | dc1-leaf1a | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.0.3) - Destination: dc1-leaf2a Loopback0 (IP: 10.255.0.5) | NOT RUN | - | -| 28 | dc1-leaf1a | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.0.3) - Destination: dc1-spine1 Loopback0 (IP: 10.255.0.1) | NOT RUN | - | -| 29 | dc1-leaf1a | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.0.3) - Destination: dc1-spine2 Loopback0 (IP: 10.255.0.2) | NOT RUN | - | -| 30 | dc1-leaf1a | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.0.3) - Destination: dc1-svc-leaf1a Loopback0 (IP: 10.33.0.5) | NOT RUN | - | -| 31 | dc1-leaf1a | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.0.3) - Destination: dc1-svc-leaf1b Loopback0 (IP: 10.33.0.6) | NOT RUN | - | -| 32 | dc1-leaf1a | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.0.3) - Destination: dc1-wan1 Loopback0 (IP: 10.255.2.1) | NOT RUN | - | -| 33 | dc1-leaf1a | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.0.3) - Destination: dc1-wan2 Loopback0 (IP: 10.255.2.2) | NOT RUN | - | -| 34 | dc1-leaf1a | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.0.3) - Destination: dc2-leaf1a Loopback0 (IP: 10.255.128.13) | NOT RUN | - | -| 35 | dc1-leaf1a | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.0.3) - Destination: dc2-leaf1b Loopback0 (IP: 10.255.128.14) | NOT RUN | - | -| 36 | dc1-leaf1a | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.0.3) - Destination: dc2-leaf2a Loopback0 (IP: 10.255.128.15) | NOT RUN | - | -| 37 | dc1-leaf1a | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.0.3) - Destination: dc2-leaf2b Loopback0 (IP: 10.255.128.16) | NOT RUN | - | -| 38 | dc1-leaf1a | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.0.3) - Destination: dc2-leaf3a.arista.com Loopback0 (IP: 10.255.128.17) | NOT RUN | - | -| 39 | dc1-leaf1a | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.0.3) - Destination: dc2-leaf3b.arista.com Loopback0 (IP: 10.255.128.18) | NOT RUN | - | -| 40 | dc1-leaf1a | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.0.3) - Destination: dc2-spine1 Loopback0 (IP: 10.255.128.11) | NOT RUN | - | -| 41 | dc1-leaf1a | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.0.3) - Destination: dc2-spine2 Loopback0 (IP: 10.255.128.12) | NOT RUN | - | -| 42 | dc1-leaf1a | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: P2P Interface Ethernet1 (IP: 10.255.255.1) - Destination: dc1-spine1 Ethernet1 (IP: 10.255.255.0) | NOT RUN | - | -| 43 | dc1-leaf1a | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: P2P Interface Ethernet2 (IP: 10.255.255.3) - Destination: dc1-spine2 Ethernet1 (IP: 10.255.255.2) | NOT RUN | - | -| 44 | dc1-leaf1a | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: P2P Interface Ethernet6 (IP: 10.255.255.0) - Destination: dc1-wan1 Ethernet1 (IP: 10.255.255.1) | NOT RUN | - | -| 45 | dc1-leaf1a | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: P2P Interface Ethernet7 (IP: 10.255.255.4) - Destination: dc1-wan2 Ethernet1 (IP: 10.255.255.5) | NOT RUN | - | +| 8 | dc1-leaf1a | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s) for given address families. | BGP EVPN Peer: 10.1.1.1 | NOT RUN | - | +| 9 | dc1-leaf1a | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s) for given address families. | BGP EVPN Peer: dc1-spine1 (IP: 10.255.0.1) | NOT RUN | - | +| 10 | dc1-leaf1a | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s) for given address families. | BGP EVPN Peer: dc1-spine2 (IP: 10.255.0.2) | NOT RUN | - | +| 11 | dc1-leaf1a | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s) for given address families. | BGP IPv4 Unicast Peer: dc1-leaf1b (IP: 10.255.1.97) | NOT RUN | - | +| 12 | dc1-leaf1a | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s) for given address families. | BGP IPv4 Unicast Peer: dc1-spine1 (IP: 10.255.255.0) | NOT RUN | - | +| 13 | dc1-leaf1a | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s) for given address families. | BGP IPv4 Unicast Peer: dc1-spine2 (IP: 10.255.255.2) | NOT RUN | - | +| 14 | dc1-leaf1a | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s) for given address families. | BGP IPv4 Unicast Peer: dc1-wan1 (IP: 10.255.255.1) | NOT RUN | - | +| 15 | dc1-leaf1a | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s) for given address families. | BGP IPv4 Unicast Peer: dc1-wan2 (IP: 10.255.255.5) | NOT RUN | - | +| 16 | dc1-leaf1a | Configuration | VerifyRunningConfigDiffs | Verifies there is no difference between the running-config and the startup-config. | - | NOT RUN | - | +| 17 | dc1-leaf1a | Configuration | VerifyZeroTouch | Verifies ZeroTouch is disabled. | - | NOT RUN | - | +| 18 | dc1-leaf1a | Connectivity | VerifyLLDPNeighbors | Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors. | Local: Ethernet1 - Remote: dc1-spine1 Ethernet1 | NOT RUN | - | +| 19 | dc1-leaf1a | Connectivity | VerifyLLDPNeighbors | Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors. | Local: Ethernet2 - Remote: dc1-spine2 Ethernet1 | NOT RUN | - | +| 20 | dc1-leaf1a | Connectivity | VerifyLLDPNeighbors | Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors. | Local: Ethernet3 - Remote: dc1-leaf1b Ethernet3 | NOT RUN | - | +| 21 | dc1-leaf1a | Connectivity | VerifyLLDPNeighbors | Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors. | Local: Ethernet4 - Remote: dc1-leaf1b Ethernet4 | NOT RUN | - | +| 22 | dc1-leaf1a | Connectivity | VerifyLLDPNeighbors | Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors. | Local: Ethernet6 - Remote: dc1-wan1 Ethernet1 | NOT RUN | - | +| 23 | dc1-leaf1a | Connectivity | VerifyLLDPNeighbors | Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors. | Local: Ethernet7 - Remote: dc1-wan2 Ethernet1 | NOT RUN | - | +| 24 | dc1-leaf1a | Connectivity | VerifyLLDPNeighbors | Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors. | Local: Ethernet8 - Remote: dc1-leaf1c Ethernet1 | NOT RUN | - | +| 25 | dc1-leaf1a | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.0.3) - Destination: dc1-leaf1a Loopback0 (IP: 10.255.0.3) | NOT RUN | - | +| 26 | dc1-leaf1a | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.0.3) - Destination: dc1-leaf1b Loopback0 (IP: 10.255.0.4) | NOT RUN | - | +| 27 | dc1-leaf1a | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.0.3) - Destination: dc1-leaf2a Loopback0 (IP: 10.255.0.5) | NOT RUN | - | +| 28 | dc1-leaf1a | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.0.3) - Destination: dc1-spine1 Loopback0 (IP: 10.255.0.1) | NOT RUN | - | +| 29 | dc1-leaf1a | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.0.3) - Destination: dc1-spine2 Loopback0 (IP: 10.255.0.2) | NOT RUN | - | +| 30 | dc1-leaf1a | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.0.3) - Destination: dc1-svc-leaf1a Loopback0 (IP: 10.33.0.5) | NOT RUN | - | +| 31 | dc1-leaf1a | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.0.3) - Destination: dc1-svc-leaf1b Loopback0 (IP: 10.33.0.6) | NOT RUN | - | +| 32 | dc1-leaf1a | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.0.3) - Destination: dc1-wan1 Loopback0 (IP: 10.255.2.1) | NOT RUN | - | +| 33 | dc1-leaf1a | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.0.3) - Destination: dc1-wan2 Loopback0 (IP: 10.255.2.2) | NOT RUN | - | +| 34 | dc1-leaf1a | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.0.3) - Destination: dc2-leaf1a Loopback0 (IP: 10.255.128.13) | NOT RUN | - | +| 35 | dc1-leaf1a | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.0.3) - Destination: dc2-leaf1b Loopback0 (IP: 10.255.128.14) | NOT RUN | - | +| 36 | dc1-leaf1a | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.0.3) - Destination: dc2-leaf2a Loopback0 (IP: 10.255.128.15) | NOT RUN | - | +| 37 | dc1-leaf1a | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.0.3) - Destination: dc2-leaf2b Loopback0 (IP: 10.255.128.16) | NOT RUN | - | +| 38 | dc1-leaf1a | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.0.3) - Destination: dc2-leaf3a.arista.com Loopback0 (IP: 10.255.128.17) | NOT RUN | - | +| 39 | dc1-leaf1a | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.0.3) - Destination: dc2-leaf3b.arista.com Loopback0 (IP: 10.255.128.18) | NOT RUN | - | +| 40 | dc1-leaf1a | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.0.3) - Destination: dc2-spine1 Loopback0 (IP: 10.255.128.11) | NOT RUN | - | +| 41 | dc1-leaf1a | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.0.3) - Destination: dc2-spine2 Loopback0 (IP: 10.255.128.12) | NOT RUN | - | +| 42 | dc1-leaf1a | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: P2P Interface Ethernet1 (IP: 10.255.255.1) - Destination: dc1-spine1 Ethernet1 (IP: 10.255.255.0) | NOT RUN | - | +| 43 | dc1-leaf1a | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: P2P Interface Ethernet2 (IP: 10.255.255.3) - Destination: dc1-spine2 Ethernet1 (IP: 10.255.255.2) | NOT RUN | - | +| 44 | dc1-leaf1a | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: P2P Interface Ethernet6 (IP: 10.255.255.0) - Destination: dc1-wan1 Ethernet1 (IP: 10.255.255.1) | NOT RUN | - | +| 45 | dc1-leaf1a | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: P2P Interface Ethernet7 (IP: 10.255.255.4) - Destination: dc1-wan2 Ethernet1 (IP: 10.255.255.5) | NOT RUN | - | | 46 | dc1-leaf1a | Field Notices | VerifyFieldNotice44Resolution | Verifies that the device is using the correct Aboot version per FN0044. | - | NOT RUN | - | | 47 | dc1-leaf1a | Field Notices | VerifyFieldNotice72Resolution | Verifies if the device is exposed to FN0072, and if the issue has been mitigated. | - | NOT RUN | - | -| 48 | dc1-leaf1a | Greent | VerifyGreenT | Verifies if a GreenT policy is created. | - | NOT RUN | - | +| 48 | dc1-leaf1a | Greent | VerifyGreenT | Verifies if a GreenT policy other than the default is created. | - | NOT RUN | - | | 49 | dc1-leaf1a | Greent | VerifyGreenTCounters | Verifies if the GreenT counters are incremented. | - | NOT RUN | - | | 50 | dc1-leaf1a | Hardware | VerifyAdverseDrops | Verifies there are no adverse drops on DCS-7280 and DCS-7500 family switches. | - | NOT RUN | - | | 51 | dc1-leaf1a | Hardware | VerifyEnvironmentCooling | Verifies the status of power supply fans and all fan trays. | - | NOT RUN | - | | 52 | dc1-leaf1a | Hardware | VerifyEnvironmentCooling | Verifies the status of power supply fans and all fan trays. | Accepted States: 'ok', 'Not Present' | NOT RUN | - | | 53 | dc1-leaf1a | Hardware | VerifyEnvironmentPower | Verifies the power supplies status. | - | NOT RUN | - | | 54 | dc1-leaf1a | Hardware | VerifyEnvironmentPower | Verifies the power supplies status. | Accepted States: 'ok', 'Not Present' | NOT RUN | - | -| 55 | dc1-leaf1a | Hardware | VerifyEnvironmentSystemCooling | Verifies the system cooling status. | - | NOT RUN | - | -| 56 | dc1-leaf1a | Hardware | VerifyTemperature | Verifies the device temperature. | - | NOT RUN | - | -| 57 | dc1-leaf1a | Hardware | VerifyTemperature | Verifies the device temperature. | - | NOT RUN | - | -| 58 | dc1-leaf1a | Hardware | VerifyTransceiversManufacturers | Verifies if all transceivers come from approved manufacturers. | - | NOT RUN | - | -| 59 | dc1-leaf1a | Hardware | VerifyTransceiversManufacturers | Verifies if all transceivers come from approved manufacturers. | Accepted Manufacturers: 'Arastra, Inc.', 'Arista Networks', 'Generic', 'Not Present' | NOT RUN | - | -| 60 | dc1-leaf1a | Hardware | VerifyTransceiversTemperature | Verifies the transceivers temperature. | - | NOT RUN | - | -| 61 | dc1-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet1 - P2P_dc1-spine1_Ethernet1 = 'up' | NOT RUN | - | -| 62 | dc1-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet2 - P2P_dc1-spine2_Ethernet1 = 'up' | NOT RUN | - | -| 63 | dc1-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet3 - MLAG_dc1-leaf1b_Ethernet3 = 'up' | NOT RUN | - | -| 64 | dc1-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet33 - WORKSTATION_dc1-leaf1-workstationNoLLDP_e1 = 'up' | NOT RUN | - | -| 65 | dc1-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet4 - MLAG_dc1-leaf1b_Ethernet4 = 'up' | NOT RUN | - | -| 66 | dc1-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet5 - SERVER_dc1-leaf1-server1_PCI1 = 'up' | NOT RUN | - | -| 67 | dc1-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet6 - P2P_dc1-wan1_Ethernet1 = 'up' | NOT RUN | - | -| 68 | dc1-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet7 - P2P_dc1-wan2_Ethernet1 = 'up' | NOT RUN | - | -| 69 | dc1-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet8 - L2_dc1-leaf1c_Ethernet1 = 'up' | NOT RUN | - | -| 70 | dc1-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Loopback0 - ROUTER_ID = 'up' | NOT RUN | - | -| 71 | dc1-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Loopback1 - VXLAN_TUNNEL_SOURCE = 'up' | NOT RUN | - | -| 72 | dc1-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Loopback10 - DIAG_VRF_VRF10 = 'up' | NOT RUN | - | -| 73 | dc1-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Loopback11 - DIAG_VRF_VRF11 = 'up' | NOT RUN | - | -| 74 | dc1-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Port-Channel3 - MLAG_dc1-leaf1b_Port-Channel3 = 'up' | NOT RUN | - | -| 75 | dc1-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Port-Channel5 - PortChannel dc1-leaf1-server1 = 'up' | NOT RUN | - | -| 76 | dc1-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Port-Channel8 - L2_dc1-leaf1c_Port-Channel1 = 'up' | NOT RUN | - | -| 77 | dc1-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Vlan11 - VRF10_VLAN11 = 'up' | NOT RUN | - | -| 78 | dc1-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Vlan12 - VRF10_VLAN12 = 'up' | NOT RUN | - | -| 79 | dc1-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Vlan21 - VRF11_VLAN21 = 'up' | NOT RUN | - | -| 80 | dc1-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Vlan22 - VRF11_VLAN22 = 'up' | NOT RUN | - | -| 81 | dc1-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Vlan3009 - MLAG_L3_VRF_VRF10 = 'up' | NOT RUN | - | -| 82 | dc1-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Vlan3010 - MLAG_L3_VRF_VRF11 = 'up' | NOT RUN | - | -| 83 | dc1-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Vlan4085 - Inband Management = 'up' | NOT RUN | - | -| 84 | dc1-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Vlan4093 - MLAG_L3 = 'up' | NOT RUN | - | -| 85 | dc1-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Vlan4094 - MLAG = 'up' | NOT RUN | - | -| 86 | dc1-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Vxlan1 = 'up' | NOT RUN | - | +| 55 | dc1-leaf1a | Hardware | VerifyEnvironmentSystemCooling | Verifies the device's system cooling status. | - | NOT RUN | - | +| 56 | dc1-leaf1a | Hardware | VerifyTemperature | Verifies if the device temperature is within acceptable limits. | - | NOT RUN | - | +| 57 | dc1-leaf1a | Hardware | VerifyTemperature | Verifies if the device temperature is within acceptable limits. | - | NOT RUN | - | +| 58 | dc1-leaf1a | Hardware | VerifyTransceiversManufacturers | Verifies if all the transceivers come from approved manufacturers. | - | NOT RUN | - | +| 59 | dc1-leaf1a | Hardware | VerifyTransceiversManufacturers | Verifies if all the transceivers come from approved manufacturers. | Accepted Manufacturers: 'Arastra, Inc.', 'Arista Networks', 'Generic', 'Not Present' | NOT RUN | - | +| 60 | dc1-leaf1a | Hardware | VerifyTransceiversTemperature | Verifies if all the transceivers are operating at an acceptable temperature. | - | NOT RUN | - | +| 61 | dc1-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Ethernet1 - P2P_dc1-spine1_Ethernet1 = 'up' | NOT RUN | - | +| 62 | dc1-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Ethernet2 - P2P_dc1-spine2_Ethernet1 = 'up' | NOT RUN | - | +| 63 | dc1-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Ethernet3 - MLAG_dc1-leaf1b_Ethernet3 = 'up' | NOT RUN | - | +| 64 | dc1-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Ethernet33 - WORKSTATION_dc1-leaf1-workstationNoLLDP_e1 = 'up' | NOT RUN | - | +| 65 | dc1-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Ethernet4 - MLAG_dc1-leaf1b_Ethernet4 = 'up' | NOT RUN | - | +| 66 | dc1-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Ethernet5 - SERVER_dc1-leaf1-server1_PCI1 = 'up' | NOT RUN | - | +| 67 | dc1-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Ethernet6 - P2P_dc1-wan1_Ethernet1 = 'up' | NOT RUN | - | +| 68 | dc1-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Ethernet7 - P2P_dc1-wan2_Ethernet1 = 'up' | NOT RUN | - | +| 69 | dc1-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Ethernet8 - L2_dc1-leaf1c_Ethernet1 = 'up' | NOT RUN | - | +| 70 | dc1-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Loopback0 - ROUTER_ID = 'up' | NOT RUN | - | +| 71 | dc1-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Loopback1 - VXLAN_TUNNEL_SOURCE = 'up' | NOT RUN | - | +| 72 | dc1-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Loopback10 - DIAG_VRF_VRF10 = 'up' | NOT RUN | - | +| 73 | dc1-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Loopback11 - DIAG_VRF_VRF11 = 'up' | NOT RUN | - | +| 74 | dc1-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Port-Channel3 - MLAG_dc1-leaf1b_Port-Channel3 = 'up' | NOT RUN | - | +| 75 | dc1-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Port-Channel5 - PortChannel dc1-leaf1-server1 = 'up' | NOT RUN | - | +| 76 | dc1-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Port-Channel8 - L2_dc1-leaf1c_Port-Channel1 = 'up' | NOT RUN | - | +| 77 | dc1-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Vlan11 - VRF10_VLAN11 = 'up' | NOT RUN | - | +| 78 | dc1-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Vlan12 - VRF10_VLAN12 = 'up' | NOT RUN | - | +| 79 | dc1-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Vlan21 - VRF11_VLAN21 = 'up' | NOT RUN | - | +| 80 | dc1-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Vlan22 - VRF11_VLAN22 = 'up' | NOT RUN | - | +| 81 | dc1-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Vlan3009 - MLAG_L3_VRF_VRF10 = 'up' | NOT RUN | - | +| 82 | dc1-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Vlan3010 - MLAG_L3_VRF_VRF11 = 'up' | NOT RUN | - | +| 83 | dc1-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Vlan4085 - Inband Management = 'up' | NOT RUN | - | +| 84 | dc1-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Vlan4093 - MLAG_L3 = 'up' | NOT RUN | - | +| 85 | dc1-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Vlan4094 - MLAG = 'up' | NOT RUN | - | +| 86 | dc1-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Vxlan1 = 'up' | NOT RUN | - | | 87 | dc1-leaf1a | LANZ | VerifyLANZ | Verifies if LANZ is enabled. | - | NOT RUN | - | | 88 | dc1-leaf1a | MLAG | VerifyMlagStatus | Verifies the health status of the MLAG configuration. | - | NOT RUN | - | | 89 | dc1-leaf1a | Profiles | VerifyTcamProfile | Verifies the device TCAM profile. | - | NOT RUN | - | @@ -211,13 +211,13 @@ | 127 | dc1-leaf1a | Security | VerifyBannerMotd | Verifies the motd banner of a device. | - | NOT RUN | - | | 128 | dc1-leaf1a | Security | VerifyIPSecConnHealth | Verifies all IPv4 security connections. | - | NOT RUN | - | | 129 | dc1-leaf1a | Security | VerifyIPv4ACL | Verifies the configuration of IPv4 ACLs. | - | NOT RUN | - | -| 130 | dc1-leaf1a | Security | VerifySpecificIPSecConn | Verifies IPv4 security connections for a peer. | - | NOT RUN | - | +| 130 | dc1-leaf1a | Security | VerifySpecificIPSecConn | Verifies the IPv4 security connections. | - | NOT RUN | - | | 131 | dc1-leaf1a | Security | VerifySSHIPv4Acl | Verifies if the SSHD agent has IPv4 ACL(s) configured. | - | NOT RUN | - | | 132 | dc1-leaf1a | Security | VerifySSHIPv6Acl | Verifies if the SSHD agent has IPv6 ACL(s) configured. | - | NOT RUN | - | | 133 | dc1-leaf1a | Security | VerifySSHStatus | Verifies if the SSHD agent is disabled in the default VRF. | - | NOT RUN | - | | 134 | dc1-leaf1a | Security | VerifyTelnetStatus | Verifies if Telnet is disabled in the default VRF. | - | NOT RUN | - | | 135 | dc1-leaf1a | Services | VerifyDNSLookup | Verifies the DNS name to IP address resolution. | - | NOT RUN | - | -| 136 | dc1-leaf1a | Services | VerifyDNSServers | Verifies if the DNS servers are correctly configured. | - | NOT RUN | - | +| 136 | dc1-leaf1a | Services | VerifyDNSServers | Verifies if the DNS (Domain Name Service) servers are correctly configured. | - | NOT RUN | - | | 137 | dc1-leaf1a | Services | VerifyErrdisableRecovery | Verifies the errdisable recovery reason, status, and interval. | - | NOT RUN | - | | 138 | dc1-leaf1a | Services | VerifyHostname | Verifies the hostname of a device. | - | NOT RUN | - | | 139 | dc1-leaf1a | SNMP | VerifySnmpIPv4Acl | Verifies if the SNMP agent has IPv4 ACL(s) configured. | - | NOT RUN | - | @@ -226,7 +226,7 @@ | 142 | dc1-leaf1a | Software | VerifyEOSExtensions | Verifies that all EOS extensions installed on the device are enabled for boot persistence. | - | NOT RUN | - | | 143 | dc1-leaf1a | Software | VerifyEOSVersion | Verifies the EOS version of the device. | - | NOT RUN | - | | 144 | dc1-leaf1a | Software | VerifyTerminAttrVersion | Verifies the TerminAttr version of the device. | - | NOT RUN | - | -| 145 | dc1-leaf1a | STUN | VerifyStunClient | Verifies the STUN client is configured with the specified IPv4 source address and port. Validate the public IP and port if provided. | - | NOT RUN | - | +| 145 | dc1-leaf1a | STUN | VerifyStunClient | (Deprecated) Verifies the translation for a source address on a STUN client. | - | NOT RUN | - | | 146 | dc1-leaf1a | System | VerifyAgentLogs | Verifies there are no agent crash reports. | - | NOT RUN | - | | 147 | dc1-leaf1a | System | VerifyCoredump | Verifies there are no core dump files. | - | NOT RUN | - | | 148 | dc1-leaf1a | System | VerifyCPUUtilization | Verifies whether the CPU utilization is below 75%. | - | NOT RUN | - | @@ -242,7 +242,7 @@ | 158 | dc1-leaf1a | VXLAN | VerifyVxlan1Interface | Verifies the Vxlan1 interface status. | - | NOT RUN | - | | 159 | dc1-leaf1a | VXLAN | VerifyVxlanConfigSanity | Verifies there are no VXLAN config-sanity inconsistencies. | - | NOT RUN | - | | 160 | dc1-leaf1a | VXLAN | VerifyVxlanVniBinding | Verifies the VNI-VLAN bindings of the Vxlan1 interface. | - | NOT RUN | - | -| 161 | dc1-leaf1a | VXLAN | VerifyVxlanVtep | Verifies the VTEP peers of the Vxlan1 interface | - | NOT RUN | - | +| 161 | dc1-leaf1a | VXLAN | VerifyVxlanVtep | Verifies the VTEP peers of the Vxlan1 interface. | - | NOT RUN | - | | 162 | dc1-leaf1b | AAA | VerifyAcctConsoleMethods | Verifies the AAA accounting console method lists for different accounting types (system, exec, commands, dot1x). | - | NOT RUN | - | | 163 | dc1-leaf1b | AAA | VerifyAcctDefaultMethods | Verifies the AAA accounting default method lists for different accounting types (system, exec, commands, dot1x). | - | NOT RUN | - | | 164 | dc1-leaf1b | AAA | VerifyAuthenMethods | Verifies the AAA authentication method lists for different authentication types (login, enable, dot1x). | - | NOT RUN | - | @@ -250,83 +250,83 @@ | 166 | dc1-leaf1b | AAA | VerifyTacacsServerGroups | Verifies if the provided TACACS server group(s) are configured. | - | NOT RUN | - | | 167 | dc1-leaf1b | AAA | VerifyTacacsServers | Verifies TACACS servers are configured for a specified VRF. | - | NOT RUN | - | | 168 | dc1-leaf1b | AAA | VerifyTacacsSourceIntf | Verifies TACACS source-interface for a specified VRF. | - | NOT RUN | - | -| 169 | dc1-leaf1b | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s). | BGP EVPN Peer: dc1-spine1 (IP: 10.255.0.1) | NOT RUN | - | -| 170 | dc1-leaf1b | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s). | BGP EVPN Peer: dc1-spine2 (IP: 10.255.0.2) | NOT RUN | - | -| 171 | dc1-leaf1b | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s). | BGP IPv4 Unicast Peer: dc1-leaf1a (IP: 10.255.1.96) | NOT RUN | - | -| 172 | dc1-leaf1b | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s). | BGP IPv4 Unicast Peer: dc1-spine1 (IP: 10.255.255.4) | NOT RUN | - | -| 173 | dc1-leaf1b | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s). | BGP IPv4 Unicast Peer: dc1-spine2 (IP: 10.255.255.6) | NOT RUN | - | -| 174 | dc1-leaf1b | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s). | BGP IPv4 Unicast Peer: dc1-wan1 (IP: 10.255.255.3) | NOT RUN | - | -| 175 | dc1-leaf1b | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s). | BGP IPv4 Unicast Peer: dc1-wan2 (IP: 10.255.255.7) | NOT RUN | - | -| 176 | dc1-leaf1b | Configuration | VerifyRunningConfigDiffs | Verifies there is no difference between the running-config and the startup-config | - | NOT RUN | - | -| 177 | dc1-leaf1b | Configuration | VerifyZeroTouch | Verifies ZeroTouch is disabled | - | NOT RUN | - | -| 178 | dc1-leaf1b | Connectivity | VerifyLLDPNeighbors | Verifies that the provided LLDP neighbors are connected properly. | Local: Ethernet1 - Remote: dc1-spine1 Ethernet2 | NOT RUN | - | -| 179 | dc1-leaf1b | Connectivity | VerifyLLDPNeighbors | Verifies that the provided LLDP neighbors are connected properly. | Local: Ethernet2 - Remote: dc1-spine2 Ethernet2 | NOT RUN | - | -| 180 | dc1-leaf1b | Connectivity | VerifyLLDPNeighbors | Verifies that the provided LLDP neighbors are connected properly. | Local: Ethernet3 - Remote: dc1-leaf1a Ethernet3 | NOT RUN | - | -| 181 | dc1-leaf1b | Connectivity | VerifyLLDPNeighbors | Verifies that the provided LLDP neighbors are connected properly. | Local: Ethernet4 - Remote: dc1-leaf1a Ethernet4 | NOT RUN | - | -| 182 | dc1-leaf1b | Connectivity | VerifyLLDPNeighbors | Verifies that the provided LLDP neighbors are connected properly. | Local: Ethernet6 - Remote: dc1-wan1 Ethernet2 | NOT RUN | - | -| 183 | dc1-leaf1b | Connectivity | VerifyLLDPNeighbors | Verifies that the provided LLDP neighbors are connected properly. | Local: Ethernet7 - Remote: dc1-wan2 Ethernet2 | NOT RUN | - | -| 184 | dc1-leaf1b | Connectivity | VerifyLLDPNeighbors | Verifies that the provided LLDP neighbors are connected properly. | Local: Ethernet8 - Remote: dc1-leaf1c Ethernet2 | NOT RUN | - | -| 185 | dc1-leaf1b | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.0.4) - Destination: dc1-leaf1a Loopback0 (IP: 10.255.0.3) | NOT RUN | - | -| 186 | dc1-leaf1b | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.0.4) - Destination: dc1-leaf1b Loopback0 (IP: 10.255.0.4) | NOT RUN | - | -| 187 | dc1-leaf1b | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.0.4) - Destination: dc1-leaf2a Loopback0 (IP: 10.255.0.5) | NOT RUN | - | -| 188 | dc1-leaf1b | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.0.4) - Destination: dc1-spine1 Loopback0 (IP: 10.255.0.1) | NOT RUN | - | -| 189 | dc1-leaf1b | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.0.4) - Destination: dc1-spine2 Loopback0 (IP: 10.255.0.2) | NOT RUN | - | -| 190 | dc1-leaf1b | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.0.4) - Destination: dc1-svc-leaf1a Loopback0 (IP: 10.33.0.5) | NOT RUN | - | -| 191 | dc1-leaf1b | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.0.4) - Destination: dc1-svc-leaf1b Loopback0 (IP: 10.33.0.6) | NOT RUN | - | -| 192 | dc1-leaf1b | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.0.4) - Destination: dc1-wan1 Loopback0 (IP: 10.255.2.1) | NOT RUN | - | -| 193 | dc1-leaf1b | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.0.4) - Destination: dc1-wan2 Loopback0 (IP: 10.255.2.2) | NOT RUN | - | -| 194 | dc1-leaf1b | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.0.4) - Destination: dc2-leaf1a Loopback0 (IP: 10.255.128.13) | NOT RUN | - | -| 195 | dc1-leaf1b | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.0.4) - Destination: dc2-leaf1b Loopback0 (IP: 10.255.128.14) | NOT RUN | - | -| 196 | dc1-leaf1b | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.0.4) - Destination: dc2-leaf2a Loopback0 (IP: 10.255.128.15) | NOT RUN | - | -| 197 | dc1-leaf1b | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.0.4) - Destination: dc2-leaf2b Loopback0 (IP: 10.255.128.16) | NOT RUN | - | -| 198 | dc1-leaf1b | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.0.4) - Destination: dc2-leaf3a.arista.com Loopback0 (IP: 10.255.128.17) | NOT RUN | - | -| 199 | dc1-leaf1b | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.0.4) - Destination: dc2-leaf3b.arista.com Loopback0 (IP: 10.255.128.18) | NOT RUN | - | -| 200 | dc1-leaf1b | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.0.4) - Destination: dc2-spine1 Loopback0 (IP: 10.255.128.11) | NOT RUN | - | -| 201 | dc1-leaf1b | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.0.4) - Destination: dc2-spine2 Loopback0 (IP: 10.255.128.12) | NOT RUN | - | -| 202 | dc1-leaf1b | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: P2P Interface Ethernet1 (IP: 10.255.255.5) - Destination: dc1-spine1 Ethernet2 (IP: 10.255.255.4) | NOT RUN | - | -| 203 | dc1-leaf1b | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: P2P Interface Ethernet2 (IP: 10.255.255.7) - Destination: dc1-spine2 Ethernet2 (IP: 10.255.255.6) | NOT RUN | - | -| 204 | dc1-leaf1b | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: P2P Interface Ethernet6 (IP: 10.255.255.2) - Destination: dc1-wan1 Ethernet2 (IP: 10.255.255.3) | NOT RUN | - | -| 205 | dc1-leaf1b | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: P2P Interface Ethernet7 (IP: 10.255.255.6) - Destination: dc1-wan2 Ethernet2 (IP: 10.255.255.7) | NOT RUN | - | +| 169 | dc1-leaf1b | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s) for given address families. | BGP EVPN Peer: dc1-spine1 (IP: 10.255.0.1) | NOT RUN | - | +| 170 | dc1-leaf1b | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s) for given address families. | BGP EVPN Peer: dc1-spine2 (IP: 10.255.0.2) | NOT RUN | - | +| 171 | dc1-leaf1b | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s) for given address families. | BGP IPv4 Unicast Peer: dc1-leaf1a (IP: 10.255.1.96) | NOT RUN | - | +| 172 | dc1-leaf1b | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s) for given address families. | BGP IPv4 Unicast Peer: dc1-spine1 (IP: 10.255.255.4) | NOT RUN | - | +| 173 | dc1-leaf1b | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s) for given address families. | BGP IPv4 Unicast Peer: dc1-spine2 (IP: 10.255.255.6) | NOT RUN | - | +| 174 | dc1-leaf1b | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s) for given address families. | BGP IPv4 Unicast Peer: dc1-wan1 (IP: 10.255.255.3) | NOT RUN | - | +| 175 | dc1-leaf1b | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s) for given address families. | BGP IPv4 Unicast Peer: dc1-wan2 (IP: 10.255.255.7) | NOT RUN | - | +| 176 | dc1-leaf1b | Configuration | VerifyRunningConfigDiffs | Verifies there is no difference between the running-config and the startup-config. | - | NOT RUN | - | +| 177 | dc1-leaf1b | Configuration | VerifyZeroTouch | Verifies ZeroTouch is disabled. | - | NOT RUN | - | +| 178 | dc1-leaf1b | Connectivity | VerifyLLDPNeighbors | Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors. | Local: Ethernet1 - Remote: dc1-spine1 Ethernet2 | NOT RUN | - | +| 179 | dc1-leaf1b | Connectivity | VerifyLLDPNeighbors | Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors. | Local: Ethernet2 - Remote: dc1-spine2 Ethernet2 | NOT RUN | - | +| 180 | dc1-leaf1b | Connectivity | VerifyLLDPNeighbors | Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors. | Local: Ethernet3 - Remote: dc1-leaf1a Ethernet3 | NOT RUN | - | +| 181 | dc1-leaf1b | Connectivity | VerifyLLDPNeighbors | Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors. | Local: Ethernet4 - Remote: dc1-leaf1a Ethernet4 | NOT RUN | - | +| 182 | dc1-leaf1b | Connectivity | VerifyLLDPNeighbors | Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors. | Local: Ethernet6 - Remote: dc1-wan1 Ethernet2 | NOT RUN | - | +| 183 | dc1-leaf1b | Connectivity | VerifyLLDPNeighbors | Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors. | Local: Ethernet7 - Remote: dc1-wan2 Ethernet2 | NOT RUN | - | +| 184 | dc1-leaf1b | Connectivity | VerifyLLDPNeighbors | Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors. | Local: Ethernet8 - Remote: dc1-leaf1c Ethernet2 | NOT RUN | - | +| 185 | dc1-leaf1b | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.0.4) - Destination: dc1-leaf1a Loopback0 (IP: 10.255.0.3) | NOT RUN | - | +| 186 | dc1-leaf1b | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.0.4) - Destination: dc1-leaf1b Loopback0 (IP: 10.255.0.4) | NOT RUN | - | +| 187 | dc1-leaf1b | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.0.4) - Destination: dc1-leaf2a Loopback0 (IP: 10.255.0.5) | NOT RUN | - | +| 188 | dc1-leaf1b | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.0.4) - Destination: dc1-spine1 Loopback0 (IP: 10.255.0.1) | NOT RUN | - | +| 189 | dc1-leaf1b | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.0.4) - Destination: dc1-spine2 Loopback0 (IP: 10.255.0.2) | NOT RUN | - | +| 190 | dc1-leaf1b | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.0.4) - Destination: dc1-svc-leaf1a Loopback0 (IP: 10.33.0.5) | NOT RUN | - | +| 191 | dc1-leaf1b | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.0.4) - Destination: dc1-svc-leaf1b Loopback0 (IP: 10.33.0.6) | NOT RUN | - | +| 192 | dc1-leaf1b | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.0.4) - Destination: dc1-wan1 Loopback0 (IP: 10.255.2.1) | NOT RUN | - | +| 193 | dc1-leaf1b | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.0.4) - Destination: dc1-wan2 Loopback0 (IP: 10.255.2.2) | NOT RUN | - | +| 194 | dc1-leaf1b | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.0.4) - Destination: dc2-leaf1a Loopback0 (IP: 10.255.128.13) | NOT RUN | - | +| 195 | dc1-leaf1b | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.0.4) - Destination: dc2-leaf1b Loopback0 (IP: 10.255.128.14) | NOT RUN | - | +| 196 | dc1-leaf1b | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.0.4) - Destination: dc2-leaf2a Loopback0 (IP: 10.255.128.15) | NOT RUN | - | +| 197 | dc1-leaf1b | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.0.4) - Destination: dc2-leaf2b Loopback0 (IP: 10.255.128.16) | NOT RUN | - | +| 198 | dc1-leaf1b | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.0.4) - Destination: dc2-leaf3a.arista.com Loopback0 (IP: 10.255.128.17) | NOT RUN | - | +| 199 | dc1-leaf1b | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.0.4) - Destination: dc2-leaf3b.arista.com Loopback0 (IP: 10.255.128.18) | NOT RUN | - | +| 200 | dc1-leaf1b | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.0.4) - Destination: dc2-spine1 Loopback0 (IP: 10.255.128.11) | NOT RUN | - | +| 201 | dc1-leaf1b | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.0.4) - Destination: dc2-spine2 Loopback0 (IP: 10.255.128.12) | NOT RUN | - | +| 202 | dc1-leaf1b | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: P2P Interface Ethernet1 (IP: 10.255.255.5) - Destination: dc1-spine1 Ethernet2 (IP: 10.255.255.4) | NOT RUN | - | +| 203 | dc1-leaf1b | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: P2P Interface Ethernet2 (IP: 10.255.255.7) - Destination: dc1-spine2 Ethernet2 (IP: 10.255.255.6) | NOT RUN | - | +| 204 | dc1-leaf1b | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: P2P Interface Ethernet6 (IP: 10.255.255.2) - Destination: dc1-wan1 Ethernet2 (IP: 10.255.255.3) | NOT RUN | - | +| 205 | dc1-leaf1b | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: P2P Interface Ethernet7 (IP: 10.255.255.6) - Destination: dc1-wan2 Ethernet2 (IP: 10.255.255.7) | NOT RUN | - | | 206 | dc1-leaf1b | Field Notices | VerifyFieldNotice44Resolution | Verifies that the device is using the correct Aboot version per FN0044. | - | NOT RUN | - | | 207 | dc1-leaf1b | Field Notices | VerifyFieldNotice72Resolution | Verifies if the device is exposed to FN0072, and if the issue has been mitigated. | - | NOT RUN | - | -| 208 | dc1-leaf1b | Greent | VerifyGreenT | Verifies if a GreenT policy is created. | - | NOT RUN | - | +| 208 | dc1-leaf1b | Greent | VerifyGreenT | Verifies if a GreenT policy other than the default is created. | - | NOT RUN | - | | 209 | dc1-leaf1b | Greent | VerifyGreenTCounters | Verifies if the GreenT counters are incremented. | - | NOT RUN | - | | 210 | dc1-leaf1b | Hardware | VerifyAdverseDrops | Verifies there are no adverse drops on DCS-7280 and DCS-7500 family switches. | - | NOT RUN | - | | 211 | dc1-leaf1b | Hardware | VerifyEnvironmentCooling | Verifies the status of power supply fans and all fan trays. | - | NOT RUN | - | | 212 | dc1-leaf1b | Hardware | VerifyEnvironmentCooling | Verifies the status of power supply fans and all fan trays. | Accepted States: 'ok' | NOT RUN | - | | 213 | dc1-leaf1b | Hardware | VerifyEnvironmentPower | Verifies the power supplies status. | - | NOT RUN | - | | 214 | dc1-leaf1b | Hardware | VerifyEnvironmentPower | Verifies the power supplies status. | Accepted States: 'ok' | NOT RUN | - | -| 215 | dc1-leaf1b | Hardware | VerifyEnvironmentSystemCooling | Verifies the system cooling status. | - | NOT RUN | - | -| 216 | dc1-leaf1b | Hardware | VerifyTemperature | Verifies the device temperature. | - | NOT RUN | - | -| 217 | dc1-leaf1b | Hardware | VerifyTemperature | Verifies the device temperature. | - | NOT RUN | - | -| 218 | dc1-leaf1b | Hardware | VerifyTransceiversManufacturers | Verifies if all transceivers come from approved manufacturers. | - | NOT RUN | - | -| 219 | dc1-leaf1b | Hardware | VerifyTransceiversManufacturers | Verifies if all transceivers come from approved manufacturers. | Accepted Manufacturers: 'Arista Networks', 'Arastra, Inc.', 'Not Present' | NOT RUN | - | -| 220 | dc1-leaf1b | Hardware | VerifyTransceiversTemperature | Verifies the transceivers temperature. | - | NOT RUN | - | -| 221 | dc1-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet1 - P2P_dc1-spine1_Ethernet2 = 'up' | NOT RUN | - | -| 222 | dc1-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet2 - P2P_dc1-spine2_Ethernet2 = 'up' | NOT RUN | - | -| 223 | dc1-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet3 - MLAG_dc1-leaf1a_Ethernet3 = 'up' | NOT RUN | - | -| 224 | dc1-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet4 - MLAG_dc1-leaf1a_Ethernet4 = 'up' | NOT RUN | - | -| 225 | dc1-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet5 - SERVER_dc1-leaf1-server1_PCI2 = 'up' | NOT RUN | - | -| 226 | dc1-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet6 - P2P_dc1-wan1_Ethernet2 = 'up' | NOT RUN | - | -| 227 | dc1-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet7 - P2P_dc1-wan2_Ethernet2 = 'up' | NOT RUN | - | -| 228 | dc1-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet8 - L2_dc1-leaf1c_Ethernet2 = 'up' | NOT RUN | - | -| 229 | dc1-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Loopback0 - ROUTER_ID = 'up' | NOT RUN | - | -| 230 | dc1-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Loopback1 - VXLAN_TUNNEL_SOURCE = 'up' | NOT RUN | - | -| 231 | dc1-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Loopback10 - DIAG_VRF_VRF10 = 'up' | NOT RUN | - | -| 232 | dc1-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Loopback11 - DIAG_VRF_VRF11 = 'up' | NOT RUN | - | -| 233 | dc1-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Port-Channel3 - MLAG_dc1-leaf1a_Port-Channel3 = 'up' | NOT RUN | - | -| 234 | dc1-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Port-Channel5 - PortChannel dc1-leaf1-server1 = 'up' | NOT RUN | - | -| 235 | dc1-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Port-Channel8 - L2_dc1-leaf1c_Port-Channel1 = 'up' | NOT RUN | - | -| 236 | dc1-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Vlan11 - VRF10_VLAN11 = 'up' | NOT RUN | - | -| 237 | dc1-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Vlan12 - VRF10_VLAN12 = 'up' | NOT RUN | - | -| 238 | dc1-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Vlan21 - VRF11_VLAN21 = 'up' | NOT RUN | - | -| 239 | dc1-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Vlan22 - VRF11_VLAN22 = 'up' | NOT RUN | - | -| 240 | dc1-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Vlan3009 - MLAG_L3_VRF_VRF10 = 'up' | NOT RUN | - | -| 241 | dc1-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Vlan3010 - MLAG_L3_VRF_VRF11 = 'up' | NOT RUN | - | -| 242 | dc1-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Vlan4085 - Inband Management = 'up' | NOT RUN | - | -| 243 | dc1-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Vlan4093 - MLAG_L3 = 'up' | NOT RUN | - | -| 244 | dc1-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Vlan4094 - MLAG = 'up' | NOT RUN | - | -| 245 | dc1-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Vxlan1 = 'up' | NOT RUN | - | +| 215 | dc1-leaf1b | Hardware | VerifyEnvironmentSystemCooling | Verifies the device's system cooling status. | - | NOT RUN | - | +| 216 | dc1-leaf1b | Hardware | VerifyTemperature | Verifies if the device temperature is within acceptable limits. | - | NOT RUN | - | +| 217 | dc1-leaf1b | Hardware | VerifyTemperature | Verifies if the device temperature is within acceptable limits. | - | NOT RUN | - | +| 218 | dc1-leaf1b | Hardware | VerifyTransceiversManufacturers | Verifies if all the transceivers come from approved manufacturers. | - | NOT RUN | - | +| 219 | dc1-leaf1b | Hardware | VerifyTransceiversManufacturers | Verifies if all the transceivers come from approved manufacturers. | Accepted Manufacturers: 'Arista Networks', 'Arastra, Inc.', 'Not Present' | NOT RUN | - | +| 220 | dc1-leaf1b | Hardware | VerifyTransceiversTemperature | Verifies if all the transceivers are operating at an acceptable temperature. | - | NOT RUN | - | +| 221 | dc1-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Ethernet1 - P2P_dc1-spine1_Ethernet2 = 'up' | NOT RUN | - | +| 222 | dc1-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Ethernet2 - P2P_dc1-spine2_Ethernet2 = 'up' | NOT RUN | - | +| 223 | dc1-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Ethernet3 - MLAG_dc1-leaf1a_Ethernet3 = 'up' | NOT RUN | - | +| 224 | dc1-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Ethernet4 - MLAG_dc1-leaf1a_Ethernet4 = 'up' | NOT RUN | - | +| 225 | dc1-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Ethernet5 - SERVER_dc1-leaf1-server1_PCI2 = 'up' | NOT RUN | - | +| 226 | dc1-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Ethernet6 - P2P_dc1-wan1_Ethernet2 = 'up' | NOT RUN | - | +| 227 | dc1-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Ethernet7 - P2P_dc1-wan2_Ethernet2 = 'up' | NOT RUN | - | +| 228 | dc1-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Ethernet8 - L2_dc1-leaf1c_Ethernet2 = 'up' | NOT RUN | - | +| 229 | dc1-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Loopback0 - ROUTER_ID = 'up' | NOT RUN | - | +| 230 | dc1-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Loopback1 - VXLAN_TUNNEL_SOURCE = 'up' | NOT RUN | - | +| 231 | dc1-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Loopback10 - DIAG_VRF_VRF10 = 'up' | NOT RUN | - | +| 232 | dc1-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Loopback11 - DIAG_VRF_VRF11 = 'up' | NOT RUN | - | +| 233 | dc1-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Port-Channel3 - MLAG_dc1-leaf1a_Port-Channel3 = 'up' | NOT RUN | - | +| 234 | dc1-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Port-Channel5 - PortChannel dc1-leaf1-server1 = 'up' | NOT RUN | - | +| 235 | dc1-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Port-Channel8 - L2_dc1-leaf1c_Port-Channel1 = 'up' | NOT RUN | - | +| 236 | dc1-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Vlan11 - VRF10_VLAN11 = 'up' | NOT RUN | - | +| 237 | dc1-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Vlan12 - VRF10_VLAN12 = 'up' | NOT RUN | - | +| 238 | dc1-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Vlan21 - VRF11_VLAN21 = 'up' | NOT RUN | - | +| 239 | dc1-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Vlan22 - VRF11_VLAN22 = 'up' | NOT RUN | - | +| 240 | dc1-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Vlan3009 - MLAG_L3_VRF_VRF10 = 'up' | NOT RUN | - | +| 241 | dc1-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Vlan3010 - MLAG_L3_VRF_VRF11 = 'up' | NOT RUN | - | +| 242 | dc1-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Vlan4085 - Inband Management = 'up' | NOT RUN | - | +| 243 | dc1-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Vlan4093 - MLAG_L3 = 'up' | NOT RUN | - | +| 244 | dc1-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Vlan4094 - MLAG = 'up' | NOT RUN | - | +| 245 | dc1-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Vxlan1 = 'up' | NOT RUN | - | | 246 | dc1-leaf1b | LANZ | VerifyLANZ | Verifies if LANZ is enabled. | - | NOT RUN | - | | 247 | dc1-leaf1b | MLAG | VerifyMlagStatus | Verifies the health status of the MLAG configuration. | - | NOT RUN | - | | 248 | dc1-leaf1b | PTP | VerifyPtpGMStatus | Verifies that the device is locked to a valid PTP Grandmaster. | - | NOT RUN | - | @@ -368,13 +368,13 @@ | 284 | dc1-leaf1b | Security | VerifyBannerMotd | Verifies the motd banner of a device. | - | NOT RUN | - | | 285 | dc1-leaf1b | Security | VerifyIPSecConnHealth | Verifies all IPv4 security connections. | - | NOT RUN | - | | 286 | dc1-leaf1b | Security | VerifyIPv4ACL | Verifies the configuration of IPv4 ACLs. | - | NOT RUN | - | -| 287 | dc1-leaf1b | Security | VerifySpecificIPSecConn | Verifies IPv4 security connections for a peer. | - | NOT RUN | - | +| 287 | dc1-leaf1b | Security | VerifySpecificIPSecConn | Verifies the IPv4 security connections. | - | NOT RUN | - | | 288 | dc1-leaf1b | Security | VerifySSHIPv4Acl | Verifies if the SSHD agent has IPv4 ACL(s) configured. | - | NOT RUN | - | | 289 | dc1-leaf1b | Security | VerifySSHIPv6Acl | Verifies if the SSHD agent has IPv6 ACL(s) configured. | - | NOT RUN | - | | 290 | dc1-leaf1b | Security | VerifySSHStatus | Verifies if the SSHD agent is disabled in the default VRF. | - | NOT RUN | - | | 291 | dc1-leaf1b | Security | VerifyTelnetStatus | Verifies if Telnet is disabled in the default VRF. | - | NOT RUN | - | | 292 | dc1-leaf1b | Services | VerifyDNSLookup | Verifies the DNS name to IP address resolution. | - | NOT RUN | - | -| 293 | dc1-leaf1b | Services | VerifyDNSServers | Verifies if the DNS servers are correctly configured. | - | NOT RUN | - | +| 293 | dc1-leaf1b | Services | VerifyDNSServers | Verifies if the DNS (Domain Name Service) servers are correctly configured. | - | NOT RUN | - | | 294 | dc1-leaf1b | Services | VerifyErrdisableRecovery | Verifies the errdisable recovery reason, status, and interval. | - | NOT RUN | - | | 295 | dc1-leaf1b | Services | VerifyHostname | Verifies the hostname of a device. | - | NOT RUN | - | | 296 | dc1-leaf1b | SNMP | VerifySnmpIPv4Acl | Verifies if the SNMP agent has IPv4 ACL(s) configured. | - | NOT RUN | - | @@ -382,7 +382,7 @@ | 298 | dc1-leaf1b | SNMP | VerifySnmpStatus | Verifies if the SNMP agent is enabled. | - | NOT RUN | - | | 299 | dc1-leaf1b | Software | VerifyEOSVersion | Verifies the EOS version of the device. | - | NOT RUN | - | | 300 | dc1-leaf1b | Software | VerifyTerminAttrVersion | Verifies the TerminAttr version of the device. | - | NOT RUN | - | -| 301 | dc1-leaf1b | STUN | VerifyStunClient | Verifies the STUN client is configured with the specified IPv4 source address and port. Validate the public IP and port if provided. | - | NOT RUN | - | +| 301 | dc1-leaf1b | STUN | VerifyStunClient | (Deprecated) Verifies the translation for a source address on a STUN client. | - | NOT RUN | - | | 302 | dc1-leaf1b | System | VerifyAgentLogs | Verifies there are no agent crash reports. | - | NOT RUN | - | | 303 | dc1-leaf1b | System | VerifyCoredump | Verifies there are no core dump files. | - | NOT RUN | - | | 304 | dc1-leaf1b | System | VerifyCPUUtilization | Verifies whether the CPU utilization is below 75%. | - | NOT RUN | - | @@ -401,47 +401,47 @@ | 317 | dc1-leaf1c | AAA | VerifyTacacsServerGroups | Verifies if the provided TACACS server group(s) are configured. | - | NOT RUN | - | | 318 | dc1-leaf1c | AAA | VerifyTacacsServers | Verifies TACACS servers are configured for a specified VRF. | - | NOT RUN | - | | 319 | dc1-leaf1c | AAA | VerifyTacacsSourceIntf | Verifies TACACS source-interface for a specified VRF. | - | NOT RUN | - | -| 320 | dc1-leaf1c | Configuration | VerifyRunningConfigDiffs | Verifies there is no difference between the running-config and the startup-config | - | NOT RUN | - | -| 321 | dc1-leaf1c | Configuration | VerifyZeroTouch | Verifies ZeroTouch is disabled | - | NOT RUN | - | -| 322 | dc1-leaf1c | Connectivity | VerifyLLDPNeighbors | Verifies that the provided LLDP neighbors are connected properly. | Local: Ethernet1 - Remote: dc1-leaf1a Ethernet8 | NOT RUN | - | -| 323 | dc1-leaf1c | Connectivity | VerifyLLDPNeighbors | Verifies that the provided LLDP neighbors are connected properly. | Local: Ethernet2 - Remote: dc1-leaf1b Ethernet8 | NOT RUN | - | -| 324 | dc1-leaf1c | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.4) - Destination: dc1-leaf1a Loopback0 (IP: 10.255.0.3) | NOT RUN | - | -| 325 | dc1-leaf1c | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.4) - Destination: dc1-leaf1b Loopback0 (IP: 10.255.0.4) | NOT RUN | - | -| 326 | dc1-leaf1c | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.4) - Destination: dc1-leaf2a Loopback0 (IP: 10.255.0.5) | NOT RUN | - | -| 327 | dc1-leaf1c | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.4) - Destination: dc1-spine1 Loopback0 (IP: 10.255.0.1) | NOT RUN | - | -| 328 | dc1-leaf1c | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.4) - Destination: dc1-spine2 Loopback0 (IP: 10.255.0.2) | NOT RUN | - | -| 329 | dc1-leaf1c | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.4) - Destination: dc1-svc-leaf1a Loopback0 (IP: 10.33.0.5) | NOT RUN | - | -| 330 | dc1-leaf1c | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.4) - Destination: dc1-svc-leaf1b Loopback0 (IP: 10.33.0.6) | NOT RUN | - | -| 331 | dc1-leaf1c | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.4) - Destination: dc1-wan1 Loopback0 (IP: 10.255.2.1) | NOT RUN | - | -| 332 | dc1-leaf1c | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.4) - Destination: dc1-wan2 Loopback0 (IP: 10.255.2.2) | NOT RUN | - | -| 333 | dc1-leaf1c | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.4) - Destination: dc2-leaf1a Loopback0 (IP: 10.255.128.13) | NOT RUN | - | -| 334 | dc1-leaf1c | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.4) - Destination: dc2-leaf1b Loopback0 (IP: 10.255.128.14) | NOT RUN | - | -| 335 | dc1-leaf1c | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.4) - Destination: dc2-leaf2a Loopback0 (IP: 10.255.128.15) | NOT RUN | - | -| 336 | dc1-leaf1c | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.4) - Destination: dc2-leaf2b Loopback0 (IP: 10.255.128.16) | NOT RUN | - | -| 337 | dc1-leaf1c | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.4) - Destination: dc2-leaf3a.arista.com Loopback0 (IP: 10.255.128.17) | NOT RUN | - | -| 338 | dc1-leaf1c | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.4) - Destination: dc2-leaf3b.arista.com Loopback0 (IP: 10.255.128.18) | NOT RUN | - | -| 339 | dc1-leaf1c | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.4) - Destination: dc2-spine1 Loopback0 (IP: 10.255.128.11) | NOT RUN | - | -| 340 | dc1-leaf1c | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.4) - Destination: dc2-spine2 Loopback0 (IP: 10.255.128.12) | NOT RUN | - | +| 320 | dc1-leaf1c | Configuration | VerifyRunningConfigDiffs | Verifies there is no difference between the running-config and the startup-config. | - | NOT RUN | - | +| 321 | dc1-leaf1c | Configuration | VerifyZeroTouch | Verifies ZeroTouch is disabled. | - | NOT RUN | - | +| 322 | dc1-leaf1c | Connectivity | VerifyLLDPNeighbors | Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors. | Local: Ethernet1 - Remote: dc1-leaf1a Ethernet8 | NOT RUN | - | +| 323 | dc1-leaf1c | Connectivity | VerifyLLDPNeighbors | Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors. | Local: Ethernet2 - Remote: dc1-leaf1b Ethernet8 | NOT RUN | - | +| 324 | dc1-leaf1c | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.4) - Destination: dc1-leaf1a Loopback0 (IP: 10.255.0.3) | NOT RUN | - | +| 325 | dc1-leaf1c | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.4) - Destination: dc1-leaf1b Loopback0 (IP: 10.255.0.4) | NOT RUN | - | +| 326 | dc1-leaf1c | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.4) - Destination: dc1-leaf2a Loopback0 (IP: 10.255.0.5) | NOT RUN | - | +| 327 | dc1-leaf1c | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.4) - Destination: dc1-spine1 Loopback0 (IP: 10.255.0.1) | NOT RUN | - | +| 328 | dc1-leaf1c | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.4) - Destination: dc1-spine2 Loopback0 (IP: 10.255.0.2) | NOT RUN | - | +| 329 | dc1-leaf1c | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.4) - Destination: dc1-svc-leaf1a Loopback0 (IP: 10.33.0.5) | NOT RUN | - | +| 330 | dc1-leaf1c | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.4) - Destination: dc1-svc-leaf1b Loopback0 (IP: 10.33.0.6) | NOT RUN | - | +| 331 | dc1-leaf1c | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.4) - Destination: dc1-wan1 Loopback0 (IP: 10.255.2.1) | NOT RUN | - | +| 332 | dc1-leaf1c | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.4) - Destination: dc1-wan2 Loopback0 (IP: 10.255.2.2) | NOT RUN | - | +| 333 | dc1-leaf1c | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.4) - Destination: dc2-leaf1a Loopback0 (IP: 10.255.128.13) | NOT RUN | - | +| 334 | dc1-leaf1c | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.4) - Destination: dc2-leaf1b Loopback0 (IP: 10.255.128.14) | NOT RUN | - | +| 335 | dc1-leaf1c | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.4) - Destination: dc2-leaf2a Loopback0 (IP: 10.255.128.15) | NOT RUN | - | +| 336 | dc1-leaf1c | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.4) - Destination: dc2-leaf2b Loopback0 (IP: 10.255.128.16) | NOT RUN | - | +| 337 | dc1-leaf1c | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.4) - Destination: dc2-leaf3a.arista.com Loopback0 (IP: 10.255.128.17) | NOT RUN | - | +| 338 | dc1-leaf1c | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.4) - Destination: dc2-leaf3b.arista.com Loopback0 (IP: 10.255.128.18) | NOT RUN | - | +| 339 | dc1-leaf1c | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.4) - Destination: dc2-spine1 Loopback0 (IP: 10.255.128.11) | NOT RUN | - | +| 340 | dc1-leaf1c | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.4) - Destination: dc2-spine2 Loopback0 (IP: 10.255.128.12) | NOT RUN | - | | 341 | dc1-leaf1c | Field Notices | VerifyFieldNotice44Resolution | Verifies that the device is using the correct Aboot version per FN0044. | - | NOT RUN | - | | 342 | dc1-leaf1c | Field Notices | VerifyFieldNotice72Resolution | Verifies if the device is exposed to FN0072, and if the issue has been mitigated. | - | NOT RUN | - | -| 343 | dc1-leaf1c | Greent | VerifyGreenT | Verifies if a GreenT policy is created. | - | NOT RUN | - | +| 343 | dc1-leaf1c | Greent | VerifyGreenT | Verifies if a GreenT policy other than the default is created. | - | NOT RUN | - | | 344 | dc1-leaf1c | Greent | VerifyGreenTCounters | Verifies if the GreenT counters are incremented. | - | NOT RUN | - | | 345 | dc1-leaf1c | Hardware | VerifyAdverseDrops | Verifies there are no adverse drops on DCS-7280 and DCS-7500 family switches. | - | NOT RUN | - | | 346 | dc1-leaf1c | Hardware | VerifyEnvironmentCooling | Verifies the status of power supply fans and all fan trays. | - | NOT RUN | - | | 347 | dc1-leaf1c | Hardware | VerifyEnvironmentCooling | Verifies the status of power supply fans and all fan trays. | Accepted States: 'ok' | NOT RUN | - | | 348 | dc1-leaf1c | Hardware | VerifyEnvironmentPower | Verifies the power supplies status. | - | NOT RUN | - | | 349 | dc1-leaf1c | Hardware | VerifyEnvironmentPower | Verifies the power supplies status. | Accepted States: 'ok' | NOT RUN | - | -| 350 | dc1-leaf1c | Hardware | VerifyEnvironmentSystemCooling | Verifies the system cooling status. | - | NOT RUN | - | -| 351 | dc1-leaf1c | Hardware | VerifyTemperature | Verifies the device temperature. | - | NOT RUN | - | -| 352 | dc1-leaf1c | Hardware | VerifyTemperature | Verifies the device temperature. | - | NOT RUN | - | -| 353 | dc1-leaf1c | Hardware | VerifyTransceiversManufacturers | Verifies if all transceivers come from approved manufacturers. | - | NOT RUN | - | -| 354 | dc1-leaf1c | Hardware | VerifyTransceiversManufacturers | Verifies if all transceivers come from approved manufacturers. | Accepted Manufacturers: 'Arista Networks', 'Arastra, Inc.', 'Not Present' | NOT RUN | - | -| 355 | dc1-leaf1c | Hardware | VerifyTransceiversTemperature | Verifies the transceivers temperature. | - | NOT RUN | - | -| 356 | dc1-leaf1c | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet1 - L2_dc1-leaf1a_Ethernet8 = 'up' | NOT RUN | - | -| 357 | dc1-leaf1c | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet2 - L2_dc1-leaf1b_Ethernet8 = 'up' | NOT RUN | - | -| 358 | dc1-leaf1c | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet5 - SERVER_dc1-leaf1-server1_iLO = 'up' | NOT RUN | - | -| 359 | dc1-leaf1c | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Port-Channel1 - L2_DC1_L3_LEAF1_Port-Channel8 = 'up' | NOT RUN | - | -| 360 | dc1-leaf1c | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Vlan4085 - L2LEAF_INBAND_MGMT = 'up' | NOT RUN | - | +| 350 | dc1-leaf1c | Hardware | VerifyEnvironmentSystemCooling | Verifies the device's system cooling status. | - | NOT RUN | - | +| 351 | dc1-leaf1c | Hardware | VerifyTemperature | Verifies if the device temperature is within acceptable limits. | - | NOT RUN | - | +| 352 | dc1-leaf1c | Hardware | VerifyTemperature | Verifies if the device temperature is within acceptable limits. | - | NOT RUN | - | +| 353 | dc1-leaf1c | Hardware | VerifyTransceiversManufacturers | Verifies if all the transceivers come from approved manufacturers. | - | NOT RUN | - | +| 354 | dc1-leaf1c | Hardware | VerifyTransceiversManufacturers | Verifies if all the transceivers come from approved manufacturers. | Accepted Manufacturers: 'Arista Networks', 'Arastra, Inc.', 'Not Present' | NOT RUN | - | +| 355 | dc1-leaf1c | Hardware | VerifyTransceiversTemperature | Verifies if all the transceivers are operating at an acceptable temperature. | - | NOT RUN | - | +| 356 | dc1-leaf1c | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Ethernet1 - L2_dc1-leaf1a_Ethernet8 = 'up' | NOT RUN | - | +| 357 | dc1-leaf1c | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Ethernet2 - L2_dc1-leaf1b_Ethernet8 = 'up' | NOT RUN | - | +| 358 | dc1-leaf1c | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Ethernet5 - SERVER_dc1-leaf1-server1_iLO = 'up' | NOT RUN | - | +| 359 | dc1-leaf1c | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Port-Channel1 - L2_DC1_L3_LEAF1_Port-Channel8 = 'up' | NOT RUN | - | +| 360 | dc1-leaf1c | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Vlan4085 - L2LEAF_INBAND_MGMT = 'up' | NOT RUN | - | | 361 | dc1-leaf1c | LANZ | VerifyLANZ | Verifies if LANZ is enabled. | - | NOT RUN | - | | 362 | dc1-leaf1c | PTP | VerifyPtpGMStatus | Verifies that the device is locked to a valid PTP Grandmaster. | - | NOT RUN | - | | 363 | dc1-leaf1c | PTP | VerifyPtpLockStatus | Verifies that the device was locked to the upstream PTP GM in the last minute. | - | NOT RUN | - | @@ -458,13 +458,13 @@ | 374 | dc1-leaf1c | Security | VerifyBannerMotd | Verifies the motd banner of a device. | - | NOT RUN | - | | 375 | dc1-leaf1c | Security | VerifyIPSecConnHealth | Verifies all IPv4 security connections. | - | NOT RUN | - | | 376 | dc1-leaf1c | Security | VerifyIPv4ACL | Verifies the configuration of IPv4 ACLs. | - | NOT RUN | - | -| 377 | dc1-leaf1c | Security | VerifySpecificIPSecConn | Verifies IPv4 security connections for a peer. | - | NOT RUN | - | +| 377 | dc1-leaf1c | Security | VerifySpecificIPSecConn | Verifies the IPv4 security connections. | - | NOT RUN | - | | 378 | dc1-leaf1c | Security | VerifySSHIPv4Acl | Verifies if the SSHD agent has IPv4 ACL(s) configured. | - | NOT RUN | - | | 379 | dc1-leaf1c | Security | VerifySSHIPv6Acl | Verifies if the SSHD agent has IPv6 ACL(s) configured. | - | NOT RUN | - | | 380 | dc1-leaf1c | Security | VerifySSHStatus | Verifies if the SSHD agent is disabled in the default VRF. | - | NOT RUN | - | | 381 | dc1-leaf1c | Security | VerifyTelnetStatus | Verifies if Telnet is disabled in the default VRF. | - | NOT RUN | - | | 382 | dc1-leaf1c | Services | VerifyDNSLookup | Verifies the DNS name to IP address resolution. | - | NOT RUN | - | -| 383 | dc1-leaf1c | Services | VerifyDNSServers | Verifies if the DNS servers are correctly configured. | - | NOT RUN | - | +| 383 | dc1-leaf1c | Services | VerifyDNSServers | Verifies if the DNS (Domain Name Service) servers are correctly configured. | - | NOT RUN | - | | 384 | dc1-leaf1c | Services | VerifyErrdisableRecovery | Verifies the errdisable recovery reason, status, and interval. | - | NOT RUN | - | | 385 | dc1-leaf1c | Services | VerifyHostname | Verifies the hostname of a device. | - | NOT RUN | - | | 386 | dc1-leaf1c | SNMP | VerifySnmpIPv4Acl | Verifies if the SNMP agent has IPv4 ACL(s) configured. | - | NOT RUN | - | @@ -472,7 +472,7 @@ | 388 | dc1-leaf1c | SNMP | VerifySnmpStatus | Verifies if the SNMP agent is enabled. | - | NOT RUN | - | | 389 | dc1-leaf1c | Software | VerifyEOSVersion | Verifies the EOS version of the device. | - | NOT RUN | - | | 390 | dc1-leaf1c | Software | VerifyTerminAttrVersion | Verifies the TerminAttr version of the device. | - | NOT RUN | - | -| 391 | dc1-leaf1c | STUN | VerifyStunClient | Verifies the STUN client is configured with the specified IPv4 source address and port. Validate the public IP and port if provided. | - | NOT RUN | - | +| 391 | dc1-leaf1c | STUN | VerifyStunClient | (Deprecated) Verifies the translation for a source address on a STUN client. | - | NOT RUN | - | | 392 | dc1-leaf1c | System | VerifyAgentLogs | Verifies there are no agent crash reports. | - | NOT RUN | - | | 393 | dc1-leaf1c | System | VerifyCoredump | Verifies there are no core dump files. | - | NOT RUN | - | | 394 | dc1-leaf1c | System | VerifyCPUUtilization | Verifies whether the CPU utilization is below 75%. | - | NOT RUN | - | @@ -491,77 +491,77 @@ | 407 | dc1-leaf2a | AAA | VerifyTacacsServerGroups | Verifies if the provided TACACS server group(s) are configured. | - | NOT RUN | - | | 408 | dc1-leaf2a | AAA | VerifyTacacsServers | Verifies TACACS servers are configured for a specified VRF. | - | NOT RUN | - | | 409 | dc1-leaf2a | AAA | VerifyTacacsSourceIntf | Verifies TACACS source-interface for a specified VRF. | - | NOT RUN | - | -| 410 | dc1-leaf2a | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s). | BGP EVPN Peer: dc1-spine1 (IP: 10.255.0.1) | NOT RUN | - | -| 411 | dc1-leaf2a | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s). | BGP EVPN Peer: dc1-spine2 (IP: 10.255.0.2) | NOT RUN | - | -| 412 | dc1-leaf2a | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s). | BGP EVPN Peer: dc2-leaf2a (IP: 10.255.128.15) | NOT RUN | - | -| 413 | dc1-leaf2a | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s). | BGP IPv4 Unicast Peer: dc1-spine1 (IP: 10.255.255.8) | NOT RUN | - | -| 414 | dc1-leaf2a | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s). | BGP IPv4 Unicast Peer: dc1-spine2 (IP: 10.255.255.10) | NOT RUN | - | -| 415 | dc1-leaf2a | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s). | BGP IPv4 Unicast Peer: dc2-leaf2a (IP: 192.168.100.1) | NOT RUN | - | -| 416 | dc1-leaf2a | Configuration | VerifyRunningConfigDiffs | Verifies there is no difference between the running-config and the startup-config | - | NOT RUN | - | -| 417 | dc1-leaf2a | Configuration | VerifyZeroTouch | Verifies ZeroTouch is disabled | - | NOT RUN | - | -| 418 | dc1-leaf2a | Connectivity | VerifyLLDPNeighbors | Verifies that the provided LLDP neighbors are connected properly. | Local: Ethernet1 - Remote: dc1-spine1 Ethernet3 | NOT RUN | - | -| 419 | dc1-leaf2a | Connectivity | VerifyLLDPNeighbors | Verifies that the provided LLDP neighbors are connected properly. | Local: Ethernet2 - Remote: dc1-spine2 Ethernet3 | NOT RUN | - | -| 420 | dc1-leaf2a | Connectivity | VerifyLLDPNeighbors | Verifies that the provided LLDP neighbors are connected properly. | Local: Ethernet6 - Remote: dc2-leaf2a Ethernet6 | NOT RUN | - | -| 421 | dc1-leaf2a | Connectivity | VerifyLLDPNeighbors | Verifies that the provided LLDP neighbors are connected properly. | Local: Ethernet8 - Remote: dc1-leaf2c Ethernet1 | NOT RUN | - | -| 422 | dc1-leaf2a | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.0.5) - Destination: dc1-leaf1a Loopback0 (IP: 10.255.0.3) | NOT RUN | - | -| 423 | dc1-leaf2a | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.0.5) - Destination: dc1-leaf1b Loopback0 (IP: 10.255.0.4) | NOT RUN | - | -| 424 | dc1-leaf2a | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.0.5) - Destination: dc1-leaf2a Loopback0 (IP: 10.255.0.5) | NOT RUN | - | -| 425 | dc1-leaf2a | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.0.5) - Destination: dc1-spine1 Loopback0 (IP: 10.255.0.1) | NOT RUN | - | -| 426 | dc1-leaf2a | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.0.5) - Destination: dc1-spine2 Loopback0 (IP: 10.255.0.2) | NOT RUN | - | -| 427 | dc1-leaf2a | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.0.5) - Destination: dc1-svc-leaf1a Loopback0 (IP: 10.33.0.5) | NOT RUN | - | -| 428 | dc1-leaf2a | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.0.5) - Destination: dc1-svc-leaf1b Loopback0 (IP: 10.33.0.6) | NOT RUN | - | -| 429 | dc1-leaf2a | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.0.5) - Destination: dc1-wan1 Loopback0 (IP: 10.255.2.1) | NOT RUN | - | -| 430 | dc1-leaf2a | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.0.5) - Destination: dc1-wan2 Loopback0 (IP: 10.255.2.2) | NOT RUN | - | -| 431 | dc1-leaf2a | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.0.5) - Destination: dc2-leaf1a Loopback0 (IP: 10.255.128.13) | NOT RUN | - | -| 432 | dc1-leaf2a | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.0.5) - Destination: dc2-leaf1b Loopback0 (IP: 10.255.128.14) | NOT RUN | - | -| 433 | dc1-leaf2a | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.0.5) - Destination: dc2-leaf2a Loopback0 (IP: 10.255.128.15) | NOT RUN | - | -| 434 | dc1-leaf2a | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.0.5) - Destination: dc2-leaf2b Loopback0 (IP: 10.255.128.16) | NOT RUN | - | -| 435 | dc1-leaf2a | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.0.5) - Destination: dc2-leaf3a.arista.com Loopback0 (IP: 10.255.128.17) | NOT RUN | - | -| 436 | dc1-leaf2a | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.0.5) - Destination: dc2-leaf3b.arista.com Loopback0 (IP: 10.255.128.18) | NOT RUN | - | -| 437 | dc1-leaf2a | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.0.5) - Destination: dc2-spine1 Loopback0 (IP: 10.255.128.11) | NOT RUN | - | -| 438 | dc1-leaf2a | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.0.5) - Destination: dc2-spine2 Loopback0 (IP: 10.255.128.12) | NOT RUN | - | -| 439 | dc1-leaf2a | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: P2P Interface Ethernet1 (IP: 10.255.255.9) - Destination: dc1-spine1 Ethernet3 (IP: 10.255.255.8) | NOT RUN | - | -| 440 | dc1-leaf2a | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: P2P Interface Ethernet2 (IP: 10.255.255.11) - Destination: dc1-spine2 Ethernet3 (IP: 10.255.255.10) | NOT RUN | - | -| 441 | dc1-leaf2a | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: P2P Interface Ethernet6 (IP: 192.168.100.0) - Destination: dc2-leaf2a Ethernet6 (IP: 192.168.100.1) | NOT RUN | - | +| 410 | dc1-leaf2a | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s) for given address families. | BGP EVPN Peer: dc1-spine1 (IP: 10.255.0.1) | NOT RUN | - | +| 411 | dc1-leaf2a | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s) for given address families. | BGP EVPN Peer: dc1-spine2 (IP: 10.255.0.2) | NOT RUN | - | +| 412 | dc1-leaf2a | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s) for given address families. | BGP EVPN Peer: dc2-leaf2a (IP: 10.255.128.15) | NOT RUN | - | +| 413 | dc1-leaf2a | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s) for given address families. | BGP IPv4 Unicast Peer: dc1-spine1 (IP: 10.255.255.8) | NOT RUN | - | +| 414 | dc1-leaf2a | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s) for given address families. | BGP IPv4 Unicast Peer: dc1-spine2 (IP: 10.255.255.10) | NOT RUN | - | +| 415 | dc1-leaf2a | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s) for given address families. | BGP IPv4 Unicast Peer: dc2-leaf2a (IP: 192.168.100.1) | NOT RUN | - | +| 416 | dc1-leaf2a | Configuration | VerifyRunningConfigDiffs | Verifies there is no difference between the running-config and the startup-config. | - | NOT RUN | - | +| 417 | dc1-leaf2a | Configuration | VerifyZeroTouch | Verifies ZeroTouch is disabled. | - | NOT RUN | - | +| 418 | dc1-leaf2a | Connectivity | VerifyLLDPNeighbors | Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors. | Local: Ethernet1 - Remote: dc1-spine1 Ethernet3 | NOT RUN | - | +| 419 | dc1-leaf2a | Connectivity | VerifyLLDPNeighbors | Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors. | Local: Ethernet2 - Remote: dc1-spine2 Ethernet3 | NOT RUN | - | +| 420 | dc1-leaf2a | Connectivity | VerifyLLDPNeighbors | Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors. | Local: Ethernet6 - Remote: dc2-leaf2a Ethernet6 | NOT RUN | - | +| 421 | dc1-leaf2a | Connectivity | VerifyLLDPNeighbors | Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors. | Local: Ethernet8 - Remote: dc1-leaf2c Ethernet1 | NOT RUN | - | +| 422 | dc1-leaf2a | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.0.5) - Destination: dc1-leaf1a Loopback0 (IP: 10.255.0.3) | NOT RUN | - | +| 423 | dc1-leaf2a | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.0.5) - Destination: dc1-leaf1b Loopback0 (IP: 10.255.0.4) | NOT RUN | - | +| 424 | dc1-leaf2a | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.0.5) - Destination: dc1-leaf2a Loopback0 (IP: 10.255.0.5) | NOT RUN | - | +| 425 | dc1-leaf2a | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.0.5) - Destination: dc1-spine1 Loopback0 (IP: 10.255.0.1) | NOT RUN | - | +| 426 | dc1-leaf2a | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.0.5) - Destination: dc1-spine2 Loopback0 (IP: 10.255.0.2) | NOT RUN | - | +| 427 | dc1-leaf2a | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.0.5) - Destination: dc1-svc-leaf1a Loopback0 (IP: 10.33.0.5) | NOT RUN | - | +| 428 | dc1-leaf2a | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.0.5) - Destination: dc1-svc-leaf1b Loopback0 (IP: 10.33.0.6) | NOT RUN | - | +| 429 | dc1-leaf2a | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.0.5) - Destination: dc1-wan1 Loopback0 (IP: 10.255.2.1) | NOT RUN | - | +| 430 | dc1-leaf2a | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.0.5) - Destination: dc1-wan2 Loopback0 (IP: 10.255.2.2) | NOT RUN | - | +| 431 | dc1-leaf2a | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.0.5) - Destination: dc2-leaf1a Loopback0 (IP: 10.255.128.13) | NOT RUN | - | +| 432 | dc1-leaf2a | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.0.5) - Destination: dc2-leaf1b Loopback0 (IP: 10.255.128.14) | NOT RUN | - | +| 433 | dc1-leaf2a | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.0.5) - Destination: dc2-leaf2a Loopback0 (IP: 10.255.128.15) | NOT RUN | - | +| 434 | dc1-leaf2a | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.0.5) - Destination: dc2-leaf2b Loopback0 (IP: 10.255.128.16) | NOT RUN | - | +| 435 | dc1-leaf2a | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.0.5) - Destination: dc2-leaf3a.arista.com Loopback0 (IP: 10.255.128.17) | NOT RUN | - | +| 436 | dc1-leaf2a | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.0.5) - Destination: dc2-leaf3b.arista.com Loopback0 (IP: 10.255.128.18) | NOT RUN | - | +| 437 | dc1-leaf2a | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.0.5) - Destination: dc2-spine1 Loopback0 (IP: 10.255.128.11) | NOT RUN | - | +| 438 | dc1-leaf2a | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.0.5) - Destination: dc2-spine2 Loopback0 (IP: 10.255.128.12) | NOT RUN | - | +| 439 | dc1-leaf2a | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: P2P Interface Ethernet1 (IP: 10.255.255.9) - Destination: dc1-spine1 Ethernet3 (IP: 10.255.255.8) | NOT RUN | - | +| 440 | dc1-leaf2a | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: P2P Interface Ethernet2 (IP: 10.255.255.11) - Destination: dc1-spine2 Ethernet3 (IP: 10.255.255.10) | NOT RUN | - | +| 441 | dc1-leaf2a | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: P2P Interface Ethernet6 (IP: 192.168.100.0) - Destination: dc2-leaf2a Ethernet6 (IP: 192.168.100.1) | NOT RUN | - | | 442 | dc1-leaf2a | Field Notices | VerifyFieldNotice44Resolution | Verifies that the device is using the correct Aboot version per FN0044. | - | NOT RUN | - | | 443 | dc1-leaf2a | Field Notices | VerifyFieldNotice72Resolution | Verifies if the device is exposed to FN0072, and if the issue has been mitigated. | - | NOT RUN | - | -| 444 | dc1-leaf2a | Greent | VerifyGreenT | Verifies if a GreenT policy is created. | - | NOT RUN | - | +| 444 | dc1-leaf2a | Greent | VerifyGreenT | Verifies if a GreenT policy other than the default is created. | - | NOT RUN | - | | 445 | dc1-leaf2a | Greent | VerifyGreenTCounters | Verifies if the GreenT counters are incremented. | - | NOT RUN | - | | 446 | dc1-leaf2a | Hardware | VerifyAdverseDrops | Verifies there are no adverse drops on DCS-7280 and DCS-7500 family switches. | - | NOT RUN | - | | 447 | dc1-leaf2a | Hardware | VerifyEnvironmentCooling | Verifies the status of power supply fans and all fan trays. | - | NOT RUN | - | | 448 | dc1-leaf2a | Hardware | VerifyEnvironmentCooling | Verifies the status of power supply fans and all fan trays. | Accepted States: 'ok' | NOT RUN | - | | 449 | dc1-leaf2a | Hardware | VerifyEnvironmentPower | Verifies the power supplies status. | - | NOT RUN | - | | 450 | dc1-leaf2a | Hardware | VerifyEnvironmentPower | Verifies the power supplies status. | Accepted States: 'ok' | NOT RUN | - | -| 451 | dc1-leaf2a | Hardware | VerifyEnvironmentSystemCooling | Verifies the system cooling status. | - | NOT RUN | - | -| 452 | dc1-leaf2a | Hardware | VerifyTemperature | Verifies the device temperature. | - | NOT RUN | - | -| 453 | dc1-leaf2a | Hardware | VerifyTemperature | Verifies the device temperature. | - | NOT RUN | - | -| 454 | dc1-leaf2a | Hardware | VerifyTransceiversManufacturers | Verifies if all transceivers come from approved manufacturers. | - | NOT RUN | - | -| 455 | dc1-leaf2a | Hardware | VerifyTransceiversManufacturers | Verifies if all transceivers come from approved manufacturers. | Accepted Manufacturers: 'Arista Networks', 'Arastra, Inc.', 'Not Present' | NOT RUN | - | -| 456 | dc1-leaf2a | Hardware | VerifyTransceiversTemperature | Verifies the transceivers temperature. | - | NOT RUN | - | -| 457 | dc1-leaf2a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet1 - P2P_dc1-spine1_Ethernet3 = 'up' | NOT RUN | - | -| 458 | dc1-leaf2a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet2 - P2P_dc1-spine2_Ethernet3 = 'up' | NOT RUN | - | -| 459 | dc1-leaf2a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet3 - MLAG_dc1-leaf2b_Ethernet3 = 'up' | NOT RUN | - | -| 460 | dc1-leaf2a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet4 - MLAG_dc1-leaf2b_Ethernet4 = 'up' | NOT RUN | - | -| 461 | dc1-leaf2a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet5 - SERVER_dc1-leaf2-server1_PCI1 = 'up' | NOT RUN | - | -| 462 | dc1-leaf2a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet6 - P2P_dc2-leaf2a_Ethernet6 = 'up' | NOT RUN | - | -| 463 | dc1-leaf2a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet8 - L2_dc1-leaf2c_Ethernet1 = 'up' | NOT RUN | - | -| 464 | dc1-leaf2a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Loopback0 - ROUTER_ID = 'up' | NOT RUN | - | -| 465 | dc1-leaf2a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Loopback1 - VXLAN_TUNNEL_SOURCE = 'up' | NOT RUN | - | -| 466 | dc1-leaf2a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Loopback10 - DIAG_VRF_VRF10 = 'up' | NOT RUN | - | -| 467 | dc1-leaf2a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Loopback11 - DIAG_VRF_VRF11 = 'up' | NOT RUN | - | -| 468 | dc1-leaf2a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Port-Channel3 - MLAG_dc1-leaf2b_Port-Channel3 = 'up' | NOT RUN | - | -| 469 | dc1-leaf2a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Port-Channel5 - SERVER_dc1-leaf2-server1_PortChannel dc1-leaf2-server1 = 'up' | NOT RUN | - | -| 470 | dc1-leaf2a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Port-Channel8 - L2_dc1-leaf2c_Port-Channel1 = 'up' | NOT RUN | - | -| 471 | dc1-leaf2a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Vlan11 - VRF10_VLAN11 = 'up' | NOT RUN | - | -| 472 | dc1-leaf2a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Vlan12 - VRF10_VLAN12 = 'up' | NOT RUN | - | -| 473 | dc1-leaf2a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Vlan21 - VRF11_VLAN21 = 'up' | NOT RUN | - | -| 474 | dc1-leaf2a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Vlan22 - VRF11_VLAN22 = 'up' | NOT RUN | - | -| 475 | dc1-leaf2a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Vlan3009 - MLAG_L3_VRF_VRF10 = 'up' | NOT RUN | - | -| 476 | dc1-leaf2a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Vlan3010 - MLAG_L3_VRF_VRF11 = 'up' | NOT RUN | - | -| 477 | dc1-leaf2a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Vlan4085 - Inband Management = 'up' | NOT RUN | - | -| 478 | dc1-leaf2a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Vlan4093 - MLAG_L3 = 'up' | NOT RUN | - | -| 479 | dc1-leaf2a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Vlan4094 - MLAG = 'up' | NOT RUN | - | -| 480 | dc1-leaf2a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Vxlan1 = 'up' | NOT RUN | - | +| 451 | dc1-leaf2a | Hardware | VerifyEnvironmentSystemCooling | Verifies the device's system cooling status. | - | NOT RUN | - | +| 452 | dc1-leaf2a | Hardware | VerifyTemperature | Verifies if the device temperature is within acceptable limits. | - | NOT RUN | - | +| 453 | dc1-leaf2a | Hardware | VerifyTemperature | Verifies if the device temperature is within acceptable limits. | - | NOT RUN | - | +| 454 | dc1-leaf2a | Hardware | VerifyTransceiversManufacturers | Verifies if all the transceivers come from approved manufacturers. | - | NOT RUN | - | +| 455 | dc1-leaf2a | Hardware | VerifyTransceiversManufacturers | Verifies if all the transceivers come from approved manufacturers. | Accepted Manufacturers: 'Arista Networks', 'Arastra, Inc.', 'Not Present' | NOT RUN | - | +| 456 | dc1-leaf2a | Hardware | VerifyTransceiversTemperature | Verifies if all the transceivers are operating at an acceptable temperature. | - | NOT RUN | - | +| 457 | dc1-leaf2a | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Ethernet1 - P2P_dc1-spine1_Ethernet3 = 'up' | NOT RUN | - | +| 458 | dc1-leaf2a | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Ethernet2 - P2P_dc1-spine2_Ethernet3 = 'up' | NOT RUN | - | +| 459 | dc1-leaf2a | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Ethernet3 - MLAG_dc1-leaf2b_Ethernet3 = 'up' | NOT RUN | - | +| 460 | dc1-leaf2a | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Ethernet4 - MLAG_dc1-leaf2b_Ethernet4 = 'up' | NOT RUN | - | +| 461 | dc1-leaf2a | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Ethernet5 - SERVER_dc1-leaf2-server1_PCI1 = 'up' | NOT RUN | - | +| 462 | dc1-leaf2a | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Ethernet6 - P2P_dc2-leaf2a_Ethernet6 = 'up' | NOT RUN | - | +| 463 | dc1-leaf2a | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Ethernet8 - L2_dc1-leaf2c_Ethernet1 = 'up' | NOT RUN | - | +| 464 | dc1-leaf2a | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Loopback0 - ROUTER_ID = 'up' | NOT RUN | - | +| 465 | dc1-leaf2a | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Loopback1 - VXLAN_TUNNEL_SOURCE = 'up' | NOT RUN | - | +| 466 | dc1-leaf2a | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Loopback10 - DIAG_VRF_VRF10 = 'up' | NOT RUN | - | +| 467 | dc1-leaf2a | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Loopback11 - DIAG_VRF_VRF11 = 'up' | NOT RUN | - | +| 468 | dc1-leaf2a | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Port-Channel3 - MLAG_dc1-leaf2b_Port-Channel3 = 'up' | NOT RUN | - | +| 469 | dc1-leaf2a | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Port-Channel5 - SERVER_dc1-leaf2-server1_PortChannel dc1-leaf2-server1 = 'up' | NOT RUN | - | +| 470 | dc1-leaf2a | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Port-Channel8 - L2_dc1-leaf2c_Port-Channel1 = 'up' | NOT RUN | - | +| 471 | dc1-leaf2a | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Vlan11 - VRF10_VLAN11 = 'up' | NOT RUN | - | +| 472 | dc1-leaf2a | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Vlan12 - VRF10_VLAN12 = 'up' | NOT RUN | - | +| 473 | dc1-leaf2a | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Vlan21 - VRF11_VLAN21 = 'up' | NOT RUN | - | +| 474 | dc1-leaf2a | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Vlan22 - VRF11_VLAN22 = 'up' | NOT RUN | - | +| 475 | dc1-leaf2a | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Vlan3009 - MLAG_L3_VRF_VRF10 = 'up' | NOT RUN | - | +| 476 | dc1-leaf2a | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Vlan3010 - MLAG_L3_VRF_VRF11 = 'up' | NOT RUN | - | +| 477 | dc1-leaf2a | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Vlan4085 - Inband Management = 'up' | NOT RUN | - | +| 478 | dc1-leaf2a | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Vlan4093 - MLAG_L3 = 'up' | NOT RUN | - | +| 479 | dc1-leaf2a | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Vlan4094 - MLAG = 'up' | NOT RUN | - | +| 480 | dc1-leaf2a | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Vxlan1 = 'up' | NOT RUN | - | | 481 | dc1-leaf2a | LANZ | VerifyLANZ | Verifies if LANZ is enabled. | - | NOT RUN | - | | 482 | dc1-leaf2a | MLAG | VerifyMlagStatus | Verifies the health status of the MLAG configuration. | - | NOT RUN | - | | 483 | dc1-leaf2a | Profiles | VerifyTcamProfile | Verifies the device TCAM profile. | - | NOT RUN | - | @@ -605,13 +605,13 @@ | 521 | dc1-leaf2a | Security | VerifyBannerMotd | Verifies the motd banner of a device. | - | NOT RUN | - | | 522 | dc1-leaf2a | Security | VerifyIPSecConnHealth | Verifies all IPv4 security connections. | - | NOT RUN | - | | 523 | dc1-leaf2a | Security | VerifyIPv4ACL | Verifies the configuration of IPv4 ACLs. | - | NOT RUN | - | -| 524 | dc1-leaf2a | Security | VerifySpecificIPSecConn | Verifies IPv4 security connections for a peer. | - | NOT RUN | - | +| 524 | dc1-leaf2a | Security | VerifySpecificIPSecConn | Verifies the IPv4 security connections. | - | NOT RUN | - | | 525 | dc1-leaf2a | Security | VerifySSHIPv4Acl | Verifies if the SSHD agent has IPv4 ACL(s) configured. | - | NOT RUN | - | | 526 | dc1-leaf2a | Security | VerifySSHIPv6Acl | Verifies if the SSHD agent has IPv6 ACL(s) configured. | - | NOT RUN | - | | 527 | dc1-leaf2a | Security | VerifySSHStatus | Verifies if the SSHD agent is disabled in the default VRF. | - | NOT RUN | - | | 528 | dc1-leaf2a | Security | VerifyTelnetStatus | Verifies if Telnet is disabled in the default VRF. | - | NOT RUN | - | | 529 | dc1-leaf2a | Services | VerifyDNSLookup | Verifies the DNS name to IP address resolution. | - | NOT RUN | - | -| 530 | dc1-leaf2a | Services | VerifyDNSServers | Verifies if the DNS servers are correctly configured. | - | NOT RUN | - | +| 530 | dc1-leaf2a | Services | VerifyDNSServers | Verifies if the DNS (Domain Name Service) servers are correctly configured. | - | NOT RUN | - | | 531 | dc1-leaf2a | Services | VerifyErrdisableRecovery | Verifies the errdisable recovery reason, status, and interval. | - | NOT RUN | - | | 532 | dc1-leaf2a | Services | VerifyHostname | Verifies the hostname of a device. | - | NOT RUN | - | | 533 | dc1-leaf2a | SNMP | VerifySnmpIPv4Acl | Verifies if the SNMP agent has IPv4 ACL(s) configured. | - | NOT RUN | - | @@ -620,7 +620,7 @@ | 536 | dc1-leaf2a | Software | VerifyEOSExtensions | Verifies that all EOS extensions installed on the device are enabled for boot persistence. | - | NOT RUN | - | | 537 | dc1-leaf2a | Software | VerifyEOSVersion | Verifies the EOS version of the device. | - | NOT RUN | - | | 538 | dc1-leaf2a | Software | VerifyTerminAttrVersion | Verifies the TerminAttr version of the device. | - | NOT RUN | - | -| 539 | dc1-leaf2a | STUN | VerifyStunClient | Verifies the STUN client is configured with the specified IPv4 source address and port. Validate the public IP and port if provided. | - | NOT RUN | - | +| 539 | dc1-leaf2a | STUN | VerifyStunClient | (Deprecated) Verifies the translation for a source address on a STUN client. | - | NOT RUN | - | | 540 | dc1-leaf2a | System | VerifyAgentLogs | Verifies there are no agent crash reports. | - | NOT RUN | - | | 541 | dc1-leaf2a | System | VerifyCoredump | Verifies there are no core dump files. | - | NOT RUN | - | | 542 | dc1-leaf2a | System | VerifyCPUUtilization | Verifies whether the CPU utilization is below 75%. | - | NOT RUN | - | @@ -639,47 +639,47 @@ | 555 | dc1-leaf2c | AAA | VerifyTacacsServerGroups | Verifies if the provided TACACS server group(s) are configured. | - | NOT RUN | - | | 556 | dc1-leaf2c | AAA | VerifyTacacsServers | Verifies TACACS servers are configured for a specified VRF. | - | NOT RUN | - | | 557 | dc1-leaf2c | AAA | VerifyTacacsSourceIntf | Verifies TACACS source-interface for a specified VRF. | - | NOT RUN | - | -| 558 | dc1-leaf2c | Configuration | VerifyRunningConfigDiffs | Verifies there is no difference between the running-config and the startup-config | - | NOT RUN | - | -| 559 | dc1-leaf2c | Configuration | VerifyZeroTouch | Verifies ZeroTouch is disabled | - | NOT RUN | - | -| 560 | dc1-leaf2c | Connectivity | VerifyLLDPNeighbors | Verifies that the provided LLDP neighbors are connected properly. | Local: Ethernet1 - Remote: dc1-leaf2a Ethernet8 | NOT RUN | - | -| 561 | dc1-leaf2c | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.5) - Destination: dc1-leaf1a Loopback0 (IP: 10.255.0.3) | NOT RUN | - | -| 562 | dc1-leaf2c | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.5) - Destination: dc1-leaf1b Loopback0 (IP: 10.255.0.4) | NOT RUN | - | -| 563 | dc1-leaf2c | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.5) - Destination: dc1-leaf2a Loopback0 (IP: 10.255.0.5) | NOT RUN | - | -| 564 | dc1-leaf2c | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.5) - Destination: dc1-spine1 Loopback0 (IP: 10.255.0.1) | NOT RUN | - | -| 565 | dc1-leaf2c | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.5) - Destination: dc1-spine2 Loopback0 (IP: 10.255.0.2) | NOT RUN | - | -| 566 | dc1-leaf2c | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.5) - Destination: dc1-svc-leaf1a Loopback0 (IP: 10.33.0.5) | NOT RUN | - | -| 567 | dc1-leaf2c | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.5) - Destination: dc1-svc-leaf1b Loopback0 (IP: 10.33.0.6) | NOT RUN | - | -| 568 | dc1-leaf2c | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.5) - Destination: dc1-wan1 Loopback0 (IP: 10.255.2.1) | NOT RUN | - | -| 569 | dc1-leaf2c | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.5) - Destination: dc1-wan2 Loopback0 (IP: 10.255.2.2) | NOT RUN | - | -| 570 | dc1-leaf2c | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.5) - Destination: dc2-leaf1a Loopback0 (IP: 10.255.128.13) | NOT RUN | - | -| 571 | dc1-leaf2c | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.5) - Destination: dc2-leaf1b Loopback0 (IP: 10.255.128.14) | NOT RUN | - | -| 572 | dc1-leaf2c | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.5) - Destination: dc2-leaf2a Loopback0 (IP: 10.255.128.15) | NOT RUN | - | -| 573 | dc1-leaf2c | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.5) - Destination: dc2-leaf2b Loopback0 (IP: 10.255.128.16) | NOT RUN | - | -| 574 | dc1-leaf2c | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.5) - Destination: dc2-leaf3a.arista.com Loopback0 (IP: 10.255.128.17) | NOT RUN | - | -| 575 | dc1-leaf2c | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.5) - Destination: dc2-leaf3b.arista.com Loopback0 (IP: 10.255.128.18) | NOT RUN | - | -| 576 | dc1-leaf2c | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.5) - Destination: dc2-spine1 Loopback0 (IP: 10.255.128.11) | NOT RUN | - | -| 577 | dc1-leaf2c | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.5) - Destination: dc2-spine2 Loopback0 (IP: 10.255.128.12) | NOT RUN | - | +| 558 | dc1-leaf2c | Configuration | VerifyRunningConfigDiffs | Verifies there is no difference between the running-config and the startup-config. | - | NOT RUN | - | +| 559 | dc1-leaf2c | Configuration | VerifyZeroTouch | Verifies ZeroTouch is disabled. | - | NOT RUN | - | +| 560 | dc1-leaf2c | Connectivity | VerifyLLDPNeighbors | Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors. | Local: Ethernet1 - Remote: dc1-leaf2a Ethernet8 | NOT RUN | - | +| 561 | dc1-leaf2c | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.5) - Destination: dc1-leaf1a Loopback0 (IP: 10.255.0.3) | NOT RUN | - | +| 562 | dc1-leaf2c | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.5) - Destination: dc1-leaf1b Loopback0 (IP: 10.255.0.4) | NOT RUN | - | +| 563 | dc1-leaf2c | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.5) - Destination: dc1-leaf2a Loopback0 (IP: 10.255.0.5) | NOT RUN | - | +| 564 | dc1-leaf2c | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.5) - Destination: dc1-spine1 Loopback0 (IP: 10.255.0.1) | NOT RUN | - | +| 565 | dc1-leaf2c | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.5) - Destination: dc1-spine2 Loopback0 (IP: 10.255.0.2) | NOT RUN | - | +| 566 | dc1-leaf2c | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.5) - Destination: dc1-svc-leaf1a Loopback0 (IP: 10.33.0.5) | NOT RUN | - | +| 567 | dc1-leaf2c | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.5) - Destination: dc1-svc-leaf1b Loopback0 (IP: 10.33.0.6) | NOT RUN | - | +| 568 | dc1-leaf2c | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.5) - Destination: dc1-wan1 Loopback0 (IP: 10.255.2.1) | NOT RUN | - | +| 569 | dc1-leaf2c | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.5) - Destination: dc1-wan2 Loopback0 (IP: 10.255.2.2) | NOT RUN | - | +| 570 | dc1-leaf2c | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.5) - Destination: dc2-leaf1a Loopback0 (IP: 10.255.128.13) | NOT RUN | - | +| 571 | dc1-leaf2c | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.5) - Destination: dc2-leaf1b Loopback0 (IP: 10.255.128.14) | NOT RUN | - | +| 572 | dc1-leaf2c | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.5) - Destination: dc2-leaf2a Loopback0 (IP: 10.255.128.15) | NOT RUN | - | +| 573 | dc1-leaf2c | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.5) - Destination: dc2-leaf2b Loopback0 (IP: 10.255.128.16) | NOT RUN | - | +| 574 | dc1-leaf2c | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.5) - Destination: dc2-leaf3a.arista.com Loopback0 (IP: 10.255.128.17) | NOT RUN | - | +| 575 | dc1-leaf2c | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.5) - Destination: dc2-leaf3b.arista.com Loopback0 (IP: 10.255.128.18) | NOT RUN | - | +| 576 | dc1-leaf2c | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.5) - Destination: dc2-spine1 Loopback0 (IP: 10.255.128.11) | NOT RUN | - | +| 577 | dc1-leaf2c | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.5) - Destination: dc2-spine2 Loopback0 (IP: 10.255.128.12) | NOT RUN | - | | 578 | dc1-leaf2c | Field Notices | VerifyFieldNotice44Resolution | Verifies that the device is using the correct Aboot version per FN0044. | - | NOT RUN | - | | 579 | dc1-leaf2c | Field Notices | VerifyFieldNotice72Resolution | Verifies if the device is exposed to FN0072, and if the issue has been mitigated. | - | NOT RUN | - | -| 580 | dc1-leaf2c | Greent | VerifyGreenT | Verifies if a GreenT policy is created. | - | NOT RUN | - | +| 580 | dc1-leaf2c | Greent | VerifyGreenT | Verifies if a GreenT policy other than the default is created. | - | NOT RUN | - | | 581 | dc1-leaf2c | Greent | VerifyGreenTCounters | Verifies if the GreenT counters are incremented. | - | NOT RUN | - | | 582 | dc1-leaf2c | Hardware | VerifyAdverseDrops | Verifies there are no adverse drops on DCS-7280 and DCS-7500 family switches. | - | NOT RUN | - | | 583 | dc1-leaf2c | Hardware | VerifyEnvironmentCooling | Verifies the status of power supply fans and all fan trays. | - | NOT RUN | - | | 584 | dc1-leaf2c | Hardware | VerifyEnvironmentCooling | Verifies the status of power supply fans and all fan trays. | Accepted States: 'ok' | NOT RUN | - | | 585 | dc1-leaf2c | Hardware | VerifyEnvironmentPower | Verifies the power supplies status. | - | NOT RUN | - | | 586 | dc1-leaf2c | Hardware | VerifyEnvironmentPower | Verifies the power supplies status. | Accepted States: 'ok' | NOT RUN | - | -| 587 | dc1-leaf2c | Hardware | VerifyEnvironmentSystemCooling | Verifies the system cooling status. | - | NOT RUN | - | -| 588 | dc1-leaf2c | Hardware | VerifyTemperature | Verifies the device temperature. | - | NOT RUN | - | -| 589 | dc1-leaf2c | Hardware | VerifyTemperature | Verifies the device temperature. | - | NOT RUN | - | -| 590 | dc1-leaf2c | Hardware | VerifyTransceiversManufacturers | Verifies if all transceivers come from approved manufacturers. | - | NOT RUN | - | -| 591 | dc1-leaf2c | Hardware | VerifyTransceiversManufacturers | Verifies if all transceivers come from approved manufacturers. | Accepted Manufacturers: 'Arista Networks', 'Arastra, Inc.', 'Not Present' | NOT RUN | - | -| 592 | dc1-leaf2c | Hardware | VerifyTransceiversTemperature | Verifies the transceivers temperature. | - | NOT RUN | - | -| 593 | dc1-leaf2c | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet1 - L2_dc1-leaf2a_Ethernet8 = 'up' | NOT RUN | - | -| 594 | dc1-leaf2c | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet2 - L2_dc1-leaf2b_Ethernet8 = 'adminDown' | NOT RUN | - | -| 595 | dc1-leaf2c | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet5 - SERVER_dc1-leaf2-server1_iLO = 'up' | NOT RUN | - | -| 596 | dc1-leaf2c | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Port-Channel1 - L2_DC1_L3_LEAF2_Port-Channel8 = 'up' | NOT RUN | - | -| 597 | dc1-leaf2c | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Vlan4085 - L2LEAF_INBAND_MGMT = 'up' | NOT RUN | - | -| 598 | dc1-leaf2c | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Vxlan1 = 'up' | NOT RUN | - | +| 587 | dc1-leaf2c | Hardware | VerifyEnvironmentSystemCooling | Verifies the device's system cooling status. | - | NOT RUN | - | +| 588 | dc1-leaf2c | Hardware | VerifyTemperature | Verifies if the device temperature is within acceptable limits. | - | NOT RUN | - | +| 589 | dc1-leaf2c | Hardware | VerifyTemperature | Verifies if the device temperature is within acceptable limits. | - | NOT RUN | - | +| 590 | dc1-leaf2c | Hardware | VerifyTransceiversManufacturers | Verifies if all the transceivers come from approved manufacturers. | - | NOT RUN | - | +| 591 | dc1-leaf2c | Hardware | VerifyTransceiversManufacturers | Verifies if all the transceivers come from approved manufacturers. | Accepted Manufacturers: 'Arista Networks', 'Arastra, Inc.', 'Not Present' | NOT RUN | - | +| 592 | dc1-leaf2c | Hardware | VerifyTransceiversTemperature | Verifies if all the transceivers are operating at an acceptable temperature. | - | NOT RUN | - | +| 593 | dc1-leaf2c | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Ethernet1 - L2_dc1-leaf2a_Ethernet8 = 'up' | NOT RUN | - | +| 594 | dc1-leaf2c | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Ethernet2 - L2_dc1-leaf2b_Ethernet8 = 'adminDown' | NOT RUN | - | +| 595 | dc1-leaf2c | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Ethernet5 - SERVER_dc1-leaf2-server1_iLO = 'up' | NOT RUN | - | +| 596 | dc1-leaf2c | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Port-Channel1 - L2_DC1_L3_LEAF2_Port-Channel8 = 'up' | NOT RUN | - | +| 597 | dc1-leaf2c | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Vlan4085 - L2LEAF_INBAND_MGMT = 'up' | NOT RUN | - | +| 598 | dc1-leaf2c | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Vxlan1 = 'up' | NOT RUN | - | | 599 | dc1-leaf2c | LANZ | VerifyLANZ | Verifies if LANZ is enabled. | - | NOT RUN | - | | 600 | dc1-leaf2c | PTP | VerifyPtpGMStatus | Verifies that the device is locked to a valid PTP Grandmaster. | - | NOT RUN | - | | 601 | dc1-leaf2c | PTP | VerifyPtpLockStatus | Verifies that the device was locked to the upstream PTP GM in the last minute. | - | NOT RUN | - | @@ -719,13 +719,13 @@ | 635 | dc1-leaf2c | Security | VerifyBannerMotd | Verifies the motd banner of a device. | - | NOT RUN | - | | 636 | dc1-leaf2c | Security | VerifyIPSecConnHealth | Verifies all IPv4 security connections. | - | NOT RUN | - | | 637 | dc1-leaf2c | Security | VerifyIPv4ACL | Verifies the configuration of IPv4 ACLs. | - | NOT RUN | - | -| 638 | dc1-leaf2c | Security | VerifySpecificIPSecConn | Verifies IPv4 security connections for a peer. | - | NOT RUN | - | +| 638 | dc1-leaf2c | Security | VerifySpecificIPSecConn | Verifies the IPv4 security connections. | - | NOT RUN | - | | 639 | dc1-leaf2c | Security | VerifySSHIPv4Acl | Verifies if the SSHD agent has IPv4 ACL(s) configured. | - | NOT RUN | - | | 640 | dc1-leaf2c | Security | VerifySSHIPv6Acl | Verifies if the SSHD agent has IPv6 ACL(s) configured. | - | NOT RUN | - | | 641 | dc1-leaf2c | Security | VerifySSHStatus | Verifies if the SSHD agent is disabled in the default VRF. | - | NOT RUN | - | | 642 | dc1-leaf2c | Security | VerifyTelnetStatus | Verifies if Telnet is disabled in the default VRF. | - | NOT RUN | - | | 643 | dc1-leaf2c | Services | VerifyDNSLookup | Verifies the DNS name to IP address resolution. | - | NOT RUN | - | -| 644 | dc1-leaf2c | Services | VerifyDNSServers | Verifies if the DNS servers are correctly configured. | - | NOT RUN | - | +| 644 | dc1-leaf2c | Services | VerifyDNSServers | Verifies if the DNS (Domain Name Service) servers are correctly configured. | - | NOT RUN | - | | 645 | dc1-leaf2c | Services | VerifyErrdisableRecovery | Verifies the errdisable recovery reason, status, and interval. | - | NOT RUN | - | | 646 | dc1-leaf2c | Services | VerifyHostname | Verifies the hostname of a device. | - | NOT RUN | - | | 647 | dc1-leaf2c | SNMP | VerifySnmpIPv4Acl | Verifies if the SNMP agent has IPv4 ACL(s) configured. | - | NOT RUN | - | @@ -733,7 +733,7 @@ | 649 | dc1-leaf2c | SNMP | VerifySnmpStatus | Verifies if the SNMP agent is enabled. | - | NOT RUN | - | | 650 | dc1-leaf2c | Software | VerifyEOSVersion | Verifies the EOS version of the device. | - | NOT RUN | - | | 651 | dc1-leaf2c | Software | VerifyTerminAttrVersion | Verifies the TerminAttr version of the device. | - | NOT RUN | - | -| 652 | dc1-leaf2c | STUN | VerifyStunClient | Verifies the STUN client is configured with the specified IPv4 source address and port. Validate the public IP and port if provided. | - | NOT RUN | - | +| 652 | dc1-leaf2c | STUN | VerifyStunClient | (Deprecated) Verifies the translation for a source address on a STUN client. | - | NOT RUN | - | | 653 | dc1-leaf2c | System | VerifyAgentLogs | Verifies there are no agent crash reports. | - | NOT RUN | - | | 654 | dc1-leaf2c | System | VerifyCoredump | Verifies there are no core dump files. | - | NOT RUN | - | | 655 | dc1-leaf2c | System | VerifyCPUUtilization | Verifies whether the CPU utilization is below 75%. | - | NOT RUN | - | @@ -752,59 +752,59 @@ | 668 | dc1-spine1 | AAA | VerifyTacacsServerGroups | Verifies if the provided TACACS server group(s) are configured. | - | NOT RUN | - | | 669 | dc1-spine1 | AAA | VerifyTacacsServers | Verifies TACACS servers are configured for a specified VRF. | - | NOT RUN | - | | 670 | dc1-spine1 | AAA | VerifyTacacsSourceIntf | Verifies TACACS source-interface for a specified VRF. | - | NOT RUN | - | -| 671 | dc1-spine1 | BFD | VerifyBFDPeersHealth | Verifies the health of all IPv4 BFD peers. | - | NOT RUN | - | -| 672 | dc1-spine1 | BFD | VerifyBFDPeersIntervals | Verifies the timers of the IPv4 BFD peers in the specified VRF. | - | NOT RUN | - | -| 673 | dc1-spine1 | BFD | VerifyBFDSpecificPeers | Verifies the IPv4 BFD peer's sessions and remote disc in the specified VRF. | - | NOT RUN | - | -| 674 | dc1-spine1 | BGP | VerifyBGPAdvCommunities | Verifies the advertised communities of a BGP peer. | - | NOT RUN | - | +| 671 | dc1-spine1 | BFD | VerifyBFDPeersHealth | Verifies the health of IPv4 BFD peers across all VRFs. | - | NOT RUN | - | +| 672 | dc1-spine1 | BFD | VerifyBFDPeersIntervals | Verifies the timers of IPv4 BFD peer sessions. | - | NOT RUN | - | +| 673 | dc1-spine1 | BFD | VerifyBFDSpecificPeers | Verifies the state of IPv4 BFD peer sessions. | - | NOT RUN | - | +| 674 | dc1-spine1 | BGP | VerifyBGPAdvCommunities | Verifies that advertised communities are standard, extended and large for BGP peers. | - | NOT RUN | - | | 675 | dc1-spine1 | BGP | VerifyBGPExchangedRoutes | Verifies the advertised and received routes of BGP peers. | - | NOT RUN | - | -| 676 | dc1-spine1 | BGP | VerifyBGPPeerASNCap | Verifies the four octet asn capabilities of a BGP peer. | - | NOT RUN | - | -| 677 | dc1-spine1 | BGP | VerifyBGPPeerCount | Verifies the count of BGP peers. | - | NOT RUN | - | -| 678 | dc1-spine1 | BGP | VerifyBGPPeerMD5Auth | Verifies the MD5 authentication and state of a BGP peer. | - | NOT RUN | - | -| 679 | dc1-spine1 | BGP | VerifyBGPPeerMPCaps | Verifies the multiprotocol capabilities of a BGP peer. | - | NOT RUN | - | -| 680 | dc1-spine1 | BGP | VerifyBGPPeerRouteRefreshCap | Verifies the route refresh capabilities of a BGP peer. | - | NOT RUN | - | -| 681 | dc1-spine1 | BGP | VerifyBGPPeersHealth | Verifies the health of BGP peers | - | NOT RUN | - | -| 682 | dc1-spine1 | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s). | - | NOT RUN | - | -| 683 | dc1-spine1 | BGP | VerifyBGPTimers | Verifies the timers of a BGP peer. | - | NOT RUN | - | +| 676 | dc1-spine1 | BGP | VerifyBGPPeerASNCap | Verifies the four octet ASN capability of BGP peers. | - | NOT RUN | - | +| 677 | dc1-spine1 | BGP | VerifyBGPPeerCount | Verifies the count of BGP peers for given address families. | - | NOT RUN | - | +| 678 | dc1-spine1 | BGP | VerifyBGPPeerMD5Auth | Verifies the MD5 authentication and state of IPv4 BGP peers in a specified VRF. | - | NOT RUN | - | +| 679 | dc1-spine1 | BGP | VerifyBGPPeerMPCaps | Verifies the multiprotocol capabilities of BGP peers. | - | NOT RUN | - | +| 680 | dc1-spine1 | BGP | VerifyBGPPeerRouteRefreshCap | Verifies the route refresh capabilities of a BGP peer in a specified VRF. | - | NOT RUN | - | +| 681 | dc1-spine1 | BGP | VerifyBGPPeersHealth | Verifies the health of BGP peers for given address families. | - | NOT RUN | - | +| 682 | dc1-spine1 | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s) for given address families. | - | NOT RUN | - | +| 683 | dc1-spine1 | BGP | VerifyBGPTimers | Verifies the timers of BGP peers. | - | NOT RUN | - | | 684 | dc1-spine1 | BGP | VerifyEVPNType2Route | Verifies the EVPN Type-2 routes for a given IPv4 or MAC address and VNI. | - | NOT RUN | - | -| 685 | dc1-spine1 | Configuration | VerifyRunningConfigDiffs | Verifies there is no difference between the running-config and the startup-config | - | NOT RUN | - | -| 686 | dc1-spine1 | Configuration | VerifyZeroTouch | Verifies ZeroTouch is disabled | - | NOT RUN | - | -| 687 | dc1-spine1 | Connectivity | VerifyLLDPNeighbors | Verifies that the provided LLDP neighbors are connected properly. | Local: Ethernet1 - Remote: dc1-leaf1a Ethernet1 | NOT RUN | - | -| 688 | dc1-spine1 | Connectivity | VerifyLLDPNeighbors | Verifies that the provided LLDP neighbors are connected properly. | Local: Ethernet2 - Remote: dc1-leaf1b Ethernet1 | NOT RUN | - | -| 689 | dc1-spine1 | Connectivity | VerifyLLDPNeighbors | Verifies that the provided LLDP neighbors are connected properly. | Local: Ethernet3 - Remote: dc1-leaf2a Ethernet1 | NOT RUN | - | -| 690 | dc1-spine1 | Connectivity | VerifyLLDPNeighbors | Verifies that the provided LLDP neighbors are connected properly. | Local: Ethernet5 - Remote: dc1-svc-leaf1a Ethernet1 | NOT RUN | - | -| 691 | dc1-spine1 | Connectivity | VerifyLLDPNeighbors | Verifies that the provided LLDP neighbors are connected properly. | Local: Ethernet6 - Remote: dc1-svc-leaf1b Ethernet1 | NOT RUN | - | -| 692 | dc1-spine1 | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: P2P Interface Ethernet1 (IP: 10.255.255.0) - Destination: dc1-leaf1a Ethernet1 (IP: 10.255.255.1) | NOT RUN | - | -| 693 | dc1-spine1 | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: P2P Interface Ethernet2 (IP: 10.255.255.4) - Destination: dc1-leaf1b Ethernet1 (IP: 10.255.255.5) | NOT RUN | - | -| 694 | dc1-spine1 | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: P2P Interface Ethernet3 (IP: 10.255.255.8) - Destination: dc1-leaf2a Ethernet1 (IP: 10.255.255.9) | NOT RUN | - | -| 695 | dc1-spine1 | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: P2P Interface Ethernet5 (IP: 10.33.255.16) - Destination: dc1-svc-leaf1a Ethernet1 (IP: 10.33.255.17) | NOT RUN | - | -| 696 | dc1-spine1 | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: P2P Interface Ethernet6 (IP: 10.33.255.20) - Destination: dc1-svc-leaf1b Ethernet1 (IP: 10.33.255.21) | NOT RUN | - | +| 685 | dc1-spine1 | Configuration | VerifyRunningConfigDiffs | Verifies there is no difference between the running-config and the startup-config. | - | NOT RUN | - | +| 686 | dc1-spine1 | Configuration | VerifyZeroTouch | Verifies ZeroTouch is disabled. | - | NOT RUN | - | +| 687 | dc1-spine1 | Connectivity | VerifyLLDPNeighbors | Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors. | Local: Ethernet1 - Remote: dc1-leaf1a Ethernet1 | NOT RUN | - | +| 688 | dc1-spine1 | Connectivity | VerifyLLDPNeighbors | Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors. | Local: Ethernet2 - Remote: dc1-leaf1b Ethernet1 | NOT RUN | - | +| 689 | dc1-spine1 | Connectivity | VerifyLLDPNeighbors | Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors. | Local: Ethernet3 - Remote: dc1-leaf2a Ethernet1 | NOT RUN | - | +| 690 | dc1-spine1 | Connectivity | VerifyLLDPNeighbors | Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors. | Local: Ethernet5 - Remote: dc1-svc-leaf1a Ethernet1 | NOT RUN | - | +| 691 | dc1-spine1 | Connectivity | VerifyLLDPNeighbors | Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors. | Local: Ethernet6 - Remote: dc1-svc-leaf1b Ethernet1 | NOT RUN | - | +| 692 | dc1-spine1 | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: P2P Interface Ethernet1 (IP: 10.255.255.0) - Destination: dc1-leaf1a Ethernet1 (IP: 10.255.255.1) | NOT RUN | - | +| 693 | dc1-spine1 | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: P2P Interface Ethernet2 (IP: 10.255.255.4) - Destination: dc1-leaf1b Ethernet1 (IP: 10.255.255.5) | NOT RUN | - | +| 694 | dc1-spine1 | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: P2P Interface Ethernet3 (IP: 10.255.255.8) - Destination: dc1-leaf2a Ethernet1 (IP: 10.255.255.9) | NOT RUN | - | +| 695 | dc1-spine1 | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: P2P Interface Ethernet5 (IP: 10.33.255.16) - Destination: dc1-svc-leaf1a Ethernet1 (IP: 10.33.255.17) | NOT RUN | - | +| 696 | dc1-spine1 | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: P2P Interface Ethernet6 (IP: 10.33.255.20) - Destination: dc1-svc-leaf1b Ethernet1 (IP: 10.33.255.21) | NOT RUN | - | | 697 | dc1-spine1 | Field Notices | VerifyFieldNotice44Resolution | Verifies that the device is using the correct Aboot version per FN0044. | - | NOT RUN | - | | 698 | dc1-spine1 | Field Notices | VerifyFieldNotice72Resolution | Verifies if the device is exposed to FN0072, and if the issue has been mitigated. | - | NOT RUN | - | -| 699 | dc1-spine1 | Greent | VerifyGreenT | Verifies if a GreenT policy is created. | - | NOT RUN | - | +| 699 | dc1-spine1 | Greent | VerifyGreenT | Verifies if a GreenT policy other than the default is created. | - | NOT RUN | - | | 700 | dc1-spine1 | Greent | VerifyGreenTCounters | Verifies if the GreenT counters are incremented. | - | NOT RUN | - | | 701 | dc1-spine1 | Hardware | VerifyAdverseDrops | Verifies there are no adverse drops on DCS-7280 and DCS-7500 family switches. | - | NOT RUN | - | | 702 | dc1-spine1 | Hardware | VerifyEnvironmentCooling | Verifies the status of power supply fans and all fan trays. | - | NOT RUN | - | | 703 | dc1-spine1 | Hardware | VerifyEnvironmentCooling | Verifies the status of power supply fans and all fan trays. | Accepted States: 'ok' | NOT RUN | - | | 704 | dc1-spine1 | Hardware | VerifyEnvironmentPower | Verifies the power supplies status. | - | NOT RUN | - | | 705 | dc1-spine1 | Hardware | VerifyEnvironmentPower | Verifies the power supplies status. | Accepted States: 'ok' | NOT RUN | - | -| 706 | dc1-spine1 | Hardware | VerifyEnvironmentSystemCooling | Verifies the system cooling status. | - | NOT RUN | - | -| 707 | dc1-spine1 | Hardware | VerifyTemperature | Verifies the device temperature. | - | NOT RUN | - | -| 708 | dc1-spine1 | Hardware | VerifyTemperature | Verifies the device temperature. | - | NOT RUN | - | -| 709 | dc1-spine1 | Hardware | VerifyTransceiversManufacturers | Verifies if all transceivers come from approved manufacturers. | - | NOT RUN | - | -| 710 | dc1-spine1 | Hardware | VerifyTransceiversManufacturers | Verifies if all transceivers come from approved manufacturers. | Accepted Manufacturers: 'Arista Networks', 'Arastra, Inc.', 'Not Present' | NOT RUN | - | -| 711 | dc1-spine1 | Hardware | VerifyTransceiversTemperature | Verifies the transceivers temperature. | - | NOT RUN | - | +| 706 | dc1-spine1 | Hardware | VerifyEnvironmentSystemCooling | Verifies the device's system cooling status. | - | NOT RUN | - | +| 707 | dc1-spine1 | Hardware | VerifyTemperature | Verifies if the device temperature is within acceptable limits. | - | NOT RUN | - | +| 708 | dc1-spine1 | Hardware | VerifyTemperature | Verifies if the device temperature is within acceptable limits. | - | NOT RUN | - | +| 709 | dc1-spine1 | Hardware | VerifyTransceiversManufacturers | Verifies if all the transceivers come from approved manufacturers. | - | NOT RUN | - | +| 710 | dc1-spine1 | Hardware | VerifyTransceiversManufacturers | Verifies if all the transceivers come from approved manufacturers. | Accepted Manufacturers: 'Arista Networks', 'Arastra, Inc.', 'Not Present' | NOT RUN | - | +| 711 | dc1-spine1 | Hardware | VerifyTransceiversTemperature | Verifies if all the transceivers are operating at an acceptable temperature. | - | NOT RUN | - | | 712 | dc1-spine1 | Interfaces | VerifyIllegalLACP | Verifies there are no illegal LACP packets in all port channels. | - | NOT RUN | - | -| 713 | dc1-spine1 | Interfaces | VerifyInterfaceDiscards | Verifies there are no interface discard counters. | - | NOT RUN | - | +| 713 | dc1-spine1 | Interfaces | VerifyInterfaceDiscards | Verifies that the interfaces packet discard counters are equal to zero. | - | NOT RUN | - | | 714 | dc1-spine1 | Interfaces | VerifyInterfaceErrDisabled | Verifies there are no interfaces in the errdisabled state. | - | NOT RUN | - | -| 715 | dc1-spine1 | Interfaces | VerifyInterfaceErrors | Verifies there are no interface error counters. | - | NOT RUN | - | -| 716 | dc1-spine1 | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | - | NOT RUN | - | -| 717 | dc1-spine1 | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet1 - P2P_dc1-leaf1a_Ethernet1 = 'up' | NOT RUN | - | -| 718 | dc1-spine1 | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet2 - P2P_dc1-leaf1b_Ethernet1 = 'up' | NOT RUN | - | -| 719 | dc1-spine1 | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet3 - P2P_dc1-leaf2a_Ethernet1 = 'up' | NOT RUN | - | -| 720 | dc1-spine1 | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet4 - P2P_dc1-leaf2b_Ethernet1 = 'adminDown' | NOT RUN | - | -| 721 | dc1-spine1 | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet5 - P2P_dc1-svc-leaf1a_Ethernet1 = 'up' | NOT RUN | - | -| 722 | dc1-spine1 | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet6 - P2P_dc1-svc-leaf1b_Ethernet1 = 'up' | NOT RUN | - | -| 723 | dc1-spine1 | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Loopback0 - ROUTER_ID = 'up' | NOT RUN | - | +| 715 | dc1-spine1 | Interfaces | VerifyInterfaceErrors | Verifies that the interfaces error counters are equal to zero. | - | NOT RUN | - | +| 716 | dc1-spine1 | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | - | NOT RUN | - | +| 717 | dc1-spine1 | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Ethernet1 - P2P_dc1-leaf1a_Ethernet1 = 'up' | NOT RUN | - | +| 718 | dc1-spine1 | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Ethernet2 - P2P_dc1-leaf1b_Ethernet1 = 'up' | NOT RUN | - | +| 719 | dc1-spine1 | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Ethernet3 - P2P_dc1-leaf2a_Ethernet1 = 'up' | NOT RUN | - | +| 720 | dc1-spine1 | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Ethernet4 - P2P_dc1-leaf2b_Ethernet1 = 'adminDown' | NOT RUN | - | +| 721 | dc1-spine1 | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Ethernet5 - P2P_dc1-svc-leaf1a_Ethernet1 = 'up' | NOT RUN | - | +| 722 | dc1-spine1 | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Ethernet6 - P2P_dc1-svc-leaf1b_Ethernet1 = 'up' | NOT RUN | - | +| 723 | dc1-spine1 | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Loopback0 - ROUTER_ID = 'up' | NOT RUN | - | | 724 | dc1-spine1 | Interfaces | VerifyInterfaceUtilization | Verifies that the utilization of interfaces is below a certain threshold. | - | NOT RUN | - | | 725 | dc1-spine1 | Interfaces | VerifyIPProxyARP | Verifies if Proxy ARP is enabled. | - | NOT RUN | - | | 726 | dc1-spine1 | Interfaces | VerifyL2MTU | Verifies the global L2 MTU of all L2 interfaces. | - | NOT RUN | - | @@ -835,13 +835,13 @@ | 751 | dc1-spine1 | Security | VerifyBannerMotd | Verifies the motd banner of a device. | - | NOT RUN | - | | 752 | dc1-spine1 | Security | VerifyIPSecConnHealth | Verifies all IPv4 security connections. | - | NOT RUN | - | | 753 | dc1-spine1 | Security | VerifyIPv4ACL | Verifies the configuration of IPv4 ACLs. | - | NOT RUN | - | -| 754 | dc1-spine1 | Security | VerifySpecificIPSecConn | Verifies IPv4 security connections for a peer. | - | NOT RUN | - | +| 754 | dc1-spine1 | Security | VerifySpecificIPSecConn | Verifies the IPv4 security connections. | - | NOT RUN | - | | 755 | dc1-spine1 | Security | VerifySSHIPv4Acl | Verifies if the SSHD agent has IPv4 ACL(s) configured. | - | NOT RUN | - | | 756 | dc1-spine1 | Security | VerifySSHIPv6Acl | Verifies if the SSHD agent has IPv6 ACL(s) configured. | - | NOT RUN | - | | 757 | dc1-spine1 | Security | VerifySSHStatus | Verifies if the SSHD agent is disabled in the default VRF. | - | NOT RUN | - | | 758 | dc1-spine1 | Security | VerifyTelnetStatus | Verifies if Telnet is disabled in the default VRF. | - | NOT RUN | - | | 759 | dc1-spine1 | Services | VerifyDNSLookup | Verifies the DNS name to IP address resolution. | - | NOT RUN | - | -| 760 | dc1-spine1 | Services | VerifyDNSServers | Verifies if the DNS servers are correctly configured. | - | NOT RUN | - | +| 760 | dc1-spine1 | Services | VerifyDNSServers | Verifies if the DNS (Domain Name Service) servers are correctly configured. | - | NOT RUN | - | | 761 | dc1-spine1 | Services | VerifyErrdisableRecovery | Verifies the errdisable recovery reason, status, and interval. | - | NOT RUN | - | | 762 | dc1-spine1 | Services | VerifyHostname | Verifies the hostname of a device. | - | NOT RUN | - | | 763 | dc1-spine1 | SNMP | VerifySnmpIPv4Acl | Verifies if the SNMP agent has IPv4 ACL(s) configured. | - | NOT RUN | - | @@ -849,7 +849,7 @@ | 765 | dc1-spine1 | SNMP | VerifySnmpStatus | Verifies if the SNMP agent is enabled. | - | NOT RUN | - | | 766 | dc1-spine1 | Software | VerifyEOSVersion | Verifies the EOS version of the device. | - | NOT RUN | - | | 767 | dc1-spine1 | Software | VerifyTerminAttrVersion | Verifies the TerminAttr version of the device. | - | NOT RUN | - | -| 768 | dc1-spine1 | STUN | VerifyStunClient | Verifies the STUN client is configured with the specified IPv4 source address and port. Validate the public IP and port if provided. | - | NOT RUN | - | +| 768 | dc1-spine1 | STUN | VerifyStunClient | (Deprecated) Verifies the translation for a source address on a STUN client. | - | NOT RUN | - | | 769 | dc1-spine1 | System | VerifyAgentLogs | Verifies there are no agent crash reports. | - | NOT RUN | - | | 770 | dc1-spine1 | System | VerifyCoredump | Verifies there are no core dump files. | - | NOT RUN | - | | 771 | dc1-spine1 | System | VerifyCPUUtilization | Verifies whether the CPU utilization is below 75%. | - | NOT RUN | - | @@ -868,59 +868,59 @@ | 784 | dc1-spine2 | AAA | VerifyTacacsServerGroups | Verifies if the provided TACACS server group(s) are configured. | - | NOT RUN | - | | 785 | dc1-spine2 | AAA | VerifyTacacsServers | Verifies TACACS servers are configured for a specified VRF. | - | NOT RUN | - | | 786 | dc1-spine2 | AAA | VerifyTacacsSourceIntf | Verifies TACACS source-interface for a specified VRF. | - | NOT RUN | - | -| 787 | dc1-spine2 | BFD | VerifyBFDPeersHealth | Verifies the health of all IPv4 BFD peers. | - | NOT RUN | - | -| 788 | dc1-spine2 | BFD | VerifyBFDPeersIntervals | Verifies the timers of the IPv4 BFD peers in the specified VRF. | - | NOT RUN | - | -| 789 | dc1-spine2 | BFD | VerifyBFDSpecificPeers | Verifies the IPv4 BFD peer's sessions and remote disc in the specified VRF. | - | NOT RUN | - | -| 790 | dc1-spine2 | BGP | VerifyBGPAdvCommunities | Verifies the advertised communities of a BGP peer. | - | NOT RUN | - | +| 787 | dc1-spine2 | BFD | VerifyBFDPeersHealth | Verifies the health of IPv4 BFD peers across all VRFs. | - | NOT RUN | - | +| 788 | dc1-spine2 | BFD | VerifyBFDPeersIntervals | Verifies the timers of IPv4 BFD peer sessions. | - | NOT RUN | - | +| 789 | dc1-spine2 | BFD | VerifyBFDSpecificPeers | Verifies the state of IPv4 BFD peer sessions. | - | NOT RUN | - | +| 790 | dc1-spine2 | BGP | VerifyBGPAdvCommunities | Verifies that advertised communities are standard, extended and large for BGP peers. | - | NOT RUN | - | | 791 | dc1-spine2 | BGP | VerifyBGPExchangedRoutes | Verifies the advertised and received routes of BGP peers. | - | NOT RUN | - | -| 792 | dc1-spine2 | BGP | VerifyBGPPeerASNCap | Verifies the four octet asn capabilities of a BGP peer. | - | NOT RUN | - | -| 793 | dc1-spine2 | BGP | VerifyBGPPeerCount | Verifies the count of BGP peers. | - | NOT RUN | - | -| 794 | dc1-spine2 | BGP | VerifyBGPPeerMD5Auth | Verifies the MD5 authentication and state of a BGP peer. | - | NOT RUN | - | -| 795 | dc1-spine2 | BGP | VerifyBGPPeerMPCaps | Verifies the multiprotocol capabilities of a BGP peer. | - | NOT RUN | - | -| 796 | dc1-spine2 | BGP | VerifyBGPPeerRouteRefreshCap | Verifies the route refresh capabilities of a BGP peer. | - | NOT RUN | - | -| 797 | dc1-spine2 | BGP | VerifyBGPPeersHealth | Verifies the health of BGP peers | - | NOT RUN | - | -| 798 | dc1-spine2 | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s). | - | NOT RUN | - | -| 799 | dc1-spine2 | BGP | VerifyBGPTimers | Verifies the timers of a BGP peer. | - | NOT RUN | - | +| 792 | dc1-spine2 | BGP | VerifyBGPPeerASNCap | Verifies the four octet ASN capability of BGP peers. | - | NOT RUN | - | +| 793 | dc1-spine2 | BGP | VerifyBGPPeerCount | Verifies the count of BGP peers for given address families. | - | NOT RUN | - | +| 794 | dc1-spine2 | BGP | VerifyBGPPeerMD5Auth | Verifies the MD5 authentication and state of IPv4 BGP peers in a specified VRF. | - | NOT RUN | - | +| 795 | dc1-spine2 | BGP | VerifyBGPPeerMPCaps | Verifies the multiprotocol capabilities of BGP peers. | - | NOT RUN | - | +| 796 | dc1-spine2 | BGP | VerifyBGPPeerRouteRefreshCap | Verifies the route refresh capabilities of a BGP peer in a specified VRF. | - | NOT RUN | - | +| 797 | dc1-spine2 | BGP | VerifyBGPPeersHealth | Verifies the health of BGP peers for given address families. | - | NOT RUN | - | +| 798 | dc1-spine2 | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s) for given address families. | - | NOT RUN | - | +| 799 | dc1-spine2 | BGP | VerifyBGPTimers | Verifies the timers of BGP peers. | - | NOT RUN | - | | 800 | dc1-spine2 | BGP | VerifyEVPNType2Route | Verifies the EVPN Type-2 routes for a given IPv4 or MAC address and VNI. | - | NOT RUN | - | -| 801 | dc1-spine2 | Configuration | VerifyRunningConfigDiffs | Verifies there is no difference between the running-config and the startup-config | - | NOT RUN | - | -| 802 | dc1-spine2 | Configuration | VerifyZeroTouch | Verifies ZeroTouch is disabled | - | NOT RUN | - | -| 803 | dc1-spine2 | Connectivity | VerifyLLDPNeighbors | Verifies that the provided LLDP neighbors are connected properly. | Local: Ethernet1 - Remote: dc1-leaf1a Ethernet2 | NOT RUN | - | -| 804 | dc1-spine2 | Connectivity | VerifyLLDPNeighbors | Verifies that the provided LLDP neighbors are connected properly. | Local: Ethernet2 - Remote: dc1-leaf1b Ethernet2 | NOT RUN | - | -| 805 | dc1-spine2 | Connectivity | VerifyLLDPNeighbors | Verifies that the provided LLDP neighbors are connected properly. | Local: Ethernet3 - Remote: dc1-leaf2a Ethernet2 | NOT RUN | - | -| 806 | dc1-spine2 | Connectivity | VerifyLLDPNeighbors | Verifies that the provided LLDP neighbors are connected properly. | Local: Ethernet5 - Remote: dc1-svc-leaf1a Ethernet2 | NOT RUN | - | -| 807 | dc1-spine2 | Connectivity | VerifyLLDPNeighbors | Verifies that the provided LLDP neighbors are connected properly. | Local: Ethernet6 - Remote: dc1-svc-leaf1b Ethernet2 | NOT RUN | - | -| 808 | dc1-spine2 | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: P2P Interface Ethernet1 (IP: 10.255.255.2) - Destination: dc1-leaf1a Ethernet2 (IP: 10.255.255.3) | NOT RUN | - | -| 809 | dc1-spine2 | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: P2P Interface Ethernet2 (IP: 10.255.255.6) - Destination: dc1-leaf1b Ethernet2 (IP: 10.255.255.7) | NOT RUN | - | -| 810 | dc1-spine2 | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: P2P Interface Ethernet3 (IP: 10.255.255.10) - Destination: dc1-leaf2a Ethernet2 (IP: 10.255.255.11) | NOT RUN | - | -| 811 | dc1-spine2 | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: P2P Interface Ethernet5 (IP: 10.33.255.18) - Destination: dc1-svc-leaf1a Ethernet2 (IP: 10.33.255.19) | NOT RUN | - | -| 812 | dc1-spine2 | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: P2P Interface Ethernet6 (IP: 10.33.255.22) - Destination: dc1-svc-leaf1b Ethernet2 (IP: 10.33.255.23) | NOT RUN | - | +| 801 | dc1-spine2 | Configuration | VerifyRunningConfigDiffs | Verifies there is no difference between the running-config and the startup-config. | - | NOT RUN | - | +| 802 | dc1-spine2 | Configuration | VerifyZeroTouch | Verifies ZeroTouch is disabled. | - | NOT RUN | - | +| 803 | dc1-spine2 | Connectivity | VerifyLLDPNeighbors | Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors. | Local: Ethernet1 - Remote: dc1-leaf1a Ethernet2 | NOT RUN | - | +| 804 | dc1-spine2 | Connectivity | VerifyLLDPNeighbors | Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors. | Local: Ethernet2 - Remote: dc1-leaf1b Ethernet2 | NOT RUN | - | +| 805 | dc1-spine2 | Connectivity | VerifyLLDPNeighbors | Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors. | Local: Ethernet3 - Remote: dc1-leaf2a Ethernet2 | NOT RUN | - | +| 806 | dc1-spine2 | Connectivity | VerifyLLDPNeighbors | Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors. | Local: Ethernet5 - Remote: dc1-svc-leaf1a Ethernet2 | NOT RUN | - | +| 807 | dc1-spine2 | Connectivity | VerifyLLDPNeighbors | Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors. | Local: Ethernet6 - Remote: dc1-svc-leaf1b Ethernet2 | NOT RUN | - | +| 808 | dc1-spine2 | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: P2P Interface Ethernet1 (IP: 10.255.255.2) - Destination: dc1-leaf1a Ethernet2 (IP: 10.255.255.3) | NOT RUN | - | +| 809 | dc1-spine2 | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: P2P Interface Ethernet2 (IP: 10.255.255.6) - Destination: dc1-leaf1b Ethernet2 (IP: 10.255.255.7) | NOT RUN | - | +| 810 | dc1-spine2 | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: P2P Interface Ethernet3 (IP: 10.255.255.10) - Destination: dc1-leaf2a Ethernet2 (IP: 10.255.255.11) | NOT RUN | - | +| 811 | dc1-spine2 | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: P2P Interface Ethernet5 (IP: 10.33.255.18) - Destination: dc1-svc-leaf1a Ethernet2 (IP: 10.33.255.19) | NOT RUN | - | +| 812 | dc1-spine2 | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: P2P Interface Ethernet6 (IP: 10.33.255.22) - Destination: dc1-svc-leaf1b Ethernet2 (IP: 10.33.255.23) | NOT RUN | - | | 813 | dc1-spine2 | Field Notices | VerifyFieldNotice44Resolution | Verifies that the device is using the correct Aboot version per FN0044. | - | NOT RUN | - | | 814 | dc1-spine2 | Field Notices | VerifyFieldNotice72Resolution | Verifies if the device is exposed to FN0072, and if the issue has been mitigated. | - | NOT RUN | - | -| 815 | dc1-spine2 | Greent | VerifyGreenT | Verifies if a GreenT policy is created. | - | NOT RUN | - | +| 815 | dc1-spine2 | Greent | VerifyGreenT | Verifies if a GreenT policy other than the default is created. | - | NOT RUN | - | | 816 | dc1-spine2 | Greent | VerifyGreenTCounters | Verifies if the GreenT counters are incremented. | - | NOT RUN | - | | 817 | dc1-spine2 | Hardware | VerifyAdverseDrops | Verifies there are no adverse drops on DCS-7280 and DCS-7500 family switches. | - | NOT RUN | - | | 818 | dc1-spine2 | Hardware | VerifyEnvironmentCooling | Verifies the status of power supply fans and all fan trays. | - | NOT RUN | - | | 819 | dc1-spine2 | Hardware | VerifyEnvironmentCooling | Verifies the status of power supply fans and all fan trays. | Accepted States: 'ok' | NOT RUN | - | | 820 | dc1-spine2 | Hardware | VerifyEnvironmentPower | Verifies the power supplies status. | - | NOT RUN | - | | 821 | dc1-spine2 | Hardware | VerifyEnvironmentPower | Verifies the power supplies status. | Accepted States: 'ok' | NOT RUN | - | -| 822 | dc1-spine2 | Hardware | VerifyEnvironmentSystemCooling | Verifies the system cooling status. | - | NOT RUN | - | -| 823 | dc1-spine2 | Hardware | VerifyTemperature | Verifies the device temperature. | - | NOT RUN | - | -| 824 | dc1-spine2 | Hardware | VerifyTemperature | Verifies the device temperature. | - | NOT RUN | - | -| 825 | dc1-spine2 | Hardware | VerifyTransceiversManufacturers | Verifies if all transceivers come from approved manufacturers. | - | NOT RUN | - | -| 826 | dc1-spine2 | Hardware | VerifyTransceiversManufacturers | Verifies if all transceivers come from approved manufacturers. | Accepted Manufacturers: 'Arista Networks', 'Arastra, Inc.', 'Not Present' | NOT RUN | - | -| 827 | dc1-spine2 | Hardware | VerifyTransceiversTemperature | Verifies the transceivers temperature. | - | NOT RUN | - | +| 822 | dc1-spine2 | Hardware | VerifyEnvironmentSystemCooling | Verifies the device's system cooling status. | - | NOT RUN | - | +| 823 | dc1-spine2 | Hardware | VerifyTemperature | Verifies if the device temperature is within acceptable limits. | - | NOT RUN | - | +| 824 | dc1-spine2 | Hardware | VerifyTemperature | Verifies if the device temperature is within acceptable limits. | - | NOT RUN | - | +| 825 | dc1-spine2 | Hardware | VerifyTransceiversManufacturers | Verifies if all the transceivers come from approved manufacturers. | - | NOT RUN | - | +| 826 | dc1-spine2 | Hardware | VerifyTransceiversManufacturers | Verifies if all the transceivers come from approved manufacturers. | Accepted Manufacturers: 'Arista Networks', 'Arastra, Inc.', 'Not Present' | NOT RUN | - | +| 827 | dc1-spine2 | Hardware | VerifyTransceiversTemperature | Verifies if all the transceivers are operating at an acceptable temperature. | - | NOT RUN | - | | 828 | dc1-spine2 | Interfaces | VerifyIllegalLACP | Verifies there are no illegal LACP packets in all port channels. | - | NOT RUN | - | -| 829 | dc1-spine2 | Interfaces | VerifyInterfaceDiscards | Verifies there are no interface discard counters. | - | NOT RUN | - | +| 829 | dc1-spine2 | Interfaces | VerifyInterfaceDiscards | Verifies that the interfaces packet discard counters are equal to zero. | - | NOT RUN | - | | 830 | dc1-spine2 | Interfaces | VerifyInterfaceErrDisabled | Verifies there are no interfaces in the errdisabled state. | - | NOT RUN | - | -| 831 | dc1-spine2 | Interfaces | VerifyInterfaceErrors | Verifies there are no interface error counters. | - | NOT RUN | - | -| 832 | dc1-spine2 | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | - | NOT RUN | - | -| 833 | dc1-spine2 | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet1 - P2P_dc1-leaf1a_Ethernet2 = 'up' | NOT RUN | - | -| 834 | dc1-spine2 | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet2 - P2P_dc1-leaf1b_Ethernet2 = 'up' | NOT RUN | - | -| 835 | dc1-spine2 | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet3 - P2P_dc1-leaf2a_Ethernet2 = 'up' | NOT RUN | - | -| 836 | dc1-spine2 | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet4 - P2P_dc1-leaf2b_Ethernet2 = 'adminDown' | NOT RUN | - | -| 837 | dc1-spine2 | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet5 - P2P_dc1-svc-leaf1a_Ethernet2 = 'up' | NOT RUN | - | -| 838 | dc1-spine2 | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet6 - P2P_dc1-svc-leaf1b_Ethernet2 = 'up' | NOT RUN | - | -| 839 | dc1-spine2 | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Loopback0 - ROUTER_ID = 'up' | NOT RUN | - | +| 831 | dc1-spine2 | Interfaces | VerifyInterfaceErrors | Verifies that the interfaces error counters are equal to zero. | - | NOT RUN | - | +| 832 | dc1-spine2 | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | - | NOT RUN | - | +| 833 | dc1-spine2 | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Ethernet1 - P2P_dc1-leaf1a_Ethernet2 = 'up' | NOT RUN | - | +| 834 | dc1-spine2 | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Ethernet2 - P2P_dc1-leaf1b_Ethernet2 = 'up' | NOT RUN | - | +| 835 | dc1-spine2 | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Ethernet3 - P2P_dc1-leaf2a_Ethernet2 = 'up' | NOT RUN | - | +| 836 | dc1-spine2 | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Ethernet4 - P2P_dc1-leaf2b_Ethernet2 = 'adminDown' | NOT RUN | - | +| 837 | dc1-spine2 | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Ethernet5 - P2P_dc1-svc-leaf1a_Ethernet2 = 'up' | NOT RUN | - | +| 838 | dc1-spine2 | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Ethernet6 - P2P_dc1-svc-leaf1b_Ethernet2 = 'up' | NOT RUN | - | +| 839 | dc1-spine2 | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Loopback0 - ROUTER_ID = 'up' | NOT RUN | - | | 840 | dc1-spine2 | Interfaces | VerifyInterfaceUtilization | Verifies that the utilization of interfaces is below a certain threshold. | - | NOT RUN | - | | 841 | dc1-spine2 | Interfaces | VerifyIPProxyARP | Verifies if Proxy ARP is enabled. | - | NOT RUN | - | | 842 | dc1-spine2 | Interfaces | VerifyL2MTU | Verifies the global L2 MTU of all L2 interfaces. | - | NOT RUN | - | @@ -951,13 +951,13 @@ | 867 | dc1-spine2 | Security | VerifyBannerMotd | Verifies the motd banner of a device. | - | NOT RUN | - | | 868 | dc1-spine2 | Security | VerifyIPSecConnHealth | Verifies all IPv4 security connections. | - | NOT RUN | - | | 869 | dc1-spine2 | Security | VerifyIPv4ACL | Verifies the configuration of IPv4 ACLs. | - | NOT RUN | - | -| 870 | dc1-spine2 | Security | VerifySpecificIPSecConn | Verifies IPv4 security connections for a peer. | - | NOT RUN | - | +| 870 | dc1-spine2 | Security | VerifySpecificIPSecConn | Verifies the IPv4 security connections. | - | NOT RUN | - | | 871 | dc1-spine2 | Security | VerifySSHIPv4Acl | Verifies if the SSHD agent has IPv4 ACL(s) configured. | - | NOT RUN | - | | 872 | dc1-spine2 | Security | VerifySSHIPv6Acl | Verifies if the SSHD agent has IPv6 ACL(s) configured. | - | NOT RUN | - | | 873 | dc1-spine2 | Security | VerifySSHStatus | Verifies if the SSHD agent is disabled in the default VRF. | - | NOT RUN | - | | 874 | dc1-spine2 | Security | VerifyTelnetStatus | Verifies if Telnet is disabled in the default VRF. | - | NOT RUN | - | | 875 | dc1-spine2 | Services | VerifyDNSLookup | Verifies the DNS name to IP address resolution. | - | NOT RUN | - | -| 876 | dc1-spine2 | Services | VerifyDNSServers | Verifies if the DNS servers are correctly configured. | - | NOT RUN | - | +| 876 | dc1-spine2 | Services | VerifyDNSServers | Verifies if the DNS (Domain Name Service) servers are correctly configured. | - | NOT RUN | - | | 877 | dc1-spine2 | Services | VerifyErrdisableRecovery | Verifies the errdisable recovery reason, status, and interval. | - | NOT RUN | - | | 878 | dc1-spine2 | Services | VerifyHostname | Verifies the hostname of a device. | - | NOT RUN | - | | 879 | dc1-spine2 | SNMP | VerifySnmpIPv4Acl | Verifies if the SNMP agent has IPv4 ACL(s) configured. | - | NOT RUN | - | @@ -965,7 +965,7 @@ | 881 | dc1-spine2 | SNMP | VerifySnmpStatus | Verifies if the SNMP agent is enabled. | - | NOT RUN | - | | 882 | dc1-spine2 | Software | VerifyEOSVersion | Verifies the EOS version of the device. | - | NOT RUN | - | | 883 | dc1-spine2 | Software | VerifyTerminAttrVersion | Verifies the TerminAttr version of the device. | - | NOT RUN | - | -| 884 | dc1-spine2 | STUN | VerifyStunClient | Verifies the STUN client is configured with the specified IPv4 source address and port. Validate the public IP and port if provided. | - | NOT RUN | - | +| 884 | dc1-spine2 | STUN | VerifyStunClient | (Deprecated) Verifies the translation for a source address on a STUN client. | - | NOT RUN | - | | 885 | dc1-spine2 | System | VerifyAgentLogs | Verifies there are no agent crash reports. | - | NOT RUN | - | | 886 | dc1-spine2 | System | VerifyCoredump | Verifies there are no core dump files. | - | NOT RUN | - | | 887 | dc1-spine2 | System | VerifyCPUUtilization | Verifies whether the CPU utilization is below 75%. | - | NOT RUN | - | @@ -984,61 +984,61 @@ | 900 | dc1-svc-leaf1a | AAA | VerifyTacacsServerGroups | Verifies if the provided TACACS server group(s) are configured. | - | NOT RUN | - | | 901 | dc1-svc-leaf1a | AAA | VerifyTacacsServers | Verifies TACACS servers are configured for a specified VRF. | - | NOT RUN | - | | 902 | dc1-svc-leaf1a | AAA | VerifyTacacsSourceIntf | Verifies TACACS source-interface for a specified VRF. | - | NOT RUN | - | -| 903 | dc1-svc-leaf1a | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s). | BGP EVPN Peer: dc1-spine1 (IP: 10.255.0.1) | NOT RUN | - | -| 904 | dc1-svc-leaf1a | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s). | BGP EVPN Peer: dc1-spine2 (IP: 10.255.0.2) | NOT RUN | - | -| 905 | dc1-svc-leaf1a | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s). | BGP IPv4 Unicast Peer: dc1-spine1 (IP: 10.33.255.16) | NOT RUN | - | -| 906 | dc1-svc-leaf1a | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s). | BGP IPv4 Unicast Peer: dc1-spine2 (IP: 10.33.255.18) | NOT RUN | - | -| 907 | dc1-svc-leaf1a | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s). | BGP IPv4 Unicast Peer: dc1-svc-leaf1b (IP: 10.33.1.105) | NOT RUN | - | -| 908 | dc1-svc-leaf1a | Configuration | VerifyRunningConfigDiffs | Verifies there is no difference between the running-config and the startup-config | - | NOT RUN | - | -| 909 | dc1-svc-leaf1a | Configuration | VerifyZeroTouch | Verifies ZeroTouch is disabled | - | NOT RUN | - | -| 910 | dc1-svc-leaf1a | Connectivity | VerifyLLDPNeighbors | Verifies that the provided LLDP neighbors are connected properly. | Local: Ethernet1 - Remote: dc1-spine1 Ethernet5 | NOT RUN | - | -| 911 | dc1-svc-leaf1a | Connectivity | VerifyLLDPNeighbors | Verifies that the provided LLDP neighbors are connected properly. | Local: Ethernet2 - Remote: dc1-spine2 Ethernet5 | NOT RUN | - | -| 912 | dc1-svc-leaf1a | Connectivity | VerifyLLDPNeighbors | Verifies that the provided LLDP neighbors are connected properly. | Local: Ethernet3 - Remote: dc1-svc-leaf1b Ethernet3 | NOT RUN | - | -| 913 | dc1-svc-leaf1a | Connectivity | VerifyLLDPNeighbors | Verifies that the provided LLDP neighbors are connected properly. | Local: Ethernet4 - Remote: dc1-svc-leaf1b Ethernet4 | NOT RUN | - | -| 914 | dc1-svc-leaf1a | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.33.0.5) - Destination: dc1-leaf1a Loopback0 (IP: 10.255.0.3) | NOT RUN | - | -| 915 | dc1-svc-leaf1a | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.33.0.5) - Destination: dc1-leaf1b Loopback0 (IP: 10.255.0.4) | NOT RUN | - | -| 916 | dc1-svc-leaf1a | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.33.0.5) - Destination: dc1-leaf2a Loopback0 (IP: 10.255.0.5) | NOT RUN | - | -| 917 | dc1-svc-leaf1a | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.33.0.5) - Destination: dc1-spine1 Loopback0 (IP: 10.255.0.1) | NOT RUN | - | -| 918 | dc1-svc-leaf1a | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.33.0.5) - Destination: dc1-spine2 Loopback0 (IP: 10.255.0.2) | NOT RUN | - | -| 919 | dc1-svc-leaf1a | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.33.0.5) - Destination: dc1-svc-leaf1a Loopback0 (IP: 10.33.0.5) | NOT RUN | - | -| 920 | dc1-svc-leaf1a | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.33.0.5) - Destination: dc1-svc-leaf1b Loopback0 (IP: 10.33.0.6) | NOT RUN | - | -| 921 | dc1-svc-leaf1a | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.33.0.5) - Destination: dc1-wan1 Loopback0 (IP: 10.255.2.1) | NOT RUN | - | -| 922 | dc1-svc-leaf1a | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.33.0.5) - Destination: dc1-wan2 Loopback0 (IP: 10.255.2.2) | NOT RUN | - | -| 923 | dc1-svc-leaf1a | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.33.0.5) - Destination: dc2-leaf1a Loopback0 (IP: 10.255.128.13) | NOT RUN | - | -| 924 | dc1-svc-leaf1a | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.33.0.5) - Destination: dc2-leaf1b Loopback0 (IP: 10.255.128.14) | NOT RUN | - | -| 925 | dc1-svc-leaf1a | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.33.0.5) - Destination: dc2-leaf2a Loopback0 (IP: 10.255.128.15) | NOT RUN | - | -| 926 | dc1-svc-leaf1a | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.33.0.5) - Destination: dc2-leaf2b Loopback0 (IP: 10.255.128.16) | NOT RUN | - | -| 927 | dc1-svc-leaf1a | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.33.0.5) - Destination: dc2-leaf3a.arista.com Loopback0 (IP: 10.255.128.17) | NOT RUN | - | -| 928 | dc1-svc-leaf1a | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.33.0.5) - Destination: dc2-leaf3b.arista.com Loopback0 (IP: 10.255.128.18) | NOT RUN | - | -| 929 | dc1-svc-leaf1a | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.33.0.5) - Destination: dc2-spine1 Loopback0 (IP: 10.255.128.11) | NOT RUN | - | -| 930 | dc1-svc-leaf1a | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.33.0.5) - Destination: dc2-spine2 Loopback0 (IP: 10.255.128.12) | NOT RUN | - | -| 931 | dc1-svc-leaf1a | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: P2P Interface Ethernet1 (IP: 10.33.255.17) - Destination: dc1-spine1 Ethernet5 (IP: 10.33.255.16) | NOT RUN | - | -| 932 | dc1-svc-leaf1a | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: P2P Interface Ethernet2 (IP: 10.33.255.19) - Destination: dc1-spine2 Ethernet5 (IP: 10.33.255.18) | NOT RUN | - | +| 903 | dc1-svc-leaf1a | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s) for given address families. | BGP EVPN Peer: dc1-spine1 (IP: 10.255.0.1) | NOT RUN | - | +| 904 | dc1-svc-leaf1a | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s) for given address families. | BGP EVPN Peer: dc1-spine2 (IP: 10.255.0.2) | NOT RUN | - | +| 905 | dc1-svc-leaf1a | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s) for given address families. | BGP IPv4 Unicast Peer: dc1-spine1 (IP: 10.33.255.16) | NOT RUN | - | +| 906 | dc1-svc-leaf1a | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s) for given address families. | BGP IPv4 Unicast Peer: dc1-spine2 (IP: 10.33.255.18) | NOT RUN | - | +| 907 | dc1-svc-leaf1a | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s) for given address families. | BGP IPv4 Unicast Peer: dc1-svc-leaf1b (IP: 10.33.1.105) | NOT RUN | - | +| 908 | dc1-svc-leaf1a | Configuration | VerifyRunningConfigDiffs | Verifies there is no difference between the running-config and the startup-config. | - | NOT RUN | - | +| 909 | dc1-svc-leaf1a | Configuration | VerifyZeroTouch | Verifies ZeroTouch is disabled. | - | NOT RUN | - | +| 910 | dc1-svc-leaf1a | Connectivity | VerifyLLDPNeighbors | Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors. | Local: Ethernet1 - Remote: dc1-spine1 Ethernet5 | NOT RUN | - | +| 911 | dc1-svc-leaf1a | Connectivity | VerifyLLDPNeighbors | Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors. | Local: Ethernet2 - Remote: dc1-spine2 Ethernet5 | NOT RUN | - | +| 912 | dc1-svc-leaf1a | Connectivity | VerifyLLDPNeighbors | Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors. | Local: Ethernet3 - Remote: dc1-svc-leaf1b Ethernet3 | NOT RUN | - | +| 913 | dc1-svc-leaf1a | Connectivity | VerifyLLDPNeighbors | Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors. | Local: Ethernet4 - Remote: dc1-svc-leaf1b Ethernet4 | NOT RUN | - | +| 914 | dc1-svc-leaf1a | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.33.0.5) - Destination: dc1-leaf1a Loopback0 (IP: 10.255.0.3) | NOT RUN | - | +| 915 | dc1-svc-leaf1a | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.33.0.5) - Destination: dc1-leaf1b Loopback0 (IP: 10.255.0.4) | NOT RUN | - | +| 916 | dc1-svc-leaf1a | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.33.0.5) - Destination: dc1-leaf2a Loopback0 (IP: 10.255.0.5) | NOT RUN | - | +| 917 | dc1-svc-leaf1a | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.33.0.5) - Destination: dc1-spine1 Loopback0 (IP: 10.255.0.1) | NOT RUN | - | +| 918 | dc1-svc-leaf1a | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.33.0.5) - Destination: dc1-spine2 Loopback0 (IP: 10.255.0.2) | NOT RUN | - | +| 919 | dc1-svc-leaf1a | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.33.0.5) - Destination: dc1-svc-leaf1a Loopback0 (IP: 10.33.0.5) | NOT RUN | - | +| 920 | dc1-svc-leaf1a | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.33.0.5) - Destination: dc1-svc-leaf1b Loopback0 (IP: 10.33.0.6) | NOT RUN | - | +| 921 | dc1-svc-leaf1a | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.33.0.5) - Destination: dc1-wan1 Loopback0 (IP: 10.255.2.1) | NOT RUN | - | +| 922 | dc1-svc-leaf1a | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.33.0.5) - Destination: dc1-wan2 Loopback0 (IP: 10.255.2.2) | NOT RUN | - | +| 923 | dc1-svc-leaf1a | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.33.0.5) - Destination: dc2-leaf1a Loopback0 (IP: 10.255.128.13) | NOT RUN | - | +| 924 | dc1-svc-leaf1a | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.33.0.5) - Destination: dc2-leaf1b Loopback0 (IP: 10.255.128.14) | NOT RUN | - | +| 925 | dc1-svc-leaf1a | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.33.0.5) - Destination: dc2-leaf2a Loopback0 (IP: 10.255.128.15) | NOT RUN | - | +| 926 | dc1-svc-leaf1a | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.33.0.5) - Destination: dc2-leaf2b Loopback0 (IP: 10.255.128.16) | NOT RUN | - | +| 927 | dc1-svc-leaf1a | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.33.0.5) - Destination: dc2-leaf3a.arista.com Loopback0 (IP: 10.255.128.17) | NOT RUN | - | +| 928 | dc1-svc-leaf1a | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.33.0.5) - Destination: dc2-leaf3b.arista.com Loopback0 (IP: 10.255.128.18) | NOT RUN | - | +| 929 | dc1-svc-leaf1a | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.33.0.5) - Destination: dc2-spine1 Loopback0 (IP: 10.255.128.11) | NOT RUN | - | +| 930 | dc1-svc-leaf1a | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.33.0.5) - Destination: dc2-spine2 Loopback0 (IP: 10.255.128.12) | NOT RUN | - | +| 931 | dc1-svc-leaf1a | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: P2P Interface Ethernet1 (IP: 10.33.255.17) - Destination: dc1-spine1 Ethernet5 (IP: 10.33.255.16) | NOT RUN | - | +| 932 | dc1-svc-leaf1a | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: P2P Interface Ethernet2 (IP: 10.33.255.19) - Destination: dc1-spine2 Ethernet5 (IP: 10.33.255.18) | NOT RUN | - | | 933 | dc1-svc-leaf1a | Field Notices | VerifyFieldNotice44Resolution | Verifies that the device is using the correct Aboot version per FN0044. | - | NOT RUN | - | | 934 | dc1-svc-leaf1a | Field Notices | VerifyFieldNotice72Resolution | Verifies if the device is exposed to FN0072, and if the issue has been mitigated. | - | NOT RUN | - | -| 935 | dc1-svc-leaf1a | Greent | VerifyGreenT | Verifies if a GreenT policy is created. | - | NOT RUN | - | +| 935 | dc1-svc-leaf1a | Greent | VerifyGreenT | Verifies if a GreenT policy other than the default is created. | - | NOT RUN | - | | 936 | dc1-svc-leaf1a | Greent | VerifyGreenTCounters | Verifies if the GreenT counters are incremented. | - | NOT RUN | - | | 937 | dc1-svc-leaf1a | Hardware | VerifyAdverseDrops | Verifies there are no adverse drops on DCS-7280 and DCS-7500 family switches. | - | NOT RUN | - | | 938 | dc1-svc-leaf1a | Hardware | VerifyEnvironmentCooling | Verifies the status of power supply fans and all fan trays. | - | NOT RUN | - | | 939 | dc1-svc-leaf1a | Hardware | VerifyEnvironmentCooling | Verifies the status of power supply fans and all fan trays. | Accepted States: 'ok' | NOT RUN | - | | 940 | dc1-svc-leaf1a | Hardware | VerifyEnvironmentPower | Verifies the power supplies status. | - | NOT RUN | - | | 941 | dc1-svc-leaf1a | Hardware | VerifyEnvironmentPower | Verifies the power supplies status. | Accepted States: 'ok' | NOT RUN | - | -| 942 | dc1-svc-leaf1a | Hardware | VerifyEnvironmentSystemCooling | Verifies the system cooling status. | - | NOT RUN | - | -| 943 | dc1-svc-leaf1a | Hardware | VerifyTemperature | Verifies the device temperature. | - | NOT RUN | - | -| 944 | dc1-svc-leaf1a | Hardware | VerifyTemperature | Verifies the device temperature. | - | NOT RUN | - | -| 945 | dc1-svc-leaf1a | Hardware | VerifyTransceiversManufacturers | Verifies if all transceivers come from approved manufacturers. | - | NOT RUN | - | -| 946 | dc1-svc-leaf1a | Hardware | VerifyTransceiversManufacturers | Verifies if all transceivers come from approved manufacturers. | Accepted Manufacturers: 'Arista Networks', 'Arastra, Inc.', 'Not Present' | NOT RUN | - | -| 947 | dc1-svc-leaf1a | Hardware | VerifyTransceiversTemperature | Verifies the transceivers temperature. | - | NOT RUN | - | -| 948 | dc1-svc-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet1 - P2P_dc1-spine1_Ethernet5 = 'up' | NOT RUN | - | -| 949 | dc1-svc-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet2 - P2P_dc1-spine2_Ethernet5 = 'up' | NOT RUN | - | -| 950 | dc1-svc-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet3 - MLAG_dc1-svc-leaf1b_Ethernet3 = 'up' | NOT RUN | - | -| 951 | dc1-svc-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet4 - MLAG_dc1-svc-leaf1b_Ethernet4 = 'up' | NOT RUN | - | -| 952 | dc1-svc-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Loopback0 - ROUTER_ID = 'up' | NOT RUN | - | -| 953 | dc1-svc-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Loopback1 - VXLAN_TUNNEL_SOURCE = 'up' | NOT RUN | - | -| 954 | dc1-svc-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Port-Channel3 - MLAG_dc1-svc-leaf1b_Port-Channel3 = 'up' | NOT RUN | - | -| 955 | dc1-svc-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Vlan4093 - MLAG_L3 = 'up' | NOT RUN | - | -| 956 | dc1-svc-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Vlan4094 - MLAG = 'up' | NOT RUN | - | -| 957 | dc1-svc-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Vxlan1 = 'up' | NOT RUN | - | +| 942 | dc1-svc-leaf1a | Hardware | VerifyEnvironmentSystemCooling | Verifies the device's system cooling status. | - | NOT RUN | - | +| 943 | dc1-svc-leaf1a | Hardware | VerifyTemperature | Verifies if the device temperature is within acceptable limits. | - | NOT RUN | - | +| 944 | dc1-svc-leaf1a | Hardware | VerifyTemperature | Verifies if the device temperature is within acceptable limits. | - | NOT RUN | - | +| 945 | dc1-svc-leaf1a | Hardware | VerifyTransceiversManufacturers | Verifies if all the transceivers come from approved manufacturers. | - | NOT RUN | - | +| 946 | dc1-svc-leaf1a | Hardware | VerifyTransceiversManufacturers | Verifies if all the transceivers come from approved manufacturers. | Accepted Manufacturers: 'Arista Networks', 'Arastra, Inc.', 'Not Present' | NOT RUN | - | +| 947 | dc1-svc-leaf1a | Hardware | VerifyTransceiversTemperature | Verifies if all the transceivers are operating at an acceptable temperature. | - | NOT RUN | - | +| 948 | dc1-svc-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Ethernet1 - P2P_dc1-spine1_Ethernet5 = 'up' | NOT RUN | - | +| 949 | dc1-svc-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Ethernet2 - P2P_dc1-spine2_Ethernet5 = 'up' | NOT RUN | - | +| 950 | dc1-svc-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Ethernet3 - MLAG_dc1-svc-leaf1b_Ethernet3 = 'up' | NOT RUN | - | +| 951 | dc1-svc-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Ethernet4 - MLAG_dc1-svc-leaf1b_Ethernet4 = 'up' | NOT RUN | - | +| 952 | dc1-svc-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Loopback0 - ROUTER_ID = 'up' | NOT RUN | - | +| 953 | dc1-svc-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Loopback1 - VXLAN_TUNNEL_SOURCE = 'up' | NOT RUN | - | +| 954 | dc1-svc-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Port-Channel3 - MLAG_dc1-svc-leaf1b_Port-Channel3 = 'up' | NOT RUN | - | +| 955 | dc1-svc-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Vlan4093 - MLAG_L3 = 'up' | NOT RUN | - | +| 956 | dc1-svc-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Vlan4094 - MLAG = 'up' | NOT RUN | - | +| 957 | dc1-svc-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Vxlan1 = 'up' | NOT RUN | - | | 958 | dc1-svc-leaf1a | LANZ | VerifyLANZ | Verifies if LANZ is enabled. | - | NOT RUN | - | | 959 | dc1-svc-leaf1a | MLAG | VerifyMlagStatus | Verifies the health status of the MLAG configuration. | - | NOT RUN | - | | 960 | dc1-svc-leaf1a | PTP | VerifyPtpGMStatus | Verifies that the device is locked to a valid PTP Grandmaster. | - | NOT RUN | - | @@ -1080,13 +1080,13 @@ | 996 | dc1-svc-leaf1a | Security | VerifyBannerMotd | Verifies the motd banner of a device. | - | NOT RUN | - | | 997 | dc1-svc-leaf1a | Security | VerifyIPSecConnHealth | Verifies all IPv4 security connections. | - | NOT RUN | - | | 998 | dc1-svc-leaf1a | Security | VerifyIPv4ACL | Verifies the configuration of IPv4 ACLs. | - | NOT RUN | - | -| 999 | dc1-svc-leaf1a | Security | VerifySpecificIPSecConn | Verifies IPv4 security connections for a peer. | - | NOT RUN | - | +| 999 | dc1-svc-leaf1a | Security | VerifySpecificIPSecConn | Verifies the IPv4 security connections. | - | NOT RUN | - | | 1000 | dc1-svc-leaf1a | Security | VerifySSHIPv4Acl | Verifies if the SSHD agent has IPv4 ACL(s) configured. | - | NOT RUN | - | | 1001 | dc1-svc-leaf1a | Security | VerifySSHIPv6Acl | Verifies if the SSHD agent has IPv6 ACL(s) configured. | - | NOT RUN | - | | 1002 | dc1-svc-leaf1a | Security | VerifySSHStatus | Verifies if the SSHD agent is disabled in the default VRF. | - | NOT RUN | - | | 1003 | dc1-svc-leaf1a | Security | VerifyTelnetStatus | Verifies if Telnet is disabled in the default VRF. | - | NOT RUN | - | | 1004 | dc1-svc-leaf1a | Services | VerifyDNSLookup | Verifies the DNS name to IP address resolution. | - | NOT RUN | - | -| 1005 | dc1-svc-leaf1a | Services | VerifyDNSServers | Verifies if the DNS servers are correctly configured. | - | NOT RUN | - | +| 1005 | dc1-svc-leaf1a | Services | VerifyDNSServers | Verifies if the DNS (Domain Name Service) servers are correctly configured. | - | NOT RUN | - | | 1006 | dc1-svc-leaf1a | Services | VerifyErrdisableRecovery | Verifies the errdisable recovery reason, status, and interval. | - | NOT RUN | - | | 1007 | dc1-svc-leaf1a | Services | VerifyHostname | Verifies the hostname of a device. | - | NOT RUN | - | | 1008 | dc1-svc-leaf1a | SNMP | VerifySnmpIPv4Acl | Verifies if the SNMP agent has IPv4 ACL(s) configured. | - | NOT RUN | - | @@ -1094,7 +1094,7 @@ | 1010 | dc1-svc-leaf1a | SNMP | VerifySnmpStatus | Verifies if the SNMP agent is enabled. | - | NOT RUN | - | | 1011 | dc1-svc-leaf1a | Software | VerifyEOSVersion | Verifies the EOS version of the device. | - | NOT RUN | - | | 1012 | dc1-svc-leaf1a | Software | VerifyTerminAttrVersion | Verifies the TerminAttr version of the device. | - | NOT RUN | - | -| 1013 | dc1-svc-leaf1a | STUN | VerifyStunClient | Verifies the STUN client is configured with the specified IPv4 source address and port. Validate the public IP and port if provided. | - | NOT RUN | - | +| 1013 | dc1-svc-leaf1a | STUN | VerifyStunClient | (Deprecated) Verifies the translation for a source address on a STUN client. | - | NOT RUN | - | | 1014 | dc1-svc-leaf1a | System | VerifyAgentLogs | Verifies there are no agent crash reports. | - | NOT RUN | - | | 1015 | dc1-svc-leaf1a | System | VerifyCoredump | Verifies there are no core dump files. | - | NOT RUN | - | | 1016 | dc1-svc-leaf1a | System | VerifyCPUUtilization | Verifies whether the CPU utilization is below 75%. | - | NOT RUN | - | @@ -1113,61 +1113,61 @@ | 1029 | dc1-svc-leaf1b | AAA | VerifyTacacsServerGroups | Verifies if the provided TACACS server group(s) are configured. | - | NOT RUN | - | | 1030 | dc1-svc-leaf1b | AAA | VerifyTacacsServers | Verifies TACACS servers are configured for a specified VRF. | - | NOT RUN | - | | 1031 | dc1-svc-leaf1b | AAA | VerifyTacacsSourceIntf | Verifies TACACS source-interface for a specified VRF. | - | NOT RUN | - | -| 1032 | dc1-svc-leaf1b | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s). | BGP EVPN Peer: dc1-spine1 (IP: 10.255.0.1) | NOT RUN | - | -| 1033 | dc1-svc-leaf1b | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s). | BGP EVPN Peer: dc1-spine2 (IP: 10.255.0.2) | NOT RUN | - | -| 1034 | dc1-svc-leaf1b | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s). | BGP IPv4 Unicast Peer: dc1-spine1 (IP: 10.33.255.20) | NOT RUN | - | -| 1035 | dc1-svc-leaf1b | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s). | BGP IPv4 Unicast Peer: dc1-spine2 (IP: 10.33.255.22) | NOT RUN | - | -| 1036 | dc1-svc-leaf1b | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s). | BGP IPv4 Unicast Peer: dc1-svc-leaf1a (IP: 10.33.1.104) | NOT RUN | - | -| 1037 | dc1-svc-leaf1b | Configuration | VerifyRunningConfigDiffs | Verifies there is no difference between the running-config and the startup-config | - | NOT RUN | - | -| 1038 | dc1-svc-leaf1b | Configuration | VerifyZeroTouch | Verifies ZeroTouch is disabled | - | NOT RUN | - | -| 1039 | dc1-svc-leaf1b | Connectivity | VerifyLLDPNeighbors | Verifies that the provided LLDP neighbors are connected properly. | Local: Ethernet1 - Remote: dc1-spine1 Ethernet6 | NOT RUN | - | -| 1040 | dc1-svc-leaf1b | Connectivity | VerifyLLDPNeighbors | Verifies that the provided LLDP neighbors are connected properly. | Local: Ethernet2 - Remote: dc1-spine2 Ethernet6 | NOT RUN | - | -| 1041 | dc1-svc-leaf1b | Connectivity | VerifyLLDPNeighbors | Verifies that the provided LLDP neighbors are connected properly. | Local: Ethernet3 - Remote: dc1-svc-leaf1a Ethernet3 | NOT RUN | - | -| 1042 | dc1-svc-leaf1b | Connectivity | VerifyLLDPNeighbors | Verifies that the provided LLDP neighbors are connected properly. | Local: Ethernet4 - Remote: dc1-svc-leaf1a Ethernet4 | NOT RUN | - | -| 1043 | dc1-svc-leaf1b | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.33.0.6) - Destination: dc1-leaf1a Loopback0 (IP: 10.255.0.3) | NOT RUN | - | -| 1044 | dc1-svc-leaf1b | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.33.0.6) - Destination: dc1-leaf1b Loopback0 (IP: 10.255.0.4) | NOT RUN | - | -| 1045 | dc1-svc-leaf1b | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.33.0.6) - Destination: dc1-leaf2a Loopback0 (IP: 10.255.0.5) | NOT RUN | - | -| 1046 | dc1-svc-leaf1b | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.33.0.6) - Destination: dc1-spine1 Loopback0 (IP: 10.255.0.1) | NOT RUN | - | -| 1047 | dc1-svc-leaf1b | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.33.0.6) - Destination: dc1-spine2 Loopback0 (IP: 10.255.0.2) | NOT RUN | - | -| 1048 | dc1-svc-leaf1b | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.33.0.6) - Destination: dc1-svc-leaf1a Loopback0 (IP: 10.33.0.5) | NOT RUN | - | -| 1049 | dc1-svc-leaf1b | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.33.0.6) - Destination: dc1-svc-leaf1b Loopback0 (IP: 10.33.0.6) | NOT RUN | - | -| 1050 | dc1-svc-leaf1b | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.33.0.6) - Destination: dc1-wan1 Loopback0 (IP: 10.255.2.1) | NOT RUN | - | -| 1051 | dc1-svc-leaf1b | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.33.0.6) - Destination: dc1-wan2 Loopback0 (IP: 10.255.2.2) | NOT RUN | - | -| 1052 | dc1-svc-leaf1b | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.33.0.6) - Destination: dc2-leaf1a Loopback0 (IP: 10.255.128.13) | NOT RUN | - | -| 1053 | dc1-svc-leaf1b | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.33.0.6) - Destination: dc2-leaf1b Loopback0 (IP: 10.255.128.14) | NOT RUN | - | -| 1054 | dc1-svc-leaf1b | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.33.0.6) - Destination: dc2-leaf2a Loopback0 (IP: 10.255.128.15) | NOT RUN | - | -| 1055 | dc1-svc-leaf1b | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.33.0.6) - Destination: dc2-leaf2b Loopback0 (IP: 10.255.128.16) | NOT RUN | - | -| 1056 | dc1-svc-leaf1b | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.33.0.6) - Destination: dc2-leaf3a.arista.com Loopback0 (IP: 10.255.128.17) | NOT RUN | - | -| 1057 | dc1-svc-leaf1b | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.33.0.6) - Destination: dc2-leaf3b.arista.com Loopback0 (IP: 10.255.128.18) | NOT RUN | - | -| 1058 | dc1-svc-leaf1b | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.33.0.6) - Destination: dc2-spine1 Loopback0 (IP: 10.255.128.11) | NOT RUN | - | -| 1059 | dc1-svc-leaf1b | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.33.0.6) - Destination: dc2-spine2 Loopback0 (IP: 10.255.128.12) | NOT RUN | - | -| 1060 | dc1-svc-leaf1b | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: P2P Interface Ethernet1 (IP: 10.33.255.21) - Destination: dc1-spine1 Ethernet6 (IP: 10.33.255.20) | NOT RUN | - | -| 1061 | dc1-svc-leaf1b | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: P2P Interface Ethernet2 (IP: 10.33.255.23) - Destination: dc1-spine2 Ethernet6 (IP: 10.33.255.22) | NOT RUN | - | +| 1032 | dc1-svc-leaf1b | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s) for given address families. | BGP EVPN Peer: dc1-spine1 (IP: 10.255.0.1) | NOT RUN | - | +| 1033 | dc1-svc-leaf1b | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s) for given address families. | BGP EVPN Peer: dc1-spine2 (IP: 10.255.0.2) | NOT RUN | - | +| 1034 | dc1-svc-leaf1b | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s) for given address families. | BGP IPv4 Unicast Peer: dc1-spine1 (IP: 10.33.255.20) | NOT RUN | - | +| 1035 | dc1-svc-leaf1b | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s) for given address families. | BGP IPv4 Unicast Peer: dc1-spine2 (IP: 10.33.255.22) | NOT RUN | - | +| 1036 | dc1-svc-leaf1b | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s) for given address families. | BGP IPv4 Unicast Peer: dc1-svc-leaf1a (IP: 10.33.1.104) | NOT RUN | - | +| 1037 | dc1-svc-leaf1b | Configuration | VerifyRunningConfigDiffs | Verifies there is no difference between the running-config and the startup-config. | - | NOT RUN | - | +| 1038 | dc1-svc-leaf1b | Configuration | VerifyZeroTouch | Verifies ZeroTouch is disabled. | - | NOT RUN | - | +| 1039 | dc1-svc-leaf1b | Connectivity | VerifyLLDPNeighbors | Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors. | Local: Ethernet1 - Remote: dc1-spine1 Ethernet6 | NOT RUN | - | +| 1040 | dc1-svc-leaf1b | Connectivity | VerifyLLDPNeighbors | Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors. | Local: Ethernet2 - Remote: dc1-spine2 Ethernet6 | NOT RUN | - | +| 1041 | dc1-svc-leaf1b | Connectivity | VerifyLLDPNeighbors | Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors. | Local: Ethernet3 - Remote: dc1-svc-leaf1a Ethernet3 | NOT RUN | - | +| 1042 | dc1-svc-leaf1b | Connectivity | VerifyLLDPNeighbors | Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors. | Local: Ethernet4 - Remote: dc1-svc-leaf1a Ethernet4 | NOT RUN | - | +| 1043 | dc1-svc-leaf1b | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.33.0.6) - Destination: dc1-leaf1a Loopback0 (IP: 10.255.0.3) | NOT RUN | - | +| 1044 | dc1-svc-leaf1b | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.33.0.6) - Destination: dc1-leaf1b Loopback0 (IP: 10.255.0.4) | NOT RUN | - | +| 1045 | dc1-svc-leaf1b | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.33.0.6) - Destination: dc1-leaf2a Loopback0 (IP: 10.255.0.5) | NOT RUN | - | +| 1046 | dc1-svc-leaf1b | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.33.0.6) - Destination: dc1-spine1 Loopback0 (IP: 10.255.0.1) | NOT RUN | - | +| 1047 | dc1-svc-leaf1b | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.33.0.6) - Destination: dc1-spine2 Loopback0 (IP: 10.255.0.2) | NOT RUN | - | +| 1048 | dc1-svc-leaf1b | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.33.0.6) - Destination: dc1-svc-leaf1a Loopback0 (IP: 10.33.0.5) | NOT RUN | - | +| 1049 | dc1-svc-leaf1b | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.33.0.6) - Destination: dc1-svc-leaf1b Loopback0 (IP: 10.33.0.6) | NOT RUN | - | +| 1050 | dc1-svc-leaf1b | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.33.0.6) - Destination: dc1-wan1 Loopback0 (IP: 10.255.2.1) | NOT RUN | - | +| 1051 | dc1-svc-leaf1b | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.33.0.6) - Destination: dc1-wan2 Loopback0 (IP: 10.255.2.2) | NOT RUN | - | +| 1052 | dc1-svc-leaf1b | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.33.0.6) - Destination: dc2-leaf1a Loopback0 (IP: 10.255.128.13) | NOT RUN | - | +| 1053 | dc1-svc-leaf1b | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.33.0.6) - Destination: dc2-leaf1b Loopback0 (IP: 10.255.128.14) | NOT RUN | - | +| 1054 | dc1-svc-leaf1b | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.33.0.6) - Destination: dc2-leaf2a Loopback0 (IP: 10.255.128.15) | NOT RUN | - | +| 1055 | dc1-svc-leaf1b | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.33.0.6) - Destination: dc2-leaf2b Loopback0 (IP: 10.255.128.16) | NOT RUN | - | +| 1056 | dc1-svc-leaf1b | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.33.0.6) - Destination: dc2-leaf3a.arista.com Loopback0 (IP: 10.255.128.17) | NOT RUN | - | +| 1057 | dc1-svc-leaf1b | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.33.0.6) - Destination: dc2-leaf3b.arista.com Loopback0 (IP: 10.255.128.18) | NOT RUN | - | +| 1058 | dc1-svc-leaf1b | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.33.0.6) - Destination: dc2-spine1 Loopback0 (IP: 10.255.128.11) | NOT RUN | - | +| 1059 | dc1-svc-leaf1b | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.33.0.6) - Destination: dc2-spine2 Loopback0 (IP: 10.255.128.12) | NOT RUN | - | +| 1060 | dc1-svc-leaf1b | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: P2P Interface Ethernet1 (IP: 10.33.255.21) - Destination: dc1-spine1 Ethernet6 (IP: 10.33.255.20) | NOT RUN | - | +| 1061 | dc1-svc-leaf1b | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: P2P Interface Ethernet2 (IP: 10.33.255.23) - Destination: dc1-spine2 Ethernet6 (IP: 10.33.255.22) | NOT RUN | - | | 1062 | dc1-svc-leaf1b | Field Notices | VerifyFieldNotice44Resolution | Verifies that the device is using the correct Aboot version per FN0044. | - | NOT RUN | - | | 1063 | dc1-svc-leaf1b | Field Notices | VerifyFieldNotice72Resolution | Verifies if the device is exposed to FN0072, and if the issue has been mitigated. | - | NOT RUN | - | -| 1064 | dc1-svc-leaf1b | Greent | VerifyGreenT | Verifies if a GreenT policy is created. | - | NOT RUN | - | +| 1064 | dc1-svc-leaf1b | Greent | VerifyGreenT | Verifies if a GreenT policy other than the default is created. | - | NOT RUN | - | | 1065 | dc1-svc-leaf1b | Greent | VerifyGreenTCounters | Verifies if the GreenT counters are incremented. | - | NOT RUN | - | | 1066 | dc1-svc-leaf1b | Hardware | VerifyAdverseDrops | Verifies there are no adverse drops on DCS-7280 and DCS-7500 family switches. | - | NOT RUN | - | | 1067 | dc1-svc-leaf1b | Hardware | VerifyEnvironmentCooling | Verifies the status of power supply fans and all fan trays. | - | NOT RUN | - | | 1068 | dc1-svc-leaf1b | Hardware | VerifyEnvironmentCooling | Verifies the status of power supply fans and all fan trays. | Accepted States: 'ok' | NOT RUN | - | | 1069 | dc1-svc-leaf1b | Hardware | VerifyEnvironmentPower | Verifies the power supplies status. | - | NOT RUN | - | | 1070 | dc1-svc-leaf1b | Hardware | VerifyEnvironmentPower | Verifies the power supplies status. | Accepted States: 'ok' | NOT RUN | - | -| 1071 | dc1-svc-leaf1b | Hardware | VerifyEnvironmentSystemCooling | Verifies the system cooling status. | - | NOT RUN | - | -| 1072 | dc1-svc-leaf1b | Hardware | VerifyTemperature | Verifies the device temperature. | - | NOT RUN | - | -| 1073 | dc1-svc-leaf1b | Hardware | VerifyTemperature | Verifies the device temperature. | - | NOT RUN | - | -| 1074 | dc1-svc-leaf1b | Hardware | VerifyTransceiversManufacturers | Verifies if all transceivers come from approved manufacturers. | - | NOT RUN | - | -| 1075 | dc1-svc-leaf1b | Hardware | VerifyTransceiversManufacturers | Verifies if all transceivers come from approved manufacturers. | Accepted Manufacturers: 'Arista Networks', 'Arastra, Inc.', 'Not Present' | NOT RUN | - | -| 1076 | dc1-svc-leaf1b | Hardware | VerifyTransceiversTemperature | Verifies the transceivers temperature. | - | NOT RUN | - | -| 1077 | dc1-svc-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet1 - P2P_dc1-spine1_Ethernet6 = 'up' | NOT RUN | - | -| 1078 | dc1-svc-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet2 - P2P_dc1-spine2_Ethernet6 = 'up' | NOT RUN | - | -| 1079 | dc1-svc-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet3 - MLAG_dc1-svc-leaf1a_Ethernet3 = 'up' | NOT RUN | - | -| 1080 | dc1-svc-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet4 - MLAG_dc1-svc-leaf1a_Ethernet4 = 'up' | NOT RUN | - | -| 1081 | dc1-svc-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Loopback0 - ROUTER_ID = 'up' | NOT RUN | - | -| 1082 | dc1-svc-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Loopback1 - VXLAN_TUNNEL_SOURCE = 'up' | NOT RUN | - | -| 1083 | dc1-svc-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Port-Channel3 - MLAG_dc1-svc-leaf1a_Port-Channel3 = 'up' | NOT RUN | - | -| 1084 | dc1-svc-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Vlan4093 - MLAG_L3 = 'up' | NOT RUN | - | -| 1085 | dc1-svc-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Vlan4094 - MLAG = 'up' | NOT RUN | - | -| 1086 | dc1-svc-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Vxlan1 = 'up' | NOT RUN | - | +| 1071 | dc1-svc-leaf1b | Hardware | VerifyEnvironmentSystemCooling | Verifies the device's system cooling status. | - | NOT RUN | - | +| 1072 | dc1-svc-leaf1b | Hardware | VerifyTemperature | Verifies if the device temperature is within acceptable limits. | - | NOT RUN | - | +| 1073 | dc1-svc-leaf1b | Hardware | VerifyTemperature | Verifies if the device temperature is within acceptable limits. | - | NOT RUN | - | +| 1074 | dc1-svc-leaf1b | Hardware | VerifyTransceiversManufacturers | Verifies if all the transceivers come from approved manufacturers. | - | NOT RUN | - | +| 1075 | dc1-svc-leaf1b | Hardware | VerifyTransceiversManufacturers | Verifies if all the transceivers come from approved manufacturers. | Accepted Manufacturers: 'Arista Networks', 'Arastra, Inc.', 'Not Present' | NOT RUN | - | +| 1076 | dc1-svc-leaf1b | Hardware | VerifyTransceiversTemperature | Verifies if all the transceivers are operating at an acceptable temperature. | - | NOT RUN | - | +| 1077 | dc1-svc-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Ethernet1 - P2P_dc1-spine1_Ethernet6 = 'up' | NOT RUN | - | +| 1078 | dc1-svc-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Ethernet2 - P2P_dc1-spine2_Ethernet6 = 'up' | NOT RUN | - | +| 1079 | dc1-svc-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Ethernet3 - MLAG_dc1-svc-leaf1a_Ethernet3 = 'up' | NOT RUN | - | +| 1080 | dc1-svc-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Ethernet4 - MLAG_dc1-svc-leaf1a_Ethernet4 = 'up' | NOT RUN | - | +| 1081 | dc1-svc-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Loopback0 - ROUTER_ID = 'up' | NOT RUN | - | +| 1082 | dc1-svc-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Loopback1 - VXLAN_TUNNEL_SOURCE = 'up' | NOT RUN | - | +| 1083 | dc1-svc-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Port-Channel3 - MLAG_dc1-svc-leaf1a_Port-Channel3 = 'up' | NOT RUN | - | +| 1084 | dc1-svc-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Vlan4093 - MLAG_L3 = 'up' | NOT RUN | - | +| 1085 | dc1-svc-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Vlan4094 - MLAG = 'up' | NOT RUN | - | +| 1086 | dc1-svc-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Vxlan1 = 'up' | NOT RUN | - | | 1087 | dc1-svc-leaf1b | LANZ | VerifyLANZ | Verifies if LANZ is enabled. | - | NOT RUN | - | | 1088 | dc1-svc-leaf1b | MLAG | VerifyMlagStatus | Verifies the health status of the MLAG configuration. | - | NOT RUN | - | | 1089 | dc1-svc-leaf1b | PTP | VerifyPtpGMStatus | Verifies that the device is locked to a valid PTP Grandmaster. | - | NOT RUN | - | @@ -1209,13 +1209,13 @@ | 1125 | dc1-svc-leaf1b | Security | VerifyBannerMotd | Verifies the motd banner of a device. | - | NOT RUN | - | | 1126 | dc1-svc-leaf1b | Security | VerifyIPSecConnHealth | Verifies all IPv4 security connections. | - | NOT RUN | - | | 1127 | dc1-svc-leaf1b | Security | VerifyIPv4ACL | Verifies the configuration of IPv4 ACLs. | - | NOT RUN | - | -| 1128 | dc1-svc-leaf1b | Security | VerifySpecificIPSecConn | Verifies IPv4 security connections for a peer. | - | NOT RUN | - | +| 1128 | dc1-svc-leaf1b | Security | VerifySpecificIPSecConn | Verifies the IPv4 security connections. | - | NOT RUN | - | | 1129 | dc1-svc-leaf1b | Security | VerifySSHIPv4Acl | Verifies if the SSHD agent has IPv4 ACL(s) configured. | - | NOT RUN | - | | 1130 | dc1-svc-leaf1b | Security | VerifySSHIPv6Acl | Verifies if the SSHD agent has IPv6 ACL(s) configured. | - | NOT RUN | - | | 1131 | dc1-svc-leaf1b | Security | VerifySSHStatus | Verifies if the SSHD agent is disabled in the default VRF. | - | NOT RUN | - | | 1132 | dc1-svc-leaf1b | Security | VerifyTelnetStatus | Verifies if Telnet is disabled in the default VRF. | - | NOT RUN | - | | 1133 | dc1-svc-leaf1b | Services | VerifyDNSLookup | Verifies the DNS name to IP address resolution. | - | NOT RUN | - | -| 1134 | dc1-svc-leaf1b | Services | VerifyDNSServers | Verifies if the DNS servers are correctly configured. | - | NOT RUN | - | +| 1134 | dc1-svc-leaf1b | Services | VerifyDNSServers | Verifies if the DNS (Domain Name Service) servers are correctly configured. | - | NOT RUN | - | | 1135 | dc1-svc-leaf1b | Services | VerifyErrdisableRecovery | Verifies the errdisable recovery reason, status, and interval. | - | NOT RUN | - | | 1136 | dc1-svc-leaf1b | Services | VerifyHostname | Verifies the hostname of a device. | - | NOT RUN | - | | 1137 | dc1-svc-leaf1b | SNMP | VerifySnmpIPv4Acl | Verifies if the SNMP agent has IPv4 ACL(s) configured. | - | NOT RUN | - | @@ -1223,7 +1223,7 @@ | 1139 | dc1-svc-leaf1b | SNMP | VerifySnmpStatus | Verifies if the SNMP agent is enabled. | - | NOT RUN | - | | 1140 | dc1-svc-leaf1b | Software | VerifyEOSVersion | Verifies the EOS version of the device. | - | NOT RUN | - | | 1141 | dc1-svc-leaf1b | Software | VerifyTerminAttrVersion | Verifies the TerminAttr version of the device. | - | NOT RUN | - | -| 1142 | dc1-svc-leaf1b | STUN | VerifyStunClient | Verifies the STUN client is configured with the specified IPv4 source address and port. Validate the public IP and port if provided. | - | NOT RUN | - | +| 1142 | dc1-svc-leaf1b | STUN | VerifyStunClient | (Deprecated) Verifies the translation for a source address on a STUN client. | - | NOT RUN | - | | 1143 | dc1-svc-leaf1b | System | VerifyAgentLogs | Verifies there are no agent crash reports. | - | NOT RUN | - | | 1144 | dc1-svc-leaf1b | System | VerifyCoredump | Verifies there are no core dump files. | - | NOT RUN | - | | 1145 | dc1-svc-leaf1b | System | VerifyCPUUtilization | Verifies whether the CPU utilization is below 75%. | - | NOT RUN | - | @@ -1243,53 +1243,53 @@ | 1159 | dc1-wan1 | AAA | VerifyTacacsServers | Verifies TACACS servers are configured for a specified VRF. | - | NOT RUN | - | | 1160 | dc1-wan1 | AAA | VerifyTacacsSourceIntf | Verifies TACACS source-interface for a specified VRF. | - | NOT RUN | - | | 1161 | dc1-wan1 | Avt | VerifyAVTRole | Verifies the AVT role of a device. | - | NOT RUN | - | -| 1162 | dc1-wan1 | Avt | VerifyAVTSpecificPath | Verifies the status and type of an AVT path for a specified VRF. | AVT profile: DEFAULT-POLICY-CONTROL-PLANE, VRF: default, Destination IPv4 Address: 10.255.1.2, Nexthop VTEP: 10.255.1.2 | NOT RUN | - | -| 1163 | dc1-wan1 | Avt | VerifyAVTSpecificPath | Verifies the status and type of an AVT path for a specified VRF. | AVT profile: DEFAULT-POLICY-CONTROL-PLANE, VRF: default, Destination IPv4 Address: 10.255.255.10, Nexthop VTEP: 10.255.255.10 | NOT RUN | - | -| 1164 | dc1-wan1 | Avt | VerifyAVTSpecificPath | Verifies the status and type of an AVT path for a specified VRF. | AVT profile: DEFAULT-POLICY-CONTROL-PLANE, VRF: default, Destination IPv4 Address: 10.255.255.20, Nexthop VTEP: 10.255.255.20 | NOT RUN | - | -| 1165 | dc1-wan1 | Avt | VerifyAVTSpecificPath | Verifies the status and type of an AVT path for a specified VRF. | AVT profile: DEFAULT-POLICY-DEFAULT, VRF: default, Destination IPv4 Address: 10.255.1.2, Nexthop VTEP: 10.255.1.2 | NOT RUN | - | -| 1166 | dc1-wan1 | Avt | VerifyAVTSpecificPath | Verifies the status and type of an AVT path for a specified VRF. | AVT profile: DEFAULT-POLICY-DEFAULT, VRF: default, Destination IPv4 Address: 10.255.255.10, Nexthop VTEP: 10.255.255.10 | NOT RUN | - | -| 1167 | dc1-wan1 | Avt | VerifyAVTSpecificPath | Verifies the status and type of an AVT path for a specified VRF. | AVT profile: DEFAULT-POLICY-DEFAULT, VRF: default, Destination IPv4 Address: 10.255.255.20, Nexthop VTEP: 10.255.255.20 | NOT RUN | - | -| 1168 | dc1-wan1 | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s). | BGP EVPN Peer: dc1-leaf1a (IP: 10.255.255.10) | NOT RUN | - | -| 1169 | dc1-wan1 | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s). | BGP EVPN Peer: dc1-leaf1b (IP: 10.255.255.20) | NOT RUN | - | -| 1170 | dc1-wan1 | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s). | BGP EVPN Peer: dc1-wan2 (IP: 10.255.1.2) | NOT RUN | - | -| 1171 | dc1-wan1 | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s). | BGP IPv4 SR-TE Peer: dc1-leaf1a (IP: 10.255.255.10) | NOT RUN | - | -| 1172 | dc1-wan1 | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s). | BGP IPv4 SR-TE Peer: dc1-leaf1b (IP: 10.255.255.20) | NOT RUN | - | -| 1173 | dc1-wan1 | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s). | BGP IPv4 Unicast Peer: dc1-leaf1a (IP: 10.255.255.0) | NOT RUN | - | -| 1174 | dc1-wan1 | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s). | BGP IPv4 Unicast Peer: dc1-leaf1b (IP: 10.255.255.2) | NOT RUN | - | -| 1175 | dc1-wan1 | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s). | BGP Link-State Peer: dc1-leaf1a (IP: 10.255.255.10) | NOT RUN | - | -| 1176 | dc1-wan1 | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s). | BGP Link-State Peer: dc1-leaf1b (IP: 10.255.255.20) | NOT RUN | - | -| 1177 | dc1-wan1 | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s). | BGP Path-Selection Peer: dc1-leaf1a (IP: 10.255.255.10) | NOT RUN | - | -| 1178 | dc1-wan1 | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s). | BGP Path-Selection Peer: dc1-leaf1b (IP: 10.255.255.20) | NOT RUN | - | -| 1179 | dc1-wan1 | Configuration | VerifyRunningConfigDiffs | Verifies there is no difference between the running-config and the startup-config | - | NOT RUN | - | -| 1180 | dc1-wan1 | Configuration | VerifyZeroTouch | Verifies ZeroTouch is disabled | - | NOT RUN | - | -| 1181 | dc1-wan1 | Connectivity | VerifyLLDPNeighbors | Verifies that the provided LLDP neighbors are connected properly. | Local: Ethernet1 - Remote: dc1-leaf1a Ethernet6 | NOT RUN | - | -| 1182 | dc1-wan1 | Connectivity | VerifyLLDPNeighbors | Verifies that the provided LLDP neighbors are connected properly. | Local: Ethernet2 - Remote: dc1-leaf1b Ethernet6 | NOT RUN | - | -| 1183 | dc1-wan1 | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Dps1 (IP: 10.255.1.1) - Destination: dc1-wan1 Dps1 (IP: 10.255.1.1) | NOT RUN | - | -| 1184 | dc1-wan1 | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Dps1 (IP: 10.255.1.1) - Destination: dc1-wan2 Dps1 (IP: 10.255.1.2) | NOT RUN | - | -| 1185 | dc1-wan1 | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: P2P Interface Ethernet1 (IP: 10.255.255.1) - Destination: dc1-leaf1a Ethernet6 (IP: 10.255.255.0) | NOT RUN | - | -| 1186 | dc1-wan1 | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: P2P Interface Ethernet2 (IP: 10.255.255.3) - Destination: dc1-leaf1b Ethernet6 (IP: 10.255.255.2) | NOT RUN | - | +| 1162 | dc1-wan1 | Avt | VerifyAVTSpecificPath | Verifies the Adaptive Virtual Topology (AVT) path. | AVT profile: DEFAULT-POLICY-CONTROL-PLANE, VRF: default, Destination IPv4 Address: 10.255.1.2, Nexthop VTEP: 10.255.1.2 | NOT RUN | - | +| 1163 | dc1-wan1 | Avt | VerifyAVTSpecificPath | Verifies the Adaptive Virtual Topology (AVT) path. | AVT profile: DEFAULT-POLICY-CONTROL-PLANE, VRF: default, Destination IPv4 Address: 10.255.255.10, Nexthop VTEP: 10.255.255.10 | NOT RUN | - | +| 1164 | dc1-wan1 | Avt | VerifyAVTSpecificPath | Verifies the Adaptive Virtual Topology (AVT) path. | AVT profile: DEFAULT-POLICY-CONTROL-PLANE, VRF: default, Destination IPv4 Address: 10.255.255.20, Nexthop VTEP: 10.255.255.20 | NOT RUN | - | +| 1165 | dc1-wan1 | Avt | VerifyAVTSpecificPath | Verifies the Adaptive Virtual Topology (AVT) path. | AVT profile: DEFAULT-POLICY-DEFAULT, VRF: default, Destination IPv4 Address: 10.255.1.2, Nexthop VTEP: 10.255.1.2 | NOT RUN | - | +| 1166 | dc1-wan1 | Avt | VerifyAVTSpecificPath | Verifies the Adaptive Virtual Topology (AVT) path. | AVT profile: DEFAULT-POLICY-DEFAULT, VRF: default, Destination IPv4 Address: 10.255.255.10, Nexthop VTEP: 10.255.255.10 | NOT RUN | - | +| 1167 | dc1-wan1 | Avt | VerifyAVTSpecificPath | Verifies the Adaptive Virtual Topology (AVT) path. | AVT profile: DEFAULT-POLICY-DEFAULT, VRF: default, Destination IPv4 Address: 10.255.255.20, Nexthop VTEP: 10.255.255.20 | NOT RUN | - | +| 1168 | dc1-wan1 | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s) for given address families. | BGP EVPN Peer: dc1-leaf1a (IP: 10.255.255.10) | NOT RUN | - | +| 1169 | dc1-wan1 | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s) for given address families. | BGP EVPN Peer: dc1-leaf1b (IP: 10.255.255.20) | NOT RUN | - | +| 1170 | dc1-wan1 | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s) for given address families. | BGP EVPN Peer: dc1-wan2 (IP: 10.255.1.2) | NOT RUN | - | +| 1171 | dc1-wan1 | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s) for given address families. | BGP IPv4 SR-TE Peer: dc1-leaf1a (IP: 10.255.255.10) | NOT RUN | - | +| 1172 | dc1-wan1 | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s) for given address families. | BGP IPv4 SR-TE Peer: dc1-leaf1b (IP: 10.255.255.20) | NOT RUN | - | +| 1173 | dc1-wan1 | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s) for given address families. | BGP IPv4 Unicast Peer: dc1-leaf1a (IP: 10.255.255.0) | NOT RUN | - | +| 1174 | dc1-wan1 | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s) for given address families. | BGP IPv4 Unicast Peer: dc1-leaf1b (IP: 10.255.255.2) | NOT RUN | - | +| 1175 | dc1-wan1 | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s) for given address families. | BGP Link-State Peer: dc1-leaf1a (IP: 10.255.255.10) | NOT RUN | - | +| 1176 | dc1-wan1 | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s) for given address families. | BGP Link-State Peer: dc1-leaf1b (IP: 10.255.255.20) | NOT RUN | - | +| 1177 | dc1-wan1 | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s) for given address families. | BGP Path-Selection Peer: dc1-leaf1a (IP: 10.255.255.10) | NOT RUN | - | +| 1178 | dc1-wan1 | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s) for given address families. | BGP Path-Selection Peer: dc1-leaf1b (IP: 10.255.255.20) | NOT RUN | - | +| 1179 | dc1-wan1 | Configuration | VerifyRunningConfigDiffs | Verifies there is no difference between the running-config and the startup-config. | - | NOT RUN | - | +| 1180 | dc1-wan1 | Configuration | VerifyZeroTouch | Verifies ZeroTouch is disabled. | - | NOT RUN | - | +| 1181 | dc1-wan1 | Connectivity | VerifyLLDPNeighbors | Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors. | Local: Ethernet1 - Remote: dc1-leaf1a Ethernet6 | NOT RUN | - | +| 1182 | dc1-wan1 | Connectivity | VerifyLLDPNeighbors | Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors. | Local: Ethernet2 - Remote: dc1-leaf1b Ethernet6 | NOT RUN | - | +| 1183 | dc1-wan1 | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Dps1 (IP: 10.255.1.1) - Destination: dc1-wan1 Dps1 (IP: 10.255.1.1) | NOT RUN | - | +| 1184 | dc1-wan1 | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Dps1 (IP: 10.255.1.1) - Destination: dc1-wan2 Dps1 (IP: 10.255.1.2) | NOT RUN | - | +| 1185 | dc1-wan1 | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: P2P Interface Ethernet1 (IP: 10.255.255.1) - Destination: dc1-leaf1a Ethernet6 (IP: 10.255.255.0) | NOT RUN | - | +| 1186 | dc1-wan1 | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: P2P Interface Ethernet2 (IP: 10.255.255.3) - Destination: dc1-leaf1b Ethernet6 (IP: 10.255.255.2) | NOT RUN | - | | 1187 | dc1-wan1 | Field Notices | VerifyFieldNotice44Resolution | Verifies that the device is using the correct Aboot version per FN0044. | - | NOT RUN | - | | 1188 | dc1-wan1 | Field Notices | VerifyFieldNotice72Resolution | Verifies if the device is exposed to FN0072, and if the issue has been mitigated. | - | NOT RUN | - | -| 1189 | dc1-wan1 | Greent | VerifyGreenT | Verifies if a GreenT policy is created. | - | NOT RUN | - | +| 1189 | dc1-wan1 | Greent | VerifyGreenT | Verifies if a GreenT policy other than the default is created. | - | NOT RUN | - | | 1190 | dc1-wan1 | Greent | VerifyGreenTCounters | Verifies if the GreenT counters are incremented. | - | NOT RUN | - | | 1191 | dc1-wan1 | Hardware | VerifyAdverseDrops | Verifies there are no adverse drops on DCS-7280 and DCS-7500 family switches. | - | NOT RUN | - | | 1192 | dc1-wan1 | Hardware | VerifyEnvironmentCooling | Verifies the status of power supply fans and all fan trays. | - | NOT RUN | - | | 1193 | dc1-wan1 | Hardware | VerifyEnvironmentCooling | Verifies the status of power supply fans and all fan trays. | Accepted States: 'ok' | NOT RUN | - | | 1194 | dc1-wan1 | Hardware | VerifyEnvironmentPower | Verifies the power supplies status. | - | NOT RUN | - | | 1195 | dc1-wan1 | Hardware | VerifyEnvironmentPower | Verifies the power supplies status. | Accepted States: 'ok' | NOT RUN | - | -| 1196 | dc1-wan1 | Hardware | VerifyEnvironmentSystemCooling | Verifies the system cooling status. | - | NOT RUN | - | -| 1197 | dc1-wan1 | Hardware | VerifyTemperature | Verifies the device temperature. | - | NOT RUN | - | -| 1198 | dc1-wan1 | Hardware | VerifyTemperature | Verifies the device temperature. | - | NOT RUN | - | -| 1199 | dc1-wan1 | Hardware | VerifyTransceiversManufacturers | Verifies if all transceivers come from approved manufacturers. | - | NOT RUN | - | -| 1200 | dc1-wan1 | Hardware | VerifyTransceiversManufacturers | Verifies if all transceivers come from approved manufacturers. | Accepted Manufacturers: 'Arista Networks', 'Arastra, Inc.', 'Not Present' | NOT RUN | - | -| 1201 | dc1-wan1 | Hardware | VerifyTransceiversTemperature | Verifies the transceivers temperature. | - | NOT RUN | - | -| 1202 | dc1-wan1 | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Dps1 - DPS Interface = 'up' | NOT RUN | - | -| 1203 | dc1-wan1 | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet1 - P2P_dc1-leaf1a_Ethernet6 = 'up' | NOT RUN | - | -| 1204 | dc1-wan1 | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet2 - P2P_dc1-leaf1b_Ethernet6 = 'up' | NOT RUN | - | -| 1205 | dc1-wan1 | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet3 - mpls-sp-1_DC1-MPLS-3 = 'up' | NOT RUN | - | -| 1206 | dc1-wan1 | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet4 - isp-1_DC1-INET-3 = 'up' | NOT RUN | - | -| 1207 | dc1-wan1 | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Loopback0 - ROUTER_ID = 'up' | NOT RUN | - | -| 1208 | dc1-wan1 | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Vxlan1 = 'up' | NOT RUN | - | +| 1196 | dc1-wan1 | Hardware | VerifyEnvironmentSystemCooling | Verifies the device's system cooling status. | - | NOT RUN | - | +| 1197 | dc1-wan1 | Hardware | VerifyTemperature | Verifies if the device temperature is within acceptable limits. | - | NOT RUN | - | +| 1198 | dc1-wan1 | Hardware | VerifyTemperature | Verifies if the device temperature is within acceptable limits. | - | NOT RUN | - | +| 1199 | dc1-wan1 | Hardware | VerifyTransceiversManufacturers | Verifies if all the transceivers come from approved manufacturers. | - | NOT RUN | - | +| 1200 | dc1-wan1 | Hardware | VerifyTransceiversManufacturers | Verifies if all the transceivers come from approved manufacturers. | Accepted Manufacturers: 'Arista Networks', 'Arastra, Inc.', 'Not Present' | NOT RUN | - | +| 1201 | dc1-wan1 | Hardware | VerifyTransceiversTemperature | Verifies if all the transceivers are operating at an acceptable temperature. | - | NOT RUN | - | +| 1202 | dc1-wan1 | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Dps1 - DPS Interface = 'up' | NOT RUN | - | +| 1203 | dc1-wan1 | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Ethernet1 - P2P_dc1-leaf1a_Ethernet6 = 'up' | NOT RUN | - | +| 1204 | dc1-wan1 | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Ethernet2 - P2P_dc1-leaf1b_Ethernet6 = 'up' | NOT RUN | - | +| 1205 | dc1-wan1 | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Ethernet3 - mpls-sp-1_DC1-MPLS-3 = 'up' | NOT RUN | - | +| 1206 | dc1-wan1 | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Ethernet4 - isp-1_DC1-INET-3 = 'up' | NOT RUN | - | +| 1207 | dc1-wan1 | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Loopback0 - ROUTER_ID = 'up' | NOT RUN | - | +| 1208 | dc1-wan1 | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Vxlan1 = 'up' | NOT RUN | - | | 1209 | dc1-wan1 | LANZ | VerifyLANZ | Verifies if LANZ is enabled. | - | NOT RUN | - | | 1210 | dc1-wan1 | PTP | VerifyPtpGMStatus | Verifies that the device is locked to a valid PTP Grandmaster. | - | NOT RUN | - | | 1211 | dc1-wan1 | PTP | VerifyPtpLockStatus | Verifies that the device was locked to the upstream PTP GM in the last minute. | - | NOT RUN | - | @@ -1307,16 +1307,16 @@ | 1223 | dc1-wan1 | Security | VerifyBannerMotd | Verifies the motd banner of a device. | - | NOT RUN | - | | 1224 | dc1-wan1 | Security | VerifyIPSecConnHealth | Verifies all IPv4 security connections. | - | NOT RUN | - | | 1225 | dc1-wan1 | Security | VerifyIPv4ACL | Verifies the configuration of IPv4 ACLs. | - | NOT RUN | - | -| 1226 | dc1-wan1 | Security | VerifySpecificIPSecConn | Verifies IPv4 security connections for a peer. | - | NOT RUN | - | -| 1227 | dc1-wan1 | Security | VerifySpecificIPSecConn | Verifies IPv4 security connections for a peer. | IPv4 Peer: 10.255.1.2 VRF: default | NOT RUN | - | -| 1228 | dc1-wan1 | Security | VerifySpecificIPSecConn | Verifies IPv4 security connections for a peer. | IPv4 Peer: 10.255.255.10 VRF: default | NOT RUN | - | -| 1229 | dc1-wan1 | Security | VerifySpecificIPSecConn | Verifies IPv4 security connections for a peer. | IPv4 Peer: 10.255.255.20 VRF: default | NOT RUN | - | +| 1226 | dc1-wan1 | Security | VerifySpecificIPSecConn | Verifies the IPv4 security connections. | - | NOT RUN | - | +| 1227 | dc1-wan1 | Security | VerifySpecificIPSecConn | Verifies the IPv4 security connections. | IPv4 Peer: 10.255.1.2 VRF: default | NOT RUN | - | +| 1228 | dc1-wan1 | Security | VerifySpecificIPSecConn | Verifies the IPv4 security connections. | IPv4 Peer: 10.255.255.10 VRF: default | NOT RUN | - | +| 1229 | dc1-wan1 | Security | VerifySpecificIPSecConn | Verifies the IPv4 security connections. | IPv4 Peer: 10.255.255.20 VRF: default | NOT RUN | - | | 1230 | dc1-wan1 | Security | VerifySSHIPv4Acl | Verifies if the SSHD agent has IPv4 ACL(s) configured. | - | NOT RUN | - | | 1231 | dc1-wan1 | Security | VerifySSHIPv6Acl | Verifies if the SSHD agent has IPv6 ACL(s) configured. | - | NOT RUN | - | | 1232 | dc1-wan1 | Security | VerifySSHStatus | Verifies if the SSHD agent is disabled in the default VRF. | - | NOT RUN | - | | 1233 | dc1-wan1 | Security | VerifyTelnetStatus | Verifies if Telnet is disabled in the default VRF. | - | NOT RUN | - | | 1234 | dc1-wan1 | Services | VerifyDNSLookup | Verifies the DNS name to IP address resolution. | - | NOT RUN | - | -| 1235 | dc1-wan1 | Services | VerifyDNSServers | Verifies if the DNS servers are correctly configured. | - | NOT RUN | - | +| 1235 | dc1-wan1 | Services | VerifyDNSServers | Verifies if the DNS (Domain Name Service) servers are correctly configured. | - | NOT RUN | - | | 1236 | dc1-wan1 | Services | VerifyErrdisableRecovery | Verifies the errdisable recovery reason, status, and interval. | - | NOT RUN | - | | 1237 | dc1-wan1 | Services | VerifyHostname | Verifies the hostname of a device. | - | NOT RUN | - | | 1238 | dc1-wan1 | SNMP | VerifySnmpIPv4Acl | Verifies if the SNMP agent has IPv4 ACL(s) configured. | - | NOT RUN | - | @@ -1324,9 +1324,9 @@ | 1240 | dc1-wan1 | SNMP | VerifySnmpStatus | Verifies if the SNMP agent is enabled. | - | NOT RUN | - | | 1241 | dc1-wan1 | Software | VerifyEOSVersion | Verifies the EOS version of the device. | - | NOT RUN | - | | 1242 | dc1-wan1 | Software | VerifyTerminAttrVersion | Verifies the TerminAttr version of the device. | - | NOT RUN | - | -| 1243 | dc1-wan1 | STUN | VerifyStunClient | Verifies the STUN client is configured with the specified IPv4 source address and port. Validate the public IP and port if provided. | - | NOT RUN | - | -| 1244 | dc1-wan1 | STUN | VerifyStunClient | Verifies the STUN client is configured with the specified IPv4 source address and port. Validate the public IP and port if provided. | Source IPv4 Address: 100.64.3.2 Source Port: 4500 | NOT RUN | - | -| 1245 | dc1-wan1 | STUN | VerifyStunClient | Verifies the STUN client is configured with the specified IPv4 source address and port. Validate the public IP and port if provided. | Source IPv4 Address: 172.18.3.2 Source Port: 4500 | NOT RUN | - | +| 1243 | dc1-wan1 | STUN | VerifyStunClient | (Deprecated) Verifies the translation for a source address on a STUN client. | - | NOT RUN | - | +| 1244 | dc1-wan1 | STUN | VerifyStunClient | (Deprecated) Verifies the translation for a source address on a STUN client. | Source IPv4 Address: 100.64.3.2 Source Port: 4500 | NOT RUN | - | +| 1245 | dc1-wan1 | STUN | VerifyStunClient | (Deprecated) Verifies the translation for a source address on a STUN client. | Source IPv4 Address: 172.18.3.2 Source Port: 4500 | NOT RUN | - | | 1246 | dc1-wan1 | System | VerifyAgentLogs | Verifies there are no agent crash reports. | - | NOT RUN | - | | 1247 | dc1-wan1 | System | VerifyCoredump | Verifies there are no core dump files. | - | NOT RUN | - | | 1248 | dc1-wan1 | System | VerifyCPUUtilization | Verifies whether the CPU utilization is below 75%. | - | NOT RUN | - | @@ -1346,53 +1346,53 @@ | 1262 | dc1-wan2 | AAA | VerifyTacacsServers | Verifies TACACS servers are configured for a specified VRF. | - | NOT RUN | - | | 1263 | dc1-wan2 | AAA | VerifyTacacsSourceIntf | Verifies TACACS source-interface for a specified VRF. | - | NOT RUN | - | | 1264 | dc1-wan2 | Avt | VerifyAVTRole | Verifies the AVT role of a device. | - | NOT RUN | - | -| 1265 | dc1-wan2 | Avt | VerifyAVTSpecificPath | Verifies the status and type of an AVT path for a specified VRF. | AVT profile: DEFAULT-POLICY-CONTROL-PLANE, VRF: default, Destination IPv4 Address: 10.255.1.1, Nexthop VTEP: 10.255.1.1 | NOT RUN | - | -| 1266 | dc1-wan2 | Avt | VerifyAVTSpecificPath | Verifies the status and type of an AVT path for a specified VRF. | AVT profile: DEFAULT-POLICY-CONTROL-PLANE, VRF: default, Destination IPv4 Address: 10.255.255.10, Nexthop VTEP: 10.255.255.10 | NOT RUN | - | -| 1267 | dc1-wan2 | Avt | VerifyAVTSpecificPath | Verifies the status and type of an AVT path for a specified VRF. | AVT profile: DEFAULT-POLICY-CONTROL-PLANE, VRF: default, Destination IPv4 Address: 10.255.255.20, Nexthop VTEP: 10.255.255.20 | NOT RUN | - | -| 1268 | dc1-wan2 | Avt | VerifyAVTSpecificPath | Verifies the status and type of an AVT path for a specified VRF. | AVT profile: DEFAULT-POLICY-DEFAULT, VRF: default, Destination IPv4 Address: 10.255.1.1, Nexthop VTEP: 10.255.1.1 | NOT RUN | - | -| 1269 | dc1-wan2 | Avt | VerifyAVTSpecificPath | Verifies the status and type of an AVT path for a specified VRF. | AVT profile: DEFAULT-POLICY-DEFAULT, VRF: default, Destination IPv4 Address: 10.255.255.10, Nexthop VTEP: 10.255.255.10 | NOT RUN | - | -| 1270 | dc1-wan2 | Avt | VerifyAVTSpecificPath | Verifies the status and type of an AVT path for a specified VRF. | AVT profile: DEFAULT-POLICY-DEFAULT, VRF: default, Destination IPv4 Address: 10.255.255.20, Nexthop VTEP: 10.255.255.20 | NOT RUN | - | -| 1271 | dc1-wan2 | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s). | BGP EVPN Peer: dc1-leaf1a (IP: 10.255.255.10) | NOT RUN | - | -| 1272 | dc1-wan2 | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s). | BGP EVPN Peer: dc1-leaf1b (IP: 10.255.255.20) | NOT RUN | - | -| 1273 | dc1-wan2 | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s). | BGP EVPN Peer: dc1-wan1 (IP: 10.255.1.1) | NOT RUN | - | -| 1274 | dc1-wan2 | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s). | BGP IPv4 SR-TE Peer: dc1-leaf1a (IP: 10.255.255.10) | NOT RUN | - | -| 1275 | dc1-wan2 | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s). | BGP IPv4 SR-TE Peer: dc1-leaf1b (IP: 10.255.255.20) | NOT RUN | - | -| 1276 | dc1-wan2 | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s). | BGP IPv4 Unicast Peer: dc1-leaf1a (IP: 10.255.255.4) | NOT RUN | - | -| 1277 | dc1-wan2 | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s). | BGP IPv4 Unicast Peer: dc1-leaf1b (IP: 10.255.255.6) | NOT RUN | - | -| 1278 | dc1-wan2 | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s). | BGP Link-State Peer: dc1-leaf1a (IP: 10.255.255.10) | NOT RUN | - | -| 1279 | dc1-wan2 | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s). | BGP Link-State Peer: dc1-leaf1b (IP: 10.255.255.20) | NOT RUN | - | -| 1280 | dc1-wan2 | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s). | BGP Path-Selection Peer: dc1-leaf1a (IP: 10.255.255.10) | NOT RUN | - | -| 1281 | dc1-wan2 | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s). | BGP Path-Selection Peer: dc1-leaf1b (IP: 10.255.255.20) | NOT RUN | - | -| 1282 | dc1-wan2 | Configuration | VerifyRunningConfigDiffs | Verifies there is no difference between the running-config and the startup-config | - | NOT RUN | - | -| 1283 | dc1-wan2 | Configuration | VerifyZeroTouch | Verifies ZeroTouch is disabled | - | NOT RUN | - | -| 1284 | dc1-wan2 | Connectivity | VerifyLLDPNeighbors | Verifies that the provided LLDP neighbors are connected properly. | Local: Ethernet1 - Remote: dc1-leaf1a Ethernet7 | NOT RUN | - | -| 1285 | dc1-wan2 | Connectivity | VerifyLLDPNeighbors | Verifies that the provided LLDP neighbors are connected properly. | Local: Ethernet2 - Remote: dc1-leaf1b Ethernet7 | NOT RUN | - | -| 1286 | dc1-wan2 | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Dps1 (IP: 10.255.1.2) - Destination: dc1-wan1 Dps1 (IP: 10.255.1.1) | NOT RUN | - | -| 1287 | dc1-wan2 | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Dps1 (IP: 10.255.1.2) - Destination: dc1-wan2 Dps1 (IP: 10.255.1.2) | NOT RUN | - | -| 1288 | dc1-wan2 | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: P2P Interface Ethernet1 (IP: 10.255.255.5) - Destination: dc1-leaf1a Ethernet7 (IP: 10.255.255.4) | NOT RUN | - | -| 1289 | dc1-wan2 | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: P2P Interface Ethernet2 (IP: 10.255.255.7) - Destination: dc1-leaf1b Ethernet7 (IP: 10.255.255.6) | NOT RUN | - | +| 1265 | dc1-wan2 | Avt | VerifyAVTSpecificPath | Verifies the Adaptive Virtual Topology (AVT) path. | AVT profile: DEFAULT-POLICY-CONTROL-PLANE, VRF: default, Destination IPv4 Address: 10.255.1.1, Nexthop VTEP: 10.255.1.1 | NOT RUN | - | +| 1266 | dc1-wan2 | Avt | VerifyAVTSpecificPath | Verifies the Adaptive Virtual Topology (AVT) path. | AVT profile: DEFAULT-POLICY-CONTROL-PLANE, VRF: default, Destination IPv4 Address: 10.255.255.10, Nexthop VTEP: 10.255.255.10 | NOT RUN | - | +| 1267 | dc1-wan2 | Avt | VerifyAVTSpecificPath | Verifies the Adaptive Virtual Topology (AVT) path. | AVT profile: DEFAULT-POLICY-CONTROL-PLANE, VRF: default, Destination IPv4 Address: 10.255.255.20, Nexthop VTEP: 10.255.255.20 | NOT RUN | - | +| 1268 | dc1-wan2 | Avt | VerifyAVTSpecificPath | Verifies the Adaptive Virtual Topology (AVT) path. | AVT profile: DEFAULT-POLICY-DEFAULT, VRF: default, Destination IPv4 Address: 10.255.1.1, Nexthop VTEP: 10.255.1.1 | NOT RUN | - | +| 1269 | dc1-wan2 | Avt | VerifyAVTSpecificPath | Verifies the Adaptive Virtual Topology (AVT) path. | AVT profile: DEFAULT-POLICY-DEFAULT, VRF: default, Destination IPv4 Address: 10.255.255.10, Nexthop VTEP: 10.255.255.10 | NOT RUN | - | +| 1270 | dc1-wan2 | Avt | VerifyAVTSpecificPath | Verifies the Adaptive Virtual Topology (AVT) path. | AVT profile: DEFAULT-POLICY-DEFAULT, VRF: default, Destination IPv4 Address: 10.255.255.20, Nexthop VTEP: 10.255.255.20 | NOT RUN | - | +| 1271 | dc1-wan2 | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s) for given address families. | BGP EVPN Peer: dc1-leaf1a (IP: 10.255.255.10) | NOT RUN | - | +| 1272 | dc1-wan2 | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s) for given address families. | BGP EVPN Peer: dc1-leaf1b (IP: 10.255.255.20) | NOT RUN | - | +| 1273 | dc1-wan2 | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s) for given address families. | BGP EVPN Peer: dc1-wan1 (IP: 10.255.1.1) | NOT RUN | - | +| 1274 | dc1-wan2 | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s) for given address families. | BGP IPv4 SR-TE Peer: dc1-leaf1a (IP: 10.255.255.10) | NOT RUN | - | +| 1275 | dc1-wan2 | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s) for given address families. | BGP IPv4 SR-TE Peer: dc1-leaf1b (IP: 10.255.255.20) | NOT RUN | - | +| 1276 | dc1-wan2 | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s) for given address families. | BGP IPv4 Unicast Peer: dc1-leaf1a (IP: 10.255.255.4) | NOT RUN | - | +| 1277 | dc1-wan2 | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s) for given address families. | BGP IPv4 Unicast Peer: dc1-leaf1b (IP: 10.255.255.6) | NOT RUN | - | +| 1278 | dc1-wan2 | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s) for given address families. | BGP Link-State Peer: dc1-leaf1a (IP: 10.255.255.10) | NOT RUN | - | +| 1279 | dc1-wan2 | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s) for given address families. | BGP Link-State Peer: dc1-leaf1b (IP: 10.255.255.20) | NOT RUN | - | +| 1280 | dc1-wan2 | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s) for given address families. | BGP Path-Selection Peer: dc1-leaf1a (IP: 10.255.255.10) | NOT RUN | - | +| 1281 | dc1-wan2 | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s) for given address families. | BGP Path-Selection Peer: dc1-leaf1b (IP: 10.255.255.20) | NOT RUN | - | +| 1282 | dc1-wan2 | Configuration | VerifyRunningConfigDiffs | Verifies there is no difference between the running-config and the startup-config. | - | NOT RUN | - | +| 1283 | dc1-wan2 | Configuration | VerifyZeroTouch | Verifies ZeroTouch is disabled. | - | NOT RUN | - | +| 1284 | dc1-wan2 | Connectivity | VerifyLLDPNeighbors | Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors. | Local: Ethernet1 - Remote: dc1-leaf1a Ethernet7 | NOT RUN | - | +| 1285 | dc1-wan2 | Connectivity | VerifyLLDPNeighbors | Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors. | Local: Ethernet2 - Remote: dc1-leaf1b Ethernet7 | NOT RUN | - | +| 1286 | dc1-wan2 | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Dps1 (IP: 10.255.1.2) - Destination: dc1-wan1 Dps1 (IP: 10.255.1.1) | NOT RUN | - | +| 1287 | dc1-wan2 | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Dps1 (IP: 10.255.1.2) - Destination: dc1-wan2 Dps1 (IP: 10.255.1.2) | NOT RUN | - | +| 1288 | dc1-wan2 | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: P2P Interface Ethernet1 (IP: 10.255.255.5) - Destination: dc1-leaf1a Ethernet7 (IP: 10.255.255.4) | NOT RUN | - | +| 1289 | dc1-wan2 | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: P2P Interface Ethernet2 (IP: 10.255.255.7) - Destination: dc1-leaf1b Ethernet7 (IP: 10.255.255.6) | NOT RUN | - | | 1290 | dc1-wan2 | Field Notices | VerifyFieldNotice44Resolution | Verifies that the device is using the correct Aboot version per FN0044. | - | NOT RUN | - | | 1291 | dc1-wan2 | Field Notices | VerifyFieldNotice72Resolution | Verifies if the device is exposed to FN0072, and if the issue has been mitigated. | - | NOT RUN | - | -| 1292 | dc1-wan2 | Greent | VerifyGreenT | Verifies if a GreenT policy is created. | - | NOT RUN | - | +| 1292 | dc1-wan2 | Greent | VerifyGreenT | Verifies if a GreenT policy other than the default is created. | - | NOT RUN | - | | 1293 | dc1-wan2 | Greent | VerifyGreenTCounters | Verifies if the GreenT counters are incremented. | - | NOT RUN | - | | 1294 | dc1-wan2 | Hardware | VerifyAdverseDrops | Verifies there are no adverse drops on DCS-7280 and DCS-7500 family switches. | - | NOT RUN | - | | 1295 | dc1-wan2 | Hardware | VerifyEnvironmentCooling | Verifies the status of power supply fans and all fan trays. | - | NOT RUN | - | | 1296 | dc1-wan2 | Hardware | VerifyEnvironmentCooling | Verifies the status of power supply fans and all fan trays. | Accepted States: 'ok' | NOT RUN | - | | 1297 | dc1-wan2 | Hardware | VerifyEnvironmentPower | Verifies the power supplies status. | - | NOT RUN | - | | 1298 | dc1-wan2 | Hardware | VerifyEnvironmentPower | Verifies the power supplies status. | Accepted States: 'ok' | NOT RUN | - | -| 1299 | dc1-wan2 | Hardware | VerifyEnvironmentSystemCooling | Verifies the system cooling status. | - | NOT RUN | - | -| 1300 | dc1-wan2 | Hardware | VerifyTemperature | Verifies the device temperature. | - | NOT RUN | - | -| 1301 | dc1-wan2 | Hardware | VerifyTemperature | Verifies the device temperature. | - | NOT RUN | - | -| 1302 | dc1-wan2 | Hardware | VerifyTransceiversManufacturers | Verifies if all transceivers come from approved manufacturers. | - | NOT RUN | - | -| 1303 | dc1-wan2 | Hardware | VerifyTransceiversManufacturers | Verifies if all transceivers come from approved manufacturers. | Accepted Manufacturers: 'Arista Networks', 'Arastra, Inc.', 'Not Present' | NOT RUN | - | -| 1304 | dc1-wan2 | Hardware | VerifyTransceiversTemperature | Verifies the transceivers temperature. | - | NOT RUN | - | -| 1305 | dc1-wan2 | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Dps1 - DPS Interface = 'up' | NOT RUN | - | -| 1306 | dc1-wan2 | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet1 - P2P_dc1-leaf1a_Ethernet7 = 'up' | NOT RUN | - | -| 1307 | dc1-wan2 | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet2 - P2P_dc1-leaf1b_Ethernet7 = 'up' | NOT RUN | - | -| 1308 | dc1-wan2 | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet3 - mpls-sp-1_DC1-MPLS-4 = 'up' | NOT RUN | - | -| 1309 | dc1-wan2 | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet4 - isp-1_DC1-INET-4 = 'up' | NOT RUN | - | -| 1310 | dc1-wan2 | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Loopback0 - ROUTER_ID = 'up' | NOT RUN | - | -| 1311 | dc1-wan2 | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Vxlan1 = 'up' | NOT RUN | - | +| 1299 | dc1-wan2 | Hardware | VerifyEnvironmentSystemCooling | Verifies the device's system cooling status. | - | NOT RUN | - | +| 1300 | dc1-wan2 | Hardware | VerifyTemperature | Verifies if the device temperature is within acceptable limits. | - | NOT RUN | - | +| 1301 | dc1-wan2 | Hardware | VerifyTemperature | Verifies if the device temperature is within acceptable limits. | - | NOT RUN | - | +| 1302 | dc1-wan2 | Hardware | VerifyTransceiversManufacturers | Verifies if all the transceivers come from approved manufacturers. | - | NOT RUN | - | +| 1303 | dc1-wan2 | Hardware | VerifyTransceiversManufacturers | Verifies if all the transceivers come from approved manufacturers. | Accepted Manufacturers: 'Arista Networks', 'Arastra, Inc.', 'Not Present' | NOT RUN | - | +| 1304 | dc1-wan2 | Hardware | VerifyTransceiversTemperature | Verifies if all the transceivers are operating at an acceptable temperature. | - | NOT RUN | - | +| 1305 | dc1-wan2 | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Dps1 - DPS Interface = 'up' | NOT RUN | - | +| 1306 | dc1-wan2 | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Ethernet1 - P2P_dc1-leaf1a_Ethernet7 = 'up' | NOT RUN | - | +| 1307 | dc1-wan2 | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Ethernet2 - P2P_dc1-leaf1b_Ethernet7 = 'up' | NOT RUN | - | +| 1308 | dc1-wan2 | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Ethernet3 - mpls-sp-1_DC1-MPLS-4 = 'up' | NOT RUN | - | +| 1309 | dc1-wan2 | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Ethernet4 - isp-1_DC1-INET-4 = 'up' | NOT RUN | - | +| 1310 | dc1-wan2 | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Loopback0 - ROUTER_ID = 'up' | NOT RUN | - | +| 1311 | dc1-wan2 | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Vxlan1 = 'up' | NOT RUN | - | | 1312 | dc1-wan2 | LANZ | VerifyLANZ | Verifies if LANZ is enabled. | - | NOT RUN | - | | 1313 | dc1-wan2 | PTP | VerifyPtpGMStatus | Verifies that the device is locked to a valid PTP Grandmaster. | - | NOT RUN | - | | 1314 | dc1-wan2 | PTP | VerifyPtpLockStatus | Verifies that the device was locked to the upstream PTP GM in the last minute. | - | NOT RUN | - | @@ -1410,16 +1410,16 @@ | 1326 | dc1-wan2 | Security | VerifyBannerMotd | Verifies the motd banner of a device. | - | NOT RUN | - | | 1327 | dc1-wan2 | Security | VerifyIPSecConnHealth | Verifies all IPv4 security connections. | - | NOT RUN | - | | 1328 | dc1-wan2 | Security | VerifyIPv4ACL | Verifies the configuration of IPv4 ACLs. | - | NOT RUN | - | -| 1329 | dc1-wan2 | Security | VerifySpecificIPSecConn | Verifies IPv4 security connections for a peer. | - | NOT RUN | - | -| 1330 | dc1-wan2 | Security | VerifySpecificIPSecConn | Verifies IPv4 security connections for a peer. | IPv4 Peer: 10.255.1.1 VRF: default | NOT RUN | - | -| 1331 | dc1-wan2 | Security | VerifySpecificIPSecConn | Verifies IPv4 security connections for a peer. | IPv4 Peer: 10.255.255.10 VRF: default | NOT RUN | - | -| 1332 | dc1-wan2 | Security | VerifySpecificIPSecConn | Verifies IPv4 security connections for a peer. | IPv4 Peer: 10.255.255.20 VRF: default | NOT RUN | - | +| 1329 | dc1-wan2 | Security | VerifySpecificIPSecConn | Verifies the IPv4 security connections. | - | NOT RUN | - | +| 1330 | dc1-wan2 | Security | VerifySpecificIPSecConn | Verifies the IPv4 security connections. | IPv4 Peer: 10.255.1.1 VRF: default | NOT RUN | - | +| 1331 | dc1-wan2 | Security | VerifySpecificIPSecConn | Verifies the IPv4 security connections. | IPv4 Peer: 10.255.255.10 VRF: default | NOT RUN | - | +| 1332 | dc1-wan2 | Security | VerifySpecificIPSecConn | Verifies the IPv4 security connections. | IPv4 Peer: 10.255.255.20 VRF: default | NOT RUN | - | | 1333 | dc1-wan2 | Security | VerifySSHIPv4Acl | Verifies if the SSHD agent has IPv4 ACL(s) configured. | - | NOT RUN | - | | 1334 | dc1-wan2 | Security | VerifySSHIPv6Acl | Verifies if the SSHD agent has IPv6 ACL(s) configured. | - | NOT RUN | - | | 1335 | dc1-wan2 | Security | VerifySSHStatus | Verifies if the SSHD agent is disabled in the default VRF. | - | NOT RUN | - | | 1336 | dc1-wan2 | Security | VerifyTelnetStatus | Verifies if Telnet is disabled in the default VRF. | - | NOT RUN | - | | 1337 | dc1-wan2 | Services | VerifyDNSLookup | Verifies the DNS name to IP address resolution. | - | NOT RUN | - | -| 1338 | dc1-wan2 | Services | VerifyDNSServers | Verifies if the DNS servers are correctly configured. | - | NOT RUN | - | +| 1338 | dc1-wan2 | Services | VerifyDNSServers | Verifies if the DNS (Domain Name Service) servers are correctly configured. | - | NOT RUN | - | | 1339 | dc1-wan2 | Services | VerifyErrdisableRecovery | Verifies the errdisable recovery reason, status, and interval. | - | NOT RUN | - | | 1340 | dc1-wan2 | Services | VerifyHostname | Verifies the hostname of a device. | - | NOT RUN | - | | 1341 | dc1-wan2 | SNMP | VerifySnmpIPv4Acl | Verifies if the SNMP agent has IPv4 ACL(s) configured. | - | NOT RUN | - | @@ -1427,8 +1427,8 @@ | 1343 | dc1-wan2 | SNMP | VerifySnmpStatus | Verifies if the SNMP agent is enabled. | - | NOT RUN | - | | 1344 | dc1-wan2 | Software | VerifyEOSVersion | Verifies the EOS version of the device. | - | NOT RUN | - | | 1345 | dc1-wan2 | Software | VerifyTerminAttrVersion | Verifies the TerminAttr version of the device. | - | NOT RUN | - | -| 1346 | dc1-wan2 | STUN | VerifyStunClient | Verifies the STUN client is configured with the specified IPv4 source address and port. Validate the public IP and port if provided. | - | NOT RUN | - | -| 1347 | dc1-wan2 | STUN | VerifyStunClient | Verifies the STUN client is configured with the specified IPv4 source address and port. Validate the public IP and port if provided. | Source IPv4 Address: 172.18.4.2 Source Port: 4500 | NOT RUN | - | +| 1346 | dc1-wan2 | STUN | VerifyStunClient | (Deprecated) Verifies the translation for a source address on a STUN client. | - | NOT RUN | - | +| 1347 | dc1-wan2 | STUN | VerifyStunClient | (Deprecated) Verifies the translation for a source address on a STUN client. | Source IPv4 Address: 172.18.4.2 Source Port: 4500 | NOT RUN | - | | 1348 | dc1-wan2 | System | VerifyAgentLogs | Verifies there are no agent crash reports. | - | NOT RUN | - | | 1349 | dc1-wan2 | System | VerifyCoredump | Verifies there are no core dump files. | - | NOT RUN | - | | 1350 | dc1-wan2 | System | VerifyCPUUtilization | Verifies whether the CPU utilization is below 75%. | - | NOT RUN | - | @@ -1447,74 +1447,74 @@ | 1363 | dc2-leaf1a | AAA | VerifyTacacsServerGroups | Verifies if the provided TACACS server group(s) are configured. | - | NOT RUN | - | | 1364 | dc2-leaf1a | AAA | VerifyTacacsServers | Verifies TACACS servers are configured for a specified VRF. | - | NOT RUN | - | | 1365 | dc2-leaf1a | AAA | VerifyTacacsSourceIntf | Verifies TACACS source-interface for a specified VRF. | - | NOT RUN | - | -| 1366 | dc2-leaf1a | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s). | BGP EVPN Peer: dc2-spine1 (IP: 10.255.128.11) | NOT RUN | - | -| 1367 | dc2-leaf1a | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s). | BGP EVPN Peer: dc2-spine2 (IP: 10.255.128.12) | NOT RUN | - | -| 1368 | dc2-leaf1a | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s). | BGP IPv4 Unicast Peer: dc2-leaf1b (IP: 10.255.129.117) | NOT RUN | - | -| 1369 | dc2-leaf1a | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s). | BGP IPv4 Unicast Peer: dc2-spine1 (IP: 10.255.255.104) | NOT RUN | - | -| 1370 | dc2-leaf1a | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s). | BGP IPv4 Unicast Peer: dc2-spine2 (IP: 10.255.255.106) | NOT RUN | - | -| 1371 | dc2-leaf1a | Configuration | VerifyRunningConfigDiffs | Verifies there is no difference between the running-config and the startup-config | - | NOT RUN | - | -| 1372 | dc2-leaf1a | Configuration | VerifyZeroTouch | Verifies ZeroTouch is disabled | - | NOT RUN | - | -| 1373 | dc2-leaf1a | Connectivity | VerifyLLDPNeighbors | Verifies that the provided LLDP neighbors are connected properly. | Local: Ethernet1 - Remote: dc2-spine1 Ethernet1 | NOT RUN | - | -| 1374 | dc2-leaf1a | Connectivity | VerifyLLDPNeighbors | Verifies that the provided LLDP neighbors are connected properly. | Local: Ethernet2 - Remote: dc2-spine2 Ethernet1 | NOT RUN | - | -| 1375 | dc2-leaf1a | Connectivity | VerifyLLDPNeighbors | Verifies that the provided LLDP neighbors are connected properly. | Local: Ethernet3 - Remote: dc2-leaf1b Ethernet3 | NOT RUN | - | -| 1376 | dc2-leaf1a | Connectivity | VerifyLLDPNeighbors | Verifies that the provided LLDP neighbors are connected properly. | Local: Ethernet4 - Remote: dc2-leaf1b Ethernet4 | NOT RUN | - | -| 1377 | dc2-leaf1a | Connectivity | VerifyLLDPNeighbors | Verifies that the provided LLDP neighbors are connected properly. | Local: Ethernet8 - Remote: dc2-leaf1c Ethernet1 | NOT RUN | - | -| 1378 | dc2-leaf1a | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.13) - Destination: dc1-leaf1a Loopback0 (IP: 10.255.0.3) | NOT RUN | - | -| 1379 | dc2-leaf1a | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.13) - Destination: dc1-leaf1b Loopback0 (IP: 10.255.0.4) | NOT RUN | - | -| 1380 | dc2-leaf1a | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.13) - Destination: dc1-leaf2a Loopback0 (IP: 10.255.0.5) | NOT RUN | - | -| 1381 | dc2-leaf1a | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.13) - Destination: dc1-spine1 Loopback0 (IP: 10.255.0.1) | NOT RUN | - | -| 1382 | dc2-leaf1a | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.13) - Destination: dc1-spine2 Loopback0 (IP: 10.255.0.2) | NOT RUN | - | -| 1383 | dc2-leaf1a | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.13) - Destination: dc1-svc-leaf1a Loopback0 (IP: 10.33.0.5) | NOT RUN | - | -| 1384 | dc2-leaf1a | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.13) - Destination: dc1-svc-leaf1b Loopback0 (IP: 10.33.0.6) | NOT RUN | - | -| 1385 | dc2-leaf1a | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.13) - Destination: dc1-wan1 Loopback0 (IP: 10.255.2.1) | NOT RUN | - | -| 1386 | dc2-leaf1a | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.13) - Destination: dc1-wan2 Loopback0 (IP: 10.255.2.2) | NOT RUN | - | -| 1387 | dc2-leaf1a | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.13) - Destination: dc2-leaf1a Loopback0 (IP: 10.255.128.13) | NOT RUN | - | -| 1388 | dc2-leaf1a | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.13) - Destination: dc2-leaf1b Loopback0 (IP: 10.255.128.14) | NOT RUN | - | -| 1389 | dc2-leaf1a | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.13) - Destination: dc2-leaf2a Loopback0 (IP: 10.255.128.15) | NOT RUN | - | -| 1390 | dc2-leaf1a | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.13) - Destination: dc2-leaf2b Loopback0 (IP: 10.255.128.16) | NOT RUN | - | -| 1391 | dc2-leaf1a | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.13) - Destination: dc2-leaf3a.arista.com Loopback0 (IP: 10.255.128.17) | NOT RUN | - | -| 1392 | dc2-leaf1a | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.13) - Destination: dc2-leaf3b.arista.com Loopback0 (IP: 10.255.128.18) | NOT RUN | - | -| 1393 | dc2-leaf1a | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.13) - Destination: dc2-spine1 Loopback0 (IP: 10.255.128.11) | NOT RUN | - | -| 1394 | dc2-leaf1a | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.13) - Destination: dc2-spine2 Loopback0 (IP: 10.255.128.12) | NOT RUN | - | -| 1395 | dc2-leaf1a | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: P2P Interface Ethernet1 (IP: 10.255.255.105) - Destination: dc2-spine1 Ethernet1 (IP: 10.255.255.104) | NOT RUN | - | -| 1396 | dc2-leaf1a | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: P2P Interface Ethernet2 (IP: 10.255.255.107) - Destination: dc2-spine2 Ethernet1 (IP: 10.255.255.106) | NOT RUN | - | +| 1366 | dc2-leaf1a | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s) for given address families. | BGP EVPN Peer: dc2-spine1 (IP: 10.255.128.11) | NOT RUN | - | +| 1367 | dc2-leaf1a | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s) for given address families. | BGP EVPN Peer: dc2-spine2 (IP: 10.255.128.12) | NOT RUN | - | +| 1368 | dc2-leaf1a | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s) for given address families. | BGP IPv4 Unicast Peer: dc2-leaf1b (IP: 10.255.129.117) | NOT RUN | - | +| 1369 | dc2-leaf1a | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s) for given address families. | BGP IPv4 Unicast Peer: dc2-spine1 (IP: 10.255.255.104) | NOT RUN | - | +| 1370 | dc2-leaf1a | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s) for given address families. | BGP IPv4 Unicast Peer: dc2-spine2 (IP: 10.255.255.106) | NOT RUN | - | +| 1371 | dc2-leaf1a | Configuration | VerifyRunningConfigDiffs | Verifies there is no difference between the running-config and the startup-config. | - | NOT RUN | - | +| 1372 | dc2-leaf1a | Configuration | VerifyZeroTouch | Verifies ZeroTouch is disabled. | - | NOT RUN | - | +| 1373 | dc2-leaf1a | Connectivity | VerifyLLDPNeighbors | Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors. | Local: Ethernet1 - Remote: dc2-spine1 Ethernet1 | NOT RUN | - | +| 1374 | dc2-leaf1a | Connectivity | VerifyLLDPNeighbors | Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors. | Local: Ethernet2 - Remote: dc2-spine2 Ethernet1 | NOT RUN | - | +| 1375 | dc2-leaf1a | Connectivity | VerifyLLDPNeighbors | Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors. | Local: Ethernet3 - Remote: dc2-leaf1b Ethernet3 | NOT RUN | - | +| 1376 | dc2-leaf1a | Connectivity | VerifyLLDPNeighbors | Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors. | Local: Ethernet4 - Remote: dc2-leaf1b Ethernet4 | NOT RUN | - | +| 1377 | dc2-leaf1a | Connectivity | VerifyLLDPNeighbors | Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors. | Local: Ethernet8 - Remote: dc2-leaf1c Ethernet1 | NOT RUN | - | +| 1378 | dc2-leaf1a | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.13) - Destination: dc1-leaf1a Loopback0 (IP: 10.255.0.3) | NOT RUN | - | +| 1379 | dc2-leaf1a | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.13) - Destination: dc1-leaf1b Loopback0 (IP: 10.255.0.4) | NOT RUN | - | +| 1380 | dc2-leaf1a | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.13) - Destination: dc1-leaf2a Loopback0 (IP: 10.255.0.5) | NOT RUN | - | +| 1381 | dc2-leaf1a | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.13) - Destination: dc1-spine1 Loopback0 (IP: 10.255.0.1) | NOT RUN | - | +| 1382 | dc2-leaf1a | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.13) - Destination: dc1-spine2 Loopback0 (IP: 10.255.0.2) | NOT RUN | - | +| 1383 | dc2-leaf1a | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.13) - Destination: dc1-svc-leaf1a Loopback0 (IP: 10.33.0.5) | NOT RUN | - | +| 1384 | dc2-leaf1a | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.13) - Destination: dc1-svc-leaf1b Loopback0 (IP: 10.33.0.6) | NOT RUN | - | +| 1385 | dc2-leaf1a | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.13) - Destination: dc1-wan1 Loopback0 (IP: 10.255.2.1) | NOT RUN | - | +| 1386 | dc2-leaf1a | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.13) - Destination: dc1-wan2 Loopback0 (IP: 10.255.2.2) | NOT RUN | - | +| 1387 | dc2-leaf1a | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.13) - Destination: dc2-leaf1a Loopback0 (IP: 10.255.128.13) | NOT RUN | - | +| 1388 | dc2-leaf1a | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.13) - Destination: dc2-leaf1b Loopback0 (IP: 10.255.128.14) | NOT RUN | - | +| 1389 | dc2-leaf1a | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.13) - Destination: dc2-leaf2a Loopback0 (IP: 10.255.128.15) | NOT RUN | - | +| 1390 | dc2-leaf1a | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.13) - Destination: dc2-leaf2b Loopback0 (IP: 10.255.128.16) | NOT RUN | - | +| 1391 | dc2-leaf1a | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.13) - Destination: dc2-leaf3a.arista.com Loopback0 (IP: 10.255.128.17) | NOT RUN | - | +| 1392 | dc2-leaf1a | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.13) - Destination: dc2-leaf3b.arista.com Loopback0 (IP: 10.255.128.18) | NOT RUN | - | +| 1393 | dc2-leaf1a | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.13) - Destination: dc2-spine1 Loopback0 (IP: 10.255.128.11) | NOT RUN | - | +| 1394 | dc2-leaf1a | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.13) - Destination: dc2-spine2 Loopback0 (IP: 10.255.128.12) | NOT RUN | - | +| 1395 | dc2-leaf1a | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: P2P Interface Ethernet1 (IP: 10.255.255.105) - Destination: dc2-spine1 Ethernet1 (IP: 10.255.255.104) | NOT RUN | - | +| 1396 | dc2-leaf1a | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: P2P Interface Ethernet2 (IP: 10.255.255.107) - Destination: dc2-spine2 Ethernet1 (IP: 10.255.255.106) | NOT RUN | - | | 1397 | dc2-leaf1a | Field Notices | VerifyFieldNotice44Resolution | Verifies that the device is using the correct Aboot version per FN0044. | - | NOT RUN | - | | 1398 | dc2-leaf1a | Field Notices | VerifyFieldNotice72Resolution | Verifies if the device is exposed to FN0072, and if the issue has been mitigated. | - | NOT RUN | - | -| 1399 | dc2-leaf1a | Greent | VerifyGreenT | Verifies if a GreenT policy is created. | - | NOT RUN | - | +| 1399 | dc2-leaf1a | Greent | VerifyGreenT | Verifies if a GreenT policy other than the default is created. | - | NOT RUN | - | | 1400 | dc2-leaf1a | Greent | VerifyGreenTCounters | Verifies if the GreenT counters are incremented. | - | NOT RUN | - | | 1401 | dc2-leaf1a | Hardware | VerifyAdverseDrops | Verifies there are no adverse drops on DCS-7280 and DCS-7500 family switches. | - | NOT RUN | - | | 1402 | dc2-leaf1a | Hardware | VerifyEnvironmentCooling | Verifies the status of power supply fans and all fan trays. | - | NOT RUN | - | | 1403 | dc2-leaf1a | Hardware | VerifyEnvironmentCooling | Verifies the status of power supply fans and all fan trays. | Accepted States: 'ok' | NOT RUN | - | | 1404 | dc2-leaf1a | Hardware | VerifyEnvironmentPower | Verifies the power supplies status. | - | NOT RUN | - | | 1405 | dc2-leaf1a | Hardware | VerifyEnvironmentPower | Verifies the power supplies status. | Accepted States: 'ok' | NOT RUN | - | -| 1406 | dc2-leaf1a | Hardware | VerifyEnvironmentSystemCooling | Verifies the system cooling status. | - | NOT RUN | - | -| 1407 | dc2-leaf1a | Hardware | VerifyTemperature | Verifies the device temperature. | - | NOT RUN | - | -| 1408 | dc2-leaf1a | Hardware | VerifyTemperature | Verifies the device temperature. | - | NOT RUN | - | -| 1409 | dc2-leaf1a | Hardware | VerifyTransceiversManufacturers | Verifies if all transceivers come from approved manufacturers. | - | NOT RUN | - | -| 1410 | dc2-leaf1a | Hardware | VerifyTransceiversManufacturers | Verifies if all transceivers come from approved manufacturers. | Accepted Manufacturers: 'Arista Networks', 'Arastra, Inc.', 'Not Present' | NOT RUN | - | -| 1411 | dc2-leaf1a | Hardware | VerifyTransceiversTemperature | Verifies the transceivers temperature. | - | NOT RUN | - | -| 1412 | dc2-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet1 - P2P_dc2-spine1_Ethernet1 = 'up' | NOT RUN | - | -| 1413 | dc2-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet2 - P2P_dc2-spine2_Ethernet1 = 'up' | NOT RUN | - | -| 1414 | dc2-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet3 - MLAG_dc2-leaf1b_Ethernet3 = 'up' | NOT RUN | - | -| 1415 | dc2-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet4 - MLAG_dc2-leaf1b_Ethernet4 = 'up' | NOT RUN | - | -| 1416 | dc2-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet5 - SERVER_dc2-leaf1-server1_PCI1 = 'up' | NOT RUN | - | -| 1417 | dc2-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet8 - L2_dc2-leaf1c_Ethernet1 = 'up' | NOT RUN | - | -| 1418 | dc2-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Loopback0 - ROUTER_ID = 'up' | NOT RUN | - | -| 1419 | dc2-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Loopback1 - VXLAN_TUNNEL_SOURCE = 'up' | NOT RUN | - | -| 1420 | dc2-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Loopback10 - DIAG_VRF_VRF10 = 'up' | NOT RUN | - | -| 1421 | dc2-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Loopback11 - DIAG_VRF_VRF11 = 'up' | NOT RUN | - | -| 1422 | dc2-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Port-Channel3 - MLAG_dc2-leaf1b_Port-Channel3 = 'up' | NOT RUN | - | -| 1423 | dc2-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Port-Channel5 - PortChannel dc2-leaf1-server1 = 'up' | NOT RUN | - | -| 1424 | dc2-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Port-Channel8 - L2_dc2-leaf1c_Port-Channel1 = 'up' | NOT RUN | - | -| 1425 | dc2-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Vlan11 - VRF10_VLAN11 = 'up' | NOT RUN | - | -| 1426 | dc2-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Vlan12 - VRF10_VLAN12 = 'up' | NOT RUN | - | -| 1427 | dc2-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Vlan21 - VRF11_VLAN21 = 'up' | NOT RUN | - | -| 1428 | dc2-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Vlan22 - VRF11_VLAN22 = 'up' | NOT RUN | - | -| 1429 | dc2-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Vlan3009 - MLAG_L3_VRF_VRF10 = 'up' | NOT RUN | - | -| 1430 | dc2-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Vlan3010 - MLAG_L3_VRF_VRF11 = 'up' | NOT RUN | - | -| 1431 | dc2-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Vlan4093 - MLAG_L3 = 'up' | NOT RUN | - | -| 1432 | dc2-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Vlan4094 - MLAG = 'up' | NOT RUN | - | -| 1433 | dc2-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Vxlan1 = 'up' | NOT RUN | - | +| 1406 | dc2-leaf1a | Hardware | VerifyEnvironmentSystemCooling | Verifies the device's system cooling status. | - | NOT RUN | - | +| 1407 | dc2-leaf1a | Hardware | VerifyTemperature | Verifies if the device temperature is within acceptable limits. | - | NOT RUN | - | +| 1408 | dc2-leaf1a | Hardware | VerifyTemperature | Verifies if the device temperature is within acceptable limits. | - | NOT RUN | - | +| 1409 | dc2-leaf1a | Hardware | VerifyTransceiversManufacturers | Verifies if all the transceivers come from approved manufacturers. | - | NOT RUN | - | +| 1410 | dc2-leaf1a | Hardware | VerifyTransceiversManufacturers | Verifies if all the transceivers come from approved manufacturers. | Accepted Manufacturers: 'Arista Networks', 'Arastra, Inc.', 'Not Present' | NOT RUN | - | +| 1411 | dc2-leaf1a | Hardware | VerifyTransceiversTemperature | Verifies if all the transceivers are operating at an acceptable temperature. | - | NOT RUN | - | +| 1412 | dc2-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Ethernet1 - P2P_dc2-spine1_Ethernet1 = 'up' | NOT RUN | - | +| 1413 | dc2-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Ethernet2 - P2P_dc2-spine2_Ethernet1 = 'up' | NOT RUN | - | +| 1414 | dc2-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Ethernet3 - MLAG_dc2-leaf1b_Ethernet3 = 'up' | NOT RUN | - | +| 1415 | dc2-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Ethernet4 - MLAG_dc2-leaf1b_Ethernet4 = 'up' | NOT RUN | - | +| 1416 | dc2-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Ethernet5 - SERVER_dc2-leaf1-server1_PCI1 = 'up' | NOT RUN | - | +| 1417 | dc2-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Ethernet8 - L2_dc2-leaf1c_Ethernet1 = 'up' | NOT RUN | - | +| 1418 | dc2-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Loopback0 - ROUTER_ID = 'up' | NOT RUN | - | +| 1419 | dc2-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Loopback1 - VXLAN_TUNNEL_SOURCE = 'up' | NOT RUN | - | +| 1420 | dc2-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Loopback10 - DIAG_VRF_VRF10 = 'up' | NOT RUN | - | +| 1421 | dc2-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Loopback11 - DIAG_VRF_VRF11 = 'up' | NOT RUN | - | +| 1422 | dc2-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Port-Channel3 - MLAG_dc2-leaf1b_Port-Channel3 = 'up' | NOT RUN | - | +| 1423 | dc2-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Port-Channel5 - PortChannel dc2-leaf1-server1 = 'up' | NOT RUN | - | +| 1424 | dc2-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Port-Channel8 - L2_dc2-leaf1c_Port-Channel1 = 'up' | NOT RUN | - | +| 1425 | dc2-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Vlan11 - VRF10_VLAN11 = 'up' | NOT RUN | - | +| 1426 | dc2-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Vlan12 - VRF10_VLAN12 = 'up' | NOT RUN | - | +| 1427 | dc2-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Vlan21 - VRF11_VLAN21 = 'up' | NOT RUN | - | +| 1428 | dc2-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Vlan22 - VRF11_VLAN22 = 'up' | NOT RUN | - | +| 1429 | dc2-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Vlan3009 - MLAG_L3_VRF_VRF10 = 'up' | NOT RUN | - | +| 1430 | dc2-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Vlan3010 - MLAG_L3_VRF_VRF11 = 'up' | NOT RUN | - | +| 1431 | dc2-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Vlan4093 - MLAG_L3 = 'up' | NOT RUN | - | +| 1432 | dc2-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Vlan4094 - MLAG = 'up' | NOT RUN | - | +| 1433 | dc2-leaf1a | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Vxlan1 = 'up' | NOT RUN | - | | 1434 | dc2-leaf1a | LANZ | VerifyLANZ | Verifies if LANZ is enabled. | - | NOT RUN | - | | 1435 | dc2-leaf1a | Logging | VerifyLoggingAccounting | Verifies if AAA accounting logs are generated. | - | NOT RUN | - | | 1436 | dc2-leaf1a | Logging | VerifyLoggingErrors | Verifies there are no syslog messages with a severity of ERRORS or higher. | - | NOT RUN | - | @@ -1527,10 +1527,10 @@ | 1443 | dc2-leaf1a | MLAG | VerifyMlagConfigSanity | Verifies there are no MLAG config-sanity inconsistencies. | - | NOT RUN | - | | 1444 | dc2-leaf1a | MLAG | VerifyMlagDualPrimary | Verifies the MLAG dual-primary detection parameters. | - | NOT RUN | - | | 1445 | dc2-leaf1a | MLAG | VerifyMlagInterfaces | Verifies there are no inactive or active-partial MLAG ports. | - | NOT RUN | - | -| 1446 | dc2-leaf1a | MLAG | VerifyMlagReloadDelay | Verifies the MLAG reload-delay parameters. | - | NOT RUN | - | +| 1446 | dc2-leaf1a | MLAG | VerifyMlagReloadDelay | Verifies the reload-delay parameters of the MLAG configuration. | - | NOT RUN | - | | 1447 | dc2-leaf1a | MLAG | VerifyMlagStatus | Verifies the health status of the MLAG configuration. | - | NOT RUN | - | | 1448 | dc2-leaf1a | MLAG | VerifyMlagStatus | Verifies the health status of the MLAG configuration. | - | NOT RUN | - | -| 1449 | dc2-leaf1a | Multicast | VerifyIGMPSnoopingGlobal | Verifies the IGMP snooping global configuration. | - | NOT RUN | - | +| 1449 | dc2-leaf1a | Multicast | VerifyIGMPSnoopingGlobal | Verifies the IGMP snooping global status. | - | NOT RUN | - | | 1450 | dc2-leaf1a | Multicast | VerifyIGMPSnoopingVlans | Verifies the IGMP snooping status for the provided VLANs. | - | NOT RUN | - | | 1451 | dc2-leaf1a | PTP | VerifyPtpGMStatus | Verifies that the device is locked to a valid PTP Grandmaster. | - | NOT RUN | - | | 1452 | dc2-leaf1a | PTP | VerifyPtpLockStatus | Verifies that the device was locked to the upstream PTP GM in the last minute. | - | NOT RUN | - | @@ -1571,13 +1571,13 @@ | 1487 | dc2-leaf1a | Security | VerifyBannerMotd | Verifies the motd banner of a device. | - | NOT RUN | - | | 1488 | dc2-leaf1a | Security | VerifyIPSecConnHealth | Verifies all IPv4 security connections. | - | NOT RUN | - | | 1489 | dc2-leaf1a | Security | VerifyIPv4ACL | Verifies the configuration of IPv4 ACLs. | - | NOT RUN | - | -| 1490 | dc2-leaf1a | Security | VerifySpecificIPSecConn | Verifies IPv4 security connections for a peer. | - | NOT RUN | - | +| 1490 | dc2-leaf1a | Security | VerifySpecificIPSecConn | Verifies the IPv4 security connections. | - | NOT RUN | - | | 1491 | dc2-leaf1a | Security | VerifySSHIPv4Acl | Verifies if the SSHD agent has IPv4 ACL(s) configured. | - | NOT RUN | - | | 1492 | dc2-leaf1a | Security | VerifySSHIPv6Acl | Verifies if the SSHD agent has IPv6 ACL(s) configured. | - | NOT RUN | - | | 1493 | dc2-leaf1a | Security | VerifySSHStatus | Verifies if the SSHD agent is disabled in the default VRF. | - | NOT RUN | - | | 1494 | dc2-leaf1a | Security | VerifyTelnetStatus | Verifies if Telnet is disabled in the default VRF. | - | NOT RUN | - | | 1495 | dc2-leaf1a | Services | VerifyDNSLookup | Verifies the DNS name to IP address resolution. | - | NOT RUN | - | -| 1496 | dc2-leaf1a | Services | VerifyDNSServers | Verifies if the DNS servers are correctly configured. | - | NOT RUN | - | +| 1496 | dc2-leaf1a | Services | VerifyDNSServers | Verifies if the DNS (Domain Name Service) servers are correctly configured. | - | NOT RUN | - | | 1497 | dc2-leaf1a | Services | VerifyErrdisableRecovery | Verifies the errdisable recovery reason, status, and interval. | - | NOT RUN | - | | 1498 | dc2-leaf1a | Services | VerifyHostname | Verifies the hostname of a device. | - | NOT RUN | - | | 1499 | dc2-leaf1a | SNMP | VerifySnmpIPv4Acl | Verifies if the SNMP agent has IPv4 ACL(s) configured. | - | NOT RUN | - | @@ -1590,7 +1590,7 @@ | 1506 | dc2-leaf1a | STP | VerifySTPForwardingPorts | Verifies that all interfaces are forwarding for a provided list of VLAN(s). | - | NOT RUN | - | | 1507 | dc2-leaf1a | STP | VerifySTPMode | Verifies the configured STP mode for a provided list of VLAN(s). | - | NOT RUN | - | | 1508 | dc2-leaf1a | STP | VerifySTPRootPriority | Verifies the STP root priority for a provided list of VLAN or MST instance ID(s). | - | NOT RUN | - | -| 1509 | dc2-leaf1a | STUN | VerifyStunClient | Verifies the STUN client is configured with the specified IPv4 source address and port. Validate the public IP and port if provided. | - | NOT RUN | - | +| 1509 | dc2-leaf1a | STUN | VerifyStunClient | (Deprecated) Verifies the translation for a source address on a STUN client. | - | NOT RUN | - | | 1510 | dc2-leaf1a | System | VerifyAgentLogs | Verifies there are no agent crash reports. | - | NOT RUN | - | | 1511 | dc2-leaf1a | System | VerifyCoredump | Verifies there are no core dump files. | - | NOT RUN | - | | 1512 | dc2-leaf1a | System | VerifyCPUUtilization | Verifies whether the CPU utilization is below 75%. | - | NOT RUN | - | @@ -1609,74 +1609,74 @@ | 1525 | dc2-leaf1b | AAA | VerifyTacacsServerGroups | Verifies if the provided TACACS server group(s) are configured. | - | NOT RUN | - | | 1526 | dc2-leaf1b | AAA | VerifyTacacsServers | Verifies TACACS servers are configured for a specified VRF. | - | NOT RUN | - | | 1527 | dc2-leaf1b | AAA | VerifyTacacsSourceIntf | Verifies TACACS source-interface for a specified VRF. | - | NOT RUN | - | -| 1528 | dc2-leaf1b | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s). | BGP EVPN Peer: dc2-spine1 (IP: 10.255.128.11) | NOT RUN | - | -| 1529 | dc2-leaf1b | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s). | BGP EVPN Peer: dc2-spine2 (IP: 10.255.128.12) | NOT RUN | - | -| 1530 | dc2-leaf1b | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s). | BGP IPv4 Unicast Peer: dc2-leaf1a (IP: 10.255.129.116) | NOT RUN | - | -| 1531 | dc2-leaf1b | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s). | BGP IPv4 Unicast Peer: dc2-spine1 (IP: 10.255.255.108) | NOT RUN | - | -| 1532 | dc2-leaf1b | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s). | BGP IPv4 Unicast Peer: dc2-spine2 (IP: 10.255.255.110) | NOT RUN | - | -| 1533 | dc2-leaf1b | Configuration | VerifyRunningConfigDiffs | Verifies there is no difference between the running-config and the startup-config | - | NOT RUN | - | -| 1534 | dc2-leaf1b | Configuration | VerifyZeroTouch | Verifies ZeroTouch is disabled | - | NOT RUN | - | -| 1535 | dc2-leaf1b | Connectivity | VerifyLLDPNeighbors | Verifies that the provided LLDP neighbors are connected properly. | Local: Ethernet1 - Remote: dc2-spine1 Ethernet2 | NOT RUN | - | -| 1536 | dc2-leaf1b | Connectivity | VerifyLLDPNeighbors | Verifies that the provided LLDP neighbors are connected properly. | Local: Ethernet2 - Remote: dc2-spine2 Ethernet2 | NOT RUN | - | -| 1537 | dc2-leaf1b | Connectivity | VerifyLLDPNeighbors | Verifies that the provided LLDP neighbors are connected properly. | Local: Ethernet3 - Remote: dc2-leaf1a Ethernet3 | NOT RUN | - | -| 1538 | dc2-leaf1b | Connectivity | VerifyLLDPNeighbors | Verifies that the provided LLDP neighbors are connected properly. | Local: Ethernet4 - Remote: dc2-leaf1a Ethernet4 | NOT RUN | - | -| 1539 | dc2-leaf1b | Connectivity | VerifyLLDPNeighbors | Verifies that the provided LLDP neighbors are connected properly. | Local: Ethernet8 - Remote: dc2-leaf1c Ethernet2 | NOT RUN | - | -| 1540 | dc2-leaf1b | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.14) - Destination: dc1-leaf1a Loopback0 (IP: 10.255.0.3) | NOT RUN | - | -| 1541 | dc2-leaf1b | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.14) - Destination: dc1-leaf1b Loopback0 (IP: 10.255.0.4) | NOT RUN | - | -| 1542 | dc2-leaf1b | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.14) - Destination: dc1-leaf2a Loopback0 (IP: 10.255.0.5) | NOT RUN | - | -| 1543 | dc2-leaf1b | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.14) - Destination: dc1-spine1 Loopback0 (IP: 10.255.0.1) | NOT RUN | - | -| 1544 | dc2-leaf1b | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.14) - Destination: dc1-spine2 Loopback0 (IP: 10.255.0.2) | NOT RUN | - | -| 1545 | dc2-leaf1b | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.14) - Destination: dc1-svc-leaf1a Loopback0 (IP: 10.33.0.5) | NOT RUN | - | -| 1546 | dc2-leaf1b | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.14) - Destination: dc1-svc-leaf1b Loopback0 (IP: 10.33.0.6) | NOT RUN | - | -| 1547 | dc2-leaf1b | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.14) - Destination: dc1-wan1 Loopback0 (IP: 10.255.2.1) | NOT RUN | - | -| 1548 | dc2-leaf1b | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.14) - Destination: dc1-wan2 Loopback0 (IP: 10.255.2.2) | NOT RUN | - | -| 1549 | dc2-leaf1b | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.14) - Destination: dc2-leaf1a Loopback0 (IP: 10.255.128.13) | NOT RUN | - | -| 1550 | dc2-leaf1b | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.14) - Destination: dc2-leaf1b Loopback0 (IP: 10.255.128.14) | NOT RUN | - | -| 1551 | dc2-leaf1b | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.14) - Destination: dc2-leaf2a Loopback0 (IP: 10.255.128.15) | NOT RUN | - | -| 1552 | dc2-leaf1b | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.14) - Destination: dc2-leaf2b Loopback0 (IP: 10.255.128.16) | NOT RUN | - | -| 1553 | dc2-leaf1b | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.14) - Destination: dc2-leaf3a.arista.com Loopback0 (IP: 10.255.128.17) | NOT RUN | - | -| 1554 | dc2-leaf1b | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.14) - Destination: dc2-leaf3b.arista.com Loopback0 (IP: 10.255.128.18) | NOT RUN | - | -| 1555 | dc2-leaf1b | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.14) - Destination: dc2-spine1 Loopback0 (IP: 10.255.128.11) | NOT RUN | - | -| 1556 | dc2-leaf1b | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.14) - Destination: dc2-spine2 Loopback0 (IP: 10.255.128.12) | NOT RUN | - | -| 1557 | dc2-leaf1b | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: P2P Interface Ethernet1 (IP: 10.255.255.109) - Destination: dc2-spine1 Ethernet2 (IP: 10.255.255.108) | NOT RUN | - | -| 1558 | dc2-leaf1b | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: P2P Interface Ethernet2 (IP: 10.255.255.111) - Destination: dc2-spine2 Ethernet2 (IP: 10.255.255.110) | NOT RUN | - | +| 1528 | dc2-leaf1b | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s) for given address families. | BGP EVPN Peer: dc2-spine1 (IP: 10.255.128.11) | NOT RUN | - | +| 1529 | dc2-leaf1b | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s) for given address families. | BGP EVPN Peer: dc2-spine2 (IP: 10.255.128.12) | NOT RUN | - | +| 1530 | dc2-leaf1b | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s) for given address families. | BGP IPv4 Unicast Peer: dc2-leaf1a (IP: 10.255.129.116) | NOT RUN | - | +| 1531 | dc2-leaf1b | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s) for given address families. | BGP IPv4 Unicast Peer: dc2-spine1 (IP: 10.255.255.108) | NOT RUN | - | +| 1532 | dc2-leaf1b | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s) for given address families. | BGP IPv4 Unicast Peer: dc2-spine2 (IP: 10.255.255.110) | NOT RUN | - | +| 1533 | dc2-leaf1b | Configuration | VerifyRunningConfigDiffs | Verifies there is no difference between the running-config and the startup-config. | - | NOT RUN | - | +| 1534 | dc2-leaf1b | Configuration | VerifyZeroTouch | Verifies ZeroTouch is disabled. | - | NOT RUN | - | +| 1535 | dc2-leaf1b | Connectivity | VerifyLLDPNeighbors | Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors. | Local: Ethernet1 - Remote: dc2-spine1 Ethernet2 | NOT RUN | - | +| 1536 | dc2-leaf1b | Connectivity | VerifyLLDPNeighbors | Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors. | Local: Ethernet2 - Remote: dc2-spine2 Ethernet2 | NOT RUN | - | +| 1537 | dc2-leaf1b | Connectivity | VerifyLLDPNeighbors | Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors. | Local: Ethernet3 - Remote: dc2-leaf1a Ethernet3 | NOT RUN | - | +| 1538 | dc2-leaf1b | Connectivity | VerifyLLDPNeighbors | Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors. | Local: Ethernet4 - Remote: dc2-leaf1a Ethernet4 | NOT RUN | - | +| 1539 | dc2-leaf1b | Connectivity | VerifyLLDPNeighbors | Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors. | Local: Ethernet8 - Remote: dc2-leaf1c Ethernet2 | NOT RUN | - | +| 1540 | dc2-leaf1b | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.14) - Destination: dc1-leaf1a Loopback0 (IP: 10.255.0.3) | NOT RUN | - | +| 1541 | dc2-leaf1b | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.14) - Destination: dc1-leaf1b Loopback0 (IP: 10.255.0.4) | NOT RUN | - | +| 1542 | dc2-leaf1b | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.14) - Destination: dc1-leaf2a Loopback0 (IP: 10.255.0.5) | NOT RUN | - | +| 1543 | dc2-leaf1b | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.14) - Destination: dc1-spine1 Loopback0 (IP: 10.255.0.1) | NOT RUN | - | +| 1544 | dc2-leaf1b | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.14) - Destination: dc1-spine2 Loopback0 (IP: 10.255.0.2) | NOT RUN | - | +| 1545 | dc2-leaf1b | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.14) - Destination: dc1-svc-leaf1a Loopback0 (IP: 10.33.0.5) | NOT RUN | - | +| 1546 | dc2-leaf1b | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.14) - Destination: dc1-svc-leaf1b Loopback0 (IP: 10.33.0.6) | NOT RUN | - | +| 1547 | dc2-leaf1b | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.14) - Destination: dc1-wan1 Loopback0 (IP: 10.255.2.1) | NOT RUN | - | +| 1548 | dc2-leaf1b | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.14) - Destination: dc1-wan2 Loopback0 (IP: 10.255.2.2) | NOT RUN | - | +| 1549 | dc2-leaf1b | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.14) - Destination: dc2-leaf1a Loopback0 (IP: 10.255.128.13) | NOT RUN | - | +| 1550 | dc2-leaf1b | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.14) - Destination: dc2-leaf1b Loopback0 (IP: 10.255.128.14) | NOT RUN | - | +| 1551 | dc2-leaf1b | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.14) - Destination: dc2-leaf2a Loopback0 (IP: 10.255.128.15) | NOT RUN | - | +| 1552 | dc2-leaf1b | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.14) - Destination: dc2-leaf2b Loopback0 (IP: 10.255.128.16) | NOT RUN | - | +| 1553 | dc2-leaf1b | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.14) - Destination: dc2-leaf3a.arista.com Loopback0 (IP: 10.255.128.17) | NOT RUN | - | +| 1554 | dc2-leaf1b | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.14) - Destination: dc2-leaf3b.arista.com Loopback0 (IP: 10.255.128.18) | NOT RUN | - | +| 1555 | dc2-leaf1b | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.14) - Destination: dc2-spine1 Loopback0 (IP: 10.255.128.11) | NOT RUN | - | +| 1556 | dc2-leaf1b | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.14) - Destination: dc2-spine2 Loopback0 (IP: 10.255.128.12) | NOT RUN | - | +| 1557 | dc2-leaf1b | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: P2P Interface Ethernet1 (IP: 10.255.255.109) - Destination: dc2-spine1 Ethernet2 (IP: 10.255.255.108) | NOT RUN | - | +| 1558 | dc2-leaf1b | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: P2P Interface Ethernet2 (IP: 10.255.255.111) - Destination: dc2-spine2 Ethernet2 (IP: 10.255.255.110) | NOT RUN | - | | 1559 | dc2-leaf1b | Field Notices | VerifyFieldNotice44Resolution | Verifies that the device is using the correct Aboot version per FN0044. | - | NOT RUN | - | | 1560 | dc2-leaf1b | Field Notices | VerifyFieldNotice72Resolution | Verifies if the device is exposed to FN0072, and if the issue has been mitigated. | - | NOT RUN | - | -| 1561 | dc2-leaf1b | Greent | VerifyGreenT | Verifies if a GreenT policy is created. | - | NOT RUN | - | +| 1561 | dc2-leaf1b | Greent | VerifyGreenT | Verifies if a GreenT policy other than the default is created. | - | NOT RUN | - | | 1562 | dc2-leaf1b | Greent | VerifyGreenTCounters | Verifies if the GreenT counters are incremented. | - | NOT RUN | - | | 1563 | dc2-leaf1b | Hardware | VerifyAdverseDrops | Verifies there are no adverse drops on DCS-7280 and DCS-7500 family switches. | - | NOT RUN | - | | 1564 | dc2-leaf1b | Hardware | VerifyEnvironmentCooling | Verifies the status of power supply fans and all fan trays. | - | NOT RUN | - | | 1565 | dc2-leaf1b | Hardware | VerifyEnvironmentCooling | Verifies the status of power supply fans and all fan trays. | Accepted States: 'ok' | NOT RUN | - | | 1566 | dc2-leaf1b | Hardware | VerifyEnvironmentPower | Verifies the power supplies status. | - | NOT RUN | - | | 1567 | dc2-leaf1b | Hardware | VerifyEnvironmentPower | Verifies the power supplies status. | Accepted States: 'ok' | NOT RUN | - | -| 1568 | dc2-leaf1b | Hardware | VerifyEnvironmentSystemCooling | Verifies the system cooling status. | - | NOT RUN | - | -| 1569 | dc2-leaf1b | Hardware | VerifyTemperature | Verifies the device temperature. | - | NOT RUN | - | -| 1570 | dc2-leaf1b | Hardware | VerifyTemperature | Verifies the device temperature. | - | NOT RUN | - | -| 1571 | dc2-leaf1b | Hardware | VerifyTransceiversManufacturers | Verifies if all transceivers come from approved manufacturers. | - | NOT RUN | - | -| 1572 | dc2-leaf1b | Hardware | VerifyTransceiversManufacturers | Verifies if all transceivers come from approved manufacturers. | Accepted Manufacturers: 'Arista Networks', 'Arastra, Inc.', 'Not Present' | NOT RUN | - | -| 1573 | dc2-leaf1b | Hardware | VerifyTransceiversTemperature | Verifies the transceivers temperature. | - | NOT RUN | - | -| 1574 | dc2-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet1 - P2P_dc2-spine1_Ethernet2 = 'up' | NOT RUN | - | -| 1575 | dc2-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet2 - P2P_dc2-spine2_Ethernet2 = 'up' | NOT RUN | - | -| 1576 | dc2-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet3 - MLAG_dc2-leaf1a_Ethernet3 = 'up' | NOT RUN | - | -| 1577 | dc2-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet4 - MLAG_dc2-leaf1a_Ethernet4 = 'up' | NOT RUN | - | -| 1578 | dc2-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet5 - SERVER_dc2-leaf1-server1_PCI2 = 'up' | NOT RUN | - | -| 1579 | dc2-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet8 - L2_dc2-leaf1c_Ethernet2 = 'up' | NOT RUN | - | -| 1580 | dc2-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Loopback0 - ROUTER_ID = 'up' | NOT RUN | - | -| 1581 | dc2-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Loopback1 - VXLAN_TUNNEL_SOURCE = 'up' | NOT RUN | - | -| 1582 | dc2-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Loopback10 - DIAG_VRF_VRF10 = 'up' | NOT RUN | - | -| 1583 | dc2-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Loopback11 - DIAG_VRF_VRF11 = 'up' | NOT RUN | - | -| 1584 | dc2-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Port-Channel3 - MLAG_dc2-leaf1a_Port-Channel3 = 'up' | NOT RUN | - | -| 1585 | dc2-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Port-Channel5 - PortChannel dc2-leaf1-server1 = 'up' | NOT RUN | - | -| 1586 | dc2-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Port-Channel8 - L2_dc2-leaf1c_Port-Channel1 = 'up' | NOT RUN | - | -| 1587 | dc2-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Vlan11 - VRF10_VLAN11 = 'up' | NOT RUN | - | -| 1588 | dc2-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Vlan12 - VRF10_VLAN12 = 'up' | NOT RUN | - | -| 1589 | dc2-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Vlan21 - VRF11_VLAN21 = 'up' | NOT RUN | - | -| 1590 | dc2-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Vlan22 - VRF11_VLAN22 = 'up' | NOT RUN | - | -| 1591 | dc2-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Vlan3009 - MLAG_L3_VRF_VRF10 = 'up' | NOT RUN | - | -| 1592 | dc2-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Vlan3010 - MLAG_L3_VRF_VRF11 = 'up' | NOT RUN | - | -| 1593 | dc2-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Vlan4093 - MLAG_L3 = 'up' | NOT RUN | - | -| 1594 | dc2-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Vlan4094 - MLAG = 'up' | NOT RUN | - | -| 1595 | dc2-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Vxlan1 = 'up' | NOT RUN | - | +| 1568 | dc2-leaf1b | Hardware | VerifyEnvironmentSystemCooling | Verifies the device's system cooling status. | - | NOT RUN | - | +| 1569 | dc2-leaf1b | Hardware | VerifyTemperature | Verifies if the device temperature is within acceptable limits. | - | NOT RUN | - | +| 1570 | dc2-leaf1b | Hardware | VerifyTemperature | Verifies if the device temperature is within acceptable limits. | - | NOT RUN | - | +| 1571 | dc2-leaf1b | Hardware | VerifyTransceiversManufacturers | Verifies if all the transceivers come from approved manufacturers. | - | NOT RUN | - | +| 1572 | dc2-leaf1b | Hardware | VerifyTransceiversManufacturers | Verifies if all the transceivers come from approved manufacturers. | Accepted Manufacturers: 'Arista Networks', 'Arastra, Inc.', 'Not Present' | NOT RUN | - | +| 1573 | dc2-leaf1b | Hardware | VerifyTransceiversTemperature | Verifies if all the transceivers are operating at an acceptable temperature. | - | NOT RUN | - | +| 1574 | dc2-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Ethernet1 - P2P_dc2-spine1_Ethernet2 = 'up' | NOT RUN | - | +| 1575 | dc2-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Ethernet2 - P2P_dc2-spine2_Ethernet2 = 'up' | NOT RUN | - | +| 1576 | dc2-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Ethernet3 - MLAG_dc2-leaf1a_Ethernet3 = 'up' | NOT RUN | - | +| 1577 | dc2-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Ethernet4 - MLAG_dc2-leaf1a_Ethernet4 = 'up' | NOT RUN | - | +| 1578 | dc2-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Ethernet5 - SERVER_dc2-leaf1-server1_PCI2 = 'up' | NOT RUN | - | +| 1579 | dc2-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Ethernet8 - L2_dc2-leaf1c_Ethernet2 = 'up' | NOT RUN | - | +| 1580 | dc2-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Loopback0 - ROUTER_ID = 'up' | NOT RUN | - | +| 1581 | dc2-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Loopback1 - VXLAN_TUNNEL_SOURCE = 'up' | NOT RUN | - | +| 1582 | dc2-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Loopback10 - DIAG_VRF_VRF10 = 'up' | NOT RUN | - | +| 1583 | dc2-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Loopback11 - DIAG_VRF_VRF11 = 'up' | NOT RUN | - | +| 1584 | dc2-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Port-Channel3 - MLAG_dc2-leaf1a_Port-Channel3 = 'up' | NOT RUN | - | +| 1585 | dc2-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Port-Channel5 - PortChannel dc2-leaf1-server1 = 'up' | NOT RUN | - | +| 1586 | dc2-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Port-Channel8 - L2_dc2-leaf1c_Port-Channel1 = 'up' | NOT RUN | - | +| 1587 | dc2-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Vlan11 - VRF10_VLAN11 = 'up' | NOT RUN | - | +| 1588 | dc2-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Vlan12 - VRF10_VLAN12 = 'up' | NOT RUN | - | +| 1589 | dc2-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Vlan21 - VRF11_VLAN21 = 'up' | NOT RUN | - | +| 1590 | dc2-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Vlan22 - VRF11_VLAN22 = 'up' | NOT RUN | - | +| 1591 | dc2-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Vlan3009 - MLAG_L3_VRF_VRF10 = 'up' | NOT RUN | - | +| 1592 | dc2-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Vlan3010 - MLAG_L3_VRF_VRF11 = 'up' | NOT RUN | - | +| 1593 | dc2-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Vlan4093 - MLAG_L3 = 'up' | NOT RUN | - | +| 1594 | dc2-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Vlan4094 - MLAG = 'up' | NOT RUN | - | +| 1595 | dc2-leaf1b | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Vxlan1 = 'up' | NOT RUN | - | | 1596 | dc2-leaf1b | LANZ | VerifyLANZ | Verifies if LANZ is enabled. | - | NOT RUN | - | | 1597 | dc2-leaf1b | Logging | VerifyLoggingAccounting | Verifies if AAA accounting logs are generated. | - | NOT RUN | - | | 1598 | dc2-leaf1b | Logging | VerifyLoggingErrors | Verifies there are no syslog messages with a severity of ERRORS or higher. | - | NOT RUN | - | @@ -1689,10 +1689,10 @@ | 1605 | dc2-leaf1b | MLAG | VerifyMlagConfigSanity | Verifies there are no MLAG config-sanity inconsistencies. | - | NOT RUN | - | | 1606 | dc2-leaf1b | MLAG | VerifyMlagDualPrimary | Verifies the MLAG dual-primary detection parameters. | - | NOT RUN | - | | 1607 | dc2-leaf1b | MLAG | VerifyMlagInterfaces | Verifies there are no inactive or active-partial MLAG ports. | - | NOT RUN | - | -| 1608 | dc2-leaf1b | MLAG | VerifyMlagReloadDelay | Verifies the MLAG reload-delay parameters. | - | NOT RUN | - | +| 1608 | dc2-leaf1b | MLAG | VerifyMlagReloadDelay | Verifies the reload-delay parameters of the MLAG configuration. | - | NOT RUN | - | | 1609 | dc2-leaf1b | MLAG | VerifyMlagStatus | Verifies the health status of the MLAG configuration. | - | NOT RUN | - | | 1610 | dc2-leaf1b | MLAG | VerifyMlagStatus | Verifies the health status of the MLAG configuration. | - | NOT RUN | - | -| 1611 | dc2-leaf1b | Multicast | VerifyIGMPSnoopingGlobal | Verifies the IGMP snooping global configuration. | - | NOT RUN | - | +| 1611 | dc2-leaf1b | Multicast | VerifyIGMPSnoopingGlobal | Verifies the IGMP snooping global status. | - | NOT RUN | - | | 1612 | dc2-leaf1b | Multicast | VerifyIGMPSnoopingVlans | Verifies the IGMP snooping status for the provided VLANs. | - | NOT RUN | - | | 1613 | dc2-leaf1b | PTP | VerifyPtpGMStatus | Verifies that the device is locked to a valid PTP Grandmaster. | - | NOT RUN | - | | 1614 | dc2-leaf1b | PTP | VerifyPtpLockStatus | Verifies that the device was locked to the upstream PTP GM in the last minute. | - | NOT RUN | - | @@ -1733,13 +1733,13 @@ | 1649 | dc2-leaf1b | Security | VerifyBannerMotd | Verifies the motd banner of a device. | - | NOT RUN | - | | 1650 | dc2-leaf1b | Security | VerifyIPSecConnHealth | Verifies all IPv4 security connections. | - | NOT RUN | - | | 1651 | dc2-leaf1b | Security | VerifyIPv4ACL | Verifies the configuration of IPv4 ACLs. | - | NOT RUN | - | -| 1652 | dc2-leaf1b | Security | VerifySpecificIPSecConn | Verifies IPv4 security connections for a peer. | - | NOT RUN | - | +| 1652 | dc2-leaf1b | Security | VerifySpecificIPSecConn | Verifies the IPv4 security connections. | - | NOT RUN | - | | 1653 | dc2-leaf1b | Security | VerifySSHIPv4Acl | Verifies if the SSHD agent has IPv4 ACL(s) configured. | - | NOT RUN | - | | 1654 | dc2-leaf1b | Security | VerifySSHIPv6Acl | Verifies if the SSHD agent has IPv6 ACL(s) configured. | - | NOT RUN | - | | 1655 | dc2-leaf1b | Security | VerifySSHStatus | Verifies if the SSHD agent is disabled in the default VRF. | - | NOT RUN | - | | 1656 | dc2-leaf1b | Security | VerifyTelnetStatus | Verifies if Telnet is disabled in the default VRF. | - | NOT RUN | - | | 1657 | dc2-leaf1b | Services | VerifyDNSLookup | Verifies the DNS name to IP address resolution. | - | NOT RUN | - | -| 1658 | dc2-leaf1b | Services | VerifyDNSServers | Verifies if the DNS servers are correctly configured. | - | NOT RUN | - | +| 1658 | dc2-leaf1b | Services | VerifyDNSServers | Verifies if the DNS (Domain Name Service) servers are correctly configured. | - | NOT RUN | - | | 1659 | dc2-leaf1b | Services | VerifyErrdisableRecovery | Verifies the errdisable recovery reason, status, and interval. | - | NOT RUN | - | | 1660 | dc2-leaf1b | Services | VerifyHostname | Verifies the hostname of a device. | - | NOT RUN | - | | 1661 | dc2-leaf1b | SNMP | VerifySnmpIPv4Acl | Verifies if the SNMP agent has IPv4 ACL(s) configured. | - | NOT RUN | - | @@ -1752,7 +1752,7 @@ | 1668 | dc2-leaf1b | STP | VerifySTPForwardingPorts | Verifies that all interfaces are forwarding for a provided list of VLAN(s). | - | NOT RUN | - | | 1669 | dc2-leaf1b | STP | VerifySTPMode | Verifies the configured STP mode for a provided list of VLAN(s). | - | NOT RUN | - | | 1670 | dc2-leaf1b | STP | VerifySTPRootPriority | Verifies the STP root priority for a provided list of VLAN or MST instance ID(s). | - | NOT RUN | - | -| 1671 | dc2-leaf1b | STUN | VerifyStunClient | Verifies the STUN client is configured with the specified IPv4 source address and port. Validate the public IP and port if provided. | - | NOT RUN | - | +| 1671 | dc2-leaf1b | STUN | VerifyStunClient | (Deprecated) Verifies the translation for a source address on a STUN client. | - | NOT RUN | - | | 1672 | dc2-leaf1b | System | VerifyAgentLogs | Verifies there are no agent crash reports. | - | NOT RUN | - | | 1673 | dc2-leaf1b | System | VerifyCoredump | Verifies there are no core dump files. | - | NOT RUN | - | | 1674 | dc2-leaf1b | System | VerifyCPUUtilization | Verifies whether the CPU utilization is below 75%. | - | NOT RUN | - | @@ -1771,29 +1771,29 @@ | 1687 | dc2-leaf1c | AAA | VerifyTacacsServerGroups | Verifies if the provided TACACS server group(s) are configured. | - | NOT RUN | - | | 1688 | dc2-leaf1c | AAA | VerifyTacacsServers | Verifies TACACS servers are configured for a specified VRF. | - | NOT RUN | - | | 1689 | dc2-leaf1c | AAA | VerifyTacacsSourceIntf | Verifies TACACS source-interface for a specified VRF. | - | NOT RUN | - | -| 1690 | dc2-leaf1c | Configuration | VerifyRunningConfigDiffs | Verifies there is no difference between the running-config and the startup-config | - | NOT RUN | - | -| 1691 | dc2-leaf1c | Configuration | VerifyZeroTouch | Verifies ZeroTouch is disabled | - | NOT RUN | - | -| 1692 | dc2-leaf1c | Connectivity | VerifyLLDPNeighbors | Verifies that the provided LLDP neighbors are connected properly. | Local: Ethernet1 - Remote: dc2-leaf1a Ethernet8 | NOT RUN | - | -| 1693 | dc2-leaf1c | Connectivity | VerifyLLDPNeighbors | Verifies that the provided LLDP neighbors are connected properly. | Local: Ethernet2 - Remote: dc2-leaf1b Ethernet8 | NOT RUN | - | +| 1690 | dc2-leaf1c | Configuration | VerifyRunningConfigDiffs | Verifies there is no difference between the running-config and the startup-config. | - | NOT RUN | - | +| 1691 | dc2-leaf1c | Configuration | VerifyZeroTouch | Verifies ZeroTouch is disabled. | - | NOT RUN | - | +| 1692 | dc2-leaf1c | Connectivity | VerifyLLDPNeighbors | Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors. | Local: Ethernet1 - Remote: dc2-leaf1a Ethernet8 | NOT RUN | - | +| 1693 | dc2-leaf1c | Connectivity | VerifyLLDPNeighbors | Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors. | Local: Ethernet2 - Remote: dc2-leaf1b Ethernet8 | NOT RUN | - | | 1694 | dc2-leaf1c | Field Notices | VerifyFieldNotice44Resolution | Verifies that the device is using the correct Aboot version per FN0044. | - | NOT RUN | - | | 1695 | dc2-leaf1c | Field Notices | VerifyFieldNotice72Resolution | Verifies if the device is exposed to FN0072, and if the issue has been mitigated. | - | NOT RUN | - | -| 1696 | dc2-leaf1c | Greent | VerifyGreenT | Verifies if a GreenT policy is created. | - | NOT RUN | - | +| 1696 | dc2-leaf1c | Greent | VerifyGreenT | Verifies if a GreenT policy other than the default is created. | - | NOT RUN | - | | 1697 | dc2-leaf1c | Greent | VerifyGreenTCounters | Verifies if the GreenT counters are incremented. | - | NOT RUN | - | | 1698 | dc2-leaf1c | Hardware | VerifyAdverseDrops | Verifies there are no adverse drops on DCS-7280 and DCS-7500 family switches. | - | NOT RUN | - | | 1699 | dc2-leaf1c | Hardware | VerifyEnvironmentCooling | Verifies the status of power supply fans and all fan trays. | - | NOT RUN | - | | 1700 | dc2-leaf1c | Hardware | VerifyEnvironmentCooling | Verifies the status of power supply fans and all fan trays. | Accepted States: 'ok' | NOT RUN | - | | 1701 | dc2-leaf1c | Hardware | VerifyEnvironmentPower | Verifies the power supplies status. | - | NOT RUN | - | | 1702 | dc2-leaf1c | Hardware | VerifyEnvironmentPower | Verifies the power supplies status. | Accepted States: 'ok' | NOT RUN | - | -| 1703 | dc2-leaf1c | Hardware | VerifyEnvironmentSystemCooling | Verifies the system cooling status. | - | NOT RUN | - | -| 1704 | dc2-leaf1c | Hardware | VerifyTemperature | Verifies the device temperature. | - | NOT RUN | - | -| 1705 | dc2-leaf1c | Hardware | VerifyTemperature | Verifies the device temperature. | - | NOT RUN | - | -| 1706 | dc2-leaf1c | Hardware | VerifyTransceiversManufacturers | Verifies if all transceivers come from approved manufacturers. | - | NOT RUN | - | -| 1707 | dc2-leaf1c | Hardware | VerifyTransceiversManufacturers | Verifies if all transceivers come from approved manufacturers. | Accepted Manufacturers: 'Arista Networks', 'Arastra, Inc.', 'Not Present' | NOT RUN | - | -| 1708 | dc2-leaf1c | Hardware | VerifyTransceiversTemperature | Verifies the transceivers temperature. | - | NOT RUN | - | -| 1709 | dc2-leaf1c | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet1 - L2_dc2-leaf1a_Ethernet8 = 'up' | NOT RUN | - | -| 1710 | dc2-leaf1c | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet2 - L2_dc2-leaf1b_Ethernet8 = 'up' | NOT RUN | - | -| 1711 | dc2-leaf1c | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet5 - SERVER_dc2-leaf1-server1_iLO = 'up' | NOT RUN | - | -| 1712 | dc2-leaf1c | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Port-Channel1 - L2_DC2_L3_LEAF1_Port-Channel8 = 'up' | NOT RUN | - | +| 1703 | dc2-leaf1c | Hardware | VerifyEnvironmentSystemCooling | Verifies the device's system cooling status. | - | NOT RUN | - | +| 1704 | dc2-leaf1c | Hardware | VerifyTemperature | Verifies if the device temperature is within acceptable limits. | - | NOT RUN | - | +| 1705 | dc2-leaf1c | Hardware | VerifyTemperature | Verifies if the device temperature is within acceptable limits. | - | NOT RUN | - | +| 1706 | dc2-leaf1c | Hardware | VerifyTransceiversManufacturers | Verifies if all the transceivers come from approved manufacturers. | - | NOT RUN | - | +| 1707 | dc2-leaf1c | Hardware | VerifyTransceiversManufacturers | Verifies if all the transceivers come from approved manufacturers. | Accepted Manufacturers: 'Arista Networks', 'Arastra, Inc.', 'Not Present' | NOT RUN | - | +| 1708 | dc2-leaf1c | Hardware | VerifyTransceiversTemperature | Verifies if all the transceivers are operating at an acceptable temperature. | - | NOT RUN | - | +| 1709 | dc2-leaf1c | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Ethernet1 - L2_dc2-leaf1a_Ethernet8 = 'up' | NOT RUN | - | +| 1710 | dc2-leaf1c | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Ethernet2 - L2_dc2-leaf1b_Ethernet8 = 'up' | NOT RUN | - | +| 1711 | dc2-leaf1c | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Ethernet5 - SERVER_dc2-leaf1-server1_iLO = 'up' | NOT RUN | - | +| 1712 | dc2-leaf1c | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Port-Channel1 - L2_DC2_L3_LEAF1_Port-Channel8 = 'up' | NOT RUN | - | | 1713 | dc2-leaf1c | LANZ | VerifyLANZ | Verifies if LANZ is enabled. | - | NOT RUN | - | | 1714 | dc2-leaf1c | PTP | VerifyPtpGMStatus | Verifies that the device is locked to a valid PTP Grandmaster. | - | NOT RUN | - | | 1715 | dc2-leaf1c | PTP | VerifyPtpLockStatus | Verifies that the device was locked to the upstream PTP GM in the last minute. | - | NOT RUN | - | @@ -1810,13 +1810,13 @@ | 1726 | dc2-leaf1c | Security | VerifyBannerMotd | Verifies the motd banner of a device. | - | NOT RUN | - | | 1727 | dc2-leaf1c | Security | VerifyIPSecConnHealth | Verifies all IPv4 security connections. | - | NOT RUN | - | | 1728 | dc2-leaf1c | Security | VerifyIPv4ACL | Verifies the configuration of IPv4 ACLs. | - | NOT RUN | - | -| 1729 | dc2-leaf1c | Security | VerifySpecificIPSecConn | Verifies IPv4 security connections for a peer. | - | NOT RUN | - | +| 1729 | dc2-leaf1c | Security | VerifySpecificIPSecConn | Verifies the IPv4 security connections. | - | NOT RUN | - | | 1730 | dc2-leaf1c | Security | VerifySSHIPv4Acl | Verifies if the SSHD agent has IPv4 ACL(s) configured. | - | NOT RUN | - | | 1731 | dc2-leaf1c | Security | VerifySSHIPv6Acl | Verifies if the SSHD agent has IPv6 ACL(s) configured. | - | NOT RUN | - | | 1732 | dc2-leaf1c | Security | VerifySSHStatus | Verifies if the SSHD agent is disabled in the default VRF. | - | NOT RUN | - | | 1733 | dc2-leaf1c | Security | VerifyTelnetStatus | Verifies if Telnet is disabled in the default VRF. | - | NOT RUN | - | | 1734 | dc2-leaf1c | Services | VerifyDNSLookup | Verifies the DNS name to IP address resolution. | - | NOT RUN | - | -| 1735 | dc2-leaf1c | Services | VerifyDNSServers | Verifies if the DNS servers are correctly configured. | - | NOT RUN | - | +| 1735 | dc2-leaf1c | Services | VerifyDNSServers | Verifies if the DNS (Domain Name Service) servers are correctly configured. | - | NOT RUN | - | | 1736 | dc2-leaf1c | Services | VerifyErrdisableRecovery | Verifies the errdisable recovery reason, status, and interval. | - | NOT RUN | - | | 1737 | dc2-leaf1c | Services | VerifyHostname | Verifies the hostname of a device. | - | NOT RUN | - | | 1738 | dc2-leaf1c | SNMP | VerifySnmpIPv4Acl | Verifies if the SNMP agent has IPv4 ACL(s) configured. | - | NOT RUN | - | @@ -1824,7 +1824,7 @@ | 1740 | dc2-leaf1c | SNMP | VerifySnmpStatus | Verifies if the SNMP agent is enabled. | - | NOT RUN | - | | 1741 | dc2-leaf1c | Software | VerifyEOSVersion | Verifies the EOS version of the device. | - | NOT RUN | - | | 1742 | dc2-leaf1c | Software | VerifyTerminAttrVersion | Verifies the TerminAttr version of the device. | - | NOT RUN | - | -| 1743 | dc2-leaf1c | STUN | VerifyStunClient | Verifies the STUN client is configured with the specified IPv4 source address and port. Validate the public IP and port if provided. | - | NOT RUN | - | +| 1743 | dc2-leaf1c | STUN | VerifyStunClient | (Deprecated) Verifies the translation for a source address on a STUN client. | - | NOT RUN | - | | 1744 | dc2-leaf1c | System | VerifyAgentLogs | Verifies there are no agent crash reports. | - | NOT RUN | - | | 1745 | dc2-leaf1c | System | VerifyCoredump | Verifies there are no core dump files. | - | NOT RUN | - | | 1746 | dc2-leaf1c | System | VerifyCPUUtilization | Verifies whether the CPU utilization is below 75%. | - | NOT RUN | - | @@ -1843,79 +1843,79 @@ | 1759 | dc2-leaf2a | AAA | VerifyTacacsServerGroups | Verifies if the provided TACACS server group(s) are configured. | - | NOT RUN | - | | 1760 | dc2-leaf2a | AAA | VerifyTacacsServers | Verifies TACACS servers are configured for a specified VRF. | - | NOT RUN | - | | 1761 | dc2-leaf2a | AAA | VerifyTacacsSourceIntf | Verifies TACACS source-interface for a specified VRF. | - | NOT RUN | - | -| 1762 | dc2-leaf2a | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s). | BGP EVPN Peer: dc1-leaf2a (IP: 10.255.0.5) | NOT RUN | - | -| 1763 | dc2-leaf2a | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s). | BGP EVPN Peer: dc2-spine1 (IP: 10.255.128.11) | NOT RUN | - | -| 1764 | dc2-leaf2a | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s). | BGP EVPN Peer: dc2-spine2 (IP: 10.255.128.12) | NOT RUN | - | -| 1765 | dc2-leaf2a | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s). | BGP IPv4 Unicast Peer: dc1-leaf2a (IP: 192.168.100.0) | NOT RUN | - | -| 1766 | dc2-leaf2a | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s). | BGP IPv4 Unicast Peer: dc2-leaf2b (IP: 10.255.129.121) | NOT RUN | - | -| 1767 | dc2-leaf2a | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s). | BGP IPv4 Unicast Peer: dc2-spine1 (IP: 10.255.255.112) | NOT RUN | - | -| 1768 | dc2-leaf2a | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s). | BGP IPv4 Unicast Peer: dc2-spine2 (IP: 10.255.255.114) | NOT RUN | - | -| 1769 | dc2-leaf2a | Configuration | VerifyRunningConfigDiffs | Verifies there is no difference between the running-config and the startup-config | - | NOT RUN | - | -| 1770 | dc2-leaf2a | Configuration | VerifyZeroTouch | Verifies ZeroTouch is disabled | - | NOT RUN | - | -| 1771 | dc2-leaf2a | Connectivity | VerifyLLDPNeighbors | Verifies that the provided LLDP neighbors are connected properly. | Local: Ethernet1 - Remote: dc2-spine1 Ethernet3 | NOT RUN | - | -| 1772 | dc2-leaf2a | Connectivity | VerifyLLDPNeighbors | Verifies that the provided LLDP neighbors are connected properly. | Local: Ethernet2 - Remote: dc2-spine2 Ethernet3 | NOT RUN | - | -| 1773 | dc2-leaf2a | Connectivity | VerifyLLDPNeighbors | Verifies that the provided LLDP neighbors are connected properly. | Local: Ethernet3 - Remote: dc2-leaf2b Ethernet3 | NOT RUN | - | -| 1774 | dc2-leaf2a | Connectivity | VerifyLLDPNeighbors | Verifies that the provided LLDP neighbors are connected properly. | Local: Ethernet4 - Remote: dc2-leaf2b Ethernet4 | NOT RUN | - | -| 1775 | dc2-leaf2a | Connectivity | VerifyLLDPNeighbors | Verifies that the provided LLDP neighbors are connected properly. | Local: Ethernet6 - Remote: dc1-leaf2a Ethernet6 | NOT RUN | - | -| 1776 | dc2-leaf2a | Connectivity | VerifyLLDPNeighbors | Verifies that the provided LLDP neighbors are connected properly. | Local: Ethernet8 - Remote: dc2-leaf2c Ethernet1 | NOT RUN | - | -| 1777 | dc2-leaf2a | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.15) - Destination: dc1-leaf1a Loopback0 (IP: 10.255.0.3) | NOT RUN | - | -| 1778 | dc2-leaf2a | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.15) - Destination: dc1-leaf1b Loopback0 (IP: 10.255.0.4) | NOT RUN | - | -| 1779 | dc2-leaf2a | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.15) - Destination: dc1-leaf2a Loopback0 (IP: 10.255.0.5) | NOT RUN | - | -| 1780 | dc2-leaf2a | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.15) - Destination: dc1-spine1 Loopback0 (IP: 10.255.0.1) | NOT RUN | - | -| 1781 | dc2-leaf2a | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.15) - Destination: dc1-spine2 Loopback0 (IP: 10.255.0.2) | NOT RUN | - | -| 1782 | dc2-leaf2a | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.15) - Destination: dc1-svc-leaf1a Loopback0 (IP: 10.33.0.5) | NOT RUN | - | -| 1783 | dc2-leaf2a | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.15) - Destination: dc1-svc-leaf1b Loopback0 (IP: 10.33.0.6) | NOT RUN | - | -| 1784 | dc2-leaf2a | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.15) - Destination: dc1-wan1 Loopback0 (IP: 10.255.2.1) | NOT RUN | - | -| 1785 | dc2-leaf2a | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.15) - Destination: dc1-wan2 Loopback0 (IP: 10.255.2.2) | NOT RUN | - | -| 1786 | dc2-leaf2a | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.15) - Destination: dc2-leaf1a Loopback0 (IP: 10.255.128.13) | NOT RUN | - | -| 1787 | dc2-leaf2a | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.15) - Destination: dc2-leaf1b Loopback0 (IP: 10.255.128.14) | NOT RUN | - | -| 1788 | dc2-leaf2a | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.15) - Destination: dc2-leaf2a Loopback0 (IP: 10.255.128.15) | NOT RUN | - | -| 1789 | dc2-leaf2a | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.15) - Destination: dc2-leaf2b Loopback0 (IP: 10.255.128.16) | NOT RUN | - | -| 1790 | dc2-leaf2a | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.15) - Destination: dc2-leaf3a.arista.com Loopback0 (IP: 10.255.128.17) | NOT RUN | - | -| 1791 | dc2-leaf2a | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.15) - Destination: dc2-leaf3b.arista.com Loopback0 (IP: 10.255.128.18) | NOT RUN | - | -| 1792 | dc2-leaf2a | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.15) - Destination: dc2-spine1 Loopback0 (IP: 10.255.128.11) | NOT RUN | - | -| 1793 | dc2-leaf2a | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.15) - Destination: dc2-spine2 Loopback0 (IP: 10.255.128.12) | NOT RUN | - | -| 1794 | dc2-leaf2a | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: P2P Interface Ethernet1 (IP: 10.255.255.113) - Destination: dc2-spine1 Ethernet3 (IP: 10.255.255.112) | NOT RUN | - | -| 1795 | dc2-leaf2a | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: P2P Interface Ethernet2 (IP: 10.255.255.115) - Destination: dc2-spine2 Ethernet3 (IP: 10.255.255.114) | NOT RUN | - | -| 1796 | dc2-leaf2a | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: P2P Interface Ethernet6 (IP: 192.168.100.1) - Destination: dc1-leaf2a Ethernet6 (IP: 192.168.100.0) | NOT RUN | - | +| 1762 | dc2-leaf2a | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s) for given address families. | BGP EVPN Peer: dc1-leaf2a (IP: 10.255.0.5) | NOT RUN | - | +| 1763 | dc2-leaf2a | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s) for given address families. | BGP EVPN Peer: dc2-spine1 (IP: 10.255.128.11) | NOT RUN | - | +| 1764 | dc2-leaf2a | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s) for given address families. | BGP EVPN Peer: dc2-spine2 (IP: 10.255.128.12) | NOT RUN | - | +| 1765 | dc2-leaf2a | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s) for given address families. | BGP IPv4 Unicast Peer: dc1-leaf2a (IP: 192.168.100.0) | NOT RUN | - | +| 1766 | dc2-leaf2a | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s) for given address families. | BGP IPv4 Unicast Peer: dc2-leaf2b (IP: 10.255.129.121) | NOT RUN | - | +| 1767 | dc2-leaf2a | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s) for given address families. | BGP IPv4 Unicast Peer: dc2-spine1 (IP: 10.255.255.112) | NOT RUN | - | +| 1768 | dc2-leaf2a | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s) for given address families. | BGP IPv4 Unicast Peer: dc2-spine2 (IP: 10.255.255.114) | NOT RUN | - | +| 1769 | dc2-leaf2a | Configuration | VerifyRunningConfigDiffs | Verifies there is no difference between the running-config and the startup-config. | - | NOT RUN | - | +| 1770 | dc2-leaf2a | Configuration | VerifyZeroTouch | Verifies ZeroTouch is disabled. | - | NOT RUN | - | +| 1771 | dc2-leaf2a | Connectivity | VerifyLLDPNeighbors | Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors. | Local: Ethernet1 - Remote: dc2-spine1 Ethernet3 | NOT RUN | - | +| 1772 | dc2-leaf2a | Connectivity | VerifyLLDPNeighbors | Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors. | Local: Ethernet2 - Remote: dc2-spine2 Ethernet3 | NOT RUN | - | +| 1773 | dc2-leaf2a | Connectivity | VerifyLLDPNeighbors | Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors. | Local: Ethernet3 - Remote: dc2-leaf2b Ethernet3 | NOT RUN | - | +| 1774 | dc2-leaf2a | Connectivity | VerifyLLDPNeighbors | Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors. | Local: Ethernet4 - Remote: dc2-leaf2b Ethernet4 | NOT RUN | - | +| 1775 | dc2-leaf2a | Connectivity | VerifyLLDPNeighbors | Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors. | Local: Ethernet6 - Remote: dc1-leaf2a Ethernet6 | NOT RUN | - | +| 1776 | dc2-leaf2a | Connectivity | VerifyLLDPNeighbors | Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors. | Local: Ethernet8 - Remote: dc2-leaf2c Ethernet1 | NOT RUN | - | +| 1777 | dc2-leaf2a | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.15) - Destination: dc1-leaf1a Loopback0 (IP: 10.255.0.3) | NOT RUN | - | +| 1778 | dc2-leaf2a | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.15) - Destination: dc1-leaf1b Loopback0 (IP: 10.255.0.4) | NOT RUN | - | +| 1779 | dc2-leaf2a | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.15) - Destination: dc1-leaf2a Loopback0 (IP: 10.255.0.5) | NOT RUN | - | +| 1780 | dc2-leaf2a | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.15) - Destination: dc1-spine1 Loopback0 (IP: 10.255.0.1) | NOT RUN | - | +| 1781 | dc2-leaf2a | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.15) - Destination: dc1-spine2 Loopback0 (IP: 10.255.0.2) | NOT RUN | - | +| 1782 | dc2-leaf2a | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.15) - Destination: dc1-svc-leaf1a Loopback0 (IP: 10.33.0.5) | NOT RUN | - | +| 1783 | dc2-leaf2a | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.15) - Destination: dc1-svc-leaf1b Loopback0 (IP: 10.33.0.6) | NOT RUN | - | +| 1784 | dc2-leaf2a | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.15) - Destination: dc1-wan1 Loopback0 (IP: 10.255.2.1) | NOT RUN | - | +| 1785 | dc2-leaf2a | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.15) - Destination: dc1-wan2 Loopback0 (IP: 10.255.2.2) | NOT RUN | - | +| 1786 | dc2-leaf2a | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.15) - Destination: dc2-leaf1a Loopback0 (IP: 10.255.128.13) | NOT RUN | - | +| 1787 | dc2-leaf2a | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.15) - Destination: dc2-leaf1b Loopback0 (IP: 10.255.128.14) | NOT RUN | - | +| 1788 | dc2-leaf2a | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.15) - Destination: dc2-leaf2a Loopback0 (IP: 10.255.128.15) | NOT RUN | - | +| 1789 | dc2-leaf2a | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.15) - Destination: dc2-leaf2b Loopback0 (IP: 10.255.128.16) | NOT RUN | - | +| 1790 | dc2-leaf2a | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.15) - Destination: dc2-leaf3a.arista.com Loopback0 (IP: 10.255.128.17) | NOT RUN | - | +| 1791 | dc2-leaf2a | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.15) - Destination: dc2-leaf3b.arista.com Loopback0 (IP: 10.255.128.18) | NOT RUN | - | +| 1792 | dc2-leaf2a | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.15) - Destination: dc2-spine1 Loopback0 (IP: 10.255.128.11) | NOT RUN | - | +| 1793 | dc2-leaf2a | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.15) - Destination: dc2-spine2 Loopback0 (IP: 10.255.128.12) | NOT RUN | - | +| 1794 | dc2-leaf2a | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: P2P Interface Ethernet1 (IP: 10.255.255.113) - Destination: dc2-spine1 Ethernet3 (IP: 10.255.255.112) | NOT RUN | - | +| 1795 | dc2-leaf2a | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: P2P Interface Ethernet2 (IP: 10.255.255.115) - Destination: dc2-spine2 Ethernet3 (IP: 10.255.255.114) | NOT RUN | - | +| 1796 | dc2-leaf2a | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: P2P Interface Ethernet6 (IP: 192.168.100.1) - Destination: dc1-leaf2a Ethernet6 (IP: 192.168.100.0) | NOT RUN | - | | 1797 | dc2-leaf2a | Field Notices | VerifyFieldNotice44Resolution | Verifies that the device is using the correct Aboot version per FN0044. | - | NOT RUN | - | | 1798 | dc2-leaf2a | Field Notices | VerifyFieldNotice72Resolution | Verifies if the device is exposed to FN0072, and if the issue has been mitigated. | - | NOT RUN | - | -| 1799 | dc2-leaf2a | Greent | VerifyGreenT | Verifies if a GreenT policy is created. | - | NOT RUN | - | +| 1799 | dc2-leaf2a | Greent | VerifyGreenT | Verifies if a GreenT policy other than the default is created. | - | NOT RUN | - | | 1800 | dc2-leaf2a | Greent | VerifyGreenTCounters | Verifies if the GreenT counters are incremented. | - | NOT RUN | - | | 1801 | dc2-leaf2a | Hardware | VerifyAdverseDrops | Verifies there are no adverse drops on DCS-7280 and DCS-7500 family switches. | - | NOT RUN | - | | 1802 | dc2-leaf2a | Hardware | VerifyEnvironmentCooling | Verifies the status of power supply fans and all fan trays. | - | NOT RUN | - | | 1803 | dc2-leaf2a | Hardware | VerifyEnvironmentCooling | Verifies the status of power supply fans and all fan trays. | Accepted States: 'ok' | NOT RUN | - | | 1804 | dc2-leaf2a | Hardware | VerifyEnvironmentPower | Verifies the power supplies status. | - | NOT RUN | - | | 1805 | dc2-leaf2a | Hardware | VerifyEnvironmentPower | Verifies the power supplies status. | Accepted States: 'ok' | NOT RUN | - | -| 1806 | dc2-leaf2a | Hardware | VerifyEnvironmentSystemCooling | Verifies the system cooling status. | - | NOT RUN | - | -| 1807 | dc2-leaf2a | Hardware | VerifyTemperature | Verifies the device temperature. | - | NOT RUN | - | -| 1808 | dc2-leaf2a | Hardware | VerifyTemperature | Verifies the device temperature. | - | NOT RUN | - | -| 1809 | dc2-leaf2a | Hardware | VerifyTransceiversManufacturers | Verifies if all transceivers come from approved manufacturers. | - | NOT RUN | - | -| 1810 | dc2-leaf2a | Hardware | VerifyTransceiversManufacturers | Verifies if all transceivers come from approved manufacturers. | Accepted Manufacturers: 'Arista Networks', 'Arastra, Inc.', 'Not Present' | NOT RUN | - | -| 1811 | dc2-leaf2a | Hardware | VerifyTransceiversTemperature | Verifies the transceivers temperature. | - | NOT RUN | - | -| 1812 | dc2-leaf2a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet1 - P2P_dc2-spine1_Ethernet3 = 'up' | NOT RUN | - | -| 1813 | dc2-leaf2a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet2 - P2P_dc2-spine2_Ethernet3 = 'up' | NOT RUN | - | -| 1814 | dc2-leaf2a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet3 - MLAG_dc2-leaf2b_Ethernet3 = 'up' | NOT RUN | - | -| 1815 | dc2-leaf2a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet4 - MLAG_dc2-leaf2b_Ethernet4 = 'up' | NOT RUN | - | -| 1816 | dc2-leaf2a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet5 - SERVER_dc2-leaf2-server1_PCI1 = 'up' | NOT RUN | - | -| 1817 | dc2-leaf2a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet6 - P2P_dc1-leaf2a_Ethernet6 = 'up' | NOT RUN | - | -| 1818 | dc2-leaf2a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet8 - L2_dc2-leaf2c_Ethernet1 = 'up' | NOT RUN | - | -| 1819 | dc2-leaf2a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Loopback0 - ROUTER_ID = 'up' | NOT RUN | - | -| 1820 | dc2-leaf2a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Loopback1 - VXLAN_TUNNEL_SOURCE = 'up' | NOT RUN | - | -| 1821 | dc2-leaf2a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Loopback10 - DIAG_VRF_VRF10 = 'up' | NOT RUN | - | -| 1822 | dc2-leaf2a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Loopback11 - DIAG_VRF_VRF11 = 'up' | NOT RUN | - | -| 1823 | dc2-leaf2a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Port-Channel3 - MLAG_dc2-leaf2b_Port-Channel3 = 'up' | NOT RUN | - | -| 1824 | dc2-leaf2a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Port-Channel5 - SERVER_dc2-leaf2-server1_PortChannel dc2-leaf2-server1 = 'up' | NOT RUN | - | -| 1825 | dc2-leaf2a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Port-Channel8 - L2_dc2-leaf2c_Port-Channel1 = 'up' | NOT RUN | - | -| 1826 | dc2-leaf2a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Vlan11 - VRF10_VLAN11 = 'up' | NOT RUN | - | -| 1827 | dc2-leaf2a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Vlan12 - VRF10_VLAN12 = 'up' | NOT RUN | - | -| 1828 | dc2-leaf2a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Vlan21 - VRF11_VLAN21 = 'up' | NOT RUN | - | -| 1829 | dc2-leaf2a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Vlan22 - VRF11_VLAN22 = 'up' | NOT RUN | - | -| 1830 | dc2-leaf2a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Vlan3009 - MLAG_L3_VRF_VRF10 = 'up' | NOT RUN | - | -| 1831 | dc2-leaf2a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Vlan3010 - MLAG_L3_VRF_VRF11 = 'up' | NOT RUN | - | -| 1832 | dc2-leaf2a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Vlan4093 - MLAG_L3 = 'up' | NOT RUN | - | -| 1833 | dc2-leaf2a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Vlan4094 - MLAG = 'up' | NOT RUN | - | -| 1834 | dc2-leaf2a | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Vxlan1 = 'up' | NOT RUN | - | +| 1806 | dc2-leaf2a | Hardware | VerifyEnvironmentSystemCooling | Verifies the device's system cooling status. | - | NOT RUN | - | +| 1807 | dc2-leaf2a | Hardware | VerifyTemperature | Verifies if the device temperature is within acceptable limits. | - | NOT RUN | - | +| 1808 | dc2-leaf2a | Hardware | VerifyTemperature | Verifies if the device temperature is within acceptable limits. | - | NOT RUN | - | +| 1809 | dc2-leaf2a | Hardware | VerifyTransceiversManufacturers | Verifies if all the transceivers come from approved manufacturers. | - | NOT RUN | - | +| 1810 | dc2-leaf2a | Hardware | VerifyTransceiversManufacturers | Verifies if all the transceivers come from approved manufacturers. | Accepted Manufacturers: 'Arista Networks', 'Arastra, Inc.', 'Not Present' | NOT RUN | - | +| 1811 | dc2-leaf2a | Hardware | VerifyTransceiversTemperature | Verifies if all the transceivers are operating at an acceptable temperature. | - | NOT RUN | - | +| 1812 | dc2-leaf2a | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Ethernet1 - P2P_dc2-spine1_Ethernet3 = 'up' | NOT RUN | - | +| 1813 | dc2-leaf2a | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Ethernet2 - P2P_dc2-spine2_Ethernet3 = 'up' | NOT RUN | - | +| 1814 | dc2-leaf2a | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Ethernet3 - MLAG_dc2-leaf2b_Ethernet3 = 'up' | NOT RUN | - | +| 1815 | dc2-leaf2a | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Ethernet4 - MLAG_dc2-leaf2b_Ethernet4 = 'up' | NOT RUN | - | +| 1816 | dc2-leaf2a | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Ethernet5 - SERVER_dc2-leaf2-server1_PCI1 = 'up' | NOT RUN | - | +| 1817 | dc2-leaf2a | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Ethernet6 - P2P_dc1-leaf2a_Ethernet6 = 'up' | NOT RUN | - | +| 1818 | dc2-leaf2a | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Ethernet8 - L2_dc2-leaf2c_Ethernet1 = 'up' | NOT RUN | - | +| 1819 | dc2-leaf2a | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Loopback0 - ROUTER_ID = 'up' | NOT RUN | - | +| 1820 | dc2-leaf2a | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Loopback1 - VXLAN_TUNNEL_SOURCE = 'up' | NOT RUN | - | +| 1821 | dc2-leaf2a | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Loopback10 - DIAG_VRF_VRF10 = 'up' | NOT RUN | - | +| 1822 | dc2-leaf2a | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Loopback11 - DIAG_VRF_VRF11 = 'up' | NOT RUN | - | +| 1823 | dc2-leaf2a | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Port-Channel3 - MLAG_dc2-leaf2b_Port-Channel3 = 'up' | NOT RUN | - | +| 1824 | dc2-leaf2a | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Port-Channel5 - SERVER_dc2-leaf2-server1_PortChannel dc2-leaf2-server1 = 'up' | NOT RUN | - | +| 1825 | dc2-leaf2a | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Port-Channel8 - L2_dc2-leaf2c_Port-Channel1 = 'up' | NOT RUN | - | +| 1826 | dc2-leaf2a | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Vlan11 - VRF10_VLAN11 = 'up' | NOT RUN | - | +| 1827 | dc2-leaf2a | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Vlan12 - VRF10_VLAN12 = 'up' | NOT RUN | - | +| 1828 | dc2-leaf2a | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Vlan21 - VRF11_VLAN21 = 'up' | NOT RUN | - | +| 1829 | dc2-leaf2a | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Vlan22 - VRF11_VLAN22 = 'up' | NOT RUN | - | +| 1830 | dc2-leaf2a | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Vlan3009 - MLAG_L3_VRF_VRF10 = 'up' | NOT RUN | - | +| 1831 | dc2-leaf2a | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Vlan3010 - MLAG_L3_VRF_VRF11 = 'up' | NOT RUN | - | +| 1832 | dc2-leaf2a | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Vlan4093 - MLAG_L3 = 'up' | NOT RUN | - | +| 1833 | dc2-leaf2a | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Vlan4094 - MLAG = 'up' | NOT RUN | - | +| 1834 | dc2-leaf2a | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Vxlan1 = 'up' | NOT RUN | - | | 1835 | dc2-leaf2a | LANZ | VerifyLANZ | Verifies if LANZ is enabled. | - | NOT RUN | - | | 1836 | dc2-leaf2a | Logging | VerifyLoggingAccounting | Verifies if AAA accounting logs are generated. | - | NOT RUN | - | | 1837 | dc2-leaf2a | Logging | VerifyLoggingErrors | Verifies there are no syslog messages with a severity of ERRORS or higher. | - | NOT RUN | - | @@ -1928,10 +1928,10 @@ | 1844 | dc2-leaf2a | MLAG | VerifyMlagConfigSanity | Verifies there are no MLAG config-sanity inconsistencies. | - | NOT RUN | - | | 1845 | dc2-leaf2a | MLAG | VerifyMlagDualPrimary | Verifies the MLAG dual-primary detection parameters. | - | NOT RUN | - | | 1846 | dc2-leaf2a | MLAG | VerifyMlagInterfaces | Verifies there are no inactive or active-partial MLAG ports. | - | NOT RUN | - | -| 1847 | dc2-leaf2a | MLAG | VerifyMlagReloadDelay | Verifies the MLAG reload-delay parameters. | - | NOT RUN | - | +| 1847 | dc2-leaf2a | MLAG | VerifyMlagReloadDelay | Verifies the reload-delay parameters of the MLAG configuration. | - | NOT RUN | - | | 1848 | dc2-leaf2a | MLAG | VerifyMlagStatus | Verifies the health status of the MLAG configuration. | - | NOT RUN | - | | 1849 | dc2-leaf2a | MLAG | VerifyMlagStatus | Verifies the health status of the MLAG configuration. | - | NOT RUN | - | -| 1850 | dc2-leaf2a | Multicast | VerifyIGMPSnoopingGlobal | Verifies the IGMP snooping global configuration. | - | NOT RUN | - | +| 1850 | dc2-leaf2a | Multicast | VerifyIGMPSnoopingGlobal | Verifies the IGMP snooping global status. | - | NOT RUN | - | | 1851 | dc2-leaf2a | Multicast | VerifyIGMPSnoopingVlans | Verifies the IGMP snooping status for the provided VLANs. | - | NOT RUN | - | | 1852 | dc2-leaf2a | PTP | VerifyPtpGMStatus | Verifies that the device is locked to a valid PTP Grandmaster. | - | NOT RUN | - | | 1853 | dc2-leaf2a | PTP | VerifyPtpLockStatus | Verifies that the device was locked to the upstream PTP GM in the last minute. | - | NOT RUN | - | @@ -1972,13 +1972,13 @@ | 1888 | dc2-leaf2a | Security | VerifyBannerMotd | Verifies the motd banner of a device. | - | NOT RUN | - | | 1889 | dc2-leaf2a | Security | VerifyIPSecConnHealth | Verifies all IPv4 security connections. | - | NOT RUN | - | | 1890 | dc2-leaf2a | Security | VerifyIPv4ACL | Verifies the configuration of IPv4 ACLs. | - | NOT RUN | - | -| 1891 | dc2-leaf2a | Security | VerifySpecificIPSecConn | Verifies IPv4 security connections for a peer. | - | NOT RUN | - | +| 1891 | dc2-leaf2a | Security | VerifySpecificIPSecConn | Verifies the IPv4 security connections. | - | NOT RUN | - | | 1892 | dc2-leaf2a | Security | VerifySSHIPv4Acl | Verifies if the SSHD agent has IPv4 ACL(s) configured. | - | NOT RUN | - | | 1893 | dc2-leaf2a | Security | VerifySSHIPv6Acl | Verifies if the SSHD agent has IPv6 ACL(s) configured. | - | NOT RUN | - | | 1894 | dc2-leaf2a | Security | VerifySSHStatus | Verifies if the SSHD agent is disabled in the default VRF. | - | NOT RUN | - | | 1895 | dc2-leaf2a | Security | VerifyTelnetStatus | Verifies if Telnet is disabled in the default VRF. | - | NOT RUN | - | | 1896 | dc2-leaf2a | Services | VerifyDNSLookup | Verifies the DNS name to IP address resolution. | - | NOT RUN | - | -| 1897 | dc2-leaf2a | Services | VerifyDNSServers | Verifies if the DNS servers are correctly configured. | - | NOT RUN | - | +| 1897 | dc2-leaf2a | Services | VerifyDNSServers | Verifies if the DNS (Domain Name Service) servers are correctly configured. | - | NOT RUN | - | | 1898 | dc2-leaf2a | Services | VerifyErrdisableRecovery | Verifies the errdisable recovery reason, status, and interval. | - | NOT RUN | - | | 1899 | dc2-leaf2a | Services | VerifyHostname | Verifies the hostname of a device. | - | NOT RUN | - | | 1900 | dc2-leaf2a | SNMP | VerifySnmpIPv4Acl | Verifies if the SNMP agent has IPv4 ACL(s) configured. | - | NOT RUN | - | @@ -1991,7 +1991,7 @@ | 1907 | dc2-leaf2a | STP | VerifySTPForwardingPorts | Verifies that all interfaces are forwarding for a provided list of VLAN(s). | - | NOT RUN | - | | 1908 | dc2-leaf2a | STP | VerifySTPMode | Verifies the configured STP mode for a provided list of VLAN(s). | - | NOT RUN | - | | 1909 | dc2-leaf2a | STP | VerifySTPRootPriority | Verifies the STP root priority for a provided list of VLAN or MST instance ID(s). | - | NOT RUN | - | -| 1910 | dc2-leaf2a | STUN | VerifyStunClient | Verifies the STUN client is configured with the specified IPv4 source address and port. Validate the public IP and port if provided. | - | NOT RUN | - | +| 1910 | dc2-leaf2a | STUN | VerifyStunClient | (Deprecated) Verifies the translation for a source address on a STUN client. | - | NOT RUN | - | | 1911 | dc2-leaf2a | System | VerifyAgentLogs | Verifies there are no agent crash reports. | - | NOT RUN | - | | 1912 | dc2-leaf2a | System | VerifyCoredump | Verifies there are no core dump files. | - | NOT RUN | - | | 1913 | dc2-leaf2a | System | VerifyCPUUtilization | Verifies whether the CPU utilization is below 75%. | - | NOT RUN | - | @@ -2010,75 +2010,75 @@ | 1926 | dc2-leaf2b | AAA | VerifyTacacsServerGroups | Verifies if the provided TACACS server group(s) are configured. | - | NOT RUN | - | | 1927 | dc2-leaf2b | AAA | VerifyTacacsServers | Verifies TACACS servers are configured for a specified VRF. | - | NOT RUN | - | | 1928 | dc2-leaf2b | AAA | VerifyTacacsSourceIntf | Verifies TACACS source-interface for a specified VRF. | - | NOT RUN | - | -| 1929 | dc2-leaf2b | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s). | BGP EVPN Peer: dc2-spine1 (IP: 10.255.128.11) | NOT RUN | - | -| 1930 | dc2-leaf2b | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s). | BGP EVPN Peer: dc2-spine2 (IP: 10.255.128.12) | NOT RUN | - | -| 1931 | dc2-leaf2b | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s). | BGP IPv4 Unicast Peer: dc2-leaf2a (IP: 10.255.129.120) | NOT RUN | - | -| 1932 | dc2-leaf2b | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s). | BGP IPv4 Unicast Peer: dc2-spine1 (IP: 10.255.255.116) | NOT RUN | - | -| 1933 | dc2-leaf2b | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s). | BGP IPv4 Unicast Peer: dc2-spine2 (IP: 10.255.255.118) | NOT RUN | - | -| 1934 | dc2-leaf2b | Configuration | VerifyRunningConfigDiffs | Verifies there is no difference between the running-config and the startup-config | - | NOT RUN | - | -| 1935 | dc2-leaf2b | Configuration | VerifyZeroTouch | Verifies ZeroTouch is disabled | - | NOT RUN | - | -| 1936 | dc2-leaf2b | Connectivity | VerifyLLDPNeighbors | Verifies that the provided LLDP neighbors are connected properly. | Local: Ethernet1 - Remote: dc2-spine1 Ethernet4 | NOT RUN | - | -| 1937 | dc2-leaf2b | Connectivity | VerifyLLDPNeighbors | Verifies that the provided LLDP neighbors are connected properly. | Local: Ethernet2 - Remote: dc2-spine2 Ethernet4 | NOT RUN | - | -| 1938 | dc2-leaf2b | Connectivity | VerifyLLDPNeighbors | Verifies that the provided LLDP neighbors are connected properly. | Local: Ethernet3 - Remote: dc2-leaf2a Ethernet3 | NOT RUN | - | -| 1939 | dc2-leaf2b | Connectivity | VerifyLLDPNeighbors | Verifies that the provided LLDP neighbors are connected properly. | Local: Ethernet4 - Remote: dc2-leaf2a Ethernet4 | NOT RUN | - | -| 1940 | dc2-leaf2b | Connectivity | VerifyLLDPNeighbors | Verifies that the provided LLDP neighbors are connected properly. | Local: Ethernet8 - Remote: dc2-leaf2c Ethernet2 | NOT RUN | - | -| 1941 | dc2-leaf2b | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.16) - Destination: dc1-leaf1a Loopback0 (IP: 10.255.0.3) | NOT RUN | - | -| 1942 | dc2-leaf2b | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.16) - Destination: dc1-leaf1b Loopback0 (IP: 10.255.0.4) | NOT RUN | - | -| 1943 | dc2-leaf2b | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.16) - Destination: dc1-leaf2a Loopback0 (IP: 10.255.0.5) | NOT RUN | - | -| 1944 | dc2-leaf2b | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.16) - Destination: dc1-spine1 Loopback0 (IP: 10.255.0.1) | NOT RUN | - | -| 1945 | dc2-leaf2b | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.16) - Destination: dc1-spine2 Loopback0 (IP: 10.255.0.2) | NOT RUN | - | -| 1946 | dc2-leaf2b | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.16) - Destination: dc1-svc-leaf1a Loopback0 (IP: 10.33.0.5) | NOT RUN | - | -| 1947 | dc2-leaf2b | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.16) - Destination: dc1-svc-leaf1b Loopback0 (IP: 10.33.0.6) | NOT RUN | - | -| 1948 | dc2-leaf2b | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.16) - Destination: dc1-wan1 Loopback0 (IP: 10.255.2.1) | NOT RUN | - | -| 1949 | dc2-leaf2b | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.16) - Destination: dc1-wan2 Loopback0 (IP: 10.255.2.2) | NOT RUN | - | -| 1950 | dc2-leaf2b | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.16) - Destination: dc2-leaf1a Loopback0 (IP: 10.255.128.13) | NOT RUN | - | -| 1951 | dc2-leaf2b | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.16) - Destination: dc2-leaf1b Loopback0 (IP: 10.255.128.14) | NOT RUN | - | -| 1952 | dc2-leaf2b | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.16) - Destination: dc2-leaf2a Loopback0 (IP: 10.255.128.15) | NOT RUN | - | -| 1953 | dc2-leaf2b | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.16) - Destination: dc2-leaf2b Loopback0 (IP: 10.255.128.16) | NOT RUN | - | -| 1954 | dc2-leaf2b | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.16) - Destination: dc2-leaf3a.arista.com Loopback0 (IP: 10.255.128.17) | NOT RUN | - | -| 1955 | dc2-leaf2b | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.16) - Destination: dc2-leaf3b.arista.com Loopback0 (IP: 10.255.128.18) | NOT RUN | - | -| 1956 | dc2-leaf2b | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.16) - Destination: dc2-spine1 Loopback0 (IP: 10.255.128.11) | NOT RUN | - | -| 1957 | dc2-leaf2b | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.16) - Destination: dc2-spine2 Loopback0 (IP: 10.255.128.12) | NOT RUN | - | -| 1958 | dc2-leaf2b | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: P2P Interface Ethernet1 (IP: 10.255.255.117) - Destination: dc2-spine1 Ethernet4 (IP: 10.255.255.116) | NOT RUN | - | -| 1959 | dc2-leaf2b | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: P2P Interface Ethernet2 (IP: 10.255.255.119) - Destination: dc2-spine2 Ethernet4 (IP: 10.255.255.118) | NOT RUN | - | +| 1929 | dc2-leaf2b | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s) for given address families. | BGP EVPN Peer: dc2-spine1 (IP: 10.255.128.11) | NOT RUN | - | +| 1930 | dc2-leaf2b | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s) for given address families. | BGP EVPN Peer: dc2-spine2 (IP: 10.255.128.12) | NOT RUN | - | +| 1931 | dc2-leaf2b | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s) for given address families. | BGP IPv4 Unicast Peer: dc2-leaf2a (IP: 10.255.129.120) | NOT RUN | - | +| 1932 | dc2-leaf2b | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s) for given address families. | BGP IPv4 Unicast Peer: dc2-spine1 (IP: 10.255.255.116) | NOT RUN | - | +| 1933 | dc2-leaf2b | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s) for given address families. | BGP IPv4 Unicast Peer: dc2-spine2 (IP: 10.255.255.118) | NOT RUN | - | +| 1934 | dc2-leaf2b | Configuration | VerifyRunningConfigDiffs | Verifies there is no difference between the running-config and the startup-config. | - | NOT RUN | - | +| 1935 | dc2-leaf2b | Configuration | VerifyZeroTouch | Verifies ZeroTouch is disabled. | - | NOT RUN | - | +| 1936 | dc2-leaf2b | Connectivity | VerifyLLDPNeighbors | Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors. | Local: Ethernet1 - Remote: dc2-spine1 Ethernet4 | NOT RUN | - | +| 1937 | dc2-leaf2b | Connectivity | VerifyLLDPNeighbors | Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors. | Local: Ethernet2 - Remote: dc2-spine2 Ethernet4 | NOT RUN | - | +| 1938 | dc2-leaf2b | Connectivity | VerifyLLDPNeighbors | Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors. | Local: Ethernet3 - Remote: dc2-leaf2a Ethernet3 | NOT RUN | - | +| 1939 | dc2-leaf2b | Connectivity | VerifyLLDPNeighbors | Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors. | Local: Ethernet4 - Remote: dc2-leaf2a Ethernet4 | NOT RUN | - | +| 1940 | dc2-leaf2b | Connectivity | VerifyLLDPNeighbors | Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors. | Local: Ethernet8 - Remote: dc2-leaf2c Ethernet2 | NOT RUN | - | +| 1941 | dc2-leaf2b | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.16) - Destination: dc1-leaf1a Loopback0 (IP: 10.255.0.3) | NOT RUN | - | +| 1942 | dc2-leaf2b | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.16) - Destination: dc1-leaf1b Loopback0 (IP: 10.255.0.4) | NOT RUN | - | +| 1943 | dc2-leaf2b | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.16) - Destination: dc1-leaf2a Loopback0 (IP: 10.255.0.5) | NOT RUN | - | +| 1944 | dc2-leaf2b | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.16) - Destination: dc1-spine1 Loopback0 (IP: 10.255.0.1) | NOT RUN | - | +| 1945 | dc2-leaf2b | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.16) - Destination: dc1-spine2 Loopback0 (IP: 10.255.0.2) | NOT RUN | - | +| 1946 | dc2-leaf2b | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.16) - Destination: dc1-svc-leaf1a Loopback0 (IP: 10.33.0.5) | NOT RUN | - | +| 1947 | dc2-leaf2b | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.16) - Destination: dc1-svc-leaf1b Loopback0 (IP: 10.33.0.6) | NOT RUN | - | +| 1948 | dc2-leaf2b | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.16) - Destination: dc1-wan1 Loopback0 (IP: 10.255.2.1) | NOT RUN | - | +| 1949 | dc2-leaf2b | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.16) - Destination: dc1-wan2 Loopback0 (IP: 10.255.2.2) | NOT RUN | - | +| 1950 | dc2-leaf2b | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.16) - Destination: dc2-leaf1a Loopback0 (IP: 10.255.128.13) | NOT RUN | - | +| 1951 | dc2-leaf2b | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.16) - Destination: dc2-leaf1b Loopback0 (IP: 10.255.128.14) | NOT RUN | - | +| 1952 | dc2-leaf2b | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.16) - Destination: dc2-leaf2a Loopback0 (IP: 10.255.128.15) | NOT RUN | - | +| 1953 | dc2-leaf2b | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.16) - Destination: dc2-leaf2b Loopback0 (IP: 10.255.128.16) | NOT RUN | - | +| 1954 | dc2-leaf2b | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.16) - Destination: dc2-leaf3a.arista.com Loopback0 (IP: 10.255.128.17) | NOT RUN | - | +| 1955 | dc2-leaf2b | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.16) - Destination: dc2-leaf3b.arista.com Loopback0 (IP: 10.255.128.18) | NOT RUN | - | +| 1956 | dc2-leaf2b | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.16) - Destination: dc2-spine1 Loopback0 (IP: 10.255.128.11) | NOT RUN | - | +| 1957 | dc2-leaf2b | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.16) - Destination: dc2-spine2 Loopback0 (IP: 10.255.128.12) | NOT RUN | - | +| 1958 | dc2-leaf2b | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: P2P Interface Ethernet1 (IP: 10.255.255.117) - Destination: dc2-spine1 Ethernet4 (IP: 10.255.255.116) | NOT RUN | - | +| 1959 | dc2-leaf2b | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: P2P Interface Ethernet2 (IP: 10.255.255.119) - Destination: dc2-spine2 Ethernet4 (IP: 10.255.255.118) | NOT RUN | - | | 1960 | dc2-leaf2b | Field Notices | VerifyFieldNotice44Resolution | Verifies that the device is using the correct Aboot version per FN0044. | - | NOT RUN | - | | 1961 | dc2-leaf2b | Field Notices | VerifyFieldNotice72Resolution | Verifies if the device is exposed to FN0072, and if the issue has been mitigated. | - | NOT RUN | - | -| 1962 | dc2-leaf2b | Greent | VerifyGreenT | Verifies if a GreenT policy is created. | - | NOT RUN | - | +| 1962 | dc2-leaf2b | Greent | VerifyGreenT | Verifies if a GreenT policy other than the default is created. | - | NOT RUN | - | | 1963 | dc2-leaf2b | Greent | VerifyGreenTCounters | Verifies if the GreenT counters are incremented. | - | NOT RUN | - | | 1964 | dc2-leaf2b | Hardware | VerifyAdverseDrops | Verifies there are no adverse drops on DCS-7280 and DCS-7500 family switches. | - | NOT RUN | - | | 1965 | dc2-leaf2b | Hardware | VerifyEnvironmentCooling | Verifies the status of power supply fans and all fan trays. | - | NOT RUN | - | | 1966 | dc2-leaf2b | Hardware | VerifyEnvironmentCooling | Verifies the status of power supply fans and all fan trays. | Accepted States: 'ok' | NOT RUN | - | | 1967 | dc2-leaf2b | Hardware | VerifyEnvironmentPower | Verifies the power supplies status. | - | NOT RUN | - | | 1968 | dc2-leaf2b | Hardware | VerifyEnvironmentPower | Verifies the power supplies status. | Accepted States: 'ok' | NOT RUN | - | -| 1969 | dc2-leaf2b | Hardware | VerifyEnvironmentSystemCooling | Verifies the system cooling status. | - | NOT RUN | - | -| 1970 | dc2-leaf2b | Hardware | VerifyTemperature | Verifies the device temperature. | - | NOT RUN | - | -| 1971 | dc2-leaf2b | Hardware | VerifyTemperature | Verifies the device temperature. | - | NOT RUN | - | -| 1972 | dc2-leaf2b | Hardware | VerifyTransceiversManufacturers | Verifies if all transceivers come from approved manufacturers. | - | NOT RUN | - | -| 1973 | dc2-leaf2b | Hardware | VerifyTransceiversManufacturers | Verifies if all transceivers come from approved manufacturers. | Accepted Manufacturers: 'Arista Networks', 'Arastra, Inc.', 'Not Present' | NOT RUN | - | -| 1974 | dc2-leaf2b | Hardware | VerifyTransceiversTemperature | Verifies the transceivers temperature. | - | NOT RUN | - | -| 1975 | dc2-leaf2b | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet1 - P2P_dc2-spine1_Ethernet4 = 'up' | NOT RUN | - | -| 1976 | dc2-leaf2b | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet2 - P2P_dc2-spine2_Ethernet4 = 'up' | NOT RUN | - | -| 1977 | dc2-leaf2b | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet3 - MLAG_dc2-leaf2a_Ethernet3 = 'up' | NOT RUN | - | -| 1978 | dc2-leaf2b | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet4 - MLAG_dc2-leaf2a_Ethernet4 = 'up' | NOT RUN | - | -| 1979 | dc2-leaf2b | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet5 - SERVER_dc2-leaf2-server1_PCI2 = 'up' | NOT RUN | - | -| 1980 | dc2-leaf2b | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet6 - P2P_dc1-leaf2b_Ethernet6 = 'up' | NOT RUN | - | -| 1981 | dc2-leaf2b | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet8 - L2_dc2-leaf2c_Ethernet2 = 'up' | NOT RUN | - | -| 1982 | dc2-leaf2b | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Loopback0 - ROUTER_ID = 'up' | NOT RUN | - | -| 1983 | dc2-leaf2b | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Loopback1 - VXLAN_TUNNEL_SOURCE = 'up' | NOT RUN | - | -| 1984 | dc2-leaf2b | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Loopback10 - DIAG_VRF_VRF10 = 'up' | NOT RUN | - | -| 1985 | dc2-leaf2b | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Loopback11 - DIAG_VRF_VRF11 = 'up' | NOT RUN | - | -| 1986 | dc2-leaf2b | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Port-Channel3 - MLAG_dc2-leaf2a_Port-Channel3 = 'up' | NOT RUN | - | -| 1987 | dc2-leaf2b | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Port-Channel5 - SERVER_dc2-leaf2-server1_PortChannel dc2-leaf2-server1 = 'up' | NOT RUN | - | -| 1988 | dc2-leaf2b | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Port-Channel8 - L2_dc2-leaf2c_Port-Channel1 = 'up' | NOT RUN | - | -| 1989 | dc2-leaf2b | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Vlan11 - VRF10_VLAN11 = 'up' | NOT RUN | - | -| 1990 | dc2-leaf2b | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Vlan12 - VRF10_VLAN12 = 'up' | NOT RUN | - | -| 1991 | dc2-leaf2b | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Vlan21 - VRF11_VLAN21 = 'up' | NOT RUN | - | -| 1992 | dc2-leaf2b | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Vlan22 - VRF11_VLAN22 = 'up' | NOT RUN | - | -| 1993 | dc2-leaf2b | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Vlan3009 - MLAG_L3_VRF_VRF10 = 'up' | NOT RUN | - | -| 1994 | dc2-leaf2b | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Vlan3010 - MLAG_L3_VRF_VRF11 = 'up' | NOT RUN | - | -| 1995 | dc2-leaf2b | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Vlan4093 - MLAG_L3 = 'up' | NOT RUN | - | -| 1996 | dc2-leaf2b | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Vlan4094 - MLAG = 'up' | NOT RUN | - | -| 1997 | dc2-leaf2b | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Vxlan1 = 'up' | NOT RUN | - | +| 1969 | dc2-leaf2b | Hardware | VerifyEnvironmentSystemCooling | Verifies the device's system cooling status. | - | NOT RUN | - | +| 1970 | dc2-leaf2b | Hardware | VerifyTemperature | Verifies if the device temperature is within acceptable limits. | - | NOT RUN | - | +| 1971 | dc2-leaf2b | Hardware | VerifyTemperature | Verifies if the device temperature is within acceptable limits. | - | NOT RUN | - | +| 1972 | dc2-leaf2b | Hardware | VerifyTransceiversManufacturers | Verifies if all the transceivers come from approved manufacturers. | - | NOT RUN | - | +| 1973 | dc2-leaf2b | Hardware | VerifyTransceiversManufacturers | Verifies if all the transceivers come from approved manufacturers. | Accepted Manufacturers: 'Arista Networks', 'Arastra, Inc.', 'Not Present' | NOT RUN | - | +| 1974 | dc2-leaf2b | Hardware | VerifyTransceiversTemperature | Verifies if all the transceivers are operating at an acceptable temperature. | - | NOT RUN | - | +| 1975 | dc2-leaf2b | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Ethernet1 - P2P_dc2-spine1_Ethernet4 = 'up' | NOT RUN | - | +| 1976 | dc2-leaf2b | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Ethernet2 - P2P_dc2-spine2_Ethernet4 = 'up' | NOT RUN | - | +| 1977 | dc2-leaf2b | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Ethernet3 - MLAG_dc2-leaf2a_Ethernet3 = 'up' | NOT RUN | - | +| 1978 | dc2-leaf2b | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Ethernet4 - MLAG_dc2-leaf2a_Ethernet4 = 'up' | NOT RUN | - | +| 1979 | dc2-leaf2b | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Ethernet5 - SERVER_dc2-leaf2-server1_PCI2 = 'up' | NOT RUN | - | +| 1980 | dc2-leaf2b | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Ethernet6 - P2P_dc1-leaf2b_Ethernet6 = 'up' | NOT RUN | - | +| 1981 | dc2-leaf2b | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Ethernet8 - L2_dc2-leaf2c_Ethernet2 = 'up' | NOT RUN | - | +| 1982 | dc2-leaf2b | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Loopback0 - ROUTER_ID = 'up' | NOT RUN | - | +| 1983 | dc2-leaf2b | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Loopback1 - VXLAN_TUNNEL_SOURCE = 'up' | NOT RUN | - | +| 1984 | dc2-leaf2b | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Loopback10 - DIAG_VRF_VRF10 = 'up' | NOT RUN | - | +| 1985 | dc2-leaf2b | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Loopback11 - DIAG_VRF_VRF11 = 'up' | NOT RUN | - | +| 1986 | dc2-leaf2b | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Port-Channel3 - MLAG_dc2-leaf2a_Port-Channel3 = 'up' | NOT RUN | - | +| 1987 | dc2-leaf2b | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Port-Channel5 - SERVER_dc2-leaf2-server1_PortChannel dc2-leaf2-server1 = 'up' | NOT RUN | - | +| 1988 | dc2-leaf2b | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Port-Channel8 - L2_dc2-leaf2c_Port-Channel1 = 'up' | NOT RUN | - | +| 1989 | dc2-leaf2b | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Vlan11 - VRF10_VLAN11 = 'up' | NOT RUN | - | +| 1990 | dc2-leaf2b | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Vlan12 - VRF10_VLAN12 = 'up' | NOT RUN | - | +| 1991 | dc2-leaf2b | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Vlan21 - VRF11_VLAN21 = 'up' | NOT RUN | - | +| 1992 | dc2-leaf2b | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Vlan22 - VRF11_VLAN22 = 'up' | NOT RUN | - | +| 1993 | dc2-leaf2b | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Vlan3009 - MLAG_L3_VRF_VRF10 = 'up' | NOT RUN | - | +| 1994 | dc2-leaf2b | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Vlan3010 - MLAG_L3_VRF_VRF11 = 'up' | NOT RUN | - | +| 1995 | dc2-leaf2b | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Vlan4093 - MLAG_L3 = 'up' | NOT RUN | - | +| 1996 | dc2-leaf2b | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Vlan4094 - MLAG = 'up' | NOT RUN | - | +| 1997 | dc2-leaf2b | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Vxlan1 = 'up' | NOT RUN | - | | 1998 | dc2-leaf2b | LANZ | VerifyLANZ | Verifies if LANZ is enabled. | - | NOT RUN | - | | 1999 | dc2-leaf2b | Logging | VerifyLoggingAccounting | Verifies if AAA accounting logs are generated. | - | NOT RUN | - | | 2000 | dc2-leaf2b | Logging | VerifyLoggingErrors | Verifies there are no syslog messages with a severity of ERRORS or higher. | - | NOT RUN | - | @@ -2091,10 +2091,10 @@ | 2007 | dc2-leaf2b | MLAG | VerifyMlagConfigSanity | Verifies there are no MLAG config-sanity inconsistencies. | - | NOT RUN | - | | 2008 | dc2-leaf2b | MLAG | VerifyMlagDualPrimary | Verifies the MLAG dual-primary detection parameters. | - | NOT RUN | - | | 2009 | dc2-leaf2b | MLAG | VerifyMlagInterfaces | Verifies there are no inactive or active-partial MLAG ports. | - | NOT RUN | - | -| 2010 | dc2-leaf2b | MLAG | VerifyMlagReloadDelay | Verifies the MLAG reload-delay parameters. | - | NOT RUN | - | +| 2010 | dc2-leaf2b | MLAG | VerifyMlagReloadDelay | Verifies the reload-delay parameters of the MLAG configuration. | - | NOT RUN | - | | 2011 | dc2-leaf2b | MLAG | VerifyMlagStatus | Verifies the health status of the MLAG configuration. | - | NOT RUN | - | | 2012 | dc2-leaf2b | MLAG | VerifyMlagStatus | Verifies the health status of the MLAG configuration. | - | NOT RUN | - | -| 2013 | dc2-leaf2b | Multicast | VerifyIGMPSnoopingGlobal | Verifies the IGMP snooping global configuration. | - | NOT RUN | - | +| 2013 | dc2-leaf2b | Multicast | VerifyIGMPSnoopingGlobal | Verifies the IGMP snooping global status. | - | NOT RUN | - | | 2014 | dc2-leaf2b | Multicast | VerifyIGMPSnoopingVlans | Verifies the IGMP snooping status for the provided VLANs. | - | NOT RUN | - | | 2015 | dc2-leaf2b | PTP | VerifyPtpGMStatus | Verifies that the device is locked to a valid PTP Grandmaster. | - | NOT RUN | - | | 2016 | dc2-leaf2b | PTP | VerifyPtpLockStatus | Verifies that the device was locked to the upstream PTP GM in the last minute. | - | NOT RUN | - | @@ -2135,13 +2135,13 @@ | 2051 | dc2-leaf2b | Security | VerifyBannerMotd | Verifies the motd banner of a device. | - | NOT RUN | - | | 2052 | dc2-leaf2b | Security | VerifyIPSecConnHealth | Verifies all IPv4 security connections. | - | NOT RUN | - | | 2053 | dc2-leaf2b | Security | VerifyIPv4ACL | Verifies the configuration of IPv4 ACLs. | - | NOT RUN | - | -| 2054 | dc2-leaf2b | Security | VerifySpecificIPSecConn | Verifies IPv4 security connections for a peer. | - | NOT RUN | - | +| 2054 | dc2-leaf2b | Security | VerifySpecificIPSecConn | Verifies the IPv4 security connections. | - | NOT RUN | - | | 2055 | dc2-leaf2b | Security | VerifySSHIPv4Acl | Verifies if the SSHD agent has IPv4 ACL(s) configured. | - | NOT RUN | - | | 2056 | dc2-leaf2b | Security | VerifySSHIPv6Acl | Verifies if the SSHD agent has IPv6 ACL(s) configured. | - | NOT RUN | - | | 2057 | dc2-leaf2b | Security | VerifySSHStatus | Verifies if the SSHD agent is disabled in the default VRF. | - | NOT RUN | - | | 2058 | dc2-leaf2b | Security | VerifyTelnetStatus | Verifies if Telnet is disabled in the default VRF. | - | NOT RUN | - | | 2059 | dc2-leaf2b | Services | VerifyDNSLookup | Verifies the DNS name to IP address resolution. | - | NOT RUN | - | -| 2060 | dc2-leaf2b | Services | VerifyDNSServers | Verifies if the DNS servers are correctly configured. | - | NOT RUN | - | +| 2060 | dc2-leaf2b | Services | VerifyDNSServers | Verifies if the DNS (Domain Name Service) servers are correctly configured. | - | NOT RUN | - | | 2061 | dc2-leaf2b | Services | VerifyErrdisableRecovery | Verifies the errdisable recovery reason, status, and interval. | - | NOT RUN | - | | 2062 | dc2-leaf2b | Services | VerifyHostname | Verifies the hostname of a device. | - | NOT RUN | - | | 2063 | dc2-leaf2b | SNMP | VerifySnmpIPv4Acl | Verifies if the SNMP agent has IPv4 ACL(s) configured. | - | NOT RUN | - | @@ -2154,7 +2154,7 @@ | 2070 | dc2-leaf2b | STP | VerifySTPForwardingPorts | Verifies that all interfaces are forwarding for a provided list of VLAN(s). | - | NOT RUN | - | | 2071 | dc2-leaf2b | STP | VerifySTPMode | Verifies the configured STP mode for a provided list of VLAN(s). | - | NOT RUN | - | | 2072 | dc2-leaf2b | STP | VerifySTPRootPriority | Verifies the STP root priority for a provided list of VLAN or MST instance ID(s). | - | NOT RUN | - | -| 2073 | dc2-leaf2b | STUN | VerifyStunClient | Verifies the STUN client is configured with the specified IPv4 source address and port. Validate the public IP and port if provided. | - | NOT RUN | - | +| 2073 | dc2-leaf2b | STUN | VerifyStunClient | (Deprecated) Verifies the translation for a source address on a STUN client. | - | NOT RUN | - | | 2074 | dc2-leaf2b | System | VerifyAgentLogs | Verifies there are no agent crash reports. | - | NOT RUN | - | | 2075 | dc2-leaf2b | System | VerifyCoredump | Verifies there are no core dump files. | - | NOT RUN | - | | 2076 | dc2-leaf2b | System | VerifyCPUUtilization | Verifies whether the CPU utilization is below 75%. | - | NOT RUN | - | @@ -2173,29 +2173,29 @@ | 2089 | dc2-leaf2c | AAA | VerifyTacacsServerGroups | Verifies if the provided TACACS server group(s) are configured. | - | NOT RUN | - | | 2090 | dc2-leaf2c | AAA | VerifyTacacsServers | Verifies TACACS servers are configured for a specified VRF. | - | NOT RUN | - | | 2091 | dc2-leaf2c | AAA | VerifyTacacsSourceIntf | Verifies TACACS source-interface for a specified VRF. | - | NOT RUN | - | -| 2092 | dc2-leaf2c | Configuration | VerifyRunningConfigDiffs | Verifies there is no difference between the running-config and the startup-config | - | NOT RUN | - | -| 2093 | dc2-leaf2c | Configuration | VerifyZeroTouch | Verifies ZeroTouch is disabled | - | NOT RUN | - | -| 2094 | dc2-leaf2c | Connectivity | VerifyLLDPNeighbors | Verifies that the provided LLDP neighbors are connected properly. | Local: Ethernet1 - Remote: dc2-leaf2a Ethernet8 | NOT RUN | - | -| 2095 | dc2-leaf2c | Connectivity | VerifyLLDPNeighbors | Verifies that the provided LLDP neighbors are connected properly. | Local: Ethernet2 - Remote: dc2-leaf2b Ethernet8 | NOT RUN | - | +| 2092 | dc2-leaf2c | Configuration | VerifyRunningConfigDiffs | Verifies there is no difference between the running-config and the startup-config. | - | NOT RUN | - | +| 2093 | dc2-leaf2c | Configuration | VerifyZeroTouch | Verifies ZeroTouch is disabled. | - | NOT RUN | - | +| 2094 | dc2-leaf2c | Connectivity | VerifyLLDPNeighbors | Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors. | Local: Ethernet1 - Remote: dc2-leaf2a Ethernet8 | NOT RUN | - | +| 2095 | dc2-leaf2c | Connectivity | VerifyLLDPNeighbors | Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors. | Local: Ethernet2 - Remote: dc2-leaf2b Ethernet8 | NOT RUN | - | | 2096 | dc2-leaf2c | Field Notices | VerifyFieldNotice44Resolution | Verifies that the device is using the correct Aboot version per FN0044. | - | NOT RUN | - | | 2097 | dc2-leaf2c | Field Notices | VerifyFieldNotice72Resolution | Verifies if the device is exposed to FN0072, and if the issue has been mitigated. | - | NOT RUN | - | -| 2098 | dc2-leaf2c | Greent | VerifyGreenT | Verifies if a GreenT policy is created. | - | NOT RUN | - | +| 2098 | dc2-leaf2c | Greent | VerifyGreenT | Verifies if a GreenT policy other than the default is created. | - | NOT RUN | - | | 2099 | dc2-leaf2c | Greent | VerifyGreenTCounters | Verifies if the GreenT counters are incremented. | - | NOT RUN | - | | 2100 | dc2-leaf2c | Hardware | VerifyAdverseDrops | Verifies there are no adverse drops on DCS-7280 and DCS-7500 family switches. | - | NOT RUN | - | | 2101 | dc2-leaf2c | Hardware | VerifyEnvironmentCooling | Verifies the status of power supply fans and all fan trays. | - | NOT RUN | - | | 2102 | dc2-leaf2c | Hardware | VerifyEnvironmentCooling | Verifies the status of power supply fans and all fan trays. | Accepted States: 'ok' | NOT RUN | - | | 2103 | dc2-leaf2c | Hardware | VerifyEnvironmentPower | Verifies the power supplies status. | - | NOT RUN | - | | 2104 | dc2-leaf2c | Hardware | VerifyEnvironmentPower | Verifies the power supplies status. | Accepted States: 'ok' | NOT RUN | - | -| 2105 | dc2-leaf2c | Hardware | VerifyEnvironmentSystemCooling | Verifies the system cooling status. | - | NOT RUN | - | -| 2106 | dc2-leaf2c | Hardware | VerifyTemperature | Verifies the device temperature. | - | NOT RUN | - | -| 2107 | dc2-leaf2c | Hardware | VerifyTemperature | Verifies the device temperature. | - | NOT RUN | - | -| 2108 | dc2-leaf2c | Hardware | VerifyTransceiversManufacturers | Verifies if all transceivers come from approved manufacturers. | - | NOT RUN | - | -| 2109 | dc2-leaf2c | Hardware | VerifyTransceiversManufacturers | Verifies if all transceivers come from approved manufacturers. | Accepted Manufacturers: 'Arista Networks', 'Arastra, Inc.', 'Not Present' | NOT RUN | - | -| 2110 | dc2-leaf2c | Hardware | VerifyTransceiversTemperature | Verifies the transceivers temperature. | - | NOT RUN | - | -| 2111 | dc2-leaf2c | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet1 - L2_dc2-leaf2a_Ethernet8 = 'up' | NOT RUN | - | -| 2112 | dc2-leaf2c | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet2 - L2_dc2-leaf2b_Ethernet8 = 'up' | NOT RUN | - | -| 2113 | dc2-leaf2c | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet5 - SERVER_dc2-leaf2-server1_iLO = 'up' | NOT RUN | - | -| 2114 | dc2-leaf2c | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Port-Channel1 - L2_DC2_L3_LEAF2_Port-Channel8 = 'up' | NOT RUN | - | +| 2105 | dc2-leaf2c | Hardware | VerifyEnvironmentSystemCooling | Verifies the device's system cooling status. | - | NOT RUN | - | +| 2106 | dc2-leaf2c | Hardware | VerifyTemperature | Verifies if the device temperature is within acceptable limits. | - | NOT RUN | - | +| 2107 | dc2-leaf2c | Hardware | VerifyTemperature | Verifies if the device temperature is within acceptable limits. | - | NOT RUN | - | +| 2108 | dc2-leaf2c | Hardware | VerifyTransceiversManufacturers | Verifies if all the transceivers come from approved manufacturers. | - | NOT RUN | - | +| 2109 | dc2-leaf2c | Hardware | VerifyTransceiversManufacturers | Verifies if all the transceivers come from approved manufacturers. | Accepted Manufacturers: 'Arista Networks', 'Arastra, Inc.', 'Not Present' | NOT RUN | - | +| 2110 | dc2-leaf2c | Hardware | VerifyTransceiversTemperature | Verifies if all the transceivers are operating at an acceptable temperature. | - | NOT RUN | - | +| 2111 | dc2-leaf2c | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Ethernet1 - L2_dc2-leaf2a_Ethernet8 = 'up' | NOT RUN | - | +| 2112 | dc2-leaf2c | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Ethernet2 - L2_dc2-leaf2b_Ethernet8 = 'up' | NOT RUN | - | +| 2113 | dc2-leaf2c | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Ethernet5 - SERVER_dc2-leaf2-server1_iLO = 'up' | NOT RUN | - | +| 2114 | dc2-leaf2c | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Port-Channel1 - L2_DC2_L3_LEAF2_Port-Channel8 = 'up' | NOT RUN | - | | 2115 | dc2-leaf2c | LANZ | VerifyLANZ | Verifies if LANZ is enabled. | - | NOT RUN | - | | 2116 | dc2-leaf2c | PTP | VerifyPtpGMStatus | Verifies that the device is locked to a valid PTP Grandmaster. | - | NOT RUN | - | | 2117 | dc2-leaf2c | PTP | VerifyPtpLockStatus | Verifies that the device was locked to the upstream PTP GM in the last minute. | - | NOT RUN | - | @@ -2212,13 +2212,13 @@ | 2128 | dc2-leaf2c | Security | VerifyBannerMotd | Verifies the motd banner of a device. | - | NOT RUN | - | | 2129 | dc2-leaf2c | Security | VerifyIPSecConnHealth | Verifies all IPv4 security connections. | - | NOT RUN | - | | 2130 | dc2-leaf2c | Security | VerifyIPv4ACL | Verifies the configuration of IPv4 ACLs. | - | NOT RUN | - | -| 2131 | dc2-leaf2c | Security | VerifySpecificIPSecConn | Verifies IPv4 security connections for a peer. | - | NOT RUN | - | +| 2131 | dc2-leaf2c | Security | VerifySpecificIPSecConn | Verifies the IPv4 security connections. | - | NOT RUN | - | | 2132 | dc2-leaf2c | Security | VerifySSHIPv4Acl | Verifies if the SSHD agent has IPv4 ACL(s) configured. | - | NOT RUN | - | | 2133 | dc2-leaf2c | Security | VerifySSHIPv6Acl | Verifies if the SSHD agent has IPv6 ACL(s) configured. | - | NOT RUN | - | | 2134 | dc2-leaf2c | Security | VerifySSHStatus | Verifies if the SSHD agent is disabled in the default VRF. | - | NOT RUN | - | | 2135 | dc2-leaf2c | Security | VerifyTelnetStatus | Verifies if Telnet is disabled in the default VRF. | - | NOT RUN | - | | 2136 | dc2-leaf2c | Services | VerifyDNSLookup | Verifies the DNS name to IP address resolution. | - | NOT RUN | - | -| 2137 | dc2-leaf2c | Services | VerifyDNSServers | Verifies if the DNS servers are correctly configured. | - | NOT RUN | - | +| 2137 | dc2-leaf2c | Services | VerifyDNSServers | Verifies if the DNS (Domain Name Service) servers are correctly configured. | - | NOT RUN | - | | 2138 | dc2-leaf2c | Services | VerifyErrdisableRecovery | Verifies the errdisable recovery reason, status, and interval. | - | NOT RUN | - | | 2139 | dc2-leaf2c | Services | VerifyHostname | Verifies the hostname of a device. | - | NOT RUN | - | | 2140 | dc2-leaf2c | SNMP | VerifySnmpIPv4Acl | Verifies if the SNMP agent has IPv4 ACL(s) configured. | - | NOT RUN | - | @@ -2226,7 +2226,7 @@ | 2142 | dc2-leaf2c | SNMP | VerifySnmpStatus | Verifies if the SNMP agent is enabled. | - | NOT RUN | - | | 2143 | dc2-leaf2c | Software | VerifyEOSVersion | Verifies the EOS version of the device. | - | NOT RUN | - | | 2144 | dc2-leaf2c | Software | VerifyTerminAttrVersion | Verifies the TerminAttr version of the device. | - | NOT RUN | - | -| 2145 | dc2-leaf2c | STUN | VerifyStunClient | Verifies the STUN client is configured with the specified IPv4 source address and port. Validate the public IP and port if provided. | - | NOT RUN | - | +| 2145 | dc2-leaf2c | STUN | VerifyStunClient | (Deprecated) Verifies the translation for a source address on a STUN client. | - | NOT RUN | - | | 2146 | dc2-leaf2c | System | VerifyAgentLogs | Verifies there are no agent crash reports. | - | NOT RUN | - | | 2147 | dc2-leaf2c | System | VerifyCoredump | Verifies there are no core dump files. | - | NOT RUN | - | | 2148 | dc2-leaf2c | System | VerifyCPUUtilization | Verifies whether the CPU utilization is below 75%. | - | NOT RUN | - | @@ -2245,80 +2245,80 @@ | 2161 | dc2-leaf3a.arista.com | AAA | VerifyTacacsServerGroups | Verifies if the provided TACACS server group(s) are configured. | - | NOT RUN | - | | 2162 | dc2-leaf3a.arista.com | AAA | VerifyTacacsServers | Verifies TACACS servers are configured for a specified VRF. | - | NOT RUN | - | | 2163 | dc2-leaf3a.arista.com | AAA | VerifyTacacsSourceIntf | Verifies TACACS source-interface for a specified VRF. | - | NOT RUN | - | -| 2164 | dc2-leaf3a.arista.com | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s). | BGP EVPN Peer: dc2-spine1 (IP: 10.255.128.11) | NOT RUN | - | -| 2165 | dc2-leaf3a.arista.com | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s). | BGP EVPN Peer: dc2-spine2 (IP: 10.255.128.12) | NOT RUN | - | -| 2166 | dc2-leaf3a.arista.com | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s). | BGP IPv4 Unicast Peer: dc2-leaf3b.arista.com (IP: 10.255.129.125) | NOT RUN | - | -| 2167 | dc2-leaf3a.arista.com | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s). | BGP IPv4 Unicast Peer: dc2-spine1 (IP: 10.255.255.120) | NOT RUN | - | -| 2168 | dc2-leaf3a.arista.com | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s). | BGP IPv4 Unicast Peer: dc2-spine2 (IP: 10.255.255.122) | NOT RUN | - | -| 2169 | dc2-leaf3a.arista.com | Configuration | VerifyRunningConfigDiffs | Verifies there is no difference between the running-config and the startup-config | - | NOT RUN | - | -| 2170 | dc2-leaf3a.arista.com | Configuration | VerifyZeroTouch | Verifies ZeroTouch is disabled | - | NOT RUN | - | -| 2171 | dc2-leaf3a.arista.com | Connectivity | VerifyLLDPNeighbors | Verifies that the provided LLDP neighbors are connected properly. | Local: Ethernet1 - Remote: dc2-spine1 Ethernet5 | NOT RUN | - | -| 2172 | dc2-leaf3a.arista.com | Connectivity | VerifyLLDPNeighbors | Verifies that the provided LLDP neighbors are connected properly. | Local: Ethernet15 - Remote: dc2-leaf2b Ethernet2 | NOT RUN | - | -| 2173 | dc2-leaf3a.arista.com | Connectivity | VerifyLLDPNeighbors | Verifies that the provided LLDP neighbors are connected properly. | Local: Ethernet16 - Remote: dc2-leaf3b.arista.com Ethernet16 | NOT RUN | - | -| 2174 | dc2-leaf3a.arista.com | Connectivity | VerifyLLDPNeighbors | Verifies that the provided LLDP neighbors are connected properly. | Local: Ethernet2 - Remote: dc2-spine2 Ethernet5 | NOT RUN | - | -| 2175 | dc2-leaf3a.arista.com | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.17) - Destination: dc1-leaf1a Loopback0 (IP: 10.255.0.3) | NOT RUN | - | -| 2176 | dc2-leaf3a.arista.com | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.17) - Destination: dc1-leaf1b Loopback0 (IP: 10.255.0.4) | NOT RUN | - | -| 2177 | dc2-leaf3a.arista.com | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.17) - Destination: dc1-leaf2a Loopback0 (IP: 10.255.0.5) | NOT RUN | - | -| 2178 | dc2-leaf3a.arista.com | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.17) - Destination: dc1-spine1 Loopback0 (IP: 10.255.0.1) | NOT RUN | - | -| 2179 | dc2-leaf3a.arista.com | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.17) - Destination: dc1-spine2 Loopback0 (IP: 10.255.0.2) | NOT RUN | - | -| 2180 | dc2-leaf3a.arista.com | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.17) - Destination: dc1-svc-leaf1a Loopback0 (IP: 10.33.0.5) | NOT RUN | - | -| 2181 | dc2-leaf3a.arista.com | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.17) - Destination: dc1-svc-leaf1b Loopback0 (IP: 10.33.0.6) | NOT RUN | - | -| 2182 | dc2-leaf3a.arista.com | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.17) - Destination: dc1-wan1 Loopback0 (IP: 10.255.2.1) | NOT RUN | - | -| 2183 | dc2-leaf3a.arista.com | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.17) - Destination: dc1-wan2 Loopback0 (IP: 10.255.2.2) | NOT RUN | - | -| 2184 | dc2-leaf3a.arista.com | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.17) - Destination: dc2-leaf1a Loopback0 (IP: 10.255.128.13) | NOT RUN | - | -| 2185 | dc2-leaf3a.arista.com | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.17) - Destination: dc2-leaf1b Loopback0 (IP: 10.255.128.14) | NOT RUN | - | -| 2186 | dc2-leaf3a.arista.com | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.17) - Destination: dc2-leaf2a Loopback0 (IP: 10.255.128.15) | NOT RUN | - | -| 2187 | dc2-leaf3a.arista.com | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.17) - Destination: dc2-leaf2b Loopback0 (IP: 10.255.128.16) | NOT RUN | - | -| 2188 | dc2-leaf3a.arista.com | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.17) - Destination: dc2-leaf3a.arista.com Loopback0 (IP: 10.255.128.17) | NOT RUN | - | -| 2189 | dc2-leaf3a.arista.com | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.17) - Destination: dc2-leaf3b.arista.com Loopback0 (IP: 10.255.128.18) | NOT RUN | - | -| 2190 | dc2-leaf3a.arista.com | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.17) - Destination: dc2-spine1 Loopback0 (IP: 10.255.128.11) | NOT RUN | - | -| 2191 | dc2-leaf3a.arista.com | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.17) - Destination: dc2-spine2 Loopback0 (IP: 10.255.128.12) | NOT RUN | - | -| 2192 | dc2-leaf3a.arista.com | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: P2P Interface Ethernet1 (IP: 10.255.255.121) - Destination: dc2-spine1 Ethernet5 (IP: 10.255.255.120) | NOT RUN | - | -| 2193 | dc2-leaf3a.arista.com | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: P2P Interface Ethernet15 (IP: 1.1.1.1) - Destination: dc2-leaf2b Ethernet2 (IP: 10.255.255.119) | NOT RUN | - | -| 2194 | dc2-leaf3a.arista.com | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: P2P Interface Ethernet2 (IP: 10.255.255.123) - Destination: dc2-spine2 Ethernet5 (IP: 10.255.255.122) | NOT RUN | - | +| 2164 | dc2-leaf3a.arista.com | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s) for given address families. | BGP EVPN Peer: dc2-spine1 (IP: 10.255.128.11) | NOT RUN | - | +| 2165 | dc2-leaf3a.arista.com | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s) for given address families. | BGP EVPN Peer: dc2-spine2 (IP: 10.255.128.12) | NOT RUN | - | +| 2166 | dc2-leaf3a.arista.com | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s) for given address families. | BGP IPv4 Unicast Peer: dc2-leaf3b.arista.com (IP: 10.255.129.125) | NOT RUN | - | +| 2167 | dc2-leaf3a.arista.com | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s) for given address families. | BGP IPv4 Unicast Peer: dc2-spine1 (IP: 10.255.255.120) | NOT RUN | - | +| 2168 | dc2-leaf3a.arista.com | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s) for given address families. | BGP IPv4 Unicast Peer: dc2-spine2 (IP: 10.255.255.122) | NOT RUN | - | +| 2169 | dc2-leaf3a.arista.com | Configuration | VerifyRunningConfigDiffs | Verifies there is no difference between the running-config and the startup-config. | - | NOT RUN | - | +| 2170 | dc2-leaf3a.arista.com | Configuration | VerifyZeroTouch | Verifies ZeroTouch is disabled. | - | NOT RUN | - | +| 2171 | dc2-leaf3a.arista.com | Connectivity | VerifyLLDPNeighbors | Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors. | Local: Ethernet1 - Remote: dc2-spine1 Ethernet5 | NOT RUN | - | +| 2172 | dc2-leaf3a.arista.com | Connectivity | VerifyLLDPNeighbors | Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors. | Local: Ethernet15 - Remote: dc2-leaf2b Ethernet2 | NOT RUN | - | +| 2173 | dc2-leaf3a.arista.com | Connectivity | VerifyLLDPNeighbors | Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors. | Local: Ethernet16 - Remote: dc2-leaf3b.arista.com Ethernet16 | NOT RUN | - | +| 2174 | dc2-leaf3a.arista.com | Connectivity | VerifyLLDPNeighbors | Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors. | Local: Ethernet2 - Remote: dc2-spine2 Ethernet5 | NOT RUN | - | +| 2175 | dc2-leaf3a.arista.com | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.17) - Destination: dc1-leaf1a Loopback0 (IP: 10.255.0.3) | NOT RUN | - | +| 2176 | dc2-leaf3a.arista.com | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.17) - Destination: dc1-leaf1b Loopback0 (IP: 10.255.0.4) | NOT RUN | - | +| 2177 | dc2-leaf3a.arista.com | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.17) - Destination: dc1-leaf2a Loopback0 (IP: 10.255.0.5) | NOT RUN | - | +| 2178 | dc2-leaf3a.arista.com | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.17) - Destination: dc1-spine1 Loopback0 (IP: 10.255.0.1) | NOT RUN | - | +| 2179 | dc2-leaf3a.arista.com | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.17) - Destination: dc1-spine2 Loopback0 (IP: 10.255.0.2) | NOT RUN | - | +| 2180 | dc2-leaf3a.arista.com | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.17) - Destination: dc1-svc-leaf1a Loopback0 (IP: 10.33.0.5) | NOT RUN | - | +| 2181 | dc2-leaf3a.arista.com | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.17) - Destination: dc1-svc-leaf1b Loopback0 (IP: 10.33.0.6) | NOT RUN | - | +| 2182 | dc2-leaf3a.arista.com | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.17) - Destination: dc1-wan1 Loopback0 (IP: 10.255.2.1) | NOT RUN | - | +| 2183 | dc2-leaf3a.arista.com | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.17) - Destination: dc1-wan2 Loopback0 (IP: 10.255.2.2) | NOT RUN | - | +| 2184 | dc2-leaf3a.arista.com | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.17) - Destination: dc2-leaf1a Loopback0 (IP: 10.255.128.13) | NOT RUN | - | +| 2185 | dc2-leaf3a.arista.com | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.17) - Destination: dc2-leaf1b Loopback0 (IP: 10.255.128.14) | NOT RUN | - | +| 2186 | dc2-leaf3a.arista.com | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.17) - Destination: dc2-leaf2a Loopback0 (IP: 10.255.128.15) | NOT RUN | - | +| 2187 | dc2-leaf3a.arista.com | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.17) - Destination: dc2-leaf2b Loopback0 (IP: 10.255.128.16) | NOT RUN | - | +| 2188 | dc2-leaf3a.arista.com | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.17) - Destination: dc2-leaf3a.arista.com Loopback0 (IP: 10.255.128.17) | NOT RUN | - | +| 2189 | dc2-leaf3a.arista.com | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.17) - Destination: dc2-leaf3b.arista.com Loopback0 (IP: 10.255.128.18) | NOT RUN | - | +| 2190 | dc2-leaf3a.arista.com | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.17) - Destination: dc2-spine1 Loopback0 (IP: 10.255.128.11) | NOT RUN | - | +| 2191 | dc2-leaf3a.arista.com | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.17) - Destination: dc2-spine2 Loopback0 (IP: 10.255.128.12) | NOT RUN | - | +| 2192 | dc2-leaf3a.arista.com | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: P2P Interface Ethernet1 (IP: 10.255.255.121) - Destination: dc2-spine1 Ethernet5 (IP: 10.255.255.120) | NOT RUN | - | +| 2193 | dc2-leaf3a.arista.com | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: P2P Interface Ethernet15 (IP: 1.1.1.1) - Destination: dc2-leaf2b Ethernet2 (IP: 10.255.255.119) | NOT RUN | - | +| 2194 | dc2-leaf3a.arista.com | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: P2P Interface Ethernet2 (IP: 10.255.255.123) - Destination: dc2-spine2 Ethernet5 (IP: 10.255.255.122) | NOT RUN | - | | 2195 | dc2-leaf3a.arista.com | Field Notices | VerifyFieldNotice44Resolution | Verifies that the device is using the correct Aboot version per FN0044. | - | NOT RUN | - | | 2196 | dc2-leaf3a.arista.com | Field Notices | VerifyFieldNotice72Resolution | Verifies if the device is exposed to FN0072, and if the issue has been mitigated. | - | NOT RUN | - | -| 2197 | dc2-leaf3a.arista.com | Greent | VerifyGreenT | Verifies if a GreenT policy is created. | - | NOT RUN | - | +| 2197 | dc2-leaf3a.arista.com | Greent | VerifyGreenT | Verifies if a GreenT policy other than the default is created. | - | NOT RUN | - | | 2198 | dc2-leaf3a.arista.com | Greent | VerifyGreenTCounters | Verifies if the GreenT counters are incremented. | - | NOT RUN | - | | 2199 | dc2-leaf3a.arista.com | Hardware | VerifyAdverseDrops | Verifies there are no adverse drops on DCS-7280 and DCS-7500 family switches. | - | NOT RUN | - | | 2200 | dc2-leaf3a.arista.com | Hardware | VerifyEnvironmentCooling | Verifies the status of power supply fans and all fan trays. | - | NOT RUN | - | | 2201 | dc2-leaf3a.arista.com | Hardware | VerifyEnvironmentCooling | Verifies the status of power supply fans and all fan trays. | Accepted States: 'ok' | NOT RUN | - | | 2202 | dc2-leaf3a.arista.com | Hardware | VerifyEnvironmentPower | Verifies the power supplies status. | - | NOT RUN | - | | 2203 | dc2-leaf3a.arista.com | Hardware | VerifyEnvironmentPower | Verifies the power supplies status. | Accepted States: 'ok' | NOT RUN | - | -| 2204 | dc2-leaf3a.arista.com | Hardware | VerifyEnvironmentSystemCooling | Verifies the system cooling status. | - | NOT RUN | - | -| 2205 | dc2-leaf3a.arista.com | Hardware | VerifyTemperature | Verifies the device temperature. | - | NOT RUN | - | -| 2206 | dc2-leaf3a.arista.com | Hardware | VerifyTemperature | Verifies the device temperature. | - | NOT RUN | - | -| 2207 | dc2-leaf3a.arista.com | Hardware | VerifyTransceiversManufacturers | Verifies if all transceivers come from approved manufacturers. | - | NOT RUN | - | -| 2208 | dc2-leaf3a.arista.com | Hardware | VerifyTransceiversManufacturers | Verifies if all transceivers come from approved manufacturers. | Accepted Manufacturers: 'Arista Networks', 'Arastra, Inc.', 'Not Present' | NOT RUN | - | -| 2209 | dc2-leaf3a.arista.com | Hardware | VerifyTransceiversTemperature | Verifies the transceivers temperature. | - | NOT RUN | - | -| 2210 | dc2-leaf3a.arista.com | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet1 - P2P_dc2-spine1_Ethernet5 = 'up' | NOT RUN | - | -| 2211 | dc2-leaf3a.arista.com | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet11 - dc2-leaf3-fw1_e1 = 'up' | NOT RUN | - | -| 2212 | dc2-leaf3a.arista.com | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet12 - Test_mode_and_vlans = 'up' | NOT RUN | - | -| 2213 | dc2-leaf3a.arista.com | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet13 - Test_native_vlan_and_trunk_groups = 'up' | NOT RUN | - | -| 2214 | dc2-leaf3a.arista.com | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet14 - Test_phone = 'up' | NOT RUN | - | -| 2215 | dc2-leaf3a.arista.com | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet15 - Test_type_routed = 'up' | NOT RUN | - | -| 2216 | dc2-leaf3a.arista.com | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet16 - Test_dhcp_interface_connectivity = 'up' | NOT RUN | - | -| 2217 | dc2-leaf3a.arista.com | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet2 - P2P_dc2-spine2_Ethernet5 = 'up' | NOT RUN | - | -| 2218 | dc2-leaf3a.arista.com | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet4 - MLAG_dc2-leaf3b.arista.com_Ethernet4 = 'up' | NOT RUN | - | -| 2219 | dc2-leaf3a.arista.com | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Loopback0 - ROUTER_ID = 'up' | NOT RUN | - | -| 2220 | dc2-leaf3a.arista.com | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Loopback1 - VXLAN_TUNNEL_SOURCE = 'up' | NOT RUN | - | -| 2221 | dc2-leaf3a.arista.com | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Loopback10 - DIAG_VRF_VRF10 = 'up' | NOT RUN | - | -| 2222 | dc2-leaf3a.arista.com | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Loopback11 - DIAG_VRF_VRF11 = 'up' | NOT RUN | - | -| 2223 | dc2-leaf3a.arista.com | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Port-Channel11 - dc2-leaf3-fw1_PortChannel = 'up' | NOT RUN | - | -| 2224 | dc2-leaf3a.arista.com | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Port-Channel12 - Test_mode_and_vlans = 'up' | NOT RUN | - | -| 2225 | dc2-leaf3a.arista.com | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Port-Channel13 - Test_native_vlan_and_trunk_groups = 'up' | NOT RUN | - | -| 2226 | dc2-leaf3a.arista.com | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Port-Channel14 - Test_phone = 'up' | NOT RUN | - | -| 2227 | dc2-leaf3a.arista.com | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Port-Channel15 - Test_type_routed = 'up' | NOT RUN | - | -| 2228 | dc2-leaf3a.arista.com | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Port-Channel3 - MLAG_dc2-leaf3b.arista.com_Port-Channel3 = 'up' | NOT RUN | - | -| 2229 | dc2-leaf3a.arista.com | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Vlan11 - VRF10_VLAN11 = 'up' | NOT RUN | - | -| 2230 | dc2-leaf3a.arista.com | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Vlan12 - VRF10_VLAN12 = 'up' | NOT RUN | - | -| 2231 | dc2-leaf3a.arista.com | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Vlan21 - VRF11_VLAN21 = 'up' | NOT RUN | - | -| 2232 | dc2-leaf3a.arista.com | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Vlan22 - VRF11_VLAN22 = 'up' | NOT RUN | - | -| 2233 | dc2-leaf3a.arista.com | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Vlan3009 - MLAG_L3_VRF_VRF10 = 'up' | NOT RUN | - | -| 2234 | dc2-leaf3a.arista.com | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Vlan3010 - MLAG_L3_VRF_VRF11 = 'up' | NOT RUN | - | -| 2235 | dc2-leaf3a.arista.com | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Vlan4093 - MLAG_L3 = 'up' | NOT RUN | - | -| 2236 | dc2-leaf3a.arista.com | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Vlan4094 - MLAG = 'up' | NOT RUN | - | -| 2237 | dc2-leaf3a.arista.com | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Vxlan1 = 'up' | NOT RUN | - | +| 2204 | dc2-leaf3a.arista.com | Hardware | VerifyEnvironmentSystemCooling | Verifies the device's system cooling status. | - | NOT RUN | - | +| 2205 | dc2-leaf3a.arista.com | Hardware | VerifyTemperature | Verifies if the device temperature is within acceptable limits. | - | NOT RUN | - | +| 2206 | dc2-leaf3a.arista.com | Hardware | VerifyTemperature | Verifies if the device temperature is within acceptable limits. | - | NOT RUN | - | +| 2207 | dc2-leaf3a.arista.com | Hardware | VerifyTransceiversManufacturers | Verifies if all the transceivers come from approved manufacturers. | - | NOT RUN | - | +| 2208 | dc2-leaf3a.arista.com | Hardware | VerifyTransceiversManufacturers | Verifies if all the transceivers come from approved manufacturers. | Accepted Manufacturers: 'Arista Networks', 'Arastra, Inc.', 'Not Present' | NOT RUN | - | +| 2209 | dc2-leaf3a.arista.com | Hardware | VerifyTransceiversTemperature | Verifies if all the transceivers are operating at an acceptable temperature. | - | NOT RUN | - | +| 2210 | dc2-leaf3a.arista.com | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Ethernet1 - P2P_dc2-spine1_Ethernet5 = 'up' | NOT RUN | - | +| 2211 | dc2-leaf3a.arista.com | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Ethernet11 - dc2-leaf3-fw1_e1 = 'up' | NOT RUN | - | +| 2212 | dc2-leaf3a.arista.com | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Ethernet12 - Test_mode_and_vlans = 'up' | NOT RUN | - | +| 2213 | dc2-leaf3a.arista.com | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Ethernet13 - Test_native_vlan_and_trunk_groups = 'up' | NOT RUN | - | +| 2214 | dc2-leaf3a.arista.com | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Ethernet14 - Test_phone = 'up' | NOT RUN | - | +| 2215 | dc2-leaf3a.arista.com | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Ethernet15 - Test_type_routed = 'up' | NOT RUN | - | +| 2216 | dc2-leaf3a.arista.com | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Ethernet16 - Test_dhcp_interface_connectivity = 'up' | NOT RUN | - | +| 2217 | dc2-leaf3a.arista.com | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Ethernet2 - P2P_dc2-spine2_Ethernet5 = 'up' | NOT RUN | - | +| 2218 | dc2-leaf3a.arista.com | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Ethernet4 - MLAG_dc2-leaf3b.arista.com_Ethernet4 = 'up' | NOT RUN | - | +| 2219 | dc2-leaf3a.arista.com | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Loopback0 - ROUTER_ID = 'up' | NOT RUN | - | +| 2220 | dc2-leaf3a.arista.com | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Loopback1 - VXLAN_TUNNEL_SOURCE = 'up' | NOT RUN | - | +| 2221 | dc2-leaf3a.arista.com | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Loopback10 - DIAG_VRF_VRF10 = 'up' | NOT RUN | - | +| 2222 | dc2-leaf3a.arista.com | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Loopback11 - DIAG_VRF_VRF11 = 'up' | NOT RUN | - | +| 2223 | dc2-leaf3a.arista.com | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Port-Channel11 - dc2-leaf3-fw1_PortChannel = 'up' | NOT RUN | - | +| 2224 | dc2-leaf3a.arista.com | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Port-Channel12 - Test_mode_and_vlans = 'up' | NOT RUN | - | +| 2225 | dc2-leaf3a.arista.com | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Port-Channel13 - Test_native_vlan_and_trunk_groups = 'up' | NOT RUN | - | +| 2226 | dc2-leaf3a.arista.com | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Port-Channel14 - Test_phone = 'up' | NOT RUN | - | +| 2227 | dc2-leaf3a.arista.com | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Port-Channel15 - Test_type_routed = 'up' | NOT RUN | - | +| 2228 | dc2-leaf3a.arista.com | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Port-Channel3 - MLAG_dc2-leaf3b.arista.com_Port-Channel3 = 'up' | NOT RUN | - | +| 2229 | dc2-leaf3a.arista.com | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Vlan11 - VRF10_VLAN11 = 'up' | NOT RUN | - | +| 2230 | dc2-leaf3a.arista.com | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Vlan12 - VRF10_VLAN12 = 'up' | NOT RUN | - | +| 2231 | dc2-leaf3a.arista.com | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Vlan21 - VRF11_VLAN21 = 'up' | NOT RUN | - | +| 2232 | dc2-leaf3a.arista.com | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Vlan22 - VRF11_VLAN22 = 'up' | NOT RUN | - | +| 2233 | dc2-leaf3a.arista.com | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Vlan3009 - MLAG_L3_VRF_VRF10 = 'up' | NOT RUN | - | +| 2234 | dc2-leaf3a.arista.com | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Vlan3010 - MLAG_L3_VRF_VRF11 = 'up' | NOT RUN | - | +| 2235 | dc2-leaf3a.arista.com | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Vlan4093 - MLAG_L3 = 'up' | NOT RUN | - | +| 2236 | dc2-leaf3a.arista.com | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Vlan4094 - MLAG = 'up' | NOT RUN | - | +| 2237 | dc2-leaf3a.arista.com | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Vxlan1 = 'up' | NOT RUN | - | | 2238 | dc2-leaf3a.arista.com | LANZ | VerifyLANZ | Verifies if LANZ is enabled. | - | NOT RUN | - | | 2239 | dc2-leaf3a.arista.com | Logging | VerifyLoggingAccounting | Verifies if AAA accounting logs are generated. | - | NOT RUN | - | | 2240 | dc2-leaf3a.arista.com | Logging | VerifyLoggingErrors | Verifies there are no syslog messages with a severity of ERRORS or higher. | - | NOT RUN | - | @@ -2331,10 +2331,10 @@ | 2247 | dc2-leaf3a.arista.com | MLAG | VerifyMlagConfigSanity | Verifies there are no MLAG config-sanity inconsistencies. | - | NOT RUN | - | | 2248 | dc2-leaf3a.arista.com | MLAG | VerifyMlagDualPrimary | Verifies the MLAG dual-primary detection parameters. | - | NOT RUN | - | | 2249 | dc2-leaf3a.arista.com | MLAG | VerifyMlagInterfaces | Verifies there are no inactive or active-partial MLAG ports. | - | NOT RUN | - | -| 2250 | dc2-leaf3a.arista.com | MLAG | VerifyMlagReloadDelay | Verifies the MLAG reload-delay parameters. | - | NOT RUN | - | +| 2250 | dc2-leaf3a.arista.com | MLAG | VerifyMlagReloadDelay | Verifies the reload-delay parameters of the MLAG configuration. | - | NOT RUN | - | | 2251 | dc2-leaf3a.arista.com | MLAG | VerifyMlagStatus | Verifies the health status of the MLAG configuration. | - | NOT RUN | - | | 2252 | dc2-leaf3a.arista.com | MLAG | VerifyMlagStatus | Verifies the health status of the MLAG configuration. | - | NOT RUN | - | -| 2253 | dc2-leaf3a.arista.com | Multicast | VerifyIGMPSnoopingGlobal | Verifies the IGMP snooping global configuration. | - | NOT RUN | - | +| 2253 | dc2-leaf3a.arista.com | Multicast | VerifyIGMPSnoopingGlobal | Verifies the IGMP snooping global status. | - | NOT RUN | - | | 2254 | dc2-leaf3a.arista.com | Multicast | VerifyIGMPSnoopingVlans | Verifies the IGMP snooping status for the provided VLANs. | - | NOT RUN | - | | 2255 | dc2-leaf3a.arista.com | PTP | VerifyPtpGMStatus | Verifies that the device is locked to a valid PTP Grandmaster. | - | NOT RUN | - | | 2256 | dc2-leaf3a.arista.com | PTP | VerifyPtpLockStatus | Verifies that the device was locked to the upstream PTP GM in the last minute. | - | NOT RUN | - | @@ -2375,13 +2375,13 @@ | 2291 | dc2-leaf3a.arista.com | Security | VerifyBannerMotd | Verifies the motd banner of a device. | - | NOT RUN | - | | 2292 | dc2-leaf3a.arista.com | Security | VerifyIPSecConnHealth | Verifies all IPv4 security connections. | - | NOT RUN | - | | 2293 | dc2-leaf3a.arista.com | Security | VerifyIPv4ACL | Verifies the configuration of IPv4 ACLs. | - | NOT RUN | - | -| 2294 | dc2-leaf3a.arista.com | Security | VerifySpecificIPSecConn | Verifies IPv4 security connections for a peer. | - | NOT RUN | - | +| 2294 | dc2-leaf3a.arista.com | Security | VerifySpecificIPSecConn | Verifies the IPv4 security connections. | - | NOT RUN | - | | 2295 | dc2-leaf3a.arista.com | Security | VerifySSHIPv4Acl | Verifies if the SSHD agent has IPv4 ACL(s) configured. | - | NOT RUN | - | | 2296 | dc2-leaf3a.arista.com | Security | VerifySSHIPv6Acl | Verifies if the SSHD agent has IPv6 ACL(s) configured. | - | NOT RUN | - | | 2297 | dc2-leaf3a.arista.com | Security | VerifySSHStatus | Verifies if the SSHD agent is disabled in the default VRF. | - | NOT RUN | - | | 2298 | dc2-leaf3a.arista.com | Security | VerifyTelnetStatus | Verifies if Telnet is disabled in the default VRF. | - | NOT RUN | - | | 2299 | dc2-leaf3a.arista.com | Services | VerifyDNSLookup | Verifies the DNS name to IP address resolution. | - | NOT RUN | - | -| 2300 | dc2-leaf3a.arista.com | Services | VerifyDNSServers | Verifies if the DNS servers are correctly configured. | - | NOT RUN | - | +| 2300 | dc2-leaf3a.arista.com | Services | VerifyDNSServers | Verifies if the DNS (Domain Name Service) servers are correctly configured. | - | NOT RUN | - | | 2301 | dc2-leaf3a.arista.com | Services | VerifyErrdisableRecovery | Verifies the errdisable recovery reason, status, and interval. | - | NOT RUN | - | | 2302 | dc2-leaf3a.arista.com | Services | VerifyHostname | Verifies the hostname of a device. | - | NOT RUN | - | | 2303 | dc2-leaf3a.arista.com | SNMP | VerifySnmpIPv4Acl | Verifies if the SNMP agent has IPv4 ACL(s) configured. | - | NOT RUN | - | @@ -2394,7 +2394,7 @@ | 2310 | dc2-leaf3a.arista.com | STP | VerifySTPForwardingPorts | Verifies that all interfaces are forwarding for a provided list of VLAN(s). | - | NOT RUN | - | | 2311 | dc2-leaf3a.arista.com | STP | VerifySTPMode | Verifies the configured STP mode for a provided list of VLAN(s). | - | NOT RUN | - | | 2312 | dc2-leaf3a.arista.com | STP | VerifySTPRootPriority | Verifies the STP root priority for a provided list of VLAN or MST instance ID(s). | - | NOT RUN | - | -| 2313 | dc2-leaf3a.arista.com | STUN | VerifyStunClient | Verifies the STUN client is configured with the specified IPv4 source address and port. Validate the public IP and port if provided. | - | NOT RUN | - | +| 2313 | dc2-leaf3a.arista.com | STUN | VerifyStunClient | (Deprecated) Verifies the translation for a source address on a STUN client. | - | NOT RUN | - | | 2314 | dc2-leaf3a.arista.com | System | VerifyAgentLogs | Verifies there are no agent crash reports. | - | NOT RUN | - | | 2315 | dc2-leaf3a.arista.com | System | VerifyCoredump | Verifies there are no core dump files. | - | NOT RUN | - | | 2316 | dc2-leaf3a.arista.com | System | VerifyCPUUtilization | Verifies whether the CPU utilization is below 75%. | - | NOT RUN | - | @@ -2413,72 +2413,72 @@ | 2329 | dc2-leaf3b.arista.com | AAA | VerifyTacacsServerGroups | Verifies if the provided TACACS server group(s) are configured. | - | NOT RUN | - | | 2330 | dc2-leaf3b.arista.com | AAA | VerifyTacacsServers | Verifies TACACS servers are configured for a specified VRF. | - | NOT RUN | - | | 2331 | dc2-leaf3b.arista.com | AAA | VerifyTacacsSourceIntf | Verifies TACACS source-interface for a specified VRF. | - | NOT RUN | - | -| 2332 | dc2-leaf3b.arista.com | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s). | BGP EVPN Peer: dc2-spine1 (IP: 10.255.128.11) | NOT RUN | - | -| 2333 | dc2-leaf3b.arista.com | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s). | BGP EVPN Peer: dc2-spine2 (IP: 10.255.128.12) | NOT RUN | - | -| 2334 | dc2-leaf3b.arista.com | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s). | BGP IPv4 Unicast Peer: dc2-leaf3a.arista.com (IP: 10.255.129.124) | NOT RUN | - | -| 2335 | dc2-leaf3b.arista.com | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s). | BGP IPv4 Unicast Peer: dc2-spine1 (IP: 10.255.255.124) | NOT RUN | - | -| 2336 | dc2-leaf3b.arista.com | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s). | BGP IPv4 Unicast Peer: dc2-spine2 (IP: 10.255.255.126) | NOT RUN | - | -| 2337 | dc2-leaf3b.arista.com | Configuration | VerifyRunningConfigDiffs | Verifies there is no difference between the running-config and the startup-config | - | NOT RUN | - | -| 2338 | dc2-leaf3b.arista.com | Configuration | VerifyZeroTouch | Verifies ZeroTouch is disabled | - | NOT RUN | - | -| 2339 | dc2-leaf3b.arista.com | Connectivity | VerifyLLDPNeighbors | Verifies that the provided LLDP neighbors are connected properly. | Local: Ethernet1 - Remote: dc2-spine1 Ethernet6 | NOT RUN | - | -| 2340 | dc2-leaf3b.arista.com | Connectivity | VerifyLLDPNeighbors | Verifies that the provided LLDP neighbors are connected properly. | Local: Ethernet2 - Remote: dc2-spine2 Ethernet6 | NOT RUN | - | -| 2341 | dc2-leaf3b.arista.com | Connectivity | VerifyLLDPNeighbors | Verifies that the provided LLDP neighbors are connected properly. | Local: Ethernet3 - Remote: dc2-leaf3a.arista.com Ethernet3 | NOT RUN | - | -| 2342 | dc2-leaf3b.arista.com | Connectivity | VerifyLLDPNeighbors | Verifies that the provided LLDP neighbors are connected properly. | Local: Ethernet4 - Remote: dc2-leaf3a.arista.com Ethernet4 | NOT RUN | - | -| 2343 | dc2-leaf3b.arista.com | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.18) - Destination: dc1-leaf1a Loopback0 (IP: 10.255.0.3) | NOT RUN | - | -| 2344 | dc2-leaf3b.arista.com | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.18) - Destination: dc1-leaf1b Loopback0 (IP: 10.255.0.4) | NOT RUN | - | -| 2345 | dc2-leaf3b.arista.com | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.18) - Destination: dc1-leaf2a Loopback0 (IP: 10.255.0.5) | NOT RUN | - | -| 2346 | dc2-leaf3b.arista.com | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.18) - Destination: dc1-spine1 Loopback0 (IP: 10.255.0.1) | NOT RUN | - | -| 2347 | dc2-leaf3b.arista.com | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.18) - Destination: dc1-spine2 Loopback0 (IP: 10.255.0.2) | NOT RUN | - | -| 2348 | dc2-leaf3b.arista.com | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.18) - Destination: dc1-svc-leaf1a Loopback0 (IP: 10.33.0.5) | NOT RUN | - | -| 2349 | dc2-leaf3b.arista.com | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.18) - Destination: dc1-svc-leaf1b Loopback0 (IP: 10.33.0.6) | NOT RUN | - | -| 2350 | dc2-leaf3b.arista.com | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.18) - Destination: dc1-wan1 Loopback0 (IP: 10.255.2.1) | NOT RUN | - | -| 2351 | dc2-leaf3b.arista.com | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.18) - Destination: dc1-wan2 Loopback0 (IP: 10.255.2.2) | NOT RUN | - | -| 2352 | dc2-leaf3b.arista.com | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.18) - Destination: dc2-leaf1a Loopback0 (IP: 10.255.128.13) | NOT RUN | - | -| 2353 | dc2-leaf3b.arista.com | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.18) - Destination: dc2-leaf1b Loopback0 (IP: 10.255.128.14) | NOT RUN | - | -| 2354 | dc2-leaf3b.arista.com | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.18) - Destination: dc2-leaf2a Loopback0 (IP: 10.255.128.15) | NOT RUN | - | -| 2355 | dc2-leaf3b.arista.com | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.18) - Destination: dc2-leaf2b Loopback0 (IP: 10.255.128.16) | NOT RUN | - | -| 2356 | dc2-leaf3b.arista.com | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.18) - Destination: dc2-leaf3a.arista.com Loopback0 (IP: 10.255.128.17) | NOT RUN | - | -| 2357 | dc2-leaf3b.arista.com | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.18) - Destination: dc2-leaf3b.arista.com Loopback0 (IP: 10.255.128.18) | NOT RUN | - | -| 2358 | dc2-leaf3b.arista.com | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.18) - Destination: dc2-spine1 Loopback0 (IP: 10.255.128.11) | NOT RUN | - | -| 2359 | dc2-leaf3b.arista.com | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.18) - Destination: dc2-spine2 Loopback0 (IP: 10.255.128.12) | NOT RUN | - | -| 2360 | dc2-leaf3b.arista.com | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: P2P Interface Ethernet1 (IP: 10.255.255.125) - Destination: dc2-spine1 Ethernet6 (IP: 10.255.255.124) | NOT RUN | - | -| 2361 | dc2-leaf3b.arista.com | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: P2P Interface Ethernet2 (IP: 10.255.255.127) - Destination: dc2-spine2 Ethernet6 (IP: 10.255.255.126) | NOT RUN | - | +| 2332 | dc2-leaf3b.arista.com | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s) for given address families. | BGP EVPN Peer: dc2-spine1 (IP: 10.255.128.11) | NOT RUN | - | +| 2333 | dc2-leaf3b.arista.com | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s) for given address families. | BGP EVPN Peer: dc2-spine2 (IP: 10.255.128.12) | NOT RUN | - | +| 2334 | dc2-leaf3b.arista.com | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s) for given address families. | BGP IPv4 Unicast Peer: dc2-leaf3a.arista.com (IP: 10.255.129.124) | NOT RUN | - | +| 2335 | dc2-leaf3b.arista.com | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s) for given address families. | BGP IPv4 Unicast Peer: dc2-spine1 (IP: 10.255.255.124) | NOT RUN | - | +| 2336 | dc2-leaf3b.arista.com | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s) for given address families. | BGP IPv4 Unicast Peer: dc2-spine2 (IP: 10.255.255.126) | NOT RUN | - | +| 2337 | dc2-leaf3b.arista.com | Configuration | VerifyRunningConfigDiffs | Verifies there is no difference between the running-config and the startup-config. | - | NOT RUN | - | +| 2338 | dc2-leaf3b.arista.com | Configuration | VerifyZeroTouch | Verifies ZeroTouch is disabled. | - | NOT RUN | - | +| 2339 | dc2-leaf3b.arista.com | Connectivity | VerifyLLDPNeighbors | Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors. | Local: Ethernet1 - Remote: dc2-spine1 Ethernet6 | NOT RUN | - | +| 2340 | dc2-leaf3b.arista.com | Connectivity | VerifyLLDPNeighbors | Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors. | Local: Ethernet2 - Remote: dc2-spine2 Ethernet6 | NOT RUN | - | +| 2341 | dc2-leaf3b.arista.com | Connectivity | VerifyLLDPNeighbors | Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors. | Local: Ethernet3 - Remote: dc2-leaf3a.arista.com Ethernet3 | NOT RUN | - | +| 2342 | dc2-leaf3b.arista.com | Connectivity | VerifyLLDPNeighbors | Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors. | Local: Ethernet4 - Remote: dc2-leaf3a.arista.com Ethernet4 | NOT RUN | - | +| 2343 | dc2-leaf3b.arista.com | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.18) - Destination: dc1-leaf1a Loopback0 (IP: 10.255.0.3) | NOT RUN | - | +| 2344 | dc2-leaf3b.arista.com | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.18) - Destination: dc1-leaf1b Loopback0 (IP: 10.255.0.4) | NOT RUN | - | +| 2345 | dc2-leaf3b.arista.com | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.18) - Destination: dc1-leaf2a Loopback0 (IP: 10.255.0.5) | NOT RUN | - | +| 2346 | dc2-leaf3b.arista.com | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.18) - Destination: dc1-spine1 Loopback0 (IP: 10.255.0.1) | NOT RUN | - | +| 2347 | dc2-leaf3b.arista.com | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.18) - Destination: dc1-spine2 Loopback0 (IP: 10.255.0.2) | NOT RUN | - | +| 2348 | dc2-leaf3b.arista.com | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.18) - Destination: dc1-svc-leaf1a Loopback0 (IP: 10.33.0.5) | NOT RUN | - | +| 2349 | dc2-leaf3b.arista.com | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.18) - Destination: dc1-svc-leaf1b Loopback0 (IP: 10.33.0.6) | NOT RUN | - | +| 2350 | dc2-leaf3b.arista.com | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.18) - Destination: dc1-wan1 Loopback0 (IP: 10.255.2.1) | NOT RUN | - | +| 2351 | dc2-leaf3b.arista.com | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.18) - Destination: dc1-wan2 Loopback0 (IP: 10.255.2.2) | NOT RUN | - | +| 2352 | dc2-leaf3b.arista.com | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.18) - Destination: dc2-leaf1a Loopback0 (IP: 10.255.128.13) | NOT RUN | - | +| 2353 | dc2-leaf3b.arista.com | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.18) - Destination: dc2-leaf1b Loopback0 (IP: 10.255.128.14) | NOT RUN | - | +| 2354 | dc2-leaf3b.arista.com | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.18) - Destination: dc2-leaf2a Loopback0 (IP: 10.255.128.15) | NOT RUN | - | +| 2355 | dc2-leaf3b.arista.com | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.18) - Destination: dc2-leaf2b Loopback0 (IP: 10.255.128.16) | NOT RUN | - | +| 2356 | dc2-leaf3b.arista.com | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.18) - Destination: dc2-leaf3a.arista.com Loopback0 (IP: 10.255.128.17) | NOT RUN | - | +| 2357 | dc2-leaf3b.arista.com | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.18) - Destination: dc2-leaf3b.arista.com Loopback0 (IP: 10.255.128.18) | NOT RUN | - | +| 2358 | dc2-leaf3b.arista.com | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.18) - Destination: dc2-spine1 Loopback0 (IP: 10.255.128.11) | NOT RUN | - | +| 2359 | dc2-leaf3b.arista.com | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: Loopback0 (IP: 10.255.128.18) - Destination: dc2-spine2 Loopback0 (IP: 10.255.128.12) | NOT RUN | - | +| 2360 | dc2-leaf3b.arista.com | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: P2P Interface Ethernet1 (IP: 10.255.255.125) - Destination: dc2-spine1 Ethernet6 (IP: 10.255.255.124) | NOT RUN | - | +| 2361 | dc2-leaf3b.arista.com | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: P2P Interface Ethernet2 (IP: 10.255.255.127) - Destination: dc2-spine2 Ethernet6 (IP: 10.255.255.126) | NOT RUN | - | | 2362 | dc2-leaf3b.arista.com | Field Notices | VerifyFieldNotice44Resolution | Verifies that the device is using the correct Aboot version per FN0044. | - | NOT RUN | - | | 2363 | dc2-leaf3b.arista.com | Field Notices | VerifyFieldNotice72Resolution | Verifies if the device is exposed to FN0072, and if the issue has been mitigated. | - | NOT RUN | - | -| 2364 | dc2-leaf3b.arista.com | Greent | VerifyGreenT | Verifies if a GreenT policy is created. | - | NOT RUN | - | +| 2364 | dc2-leaf3b.arista.com | Greent | VerifyGreenT | Verifies if a GreenT policy other than the default is created. | - | NOT RUN | - | | 2365 | dc2-leaf3b.arista.com | Greent | VerifyGreenTCounters | Verifies if the GreenT counters are incremented. | - | NOT RUN | - | | 2366 | dc2-leaf3b.arista.com | Hardware | VerifyAdverseDrops | Verifies there are no adverse drops on DCS-7280 and DCS-7500 family switches. | - | NOT RUN | - | | 2367 | dc2-leaf3b.arista.com | Hardware | VerifyEnvironmentCooling | Verifies the status of power supply fans and all fan trays. | - | NOT RUN | - | | 2368 | dc2-leaf3b.arista.com | Hardware | VerifyEnvironmentCooling | Verifies the status of power supply fans and all fan trays. | Accepted States: 'ok' | NOT RUN | - | | 2369 | dc2-leaf3b.arista.com | Hardware | VerifyEnvironmentPower | Verifies the power supplies status. | - | NOT RUN | - | | 2370 | dc2-leaf3b.arista.com | Hardware | VerifyEnvironmentPower | Verifies the power supplies status. | Accepted States: 'ok' | NOT RUN | - | -| 2371 | dc2-leaf3b.arista.com | Hardware | VerifyEnvironmentSystemCooling | Verifies the system cooling status. | - | NOT RUN | - | -| 2372 | dc2-leaf3b.arista.com | Hardware | VerifyTemperature | Verifies the device temperature. | - | NOT RUN | - | -| 2373 | dc2-leaf3b.arista.com | Hardware | VerifyTemperature | Verifies the device temperature. | - | NOT RUN | - | -| 2374 | dc2-leaf3b.arista.com | Hardware | VerifyTransceiversManufacturers | Verifies if all transceivers come from approved manufacturers. | - | NOT RUN | - | -| 2375 | dc2-leaf3b.arista.com | Hardware | VerifyTransceiversManufacturers | Verifies if all transceivers come from approved manufacturers. | Accepted Manufacturers: 'Arista Networks', 'Arastra, Inc.', 'Not Present' | NOT RUN | - | -| 2376 | dc2-leaf3b.arista.com | Hardware | VerifyTransceiversTemperature | Verifies the transceivers temperature. | - | NOT RUN | - | -| 2377 | dc2-leaf3b.arista.com | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet1 - P2P_dc2-spine1_Ethernet6 = 'up' | NOT RUN | - | -| 2378 | dc2-leaf3b.arista.com | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet11 - dc2-leaf3-fw1_e1 = 'adminDown' | NOT RUN | - | -| 2379 | dc2-leaf3b.arista.com | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet16 - Test_dhcp_interface_connectivity = 'adminDown' | NOT RUN | - | -| 2380 | dc2-leaf3b.arista.com | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet2 - P2P_dc2-spine2_Ethernet6 = 'up' | NOT RUN | - | -| 2381 | dc2-leaf3b.arista.com | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet3 - MLAG_dc2-leaf3a.arista.com_Ethernet3 = 'up' | NOT RUN | - | -| 2382 | dc2-leaf3b.arista.com | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet4 - MLAG_dc2-leaf3a.arista.com_Ethernet4 = 'up' | NOT RUN | - | -| 2383 | dc2-leaf3b.arista.com | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Loopback0 - ROUTER_ID = 'up' | NOT RUN | - | -| 2384 | dc2-leaf3b.arista.com | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Loopback1 - VXLAN_TUNNEL_SOURCE = 'up' | NOT RUN | - | -| 2385 | dc2-leaf3b.arista.com | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Loopback10 - DIAG_VRF_VRF10 = 'up' | NOT RUN | - | -| 2386 | dc2-leaf3b.arista.com | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Loopback11 - DIAG_VRF_VRF11 = 'up' | NOT RUN | - | -| 2387 | dc2-leaf3b.arista.com | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Port-Channel11 - dc2-leaf3-fw1_PortChannel = 'up' | NOT RUN | - | -| 2388 | dc2-leaf3b.arista.com | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Port-Channel3 - MLAG_dc2-leaf3a.arista.com_Port-Channel3 = 'up' | NOT RUN | - | -| 2389 | dc2-leaf3b.arista.com | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Vlan11 - VRF10_VLAN11 = 'up' | NOT RUN | - | -| 2390 | dc2-leaf3b.arista.com | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Vlan12 - VRF10_VLAN12 = 'up' | NOT RUN | - | -| 2391 | dc2-leaf3b.arista.com | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Vlan21 - VRF11_VLAN21 = 'up' | NOT RUN | - | -| 2392 | dc2-leaf3b.arista.com | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Vlan22 - VRF11_VLAN22 = 'up' | NOT RUN | - | -| 2393 | dc2-leaf3b.arista.com | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Vlan3009 - MLAG_L3_VRF_VRF10 = 'up' | NOT RUN | - | -| 2394 | dc2-leaf3b.arista.com | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Vlan3010 - MLAG_L3_VRF_VRF11 = 'up' | NOT RUN | - | -| 2395 | dc2-leaf3b.arista.com | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Vlan4093 - MLAG_L3 = 'up' | NOT RUN | - | -| 2396 | dc2-leaf3b.arista.com | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Vlan4094 - MLAG = 'up' | NOT RUN | - | -| 2397 | dc2-leaf3b.arista.com | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Vxlan1 = 'up' | NOT RUN | - | +| 2371 | dc2-leaf3b.arista.com | Hardware | VerifyEnvironmentSystemCooling | Verifies the device's system cooling status. | - | NOT RUN | - | +| 2372 | dc2-leaf3b.arista.com | Hardware | VerifyTemperature | Verifies if the device temperature is within acceptable limits. | - | NOT RUN | - | +| 2373 | dc2-leaf3b.arista.com | Hardware | VerifyTemperature | Verifies if the device temperature is within acceptable limits. | - | NOT RUN | - | +| 2374 | dc2-leaf3b.arista.com | Hardware | VerifyTransceiversManufacturers | Verifies if all the transceivers come from approved manufacturers. | - | NOT RUN | - | +| 2375 | dc2-leaf3b.arista.com | Hardware | VerifyTransceiversManufacturers | Verifies if all the transceivers come from approved manufacturers. | Accepted Manufacturers: 'Arista Networks', 'Arastra, Inc.', 'Not Present' | NOT RUN | - | +| 2376 | dc2-leaf3b.arista.com | Hardware | VerifyTransceiversTemperature | Verifies if all the transceivers are operating at an acceptable temperature. | - | NOT RUN | - | +| 2377 | dc2-leaf3b.arista.com | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Ethernet1 - P2P_dc2-spine1_Ethernet6 = 'up' | NOT RUN | - | +| 2378 | dc2-leaf3b.arista.com | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Ethernet11 - dc2-leaf3-fw1_e1 = 'adminDown' | NOT RUN | - | +| 2379 | dc2-leaf3b.arista.com | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Ethernet16 - Test_dhcp_interface_connectivity = 'adminDown' | NOT RUN | - | +| 2380 | dc2-leaf3b.arista.com | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Ethernet2 - P2P_dc2-spine2_Ethernet6 = 'up' | NOT RUN | - | +| 2381 | dc2-leaf3b.arista.com | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Ethernet3 - MLAG_dc2-leaf3a.arista.com_Ethernet3 = 'up' | NOT RUN | - | +| 2382 | dc2-leaf3b.arista.com | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Ethernet4 - MLAG_dc2-leaf3a.arista.com_Ethernet4 = 'up' | NOT RUN | - | +| 2383 | dc2-leaf3b.arista.com | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Loopback0 - ROUTER_ID = 'up' | NOT RUN | - | +| 2384 | dc2-leaf3b.arista.com | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Loopback1 - VXLAN_TUNNEL_SOURCE = 'up' | NOT RUN | - | +| 2385 | dc2-leaf3b.arista.com | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Loopback10 - DIAG_VRF_VRF10 = 'up' | NOT RUN | - | +| 2386 | dc2-leaf3b.arista.com | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Loopback11 - DIAG_VRF_VRF11 = 'up' | NOT RUN | - | +| 2387 | dc2-leaf3b.arista.com | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Port-Channel11 - dc2-leaf3-fw1_PortChannel = 'up' | NOT RUN | - | +| 2388 | dc2-leaf3b.arista.com | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Port-Channel3 - MLAG_dc2-leaf3a.arista.com_Port-Channel3 = 'up' | NOT RUN | - | +| 2389 | dc2-leaf3b.arista.com | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Vlan11 - VRF10_VLAN11 = 'up' | NOT RUN | - | +| 2390 | dc2-leaf3b.arista.com | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Vlan12 - VRF10_VLAN12 = 'up' | NOT RUN | - | +| 2391 | dc2-leaf3b.arista.com | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Vlan21 - VRF11_VLAN21 = 'up' | NOT RUN | - | +| 2392 | dc2-leaf3b.arista.com | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Vlan22 - VRF11_VLAN22 = 'up' | NOT RUN | - | +| 2393 | dc2-leaf3b.arista.com | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Vlan3009 - MLAG_L3_VRF_VRF10 = 'up' | NOT RUN | - | +| 2394 | dc2-leaf3b.arista.com | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Vlan3010 - MLAG_L3_VRF_VRF11 = 'up' | NOT RUN | - | +| 2395 | dc2-leaf3b.arista.com | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Vlan4093 - MLAG_L3 = 'up' | NOT RUN | - | +| 2396 | dc2-leaf3b.arista.com | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Vlan4094 - MLAG = 'up' | NOT RUN | - | +| 2397 | dc2-leaf3b.arista.com | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Vxlan1 = 'up' | NOT RUN | - | | 2398 | dc2-leaf3b.arista.com | LANZ | VerifyLANZ | Verifies if LANZ is enabled. | - | NOT RUN | - | | 2399 | dc2-leaf3b.arista.com | Logging | VerifyLoggingAccounting | Verifies if AAA accounting logs are generated. | - | NOT RUN | - | | 2400 | dc2-leaf3b.arista.com | Logging | VerifyLoggingErrors | Verifies there are no syslog messages with a severity of ERRORS or higher. | - | NOT RUN | - | @@ -2491,10 +2491,10 @@ | 2407 | dc2-leaf3b.arista.com | MLAG | VerifyMlagConfigSanity | Verifies there are no MLAG config-sanity inconsistencies. | - | NOT RUN | - | | 2408 | dc2-leaf3b.arista.com | MLAG | VerifyMlagDualPrimary | Verifies the MLAG dual-primary detection parameters. | - | NOT RUN | - | | 2409 | dc2-leaf3b.arista.com | MLAG | VerifyMlagInterfaces | Verifies there are no inactive or active-partial MLAG ports. | - | NOT RUN | - | -| 2410 | dc2-leaf3b.arista.com | MLAG | VerifyMlagReloadDelay | Verifies the MLAG reload-delay parameters. | - | NOT RUN | - | +| 2410 | dc2-leaf3b.arista.com | MLAG | VerifyMlagReloadDelay | Verifies the reload-delay parameters of the MLAG configuration. | - | NOT RUN | - | | 2411 | dc2-leaf3b.arista.com | MLAG | VerifyMlagStatus | Verifies the health status of the MLAG configuration. | - | NOT RUN | - | | 2412 | dc2-leaf3b.arista.com | MLAG | VerifyMlagStatus | Verifies the health status of the MLAG configuration. | - | NOT RUN | - | -| 2413 | dc2-leaf3b.arista.com | Multicast | VerifyIGMPSnoopingGlobal | Verifies the IGMP snooping global configuration. | - | NOT RUN | - | +| 2413 | dc2-leaf3b.arista.com | Multicast | VerifyIGMPSnoopingGlobal | Verifies the IGMP snooping global status. | - | NOT RUN | - | | 2414 | dc2-leaf3b.arista.com | Multicast | VerifyIGMPSnoopingVlans | Verifies the IGMP snooping status for the provided VLANs. | - | NOT RUN | - | | 2415 | dc2-leaf3b.arista.com | PTP | VerifyPtpGMStatus | Verifies that the device is locked to a valid PTP Grandmaster. | - | NOT RUN | - | | 2416 | dc2-leaf3b.arista.com | PTP | VerifyPtpLockStatus | Verifies that the device was locked to the upstream PTP GM in the last minute. | - | NOT RUN | - | @@ -2535,13 +2535,13 @@ | 2451 | dc2-leaf3b.arista.com | Security | VerifyBannerMotd | Verifies the motd banner of a device. | - | NOT RUN | - | | 2452 | dc2-leaf3b.arista.com | Security | VerifyIPSecConnHealth | Verifies all IPv4 security connections. | - | NOT RUN | - | | 2453 | dc2-leaf3b.arista.com | Security | VerifyIPv4ACL | Verifies the configuration of IPv4 ACLs. | - | NOT RUN | - | -| 2454 | dc2-leaf3b.arista.com | Security | VerifySpecificIPSecConn | Verifies IPv4 security connections for a peer. | - | NOT RUN | - | +| 2454 | dc2-leaf3b.arista.com | Security | VerifySpecificIPSecConn | Verifies the IPv4 security connections. | - | NOT RUN | - | | 2455 | dc2-leaf3b.arista.com | Security | VerifySSHIPv4Acl | Verifies if the SSHD agent has IPv4 ACL(s) configured. | - | NOT RUN | - | | 2456 | dc2-leaf3b.arista.com | Security | VerifySSHIPv6Acl | Verifies if the SSHD agent has IPv6 ACL(s) configured. | - | NOT RUN | - | | 2457 | dc2-leaf3b.arista.com | Security | VerifySSHStatus | Verifies if the SSHD agent is disabled in the default VRF. | - | NOT RUN | - | | 2458 | dc2-leaf3b.arista.com | Security | VerifyTelnetStatus | Verifies if Telnet is disabled in the default VRF. | - | NOT RUN | - | | 2459 | dc2-leaf3b.arista.com | Services | VerifyDNSLookup | Verifies the DNS name to IP address resolution. | - | NOT RUN | - | -| 2460 | dc2-leaf3b.arista.com | Services | VerifyDNSServers | Verifies if the DNS servers are correctly configured. | - | NOT RUN | - | +| 2460 | dc2-leaf3b.arista.com | Services | VerifyDNSServers | Verifies if the DNS (Domain Name Service) servers are correctly configured. | - | NOT RUN | - | | 2461 | dc2-leaf3b.arista.com | Services | VerifyErrdisableRecovery | Verifies the errdisable recovery reason, status, and interval. | - | NOT RUN | - | | 2462 | dc2-leaf3b.arista.com | Services | VerifyHostname | Verifies the hostname of a device. | - | NOT RUN | - | | 2463 | dc2-leaf3b.arista.com | SNMP | VerifySnmpIPv4Acl | Verifies if the SNMP agent has IPv4 ACL(s) configured. | - | NOT RUN | - | @@ -2554,7 +2554,7 @@ | 2470 | dc2-leaf3b.arista.com | STP | VerifySTPForwardingPorts | Verifies that all interfaces are forwarding for a provided list of VLAN(s). | - | NOT RUN | - | | 2471 | dc2-leaf3b.arista.com | STP | VerifySTPMode | Verifies the configured STP mode for a provided list of VLAN(s). | - | NOT RUN | - | | 2472 | dc2-leaf3b.arista.com | STP | VerifySTPRootPriority | Verifies the STP root priority for a provided list of VLAN or MST instance ID(s). | - | NOT RUN | - | -| 2473 | dc2-leaf3b.arista.com | STUN | VerifyStunClient | Verifies the STUN client is configured with the specified IPv4 source address and port. Validate the public IP and port if provided. | - | NOT RUN | - | +| 2473 | dc2-leaf3b.arista.com | STUN | VerifyStunClient | (Deprecated) Verifies the translation for a source address on a STUN client. | - | NOT RUN | - | | 2474 | dc2-leaf3b.arista.com | System | VerifyAgentLogs | Verifies there are no agent crash reports. | - | NOT RUN | - | | 2475 | dc2-leaf3b.arista.com | System | VerifyCoredump | Verifies there are no core dump files. | - | NOT RUN | - | | 2476 | dc2-leaf3b.arista.com | System | VerifyCPUUtilization | Verifies whether the CPU utilization is below 75%. | - | NOT RUN | - | @@ -2573,54 +2573,54 @@ | 2489 | dc2-spine1 | AAA | VerifyTacacsServerGroups | Verifies if the provided TACACS server group(s) are configured. | - | NOT RUN | - | | 2490 | dc2-spine1 | AAA | VerifyTacacsServers | Verifies TACACS servers are configured for a specified VRF. | - | NOT RUN | - | | 2491 | dc2-spine1 | AAA | VerifyTacacsSourceIntf | Verifies TACACS source-interface for a specified VRF. | - | NOT RUN | - | -| 2492 | dc2-spine1 | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s). | BGP EVPN Peer: dc2-leaf1a (IP: 10.255.128.13) | NOT RUN | - | -| 2493 | dc2-spine1 | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s). | BGP EVPN Peer: dc2-leaf1b (IP: 10.255.128.14) | NOT RUN | - | -| 2494 | dc2-spine1 | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s). | BGP EVPN Peer: dc2-leaf2a (IP: 10.255.128.15) | NOT RUN | - | -| 2495 | dc2-spine1 | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s). | BGP EVPN Peer: dc2-leaf2b (IP: 10.255.128.16) | NOT RUN | - | -| 2496 | dc2-spine1 | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s). | BGP EVPN Peer: dc2-leaf3a.arista.com (IP: 10.255.128.17) | NOT RUN | - | -| 2497 | dc2-spine1 | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s). | BGP EVPN Peer: dc2-leaf3b.arista.com (IP: 10.255.128.18) | NOT RUN | - | -| 2498 | dc2-spine1 | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s). | BGP IPv4 Unicast Peer: dc2-leaf1a (IP: 10.255.255.105) | NOT RUN | - | -| 2499 | dc2-spine1 | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s). | BGP IPv4 Unicast Peer: dc2-leaf1b (IP: 10.255.255.109) | NOT RUN | - | -| 2500 | dc2-spine1 | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s). | BGP IPv4 Unicast Peer: dc2-leaf2a (IP: 10.255.255.113) | NOT RUN | - | -| 2501 | dc2-spine1 | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s). | BGP IPv4 Unicast Peer: dc2-leaf2b (IP: 10.255.255.117) | NOT RUN | - | -| 2502 | dc2-spine1 | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s). | BGP IPv4 Unicast Peer: dc2-leaf3a.arista.com (IP: 10.255.255.121) | NOT RUN | - | -| 2503 | dc2-spine1 | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s). | BGP IPv4 Unicast Peer: dc2-leaf3b.arista.com (IP: 10.255.255.125) | NOT RUN | - | -| 2504 | dc2-spine1 | Configuration | VerifyRunningConfigDiffs | Verifies there is no difference between the running-config and the startup-config | - | NOT RUN | - | -| 2505 | dc2-spine1 | Configuration | VerifyZeroTouch | Verifies ZeroTouch is disabled | - | NOT RUN | - | -| 2506 | dc2-spine1 | Connectivity | VerifyLLDPNeighbors | Verifies that the provided LLDP neighbors are connected properly. | Local: Ethernet1 - Remote: dc2-leaf1a Ethernet1 | NOT RUN | - | -| 2507 | dc2-spine1 | Connectivity | VerifyLLDPNeighbors | Verifies that the provided LLDP neighbors are connected properly. | Local: Ethernet2 - Remote: dc2-leaf1b Ethernet1 | NOT RUN | - | -| 2508 | dc2-spine1 | Connectivity | VerifyLLDPNeighbors | Verifies that the provided LLDP neighbors are connected properly. | Local: Ethernet3 - Remote: dc2-leaf2a Ethernet1 | NOT RUN | - | -| 2509 | dc2-spine1 | Connectivity | VerifyLLDPNeighbors | Verifies that the provided LLDP neighbors are connected properly. | Local: Ethernet4 - Remote: dc2-leaf2b Ethernet1 | NOT RUN | - | -| 2510 | dc2-spine1 | Connectivity | VerifyLLDPNeighbors | Verifies that the provided LLDP neighbors are connected properly. | Local: Ethernet5 - Remote: dc2-leaf3a.arista.com Ethernet1 | NOT RUN | - | -| 2511 | dc2-spine1 | Connectivity | VerifyLLDPNeighbors | Verifies that the provided LLDP neighbors are connected properly. | Local: Ethernet6 - Remote: dc2-leaf3b.arista.com Ethernet1 | NOT RUN | - | -| 2512 | dc2-spine1 | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: P2P Interface Ethernet1 (IP: 10.255.255.104) - Destination: dc2-leaf1a Ethernet1 (IP: 10.255.255.105) | NOT RUN | - | -| 2513 | dc2-spine1 | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: P2P Interface Ethernet2 (IP: 10.255.255.108) - Destination: dc2-leaf1b Ethernet1 (IP: 10.255.255.109) | NOT RUN | - | -| 2514 | dc2-spine1 | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: P2P Interface Ethernet3 (IP: 10.255.255.112) - Destination: dc2-leaf2a Ethernet1 (IP: 10.255.255.113) | NOT RUN | - | -| 2515 | dc2-spine1 | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: P2P Interface Ethernet4 (IP: 10.255.255.116) - Destination: dc2-leaf2b Ethernet1 (IP: 10.255.255.117) | NOT RUN | - | -| 2516 | dc2-spine1 | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: P2P Interface Ethernet5 (IP: 10.255.255.120) - Destination: dc2-leaf3a.arista.com Ethernet1 (IP: 10.255.255.121) | NOT RUN | - | -| 2517 | dc2-spine1 | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: P2P Interface Ethernet6 (IP: 10.255.255.124) - Destination: dc2-leaf3b.arista.com Ethernet1 (IP: 10.255.255.125) | NOT RUN | - | +| 2492 | dc2-spine1 | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s) for given address families. | BGP EVPN Peer: dc2-leaf1a (IP: 10.255.128.13) | NOT RUN | - | +| 2493 | dc2-spine1 | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s) for given address families. | BGP EVPN Peer: dc2-leaf1b (IP: 10.255.128.14) | NOT RUN | - | +| 2494 | dc2-spine1 | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s) for given address families. | BGP EVPN Peer: dc2-leaf2a (IP: 10.255.128.15) | NOT RUN | - | +| 2495 | dc2-spine1 | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s) for given address families. | BGP EVPN Peer: dc2-leaf2b (IP: 10.255.128.16) | NOT RUN | - | +| 2496 | dc2-spine1 | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s) for given address families. | BGP EVPN Peer: dc2-leaf3a.arista.com (IP: 10.255.128.17) | NOT RUN | - | +| 2497 | dc2-spine1 | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s) for given address families. | BGP EVPN Peer: dc2-leaf3b.arista.com (IP: 10.255.128.18) | NOT RUN | - | +| 2498 | dc2-spine1 | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s) for given address families. | BGP IPv4 Unicast Peer: dc2-leaf1a (IP: 10.255.255.105) | NOT RUN | - | +| 2499 | dc2-spine1 | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s) for given address families. | BGP IPv4 Unicast Peer: dc2-leaf1b (IP: 10.255.255.109) | NOT RUN | - | +| 2500 | dc2-spine1 | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s) for given address families. | BGP IPv4 Unicast Peer: dc2-leaf2a (IP: 10.255.255.113) | NOT RUN | - | +| 2501 | dc2-spine1 | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s) for given address families. | BGP IPv4 Unicast Peer: dc2-leaf2b (IP: 10.255.255.117) | NOT RUN | - | +| 2502 | dc2-spine1 | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s) for given address families. | BGP IPv4 Unicast Peer: dc2-leaf3a.arista.com (IP: 10.255.255.121) | NOT RUN | - | +| 2503 | dc2-spine1 | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s) for given address families. | BGP IPv4 Unicast Peer: dc2-leaf3b.arista.com (IP: 10.255.255.125) | NOT RUN | - | +| 2504 | dc2-spine1 | Configuration | VerifyRunningConfigDiffs | Verifies there is no difference between the running-config and the startup-config. | - | NOT RUN | - | +| 2505 | dc2-spine1 | Configuration | VerifyZeroTouch | Verifies ZeroTouch is disabled. | - | NOT RUN | - | +| 2506 | dc2-spine1 | Connectivity | VerifyLLDPNeighbors | Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors. | Local: Ethernet1 - Remote: dc2-leaf1a Ethernet1 | NOT RUN | - | +| 2507 | dc2-spine1 | Connectivity | VerifyLLDPNeighbors | Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors. | Local: Ethernet2 - Remote: dc2-leaf1b Ethernet1 | NOT RUN | - | +| 2508 | dc2-spine1 | Connectivity | VerifyLLDPNeighbors | Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors. | Local: Ethernet3 - Remote: dc2-leaf2a Ethernet1 | NOT RUN | - | +| 2509 | dc2-spine1 | Connectivity | VerifyLLDPNeighbors | Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors. | Local: Ethernet4 - Remote: dc2-leaf2b Ethernet1 | NOT RUN | - | +| 2510 | dc2-spine1 | Connectivity | VerifyLLDPNeighbors | Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors. | Local: Ethernet5 - Remote: dc2-leaf3a.arista.com Ethernet1 | NOT RUN | - | +| 2511 | dc2-spine1 | Connectivity | VerifyLLDPNeighbors | Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors. | Local: Ethernet6 - Remote: dc2-leaf3b.arista.com Ethernet1 | NOT RUN | - | +| 2512 | dc2-spine1 | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: P2P Interface Ethernet1 (IP: 10.255.255.104) - Destination: dc2-leaf1a Ethernet1 (IP: 10.255.255.105) | NOT RUN | - | +| 2513 | dc2-spine1 | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: P2P Interface Ethernet2 (IP: 10.255.255.108) - Destination: dc2-leaf1b Ethernet1 (IP: 10.255.255.109) | NOT RUN | - | +| 2514 | dc2-spine1 | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: P2P Interface Ethernet3 (IP: 10.255.255.112) - Destination: dc2-leaf2a Ethernet1 (IP: 10.255.255.113) | NOT RUN | - | +| 2515 | dc2-spine1 | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: P2P Interface Ethernet4 (IP: 10.255.255.116) - Destination: dc2-leaf2b Ethernet1 (IP: 10.255.255.117) | NOT RUN | - | +| 2516 | dc2-spine1 | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: P2P Interface Ethernet5 (IP: 10.255.255.120) - Destination: dc2-leaf3a.arista.com Ethernet1 (IP: 10.255.255.121) | NOT RUN | - | +| 2517 | dc2-spine1 | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: P2P Interface Ethernet6 (IP: 10.255.255.124) - Destination: dc2-leaf3b.arista.com Ethernet1 (IP: 10.255.255.125) | NOT RUN | - | | 2518 | dc2-spine1 | Field Notices | VerifyFieldNotice44Resolution | Verifies that the device is using the correct Aboot version per FN0044. | - | NOT RUN | - | | 2519 | dc2-spine1 | Field Notices | VerifyFieldNotice72Resolution | Verifies if the device is exposed to FN0072, and if the issue has been mitigated. | - | NOT RUN | - | -| 2520 | dc2-spine1 | Greent | VerifyGreenT | Verifies if a GreenT policy is created. | - | NOT RUN | - | +| 2520 | dc2-spine1 | Greent | VerifyGreenT | Verifies if a GreenT policy other than the default is created. | - | NOT RUN | - | | 2521 | dc2-spine1 | Greent | VerifyGreenTCounters | Verifies if the GreenT counters are incremented. | - | NOT RUN | - | | 2522 | dc2-spine1 | Hardware | VerifyAdverseDrops | Verifies there are no adverse drops on DCS-7280 and DCS-7500 family switches. | - | NOT RUN | - | | 2523 | dc2-spine1 | Hardware | VerifyEnvironmentCooling | Verifies the status of power supply fans and all fan trays. | - | NOT RUN | - | | 2524 | dc2-spine1 | Hardware | VerifyEnvironmentCooling | Verifies the status of power supply fans and all fan trays. | Accepted States: 'ok' | NOT RUN | - | | 2525 | dc2-spine1 | Hardware | VerifyEnvironmentPower | Verifies the power supplies status. | - | NOT RUN | - | | 2526 | dc2-spine1 | Hardware | VerifyEnvironmentPower | Verifies the power supplies status. | Accepted States: 'ok' | NOT RUN | - | -| 2527 | dc2-spine1 | Hardware | VerifyEnvironmentSystemCooling | Verifies the system cooling status. | - | NOT RUN | - | -| 2528 | dc2-spine1 | Hardware | VerifyTemperature | Verifies the device temperature. | - | NOT RUN | - | -| 2529 | dc2-spine1 | Hardware | VerifyTemperature | Verifies the device temperature. | - | NOT RUN | - | -| 2530 | dc2-spine1 | Hardware | VerifyTransceiversManufacturers | Verifies if all transceivers come from approved manufacturers. | - | NOT RUN | - | -| 2531 | dc2-spine1 | Hardware | VerifyTransceiversManufacturers | Verifies if all transceivers come from approved manufacturers. | Accepted Manufacturers: 'Arista Networks', 'Arastra, Inc.', 'Not Present' | NOT RUN | - | -| 2532 | dc2-spine1 | Hardware | VerifyTransceiversTemperature | Verifies the transceivers temperature. | - | NOT RUN | - | -| 2533 | dc2-spine1 | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet1 - P2P_dc2-leaf1a_Ethernet1 = 'up' | NOT RUN | - | -| 2534 | dc2-spine1 | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet2 - P2P_dc2-leaf1b_Ethernet1 = 'up' | NOT RUN | - | -| 2535 | dc2-spine1 | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet3 - P2P_dc2-leaf2a_Ethernet1 = 'up' | NOT RUN | - | -| 2536 | dc2-spine1 | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet4 - P2P_dc2-leaf2b_Ethernet1 = 'up' | NOT RUN | - | -| 2537 | dc2-spine1 | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet5 - P2P_dc2-leaf3a.arista.com_Ethernet1 = 'up' | NOT RUN | - | -| 2538 | dc2-spine1 | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet6 - P2P_dc2-leaf3b.arista.com_Ethernet1 = 'up' | NOT RUN | - | -| 2539 | dc2-spine1 | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Loopback0 - ROUTER_ID = 'up' | NOT RUN | - | +| 2527 | dc2-spine1 | Hardware | VerifyEnvironmentSystemCooling | Verifies the device's system cooling status. | - | NOT RUN | - | +| 2528 | dc2-spine1 | Hardware | VerifyTemperature | Verifies if the device temperature is within acceptable limits. | - | NOT RUN | - | +| 2529 | dc2-spine1 | Hardware | VerifyTemperature | Verifies if the device temperature is within acceptable limits. | - | NOT RUN | - | +| 2530 | dc2-spine1 | Hardware | VerifyTransceiversManufacturers | Verifies if all the transceivers come from approved manufacturers. | - | NOT RUN | - | +| 2531 | dc2-spine1 | Hardware | VerifyTransceiversManufacturers | Verifies if all the transceivers come from approved manufacturers. | Accepted Manufacturers: 'Arista Networks', 'Arastra, Inc.', 'Not Present' | NOT RUN | - | +| 2532 | dc2-spine1 | Hardware | VerifyTransceiversTemperature | Verifies if all the transceivers are operating at an acceptable temperature. | - | NOT RUN | - | +| 2533 | dc2-spine1 | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Ethernet1 - P2P_dc2-leaf1a_Ethernet1 = 'up' | NOT RUN | - | +| 2534 | dc2-spine1 | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Ethernet2 - P2P_dc2-leaf1b_Ethernet1 = 'up' | NOT RUN | - | +| 2535 | dc2-spine1 | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Ethernet3 - P2P_dc2-leaf2a_Ethernet1 = 'up' | NOT RUN | - | +| 2536 | dc2-spine1 | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Ethernet4 - P2P_dc2-leaf2b_Ethernet1 = 'up' | NOT RUN | - | +| 2537 | dc2-spine1 | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Ethernet5 - P2P_dc2-leaf3a.arista.com_Ethernet1 = 'up' | NOT RUN | - | +| 2538 | dc2-spine1 | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Ethernet6 - P2P_dc2-leaf3b.arista.com_Ethernet1 = 'up' | NOT RUN | - | +| 2539 | dc2-spine1 | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Loopback0 - ROUTER_ID = 'up' | NOT RUN | - | | 2540 | dc2-spine1 | LANZ | VerifyLANZ | Verifies if LANZ is enabled. | - | NOT RUN | - | | 2541 | dc2-spine1 | PTP | VerifyPtpGMStatus | Verifies that the device is locked to a valid PTP Grandmaster. | - | NOT RUN | - | | 2542 | dc2-spine1 | PTP | VerifyPtpLockStatus | Verifies that the device was locked to the upstream PTP GM in the last minute. | - | NOT RUN | - | @@ -2638,13 +2638,13 @@ | 2554 | dc2-spine1 | Security | VerifyBannerMotd | Verifies the motd banner of a device. | - | NOT RUN | - | | 2555 | dc2-spine1 | Security | VerifyIPSecConnHealth | Verifies all IPv4 security connections. | - | NOT RUN | - | | 2556 | dc2-spine1 | Security | VerifyIPv4ACL | Verifies the configuration of IPv4 ACLs. | - | NOT RUN | - | -| 2557 | dc2-spine1 | Security | VerifySpecificIPSecConn | Verifies IPv4 security connections for a peer. | - | NOT RUN | - | +| 2557 | dc2-spine1 | Security | VerifySpecificIPSecConn | Verifies the IPv4 security connections. | - | NOT RUN | - | | 2558 | dc2-spine1 | Security | VerifySSHIPv4Acl | Verifies if the SSHD agent has IPv4 ACL(s) configured. | - | NOT RUN | - | | 2559 | dc2-spine1 | Security | VerifySSHIPv6Acl | Verifies if the SSHD agent has IPv6 ACL(s) configured. | - | NOT RUN | - | | 2560 | dc2-spine1 | Security | VerifySSHStatus | Verifies if the SSHD agent is disabled in the default VRF. | - | NOT RUN | - | | 2561 | dc2-spine1 | Security | VerifyTelnetStatus | Verifies if Telnet is disabled in the default VRF. | - | NOT RUN | - | | 2562 | dc2-spine1 | Services | VerifyDNSLookup | Verifies the DNS name to IP address resolution. | - | NOT RUN | - | -| 2563 | dc2-spine1 | Services | VerifyDNSServers | Verifies if the DNS servers are correctly configured. | - | NOT RUN | - | +| 2563 | dc2-spine1 | Services | VerifyDNSServers | Verifies if the DNS (Domain Name Service) servers are correctly configured. | - | NOT RUN | - | | 2564 | dc2-spine1 | Services | VerifyErrdisableRecovery | Verifies the errdisable recovery reason, status, and interval. | - | NOT RUN | - | | 2565 | dc2-spine1 | Services | VerifyHostname | Verifies the hostname of a device. | - | NOT RUN | - | | 2566 | dc2-spine1 | SNMP | VerifySnmpIPv4Acl | Verifies if the SNMP agent has IPv4 ACL(s) configured. | - | NOT RUN | - | @@ -2652,7 +2652,7 @@ | 2568 | dc2-spine1 | SNMP | VerifySnmpStatus | Verifies if the SNMP agent is enabled. | - | NOT RUN | - | | 2569 | dc2-spine1 | Software | VerifyEOSVersion | Verifies the EOS version of the device. | - | NOT RUN | - | | 2570 | dc2-spine1 | Software | VerifyTerminAttrVersion | Verifies the TerminAttr version of the device. | - | NOT RUN | - | -| 2571 | dc2-spine1 | STUN | VerifyStunClient | Verifies the STUN client is configured with the specified IPv4 source address and port. Validate the public IP and port if provided. | - | NOT RUN | - | +| 2571 | dc2-spine1 | STUN | VerifyStunClient | (Deprecated) Verifies the translation for a source address on a STUN client. | - | NOT RUN | - | | 2572 | dc2-spine1 | System | VerifyAgentLogs | Verifies there are no agent crash reports. | - | NOT RUN | - | | 2573 | dc2-spine1 | System | VerifyCoredump | Verifies there are no core dump files. | - | NOT RUN | - | | 2574 | dc2-spine1 | System | VerifyCPUUtilization | Verifies whether the CPU utilization is below 75%. | - | NOT RUN | - | @@ -2671,54 +2671,54 @@ | 2587 | dc2-spine2 | AAA | VerifyTacacsServerGroups | Verifies if the provided TACACS server group(s) are configured. | - | NOT RUN | - | | 2588 | dc2-spine2 | AAA | VerifyTacacsServers | Verifies TACACS servers are configured for a specified VRF. | - | NOT RUN | - | | 2589 | dc2-spine2 | AAA | VerifyTacacsSourceIntf | Verifies TACACS source-interface for a specified VRF. | - | NOT RUN | - | -| 2590 | dc2-spine2 | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s). | BGP EVPN Peer: dc2-leaf1a (IP: 10.255.128.13) | NOT RUN | - | -| 2591 | dc2-spine2 | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s). | BGP EVPN Peer: dc2-leaf1b (IP: 10.255.128.14) | NOT RUN | - | -| 2592 | dc2-spine2 | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s). | BGP EVPN Peer: dc2-leaf2a (IP: 10.255.128.15) | NOT RUN | - | -| 2593 | dc2-spine2 | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s). | BGP EVPN Peer: dc2-leaf2b (IP: 10.255.128.16) | NOT RUN | - | -| 2594 | dc2-spine2 | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s). | BGP EVPN Peer: dc2-leaf3a.arista.com (IP: 10.255.128.17) | NOT RUN | - | -| 2595 | dc2-spine2 | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s). | BGP EVPN Peer: dc2-leaf3b.arista.com (IP: 10.255.128.18) | NOT RUN | - | -| 2596 | dc2-spine2 | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s). | BGP IPv4 Unicast Peer: dc2-leaf1a (IP: 10.255.255.107) | NOT RUN | - | -| 2597 | dc2-spine2 | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s). | BGP IPv4 Unicast Peer: dc2-leaf1b (IP: 10.255.255.111) | NOT RUN | - | -| 2598 | dc2-spine2 | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s). | BGP IPv4 Unicast Peer: dc2-leaf2a (IP: 10.255.255.115) | NOT RUN | - | -| 2599 | dc2-spine2 | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s). | BGP IPv4 Unicast Peer: dc2-leaf2b (IP: 10.255.255.119) | NOT RUN | - | -| 2600 | dc2-spine2 | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s). | BGP IPv4 Unicast Peer: dc2-leaf3a.arista.com (IP: 10.255.255.123) | NOT RUN | - | -| 2601 | dc2-spine2 | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s). | BGP IPv4 Unicast Peer: dc2-leaf3b.arista.com (IP: 10.255.255.127) | NOT RUN | - | -| 2602 | dc2-spine2 | Configuration | VerifyRunningConfigDiffs | Verifies there is no difference between the running-config and the startup-config | - | NOT RUN | - | -| 2603 | dc2-spine2 | Configuration | VerifyZeroTouch | Verifies ZeroTouch is disabled | - | NOT RUN | - | -| 2604 | dc2-spine2 | Connectivity | VerifyLLDPNeighbors | Verifies that the provided LLDP neighbors are connected properly. | Local: Ethernet1 - Remote: dc2-leaf1a Ethernet2 | NOT RUN | - | -| 2605 | dc2-spine2 | Connectivity | VerifyLLDPNeighbors | Verifies that the provided LLDP neighbors are connected properly. | Local: Ethernet2 - Remote: dc2-leaf1b Ethernet2 | NOT RUN | - | -| 2606 | dc2-spine2 | Connectivity | VerifyLLDPNeighbors | Verifies that the provided LLDP neighbors are connected properly. | Local: Ethernet3 - Remote: dc2-leaf2a Ethernet2 | NOT RUN | - | -| 2607 | dc2-spine2 | Connectivity | VerifyLLDPNeighbors | Verifies that the provided LLDP neighbors are connected properly. | Local: Ethernet4 - Remote: dc2-leaf2b Ethernet2 | NOT RUN | - | -| 2608 | dc2-spine2 | Connectivity | VerifyLLDPNeighbors | Verifies that the provided LLDP neighbors are connected properly. | Local: Ethernet5 - Remote: dc2-leaf3a.arista.com Ethernet2 | NOT RUN | - | -| 2609 | dc2-spine2 | Connectivity | VerifyLLDPNeighbors | Verifies that the provided LLDP neighbors are connected properly. | Local: Ethernet6 - Remote: dc2-leaf3b.arista.com Ethernet2 | NOT RUN | - | -| 2610 | dc2-spine2 | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: P2P Interface Ethernet1 (IP: 10.255.255.106) - Destination: dc2-leaf1a Ethernet2 (IP: 10.255.255.107) | NOT RUN | - | -| 2611 | dc2-spine2 | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: P2P Interface Ethernet2 (IP: 10.255.255.110) - Destination: dc2-leaf1b Ethernet2 (IP: 10.255.255.111) | NOT RUN | - | -| 2612 | dc2-spine2 | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: P2P Interface Ethernet3 (IP: 10.255.255.114) - Destination: dc2-leaf2a Ethernet2 (IP: 10.255.255.115) | NOT RUN | - | -| 2613 | dc2-spine2 | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: P2P Interface Ethernet4 (IP: 10.255.255.118) - Destination: dc2-leaf2b Ethernet2 (IP: 10.255.255.119) | NOT RUN | - | -| 2614 | dc2-spine2 | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: P2P Interface Ethernet5 (IP: 10.255.255.122) - Destination: dc2-leaf3a.arista.com Ethernet2 (IP: 10.255.255.123) | NOT RUN | - | -| 2615 | dc2-spine2 | Connectivity | VerifyReachability | Test the network reachability to one or many destination IP(s). | Source: P2P Interface Ethernet6 (IP: 10.255.255.126) - Destination: dc2-leaf3b.arista.com Ethernet2 (IP: 10.255.255.127) | NOT RUN | - | +| 2590 | dc2-spine2 | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s) for given address families. | BGP EVPN Peer: dc2-leaf1a (IP: 10.255.128.13) | NOT RUN | - | +| 2591 | dc2-spine2 | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s) for given address families. | BGP EVPN Peer: dc2-leaf1b (IP: 10.255.128.14) | NOT RUN | - | +| 2592 | dc2-spine2 | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s) for given address families. | BGP EVPN Peer: dc2-leaf2a (IP: 10.255.128.15) | NOT RUN | - | +| 2593 | dc2-spine2 | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s) for given address families. | BGP EVPN Peer: dc2-leaf2b (IP: 10.255.128.16) | NOT RUN | - | +| 2594 | dc2-spine2 | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s) for given address families. | BGP EVPN Peer: dc2-leaf3a.arista.com (IP: 10.255.128.17) | NOT RUN | - | +| 2595 | dc2-spine2 | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s) for given address families. | BGP EVPN Peer: dc2-leaf3b.arista.com (IP: 10.255.128.18) | NOT RUN | - | +| 2596 | dc2-spine2 | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s) for given address families. | BGP IPv4 Unicast Peer: dc2-leaf1a (IP: 10.255.255.107) | NOT RUN | - | +| 2597 | dc2-spine2 | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s) for given address families. | BGP IPv4 Unicast Peer: dc2-leaf1b (IP: 10.255.255.111) | NOT RUN | - | +| 2598 | dc2-spine2 | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s) for given address families. | BGP IPv4 Unicast Peer: dc2-leaf2a (IP: 10.255.255.115) | NOT RUN | - | +| 2599 | dc2-spine2 | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s) for given address families. | BGP IPv4 Unicast Peer: dc2-leaf2b (IP: 10.255.255.119) | NOT RUN | - | +| 2600 | dc2-spine2 | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s) for given address families. | BGP IPv4 Unicast Peer: dc2-leaf3a.arista.com (IP: 10.255.255.123) | NOT RUN | - | +| 2601 | dc2-spine2 | BGP | VerifyBGPSpecificPeers | Verifies the health of specific BGP peer(s) for given address families. | BGP IPv4 Unicast Peer: dc2-leaf3b.arista.com (IP: 10.255.255.127) | NOT RUN | - | +| 2602 | dc2-spine2 | Configuration | VerifyRunningConfigDiffs | Verifies there is no difference between the running-config and the startup-config. | - | NOT RUN | - | +| 2603 | dc2-spine2 | Configuration | VerifyZeroTouch | Verifies ZeroTouch is disabled. | - | NOT RUN | - | +| 2604 | dc2-spine2 | Connectivity | VerifyLLDPNeighbors | Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors. | Local: Ethernet1 - Remote: dc2-leaf1a Ethernet2 | NOT RUN | - | +| 2605 | dc2-spine2 | Connectivity | VerifyLLDPNeighbors | Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors. | Local: Ethernet2 - Remote: dc2-leaf1b Ethernet2 | NOT RUN | - | +| 2606 | dc2-spine2 | Connectivity | VerifyLLDPNeighbors | Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors. | Local: Ethernet3 - Remote: dc2-leaf2a Ethernet2 | NOT RUN | - | +| 2607 | dc2-spine2 | Connectivity | VerifyLLDPNeighbors | Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors. | Local: Ethernet4 - Remote: dc2-leaf2b Ethernet2 | NOT RUN | - | +| 2608 | dc2-spine2 | Connectivity | VerifyLLDPNeighbors | Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors. | Local: Ethernet5 - Remote: dc2-leaf3a.arista.com Ethernet2 | NOT RUN | - | +| 2609 | dc2-spine2 | Connectivity | VerifyLLDPNeighbors | Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors. | Local: Ethernet6 - Remote: dc2-leaf3b.arista.com Ethernet2 | NOT RUN | - | +| 2610 | dc2-spine2 | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: P2P Interface Ethernet1 (IP: 10.255.255.106) - Destination: dc2-leaf1a Ethernet2 (IP: 10.255.255.107) | NOT RUN | - | +| 2611 | dc2-spine2 | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: P2P Interface Ethernet2 (IP: 10.255.255.110) - Destination: dc2-leaf1b Ethernet2 (IP: 10.255.255.111) | NOT RUN | - | +| 2612 | dc2-spine2 | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: P2P Interface Ethernet3 (IP: 10.255.255.114) - Destination: dc2-leaf2a Ethernet2 (IP: 10.255.255.115) | NOT RUN | - | +| 2613 | dc2-spine2 | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: P2P Interface Ethernet4 (IP: 10.255.255.118) - Destination: dc2-leaf2b Ethernet2 (IP: 10.255.255.119) | NOT RUN | - | +| 2614 | dc2-spine2 | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: P2P Interface Ethernet5 (IP: 10.255.255.122) - Destination: dc2-leaf3a.arista.com Ethernet2 (IP: 10.255.255.123) | NOT RUN | - | +| 2615 | dc2-spine2 | Connectivity | VerifyReachability | Test network reachability to one or many destination IP(s). | Source: P2P Interface Ethernet6 (IP: 10.255.255.126) - Destination: dc2-leaf3b.arista.com Ethernet2 (IP: 10.255.255.127) | NOT RUN | - | | 2616 | dc2-spine2 | Field Notices | VerifyFieldNotice44Resolution | Verifies that the device is using the correct Aboot version per FN0044. | - | NOT RUN | - | | 2617 | dc2-spine2 | Field Notices | VerifyFieldNotice72Resolution | Verifies if the device is exposed to FN0072, and if the issue has been mitigated. | - | NOT RUN | - | -| 2618 | dc2-spine2 | Greent | VerifyGreenT | Verifies if a GreenT policy is created. | - | NOT RUN | - | +| 2618 | dc2-spine2 | Greent | VerifyGreenT | Verifies if a GreenT policy other than the default is created. | - | NOT RUN | - | | 2619 | dc2-spine2 | Greent | VerifyGreenTCounters | Verifies if the GreenT counters are incremented. | - | NOT RUN | - | | 2620 | dc2-spine2 | Hardware | VerifyAdverseDrops | Verifies there are no adverse drops on DCS-7280 and DCS-7500 family switches. | - | NOT RUN | - | | 2621 | dc2-spine2 | Hardware | VerifyEnvironmentCooling | Verifies the status of power supply fans and all fan trays. | - | NOT RUN | - | | 2622 | dc2-spine2 | Hardware | VerifyEnvironmentCooling | Verifies the status of power supply fans and all fan trays. | Accepted States: 'ok' | NOT RUN | - | | 2623 | dc2-spine2 | Hardware | VerifyEnvironmentPower | Verifies the power supplies status. | - | NOT RUN | - | | 2624 | dc2-spine2 | Hardware | VerifyEnvironmentPower | Verifies the power supplies status. | Accepted States: 'ok' | NOT RUN | - | -| 2625 | dc2-spine2 | Hardware | VerifyEnvironmentSystemCooling | Verifies the system cooling status. | - | NOT RUN | - | -| 2626 | dc2-spine2 | Hardware | VerifyTemperature | Verifies the device temperature. | - | NOT RUN | - | -| 2627 | dc2-spine2 | Hardware | VerifyTemperature | Verifies the device temperature. | - | NOT RUN | - | -| 2628 | dc2-spine2 | Hardware | VerifyTransceiversManufacturers | Verifies if all transceivers come from approved manufacturers. | - | NOT RUN | - | -| 2629 | dc2-spine2 | Hardware | VerifyTransceiversManufacturers | Verifies if all transceivers come from approved manufacturers. | Accepted Manufacturers: 'Arista Networks', 'Arastra, Inc.', 'Not Present' | NOT RUN | - | -| 2630 | dc2-spine2 | Hardware | VerifyTransceiversTemperature | Verifies the transceivers temperature. | - | NOT RUN | - | -| 2631 | dc2-spine2 | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet1 - P2P_dc2-leaf1a_Ethernet2 = 'up' | NOT RUN | - | -| 2632 | dc2-spine2 | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet2 - P2P_dc2-leaf1b_Ethernet2 = 'up' | NOT RUN | - | -| 2633 | dc2-spine2 | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet3 - P2P_dc2-leaf2a_Ethernet2 = 'up' | NOT RUN | - | -| 2634 | dc2-spine2 | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet4 - P2P_dc2-leaf2b_Ethernet2 = 'up' | NOT RUN | - | -| 2635 | dc2-spine2 | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet5 - P2P_dc2-leaf3a.arista.com_Ethernet2 = 'up' | NOT RUN | - | -| 2636 | dc2-spine2 | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Ethernet6 - P2P_dc2-leaf3b.arista.com_Ethernet2 = 'up' | NOT RUN | - | -| 2637 | dc2-spine2 | Interfaces | VerifyInterfacesStatus | Verifies the status of the provided interfaces. | Interface Loopback0 - ROUTER_ID = 'up' | NOT RUN | - | +| 2625 | dc2-spine2 | Hardware | VerifyEnvironmentSystemCooling | Verifies the device's system cooling status. | - | NOT RUN | - | +| 2626 | dc2-spine2 | Hardware | VerifyTemperature | Verifies if the device temperature is within acceptable limits. | - | NOT RUN | - | +| 2627 | dc2-spine2 | Hardware | VerifyTemperature | Verifies if the device temperature is within acceptable limits. | - | NOT RUN | - | +| 2628 | dc2-spine2 | Hardware | VerifyTransceiversManufacturers | Verifies if all the transceivers come from approved manufacturers. | - | NOT RUN | - | +| 2629 | dc2-spine2 | Hardware | VerifyTransceiversManufacturers | Verifies if all the transceivers come from approved manufacturers. | Accepted Manufacturers: 'Arista Networks', 'Arastra, Inc.', 'Not Present' | NOT RUN | - | +| 2630 | dc2-spine2 | Hardware | VerifyTransceiversTemperature | Verifies if all the transceivers are operating at an acceptable temperature. | - | NOT RUN | - | +| 2631 | dc2-spine2 | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Ethernet1 - P2P_dc2-leaf1a_Ethernet2 = 'up' | NOT RUN | - | +| 2632 | dc2-spine2 | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Ethernet2 - P2P_dc2-leaf1b_Ethernet2 = 'up' | NOT RUN | - | +| 2633 | dc2-spine2 | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Ethernet3 - P2P_dc2-leaf2a_Ethernet2 = 'up' | NOT RUN | - | +| 2634 | dc2-spine2 | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Ethernet4 - P2P_dc2-leaf2b_Ethernet2 = 'up' | NOT RUN | - | +| 2635 | dc2-spine2 | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Ethernet5 - P2P_dc2-leaf3a.arista.com_Ethernet2 = 'up' | NOT RUN | - | +| 2636 | dc2-spine2 | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Ethernet6 - P2P_dc2-leaf3b.arista.com_Ethernet2 = 'up' | NOT RUN | - | +| 2637 | dc2-spine2 | Interfaces | VerifyInterfacesStatus | Verifies the operational states of specified interfaces to ensure they match expected configurations. | Interface Loopback0 - ROUTER_ID = 'up' | NOT RUN | - | | 2638 | dc2-spine2 | LANZ | VerifyLANZ | Verifies if LANZ is enabled. | - | NOT RUN | - | | 2639 | dc2-spine2 | PTP | VerifyPtpGMStatus | Verifies that the device is locked to a valid PTP Grandmaster. | - | NOT RUN | - | | 2640 | dc2-spine2 | PTP | VerifyPtpLockStatus | Verifies that the device was locked to the upstream PTP GM in the last minute. | - | NOT RUN | - | @@ -2736,13 +2736,13 @@ | 2652 | dc2-spine2 | Security | VerifyBannerMotd | Verifies the motd banner of a device. | - | NOT RUN | - | | 2653 | dc2-spine2 | Security | VerifyIPSecConnHealth | Verifies all IPv4 security connections. | - | NOT RUN | - | | 2654 | dc2-spine2 | Security | VerifyIPv4ACL | Verifies the configuration of IPv4 ACLs. | - | NOT RUN | - | -| 2655 | dc2-spine2 | Security | VerifySpecificIPSecConn | Verifies IPv4 security connections for a peer. | - | NOT RUN | - | +| 2655 | dc2-spine2 | Security | VerifySpecificIPSecConn | Verifies the IPv4 security connections. | - | NOT RUN | - | | 2656 | dc2-spine2 | Security | VerifySSHIPv4Acl | Verifies if the SSHD agent has IPv4 ACL(s) configured. | - | NOT RUN | - | | 2657 | dc2-spine2 | Security | VerifySSHIPv6Acl | Verifies if the SSHD agent has IPv6 ACL(s) configured. | - | NOT RUN | - | | 2658 | dc2-spine2 | Security | VerifySSHStatus | Verifies if the SSHD agent is disabled in the default VRF. | - | NOT RUN | - | | 2659 | dc2-spine2 | Security | VerifyTelnetStatus | Verifies if Telnet is disabled in the default VRF. | - | NOT RUN | - | | 2660 | dc2-spine2 | Services | VerifyDNSLookup | Verifies the DNS name to IP address resolution. | - | NOT RUN | - | -| 2661 | dc2-spine2 | Services | VerifyDNSServers | Verifies if the DNS servers are correctly configured. | - | NOT RUN | - | +| 2661 | dc2-spine2 | Services | VerifyDNSServers | Verifies if the DNS (Domain Name Service) servers are correctly configured. | - | NOT RUN | - | | 2662 | dc2-spine2 | Services | VerifyErrdisableRecovery | Verifies the errdisable recovery reason, status, and interval. | - | NOT RUN | - | | 2663 | dc2-spine2 | Services | VerifyHostname | Verifies the hostname of a device. | - | NOT RUN | - | | 2664 | dc2-spine2 | SNMP | VerifySnmpIPv4Acl | Verifies if the SNMP agent has IPv4 ACL(s) configured. | - | NOT RUN | - | @@ -2750,7 +2750,7 @@ | 2666 | dc2-spine2 | SNMP | VerifySnmpStatus | Verifies if the SNMP agent is enabled. | - | NOT RUN | - | | 2667 | dc2-spine2 | Software | VerifyEOSVersion | Verifies the EOS version of the device. | - | NOT RUN | - | | 2668 | dc2-spine2 | Software | VerifyTerminAttrVersion | Verifies the TerminAttr version of the device. | - | NOT RUN | - | -| 2669 | dc2-spine2 | STUN | VerifyStunClient | Verifies the STUN client is configured with the specified IPv4 source address and port. Validate the public IP and port if provided. | - | NOT RUN | - | +| 2669 | dc2-spine2 | STUN | VerifyStunClient | (Deprecated) Verifies the translation for a source address on a STUN client. | - | NOT RUN | - | | 2670 | dc2-spine2 | System | VerifyAgentLogs | Verifies there are no agent crash reports. | - | NOT RUN | - | | 2671 | dc2-spine2 | System | VerifyCoredump | Verifies there are no core dump files. | - | NOT RUN | - | | 2672 | dc2-spine2 | System | VerifyCPUUtilization | Verifies whether the CPU utilization is below 75%. | - | NOT RUN | - | diff --git a/ansible_collections/arista/avd/molecule/eos_validate_state/reports/test_results/dc1-leaf1a-results.json b/ansible_collections/arista/avd/molecule/eos_validate_state/reports/test_results/dc1-leaf1a-results.json index 0f8c3260617..32c0a7a96db 100644 --- a/ansible_collections/arista/avd/molecule/eos_validate_state/reports/test_results/dc1-leaf1a-results.json +++ b/ansible_collections/arista/avd/molecule/eos_validate_state/reports/test_results/dc1-leaf1a-results.json @@ -61,7 +61,7 @@ "categories": [ "bgp" ], - "description": "Verifies the health of specific BGP peer(s).", + "description": "Verifies the health of specific BGP peer(s) for given address families.", "custom_field": "BGP EVPN Peer: 10.1.1.1" }, { @@ -70,7 +70,7 @@ "categories": [ "bgp" ], - "description": "Verifies the health of specific BGP peer(s).", + "description": "Verifies the health of specific BGP peer(s) for given address families.", "custom_field": "BGP EVPN Peer: dc1-spine1 (IP: 10.255.0.1)" }, { @@ -79,7 +79,7 @@ "categories": [ "bgp" ], - "description": "Verifies the health of specific BGP peer(s).", + "description": "Verifies the health of specific BGP peer(s) for given address families.", "custom_field": "BGP EVPN Peer: dc1-spine2 (IP: 10.255.0.2)" }, { @@ -88,7 +88,7 @@ "categories": [ "bgp" ], - "description": "Verifies the health of specific BGP peer(s).", + "description": "Verifies the health of specific BGP peer(s) for given address families.", "custom_field": "BGP IPv4 Unicast Peer: dc1-leaf1b (IP: 10.255.1.97)" }, { @@ -97,7 +97,7 @@ "categories": [ "bgp" ], - "description": "Verifies the health of specific BGP peer(s).", + "description": "Verifies the health of specific BGP peer(s) for given address families.", "custom_field": "BGP IPv4 Unicast Peer: dc1-spine1 (IP: 10.255.255.0)" }, { @@ -106,7 +106,7 @@ "categories": [ "bgp" ], - "description": "Verifies the health of specific BGP peer(s).", + "description": "Verifies the health of specific BGP peer(s) for given address families.", "custom_field": "BGP IPv4 Unicast Peer: dc1-spine2 (IP: 10.255.255.2)" }, { @@ -115,7 +115,7 @@ "categories": [ "bgp" ], - "description": "Verifies the health of specific BGP peer(s).", + "description": "Verifies the health of specific BGP peer(s) for given address families.", "custom_field": "BGP IPv4 Unicast Peer: dc1-wan1 (IP: 10.255.255.1)" }, { @@ -124,7 +124,7 @@ "categories": [ "bgp" ], - "description": "Verifies the health of specific BGP peer(s).", + "description": "Verifies the health of specific BGP peer(s) for given address families.", "custom_field": "BGP IPv4 Unicast Peer: dc1-wan2 (IP: 10.255.255.5)" }, { @@ -133,7 +133,7 @@ "categories": [ "configuration" ], - "description": "Verifies there is no difference between the running-config and the startup-config" + "description": "Verifies there is no difference between the running-config and the startup-config." }, { "name": "dc1-leaf1a", @@ -141,7 +141,7 @@ "categories": [ "configuration" ], - "description": "Verifies ZeroTouch is disabled" + "description": "Verifies ZeroTouch is disabled." }, { "name": "dc1-leaf1a", @@ -149,7 +149,7 @@ "categories": [ "connectivity" ], - "description": "Verifies that the provided LLDP neighbors are connected properly.", + "description": "Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.", "custom_field": "Local: Ethernet1 - Remote: dc1-spine1 Ethernet1" }, { @@ -158,7 +158,7 @@ "categories": [ "connectivity" ], - "description": "Verifies that the provided LLDP neighbors are connected properly.", + "description": "Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.", "custom_field": "Local: Ethernet2 - Remote: dc1-spine2 Ethernet1" }, { @@ -167,7 +167,7 @@ "categories": [ "connectivity" ], - "description": "Verifies that the provided LLDP neighbors are connected properly.", + "description": "Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.", "custom_field": "Local: Ethernet3 - Remote: dc1-leaf1b Ethernet3" }, { @@ -176,7 +176,7 @@ "categories": [ "connectivity" ], - "description": "Verifies that the provided LLDP neighbors are connected properly.", + "description": "Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.", "custom_field": "Local: Ethernet4 - Remote: dc1-leaf1b Ethernet4" }, { @@ -185,7 +185,7 @@ "categories": [ "connectivity" ], - "description": "Verifies that the provided LLDP neighbors are connected properly.", + "description": "Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.", "custom_field": "Local: Ethernet6 - Remote: dc1-wan1 Ethernet1" }, { @@ -194,7 +194,7 @@ "categories": [ "connectivity" ], - "description": "Verifies that the provided LLDP neighbors are connected properly.", + "description": "Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.", "custom_field": "Local: Ethernet7 - Remote: dc1-wan2 Ethernet1" }, { @@ -203,7 +203,7 @@ "categories": [ "connectivity" ], - "description": "Verifies that the provided LLDP neighbors are connected properly.", + "description": "Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.", "custom_field": "Local: Ethernet8 - Remote: dc1-leaf1c Ethernet1" }, { @@ -212,7 +212,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.0.3) - Destination: dc1-leaf1a Loopback0 (IP: 10.255.0.3)" }, { @@ -221,7 +221,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.0.3) - Destination: dc1-leaf1b Loopback0 (IP: 10.255.0.4)" }, { @@ -230,7 +230,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.0.3) - Destination: dc1-leaf2a Loopback0 (IP: 10.255.0.5)" }, { @@ -239,7 +239,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.0.3) - Destination: dc1-spine1 Loopback0 (IP: 10.255.0.1)" }, { @@ -248,7 +248,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.0.3) - Destination: dc1-spine2 Loopback0 (IP: 10.255.0.2)" }, { @@ -257,7 +257,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.0.3) - Destination: dc1-svc-leaf1a Loopback0 (IP: 10.33.0.5)" }, { @@ -266,7 +266,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.0.3) - Destination: dc1-svc-leaf1b Loopback0 (IP: 10.33.0.6)" }, { @@ -275,7 +275,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.0.3) - Destination: dc1-wan1 Loopback0 (IP: 10.255.2.1)" }, { @@ -284,7 +284,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.0.3) - Destination: dc1-wan2 Loopback0 (IP: 10.255.2.2)" }, { @@ -293,7 +293,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.0.3) - Destination: dc2-leaf1a Loopback0 (IP: 10.255.128.13)" }, { @@ -302,7 +302,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.0.3) - Destination: dc2-leaf1b Loopback0 (IP: 10.255.128.14)" }, { @@ -311,7 +311,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.0.3) - Destination: dc2-leaf2a Loopback0 (IP: 10.255.128.15)" }, { @@ -320,7 +320,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.0.3) - Destination: dc2-leaf2b Loopback0 (IP: 10.255.128.16)" }, { @@ -329,7 +329,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.0.3) - Destination: dc2-leaf3a.arista.com Loopback0 (IP: 10.255.128.17)" }, { @@ -338,7 +338,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.0.3) - Destination: dc2-leaf3b.arista.com Loopback0 (IP: 10.255.128.18)" }, { @@ -347,7 +347,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.0.3) - Destination: dc2-spine1 Loopback0 (IP: 10.255.128.11)" }, { @@ -356,7 +356,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.0.3) - Destination: dc2-spine2 Loopback0 (IP: 10.255.128.12)" }, { @@ -365,7 +365,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: P2P Interface Ethernet1 (IP: 10.255.255.1) - Destination: dc1-spine1 Ethernet1 (IP: 10.255.255.0)" }, { @@ -374,7 +374,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: P2P Interface Ethernet2 (IP: 10.255.255.3) - Destination: dc1-spine2 Ethernet1 (IP: 10.255.255.2)" }, { @@ -383,7 +383,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: P2P Interface Ethernet6 (IP: 10.255.255.0) - Destination: dc1-wan1 Ethernet1 (IP: 10.255.255.1)" }, { @@ -392,7 +392,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: P2P Interface Ethernet7 (IP: 10.255.255.4) - Destination: dc1-wan2 Ethernet1 (IP: 10.255.255.5)" }, { @@ -417,7 +417,7 @@ "categories": [ "greent" ], - "description": "Verifies if a GreenT policy is created." + "description": "Verifies if a GreenT policy other than the default is created." }, { "name": "dc1-leaf1a", @@ -475,7 +475,7 @@ "categories": [ "hardware" ], - "description": "Verifies the system cooling status." + "description": "Verifies the device's system cooling status." }, { "name": "dc1-leaf1a", @@ -483,7 +483,7 @@ "categories": [ "hardware" ], - "description": "Verifies the device temperature." + "description": "Verifies if the device temperature is within acceptable limits." }, { "name": "dc1-leaf1a", @@ -491,7 +491,7 @@ "categories": [ "hardware" ], - "description": "Verifies the device temperature." + "description": "Verifies if the device temperature is within acceptable limits." }, { "name": "dc1-leaf1a", @@ -499,7 +499,7 @@ "categories": [ "hardware" ], - "description": "Verifies if all transceivers come from approved manufacturers." + "description": "Verifies if all the transceivers come from approved manufacturers." }, { "name": "dc1-leaf1a", @@ -507,7 +507,7 @@ "categories": [ "hardware" ], - "description": "Verifies if all transceivers come from approved manufacturers.", + "description": "Verifies if all the transceivers come from approved manufacturers.", "custom_field": "Accepted Manufacturers: 'Arastra, Inc.', 'Arista Networks', 'Generic', 'Not Present'" }, { @@ -516,7 +516,7 @@ "categories": [ "hardware" ], - "description": "Verifies the transceivers temperature." + "description": "Verifies if all the transceivers are operating at an acceptable temperature." }, { "name": "dc1-leaf1a", @@ -524,7 +524,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Ethernet1 - P2P_dc1-spine1_Ethernet1 = 'up'" }, { @@ -533,7 +533,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Ethernet2 - P2P_dc1-spine2_Ethernet1 = 'up'" }, { @@ -542,7 +542,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Ethernet3 - MLAG_dc1-leaf1b_Ethernet3 = 'up'" }, { @@ -551,7 +551,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Ethernet33 - WORKSTATION_dc1-leaf1-workstationNoLLDP_e1 = 'up'" }, { @@ -560,7 +560,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Ethernet4 - MLAG_dc1-leaf1b_Ethernet4 = 'up'" }, { @@ -569,7 +569,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Ethernet5 - SERVER_dc1-leaf1-server1_PCI1 = 'up'" }, { @@ -578,7 +578,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Ethernet6 - P2P_dc1-wan1_Ethernet1 = 'up'" }, { @@ -587,7 +587,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Ethernet7 - P2P_dc1-wan2_Ethernet1 = 'up'" }, { @@ -596,7 +596,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Ethernet8 - L2_dc1-leaf1c_Ethernet1 = 'up'" }, { @@ -605,7 +605,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Loopback0 - ROUTER_ID = 'up'" }, { @@ -614,7 +614,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Loopback1 - VXLAN_TUNNEL_SOURCE = 'up'" }, { @@ -623,7 +623,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Loopback10 - DIAG_VRF_VRF10 = 'up'" }, { @@ -632,7 +632,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Loopback11 - DIAG_VRF_VRF11 = 'up'" }, { @@ -641,7 +641,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Port-Channel3 - MLAG_dc1-leaf1b_Port-Channel3 = 'up'" }, { @@ -650,7 +650,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Port-Channel5 - PortChannel dc1-leaf1-server1 = 'up'" }, { @@ -659,7 +659,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Port-Channel8 - L2_dc1-leaf1c_Port-Channel1 = 'up'" }, { @@ -668,7 +668,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Vlan11 - VRF10_VLAN11 = 'up'" }, { @@ -677,7 +677,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Vlan12 - VRF10_VLAN12 = 'up'" }, { @@ -686,7 +686,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Vlan21 - VRF11_VLAN21 = 'up'" }, { @@ -695,7 +695,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Vlan22 - VRF11_VLAN22 = 'up'" }, { @@ -704,7 +704,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Vlan3009 - MLAG_L3_VRF_VRF10 = 'up'" }, { @@ -713,7 +713,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Vlan3010 - MLAG_L3_VRF_VRF11 = 'up'" }, { @@ -722,7 +722,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Vlan4085 - Inband Management = 'up'" }, { @@ -731,7 +731,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Vlan4093 - MLAG_L3 = 'up'" }, { @@ -740,7 +740,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Vlan4094 - MLAG = 'up'" }, { @@ -749,7 +749,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Vxlan1 = 'up'" }, { @@ -1127,7 +1127,7 @@ "categories": [ "security" ], - "description": "Verifies IPv4 security connections for a peer." + "description": "Verifies the IPv4 security connections." }, { "name": "dc1-leaf1a", @@ -1175,7 +1175,7 @@ "categories": [ "services" ], - "description": "Verifies if the DNS servers are correctly configured." + "description": "Verifies if the DNS (Domain Name Service) servers are correctly configured." }, { "name": "dc1-leaf1a", @@ -1247,7 +1247,7 @@ "categories": [ "stun" ], - "description": "Verifies the STUN client is configured with the specified IPv4 source address and port. Validate the public IP and port if provided." + "description": "(Deprecated) Verifies the translation for a source address on a STUN client." }, { "name": "dc1-leaf1a", @@ -1375,6 +1375,6 @@ "categories": [ "vxlan" ], - "description": "Verifies the VTEP peers of the Vxlan1 interface" + "description": "Verifies the VTEP peers of the Vxlan1 interface." } ] \ No newline at end of file diff --git a/ansible_collections/arista/avd/molecule/eos_validate_state/reports/test_results/dc1-leaf1b-results.json b/ansible_collections/arista/avd/molecule/eos_validate_state/reports/test_results/dc1-leaf1b-results.json index 88933d6ce2e..9fc008f3f41 100644 --- a/ansible_collections/arista/avd/molecule/eos_validate_state/reports/test_results/dc1-leaf1b-results.json +++ b/ansible_collections/arista/avd/molecule/eos_validate_state/reports/test_results/dc1-leaf1b-results.json @@ -61,7 +61,7 @@ "categories": [ "bgp" ], - "description": "Verifies the health of specific BGP peer(s).", + "description": "Verifies the health of specific BGP peer(s) for given address families.", "custom_field": "BGP EVPN Peer: dc1-spine1 (IP: 10.255.0.1)" }, { @@ -70,7 +70,7 @@ "categories": [ "bgp" ], - "description": "Verifies the health of specific BGP peer(s).", + "description": "Verifies the health of specific BGP peer(s) for given address families.", "custom_field": "BGP EVPN Peer: dc1-spine2 (IP: 10.255.0.2)" }, { @@ -79,7 +79,7 @@ "categories": [ "bgp" ], - "description": "Verifies the health of specific BGP peer(s).", + "description": "Verifies the health of specific BGP peer(s) for given address families.", "custom_field": "BGP IPv4 Unicast Peer: dc1-leaf1a (IP: 10.255.1.96)" }, { @@ -88,7 +88,7 @@ "categories": [ "bgp" ], - "description": "Verifies the health of specific BGP peer(s).", + "description": "Verifies the health of specific BGP peer(s) for given address families.", "custom_field": "BGP IPv4 Unicast Peer: dc1-spine1 (IP: 10.255.255.4)" }, { @@ -97,7 +97,7 @@ "categories": [ "bgp" ], - "description": "Verifies the health of specific BGP peer(s).", + "description": "Verifies the health of specific BGP peer(s) for given address families.", "custom_field": "BGP IPv4 Unicast Peer: dc1-spine2 (IP: 10.255.255.6)" }, { @@ -106,7 +106,7 @@ "categories": [ "bgp" ], - "description": "Verifies the health of specific BGP peer(s).", + "description": "Verifies the health of specific BGP peer(s) for given address families.", "custom_field": "BGP IPv4 Unicast Peer: dc1-wan1 (IP: 10.255.255.3)" }, { @@ -115,7 +115,7 @@ "categories": [ "bgp" ], - "description": "Verifies the health of specific BGP peer(s).", + "description": "Verifies the health of specific BGP peer(s) for given address families.", "custom_field": "BGP IPv4 Unicast Peer: dc1-wan2 (IP: 10.255.255.7)" }, { @@ -124,7 +124,7 @@ "categories": [ "configuration" ], - "description": "Verifies there is no difference between the running-config and the startup-config" + "description": "Verifies there is no difference between the running-config and the startup-config." }, { "name": "dc1-leaf1b", @@ -132,7 +132,7 @@ "categories": [ "configuration" ], - "description": "Verifies ZeroTouch is disabled" + "description": "Verifies ZeroTouch is disabled." }, { "name": "dc1-leaf1b", @@ -140,7 +140,7 @@ "categories": [ "connectivity" ], - "description": "Verifies that the provided LLDP neighbors are connected properly.", + "description": "Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.", "custom_field": "Local: Ethernet1 - Remote: dc1-spine1 Ethernet2" }, { @@ -149,7 +149,7 @@ "categories": [ "connectivity" ], - "description": "Verifies that the provided LLDP neighbors are connected properly.", + "description": "Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.", "custom_field": "Local: Ethernet2 - Remote: dc1-spine2 Ethernet2" }, { @@ -158,7 +158,7 @@ "categories": [ "connectivity" ], - "description": "Verifies that the provided LLDP neighbors are connected properly.", + "description": "Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.", "custom_field": "Local: Ethernet3 - Remote: dc1-leaf1a Ethernet3" }, { @@ -167,7 +167,7 @@ "categories": [ "connectivity" ], - "description": "Verifies that the provided LLDP neighbors are connected properly.", + "description": "Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.", "custom_field": "Local: Ethernet4 - Remote: dc1-leaf1a Ethernet4" }, { @@ -176,7 +176,7 @@ "categories": [ "connectivity" ], - "description": "Verifies that the provided LLDP neighbors are connected properly.", + "description": "Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.", "custom_field": "Local: Ethernet6 - Remote: dc1-wan1 Ethernet2" }, { @@ -185,7 +185,7 @@ "categories": [ "connectivity" ], - "description": "Verifies that the provided LLDP neighbors are connected properly.", + "description": "Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.", "custom_field": "Local: Ethernet7 - Remote: dc1-wan2 Ethernet2" }, { @@ -194,7 +194,7 @@ "categories": [ "connectivity" ], - "description": "Verifies that the provided LLDP neighbors are connected properly.", + "description": "Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.", "custom_field": "Local: Ethernet8 - Remote: dc1-leaf1c Ethernet2" }, { @@ -203,7 +203,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.0.4) - Destination: dc1-leaf1a Loopback0 (IP: 10.255.0.3)" }, { @@ -212,7 +212,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.0.4) - Destination: dc1-leaf1b Loopback0 (IP: 10.255.0.4)" }, { @@ -221,7 +221,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.0.4) - Destination: dc1-leaf2a Loopback0 (IP: 10.255.0.5)" }, { @@ -230,7 +230,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.0.4) - Destination: dc1-spine1 Loopback0 (IP: 10.255.0.1)" }, { @@ -239,7 +239,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.0.4) - Destination: dc1-spine2 Loopback0 (IP: 10.255.0.2)" }, { @@ -248,7 +248,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.0.4) - Destination: dc1-svc-leaf1a Loopback0 (IP: 10.33.0.5)" }, { @@ -257,7 +257,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.0.4) - Destination: dc1-svc-leaf1b Loopback0 (IP: 10.33.0.6)" }, { @@ -266,7 +266,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.0.4) - Destination: dc1-wan1 Loopback0 (IP: 10.255.2.1)" }, { @@ -275,7 +275,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.0.4) - Destination: dc1-wan2 Loopback0 (IP: 10.255.2.2)" }, { @@ -284,7 +284,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.0.4) - Destination: dc2-leaf1a Loopback0 (IP: 10.255.128.13)" }, { @@ -293,7 +293,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.0.4) - Destination: dc2-leaf1b Loopback0 (IP: 10.255.128.14)" }, { @@ -302,7 +302,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.0.4) - Destination: dc2-leaf2a Loopback0 (IP: 10.255.128.15)" }, { @@ -311,7 +311,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.0.4) - Destination: dc2-leaf2b Loopback0 (IP: 10.255.128.16)" }, { @@ -320,7 +320,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.0.4) - Destination: dc2-leaf3a.arista.com Loopback0 (IP: 10.255.128.17)" }, { @@ -329,7 +329,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.0.4) - Destination: dc2-leaf3b.arista.com Loopback0 (IP: 10.255.128.18)" }, { @@ -338,7 +338,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.0.4) - Destination: dc2-spine1 Loopback0 (IP: 10.255.128.11)" }, { @@ -347,7 +347,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.0.4) - Destination: dc2-spine2 Loopback0 (IP: 10.255.128.12)" }, { @@ -356,7 +356,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: P2P Interface Ethernet1 (IP: 10.255.255.5) - Destination: dc1-spine1 Ethernet2 (IP: 10.255.255.4)" }, { @@ -365,7 +365,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: P2P Interface Ethernet2 (IP: 10.255.255.7) - Destination: dc1-spine2 Ethernet2 (IP: 10.255.255.6)" }, { @@ -374,7 +374,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: P2P Interface Ethernet6 (IP: 10.255.255.2) - Destination: dc1-wan1 Ethernet2 (IP: 10.255.255.3)" }, { @@ -383,7 +383,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: P2P Interface Ethernet7 (IP: 10.255.255.6) - Destination: dc1-wan2 Ethernet2 (IP: 10.255.255.7)" }, { @@ -408,7 +408,7 @@ "categories": [ "greent" ], - "description": "Verifies if a GreenT policy is created." + "description": "Verifies if a GreenT policy other than the default is created." }, { "name": "dc1-leaf1b", @@ -466,7 +466,7 @@ "categories": [ "hardware" ], - "description": "Verifies the system cooling status." + "description": "Verifies the device's system cooling status." }, { "name": "dc1-leaf1b", @@ -474,7 +474,7 @@ "categories": [ "hardware" ], - "description": "Verifies the device temperature." + "description": "Verifies if the device temperature is within acceptable limits." }, { "name": "dc1-leaf1b", @@ -482,7 +482,7 @@ "categories": [ "hardware" ], - "description": "Verifies the device temperature." + "description": "Verifies if the device temperature is within acceptable limits." }, { "name": "dc1-leaf1b", @@ -490,7 +490,7 @@ "categories": [ "hardware" ], - "description": "Verifies if all transceivers come from approved manufacturers." + "description": "Verifies if all the transceivers come from approved manufacturers." }, { "name": "dc1-leaf1b", @@ -498,7 +498,7 @@ "categories": [ "hardware" ], - "description": "Verifies if all transceivers come from approved manufacturers.", + "description": "Verifies if all the transceivers come from approved manufacturers.", "custom_field": "Accepted Manufacturers: 'Arista Networks', 'Arastra, Inc.', 'Not Present'" }, { @@ -507,7 +507,7 @@ "categories": [ "hardware" ], - "description": "Verifies the transceivers temperature." + "description": "Verifies if all the transceivers are operating at an acceptable temperature." }, { "name": "dc1-leaf1b", @@ -515,7 +515,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Ethernet1 - P2P_dc1-spine1_Ethernet2 = 'up'" }, { @@ -524,7 +524,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Ethernet2 - P2P_dc1-spine2_Ethernet2 = 'up'" }, { @@ -533,7 +533,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Ethernet3 - MLAG_dc1-leaf1a_Ethernet3 = 'up'" }, { @@ -542,7 +542,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Ethernet4 - MLAG_dc1-leaf1a_Ethernet4 = 'up'" }, { @@ -551,7 +551,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Ethernet5 - SERVER_dc1-leaf1-server1_PCI2 = 'up'" }, { @@ -560,7 +560,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Ethernet6 - P2P_dc1-wan1_Ethernet2 = 'up'" }, { @@ -569,7 +569,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Ethernet7 - P2P_dc1-wan2_Ethernet2 = 'up'" }, { @@ -578,7 +578,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Ethernet8 - L2_dc1-leaf1c_Ethernet2 = 'up'" }, { @@ -587,7 +587,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Loopback0 - ROUTER_ID = 'up'" }, { @@ -596,7 +596,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Loopback1 - VXLAN_TUNNEL_SOURCE = 'up'" }, { @@ -605,7 +605,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Loopback10 - DIAG_VRF_VRF10 = 'up'" }, { @@ -614,7 +614,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Loopback11 - DIAG_VRF_VRF11 = 'up'" }, { @@ -623,7 +623,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Port-Channel3 - MLAG_dc1-leaf1a_Port-Channel3 = 'up'" }, { @@ -632,7 +632,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Port-Channel5 - PortChannel dc1-leaf1-server1 = 'up'" }, { @@ -641,7 +641,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Port-Channel8 - L2_dc1-leaf1c_Port-Channel1 = 'up'" }, { @@ -650,7 +650,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Vlan11 - VRF10_VLAN11 = 'up'" }, { @@ -659,7 +659,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Vlan12 - VRF10_VLAN12 = 'up'" }, { @@ -668,7 +668,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Vlan21 - VRF11_VLAN21 = 'up'" }, { @@ -677,7 +677,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Vlan22 - VRF11_VLAN22 = 'up'" }, { @@ -686,7 +686,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Vlan3009 - MLAG_L3_VRF_VRF10 = 'up'" }, { @@ -695,7 +695,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Vlan3010 - MLAG_L3_VRF_VRF11 = 'up'" }, { @@ -704,7 +704,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Vlan4085 - Inband Management = 'up'" }, { @@ -713,7 +713,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Vlan4093 - MLAG_L3 = 'up'" }, { @@ -722,7 +722,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Vlan4094 - MLAG = 'up'" }, { @@ -731,7 +731,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Vxlan1 = 'up'" }, { @@ -1093,7 +1093,7 @@ "categories": [ "security" ], - "description": "Verifies IPv4 security connections for a peer." + "description": "Verifies the IPv4 security connections." }, { "name": "dc1-leaf1b", @@ -1141,7 +1141,7 @@ "categories": [ "services" ], - "description": "Verifies if the DNS servers are correctly configured." + "description": "Verifies if the DNS (Domain Name Service) servers are correctly configured." }, { "name": "dc1-leaf1b", @@ -1205,7 +1205,7 @@ "categories": [ "stun" ], - "description": "Verifies the STUN client is configured with the specified IPv4 source address and port. Validate the public IP and port if provided." + "description": "(Deprecated) Verifies the translation for a source address on a STUN client." }, { "name": "dc1-leaf1b", diff --git a/ansible_collections/arista/avd/molecule/eos_validate_state/reports/test_results/dc1-leaf1c-results.json b/ansible_collections/arista/avd/molecule/eos_validate_state/reports/test_results/dc1-leaf1c-results.json index a6757bfe4bb..cac4eeb5762 100644 --- a/ansible_collections/arista/avd/molecule/eos_validate_state/reports/test_results/dc1-leaf1c-results.json +++ b/ansible_collections/arista/avd/molecule/eos_validate_state/reports/test_results/dc1-leaf1c-results.json @@ -61,7 +61,7 @@ "categories": [ "configuration" ], - "description": "Verifies there is no difference between the running-config and the startup-config" + "description": "Verifies there is no difference between the running-config and the startup-config." }, { "name": "dc1-leaf1c", @@ -69,7 +69,7 @@ "categories": [ "configuration" ], - "description": "Verifies ZeroTouch is disabled" + "description": "Verifies ZeroTouch is disabled." }, { "name": "dc1-leaf1c", @@ -77,7 +77,7 @@ "categories": [ "connectivity" ], - "description": "Verifies that the provided LLDP neighbors are connected properly.", + "description": "Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.", "custom_field": "Local: Ethernet1 - Remote: dc1-leaf1a Ethernet8" }, { @@ -86,7 +86,7 @@ "categories": [ "connectivity" ], - "description": "Verifies that the provided LLDP neighbors are connected properly.", + "description": "Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.", "custom_field": "Local: Ethernet2 - Remote: dc1-leaf1b Ethernet8" }, { @@ -95,7 +95,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.4) - Destination: dc1-leaf1a Loopback0 (IP: 10.255.0.3)" }, { @@ -104,7 +104,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.4) - Destination: dc1-leaf1b Loopback0 (IP: 10.255.0.4)" }, { @@ -113,7 +113,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.4) - Destination: dc1-leaf2a Loopback0 (IP: 10.255.0.5)" }, { @@ -122,7 +122,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.4) - Destination: dc1-spine1 Loopback0 (IP: 10.255.0.1)" }, { @@ -131,7 +131,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.4) - Destination: dc1-spine2 Loopback0 (IP: 10.255.0.2)" }, { @@ -140,7 +140,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.4) - Destination: dc1-svc-leaf1a Loopback0 (IP: 10.33.0.5)" }, { @@ -149,7 +149,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.4) - Destination: dc1-svc-leaf1b Loopback0 (IP: 10.33.0.6)" }, { @@ -158,7 +158,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.4) - Destination: dc1-wan1 Loopback0 (IP: 10.255.2.1)" }, { @@ -167,7 +167,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.4) - Destination: dc1-wan2 Loopback0 (IP: 10.255.2.2)" }, { @@ -176,7 +176,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.4) - Destination: dc2-leaf1a Loopback0 (IP: 10.255.128.13)" }, { @@ -185,7 +185,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.4) - Destination: dc2-leaf1b Loopback0 (IP: 10.255.128.14)" }, { @@ -194,7 +194,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.4) - Destination: dc2-leaf2a Loopback0 (IP: 10.255.128.15)" }, { @@ -203,7 +203,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.4) - Destination: dc2-leaf2b Loopback0 (IP: 10.255.128.16)" }, { @@ -212,7 +212,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.4) - Destination: dc2-leaf3a.arista.com Loopback0 (IP: 10.255.128.17)" }, { @@ -221,7 +221,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.4) - Destination: dc2-leaf3b.arista.com Loopback0 (IP: 10.255.128.18)" }, { @@ -230,7 +230,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.4) - Destination: dc2-spine1 Loopback0 (IP: 10.255.128.11)" }, { @@ -239,7 +239,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.4) - Destination: dc2-spine2 Loopback0 (IP: 10.255.128.12)" }, { @@ -264,7 +264,7 @@ "categories": [ "greent" ], - "description": "Verifies if a GreenT policy is created." + "description": "Verifies if a GreenT policy other than the default is created." }, { "name": "dc1-leaf1c", @@ -322,7 +322,7 @@ "categories": [ "hardware" ], - "description": "Verifies the system cooling status." + "description": "Verifies the device's system cooling status." }, { "name": "dc1-leaf1c", @@ -330,7 +330,7 @@ "categories": [ "hardware" ], - "description": "Verifies the device temperature." + "description": "Verifies if the device temperature is within acceptable limits." }, { "name": "dc1-leaf1c", @@ -338,7 +338,7 @@ "categories": [ "hardware" ], - "description": "Verifies the device temperature." + "description": "Verifies if the device temperature is within acceptable limits." }, { "name": "dc1-leaf1c", @@ -346,7 +346,7 @@ "categories": [ "hardware" ], - "description": "Verifies if all transceivers come from approved manufacturers." + "description": "Verifies if all the transceivers come from approved manufacturers." }, { "name": "dc1-leaf1c", @@ -354,7 +354,7 @@ "categories": [ "hardware" ], - "description": "Verifies if all transceivers come from approved manufacturers.", + "description": "Verifies if all the transceivers come from approved manufacturers.", "custom_field": "Accepted Manufacturers: 'Arista Networks', 'Arastra, Inc.', 'Not Present'" }, { @@ -363,7 +363,7 @@ "categories": [ "hardware" ], - "description": "Verifies the transceivers temperature." + "description": "Verifies if all the transceivers are operating at an acceptable temperature." }, { "name": "dc1-leaf1c", @@ -371,7 +371,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Ethernet1 - L2_dc1-leaf1a_Ethernet8 = 'up'" }, { @@ -380,7 +380,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Ethernet2 - L2_dc1-leaf1b_Ethernet8 = 'up'" }, { @@ -389,7 +389,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Ethernet5 - SERVER_dc1-leaf1-server1_iLO = 'up'" }, { @@ -398,7 +398,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Port-Channel1 - L2_DC1_L3_LEAF1_Port-Channel8 = 'up'" }, { @@ -407,7 +407,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Vlan4085 - L2LEAF_INBAND_MGMT = 'up'" }, { @@ -545,7 +545,7 @@ "categories": [ "security" ], - "description": "Verifies IPv4 security connections for a peer." + "description": "Verifies the IPv4 security connections." }, { "name": "dc1-leaf1c", @@ -593,7 +593,7 @@ "categories": [ "services" ], - "description": "Verifies if the DNS servers are correctly configured." + "description": "Verifies if the DNS (Domain Name Service) servers are correctly configured." }, { "name": "dc1-leaf1c", @@ -657,7 +657,7 @@ "categories": [ "stun" ], - "description": "Verifies the STUN client is configured with the specified IPv4 source address and port. Validate the public IP and port if provided." + "description": "(Deprecated) Verifies the translation for a source address on a STUN client." }, { "name": "dc1-leaf1c", diff --git a/ansible_collections/arista/avd/molecule/eos_validate_state/reports/test_results/dc1-leaf2a-results.json b/ansible_collections/arista/avd/molecule/eos_validate_state/reports/test_results/dc1-leaf2a-results.json index 59b4979374b..e9a2a2709b0 100644 --- a/ansible_collections/arista/avd/molecule/eos_validate_state/reports/test_results/dc1-leaf2a-results.json +++ b/ansible_collections/arista/avd/molecule/eos_validate_state/reports/test_results/dc1-leaf2a-results.json @@ -61,7 +61,7 @@ "categories": [ "bgp" ], - "description": "Verifies the health of specific BGP peer(s).", + "description": "Verifies the health of specific BGP peer(s) for given address families.", "custom_field": "BGP EVPN Peer: dc1-spine1 (IP: 10.255.0.1)" }, { @@ -70,7 +70,7 @@ "categories": [ "bgp" ], - "description": "Verifies the health of specific BGP peer(s).", + "description": "Verifies the health of specific BGP peer(s) for given address families.", "custom_field": "BGP EVPN Peer: dc1-spine2 (IP: 10.255.0.2)" }, { @@ -79,7 +79,7 @@ "categories": [ "bgp" ], - "description": "Verifies the health of specific BGP peer(s).", + "description": "Verifies the health of specific BGP peer(s) for given address families.", "custom_field": "BGP EVPN Peer: dc2-leaf2a (IP: 10.255.128.15)" }, { @@ -88,7 +88,7 @@ "categories": [ "bgp" ], - "description": "Verifies the health of specific BGP peer(s).", + "description": "Verifies the health of specific BGP peer(s) for given address families.", "custom_field": "BGP IPv4 Unicast Peer: dc1-spine1 (IP: 10.255.255.8)" }, { @@ -97,7 +97,7 @@ "categories": [ "bgp" ], - "description": "Verifies the health of specific BGP peer(s).", + "description": "Verifies the health of specific BGP peer(s) for given address families.", "custom_field": "BGP IPv4 Unicast Peer: dc1-spine2 (IP: 10.255.255.10)" }, { @@ -106,7 +106,7 @@ "categories": [ "bgp" ], - "description": "Verifies the health of specific BGP peer(s).", + "description": "Verifies the health of specific BGP peer(s) for given address families.", "custom_field": "BGP IPv4 Unicast Peer: dc2-leaf2a (IP: 192.168.100.1)" }, { @@ -115,7 +115,7 @@ "categories": [ "configuration" ], - "description": "Verifies there is no difference between the running-config and the startup-config" + "description": "Verifies there is no difference between the running-config and the startup-config." }, { "name": "dc1-leaf2a", @@ -123,7 +123,7 @@ "categories": [ "configuration" ], - "description": "Verifies ZeroTouch is disabled" + "description": "Verifies ZeroTouch is disabled." }, { "name": "dc1-leaf2a", @@ -131,7 +131,7 @@ "categories": [ "connectivity" ], - "description": "Verifies that the provided LLDP neighbors are connected properly.", + "description": "Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.", "custom_field": "Local: Ethernet1 - Remote: dc1-spine1 Ethernet3" }, { @@ -140,7 +140,7 @@ "categories": [ "connectivity" ], - "description": "Verifies that the provided LLDP neighbors are connected properly.", + "description": "Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.", "custom_field": "Local: Ethernet2 - Remote: dc1-spine2 Ethernet3" }, { @@ -149,7 +149,7 @@ "categories": [ "connectivity" ], - "description": "Verifies that the provided LLDP neighbors are connected properly.", + "description": "Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.", "custom_field": "Local: Ethernet6 - Remote: dc2-leaf2a Ethernet6" }, { @@ -158,7 +158,7 @@ "categories": [ "connectivity" ], - "description": "Verifies that the provided LLDP neighbors are connected properly.", + "description": "Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.", "custom_field": "Local: Ethernet8 - Remote: dc1-leaf2c Ethernet1" }, { @@ -167,7 +167,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.0.5) - Destination: dc1-leaf1a Loopback0 (IP: 10.255.0.3)" }, { @@ -176,7 +176,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.0.5) - Destination: dc1-leaf1b Loopback0 (IP: 10.255.0.4)" }, { @@ -185,7 +185,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.0.5) - Destination: dc1-leaf2a Loopback0 (IP: 10.255.0.5)" }, { @@ -194,7 +194,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.0.5) - Destination: dc1-spine1 Loopback0 (IP: 10.255.0.1)" }, { @@ -203,7 +203,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.0.5) - Destination: dc1-spine2 Loopback0 (IP: 10.255.0.2)" }, { @@ -212,7 +212,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.0.5) - Destination: dc1-svc-leaf1a Loopback0 (IP: 10.33.0.5)" }, { @@ -221,7 +221,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.0.5) - Destination: dc1-svc-leaf1b Loopback0 (IP: 10.33.0.6)" }, { @@ -230,7 +230,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.0.5) - Destination: dc1-wan1 Loopback0 (IP: 10.255.2.1)" }, { @@ -239,7 +239,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.0.5) - Destination: dc1-wan2 Loopback0 (IP: 10.255.2.2)" }, { @@ -248,7 +248,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.0.5) - Destination: dc2-leaf1a Loopback0 (IP: 10.255.128.13)" }, { @@ -257,7 +257,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.0.5) - Destination: dc2-leaf1b Loopback0 (IP: 10.255.128.14)" }, { @@ -266,7 +266,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.0.5) - Destination: dc2-leaf2a Loopback0 (IP: 10.255.128.15)" }, { @@ -275,7 +275,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.0.5) - Destination: dc2-leaf2b Loopback0 (IP: 10.255.128.16)" }, { @@ -284,7 +284,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.0.5) - Destination: dc2-leaf3a.arista.com Loopback0 (IP: 10.255.128.17)" }, { @@ -293,7 +293,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.0.5) - Destination: dc2-leaf3b.arista.com Loopback0 (IP: 10.255.128.18)" }, { @@ -302,7 +302,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.0.5) - Destination: dc2-spine1 Loopback0 (IP: 10.255.128.11)" }, { @@ -311,7 +311,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.0.5) - Destination: dc2-spine2 Loopback0 (IP: 10.255.128.12)" }, { @@ -320,7 +320,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: P2P Interface Ethernet1 (IP: 10.255.255.9) - Destination: dc1-spine1 Ethernet3 (IP: 10.255.255.8)" }, { @@ -329,7 +329,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: P2P Interface Ethernet2 (IP: 10.255.255.11) - Destination: dc1-spine2 Ethernet3 (IP: 10.255.255.10)" }, { @@ -338,7 +338,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: P2P Interface Ethernet6 (IP: 192.168.100.0) - Destination: dc2-leaf2a Ethernet6 (IP: 192.168.100.1)" }, { @@ -363,7 +363,7 @@ "categories": [ "greent" ], - "description": "Verifies if a GreenT policy is created." + "description": "Verifies if a GreenT policy other than the default is created." }, { "name": "dc1-leaf2a", @@ -421,7 +421,7 @@ "categories": [ "hardware" ], - "description": "Verifies the system cooling status." + "description": "Verifies the device's system cooling status." }, { "name": "dc1-leaf2a", @@ -429,7 +429,7 @@ "categories": [ "hardware" ], - "description": "Verifies the device temperature." + "description": "Verifies if the device temperature is within acceptable limits." }, { "name": "dc1-leaf2a", @@ -437,7 +437,7 @@ "categories": [ "hardware" ], - "description": "Verifies the device temperature." + "description": "Verifies if the device temperature is within acceptable limits." }, { "name": "dc1-leaf2a", @@ -445,7 +445,7 @@ "categories": [ "hardware" ], - "description": "Verifies if all transceivers come from approved manufacturers." + "description": "Verifies if all the transceivers come from approved manufacturers." }, { "name": "dc1-leaf2a", @@ -453,7 +453,7 @@ "categories": [ "hardware" ], - "description": "Verifies if all transceivers come from approved manufacturers.", + "description": "Verifies if all the transceivers come from approved manufacturers.", "custom_field": "Accepted Manufacturers: 'Arista Networks', 'Arastra, Inc.', 'Not Present'" }, { @@ -462,7 +462,7 @@ "categories": [ "hardware" ], - "description": "Verifies the transceivers temperature." + "description": "Verifies if all the transceivers are operating at an acceptable temperature." }, { "name": "dc1-leaf2a", @@ -470,7 +470,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Ethernet1 - P2P_dc1-spine1_Ethernet3 = 'up'" }, { @@ -479,7 +479,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Ethernet2 - P2P_dc1-spine2_Ethernet3 = 'up'" }, { @@ -488,7 +488,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Ethernet3 - MLAG_dc1-leaf2b_Ethernet3 = 'up'" }, { @@ -497,7 +497,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Ethernet4 - MLAG_dc1-leaf2b_Ethernet4 = 'up'" }, { @@ -506,7 +506,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Ethernet5 - SERVER_dc1-leaf2-server1_PCI1 = 'up'" }, { @@ -515,7 +515,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Ethernet6 - P2P_dc2-leaf2a_Ethernet6 = 'up'" }, { @@ -524,7 +524,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Ethernet8 - L2_dc1-leaf2c_Ethernet1 = 'up'" }, { @@ -533,7 +533,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Loopback0 - ROUTER_ID = 'up'" }, { @@ -542,7 +542,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Loopback1 - VXLAN_TUNNEL_SOURCE = 'up'" }, { @@ -551,7 +551,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Loopback10 - DIAG_VRF_VRF10 = 'up'" }, { @@ -560,7 +560,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Loopback11 - DIAG_VRF_VRF11 = 'up'" }, { @@ -569,7 +569,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Port-Channel3 - MLAG_dc1-leaf2b_Port-Channel3 = 'up'" }, { @@ -578,7 +578,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Port-Channel5 - SERVER_dc1-leaf2-server1_PortChannel dc1-leaf2-server1 = 'up'" }, { @@ -587,7 +587,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Port-Channel8 - L2_dc1-leaf2c_Port-Channel1 = 'up'" }, { @@ -596,7 +596,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Vlan11 - VRF10_VLAN11 = 'up'" }, { @@ -605,7 +605,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Vlan12 - VRF10_VLAN12 = 'up'" }, { @@ -614,7 +614,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Vlan21 - VRF11_VLAN21 = 'up'" }, { @@ -623,7 +623,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Vlan22 - VRF11_VLAN22 = 'up'" }, { @@ -632,7 +632,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Vlan3009 - MLAG_L3_VRF_VRF10 = 'up'" }, { @@ -641,7 +641,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Vlan3010 - MLAG_L3_VRF_VRF11 = 'up'" }, { @@ -650,7 +650,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Vlan4085 - Inband Management = 'up'" }, { @@ -659,7 +659,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Vlan4093 - MLAG_L3 = 'up'" }, { @@ -668,7 +668,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Vlan4094 - MLAG = 'up'" }, { @@ -677,7 +677,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Vxlan1 = 'up'" }, { @@ -1055,7 +1055,7 @@ "categories": [ "security" ], - "description": "Verifies IPv4 security connections for a peer." + "description": "Verifies the IPv4 security connections." }, { "name": "dc1-leaf2a", @@ -1103,7 +1103,7 @@ "categories": [ "services" ], - "description": "Verifies if the DNS servers are correctly configured." + "description": "Verifies if the DNS (Domain Name Service) servers are correctly configured." }, { "name": "dc1-leaf2a", @@ -1175,7 +1175,7 @@ "categories": [ "stun" ], - "description": "Verifies the STUN client is configured with the specified IPv4 source address and port. Validate the public IP and port if provided." + "description": "(Deprecated) Verifies the translation for a source address on a STUN client." }, { "name": "dc1-leaf2a", diff --git a/ansible_collections/arista/avd/molecule/eos_validate_state/reports/test_results/dc1-leaf2c-results.json b/ansible_collections/arista/avd/molecule/eos_validate_state/reports/test_results/dc1-leaf2c-results.json index 90100ade827..e3529d305ec 100644 --- a/ansible_collections/arista/avd/molecule/eos_validate_state/reports/test_results/dc1-leaf2c-results.json +++ b/ansible_collections/arista/avd/molecule/eos_validate_state/reports/test_results/dc1-leaf2c-results.json @@ -61,7 +61,7 @@ "categories": [ "configuration" ], - "description": "Verifies there is no difference between the running-config and the startup-config" + "description": "Verifies there is no difference between the running-config and the startup-config." }, { "name": "dc1-leaf2c", @@ -69,7 +69,7 @@ "categories": [ "configuration" ], - "description": "Verifies ZeroTouch is disabled" + "description": "Verifies ZeroTouch is disabled." }, { "name": "dc1-leaf2c", @@ -77,7 +77,7 @@ "categories": [ "connectivity" ], - "description": "Verifies that the provided LLDP neighbors are connected properly.", + "description": "Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.", "custom_field": "Local: Ethernet1 - Remote: dc1-leaf2a Ethernet8" }, { @@ -86,7 +86,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.5) - Destination: dc1-leaf1a Loopback0 (IP: 10.255.0.3)" }, { @@ -95,7 +95,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.5) - Destination: dc1-leaf1b Loopback0 (IP: 10.255.0.4)" }, { @@ -104,7 +104,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.5) - Destination: dc1-leaf2a Loopback0 (IP: 10.255.0.5)" }, { @@ -113,7 +113,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.5) - Destination: dc1-spine1 Loopback0 (IP: 10.255.0.1)" }, { @@ -122,7 +122,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.5) - Destination: dc1-spine2 Loopback0 (IP: 10.255.0.2)" }, { @@ -131,7 +131,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.5) - Destination: dc1-svc-leaf1a Loopback0 (IP: 10.33.0.5)" }, { @@ -140,7 +140,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.5) - Destination: dc1-svc-leaf1b Loopback0 (IP: 10.33.0.6)" }, { @@ -149,7 +149,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.5) - Destination: dc1-wan1 Loopback0 (IP: 10.255.2.1)" }, { @@ -158,7 +158,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.5) - Destination: dc1-wan2 Loopback0 (IP: 10.255.2.2)" }, { @@ -167,7 +167,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.5) - Destination: dc2-leaf1a Loopback0 (IP: 10.255.128.13)" }, { @@ -176,7 +176,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.5) - Destination: dc2-leaf1b Loopback0 (IP: 10.255.128.14)" }, { @@ -185,7 +185,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.5) - Destination: dc2-leaf2a Loopback0 (IP: 10.255.128.15)" }, { @@ -194,7 +194,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.5) - Destination: dc2-leaf2b Loopback0 (IP: 10.255.128.16)" }, { @@ -203,7 +203,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.5) - Destination: dc2-leaf3a.arista.com Loopback0 (IP: 10.255.128.17)" }, { @@ -212,7 +212,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.5) - Destination: dc2-leaf3b.arista.com Loopback0 (IP: 10.255.128.18)" }, { @@ -221,7 +221,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.5) - Destination: dc2-spine1 Loopback0 (IP: 10.255.128.11)" }, { @@ -230,7 +230,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Inband MGMT SVI Vlan4085 (IP: 172.21.110.5) - Destination: dc2-spine2 Loopback0 (IP: 10.255.128.12)" }, { @@ -255,7 +255,7 @@ "categories": [ "greent" ], - "description": "Verifies if a GreenT policy is created." + "description": "Verifies if a GreenT policy other than the default is created." }, { "name": "dc1-leaf2c", @@ -313,7 +313,7 @@ "categories": [ "hardware" ], - "description": "Verifies the system cooling status." + "description": "Verifies the device's system cooling status." }, { "name": "dc1-leaf2c", @@ -321,7 +321,7 @@ "categories": [ "hardware" ], - "description": "Verifies the device temperature." + "description": "Verifies if the device temperature is within acceptable limits." }, { "name": "dc1-leaf2c", @@ -329,7 +329,7 @@ "categories": [ "hardware" ], - "description": "Verifies the device temperature." + "description": "Verifies if the device temperature is within acceptable limits." }, { "name": "dc1-leaf2c", @@ -337,7 +337,7 @@ "categories": [ "hardware" ], - "description": "Verifies if all transceivers come from approved manufacturers." + "description": "Verifies if all the transceivers come from approved manufacturers." }, { "name": "dc1-leaf2c", @@ -345,7 +345,7 @@ "categories": [ "hardware" ], - "description": "Verifies if all transceivers come from approved manufacturers.", + "description": "Verifies if all the transceivers come from approved manufacturers.", "custom_field": "Accepted Manufacturers: 'Arista Networks', 'Arastra, Inc.', 'Not Present'" }, { @@ -354,7 +354,7 @@ "categories": [ "hardware" ], - "description": "Verifies the transceivers temperature." + "description": "Verifies if all the transceivers are operating at an acceptable temperature." }, { "name": "dc1-leaf2c", @@ -362,7 +362,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Ethernet1 - L2_dc1-leaf2a_Ethernet8 = 'up'" }, { @@ -371,7 +371,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Ethernet2 - L2_dc1-leaf2b_Ethernet8 = 'adminDown'" }, { @@ -380,7 +380,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Ethernet5 - SERVER_dc1-leaf2-server1_iLO = 'up'" }, { @@ -389,7 +389,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Port-Channel1 - L2_DC1_L3_LEAF2_Port-Channel8 = 'up'" }, { @@ -398,7 +398,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Vlan4085 - L2LEAF_INBAND_MGMT = 'up'" }, { @@ -407,7 +407,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Vxlan1 = 'up'" }, { @@ -752,7 +752,7 @@ "categories": [ "security" ], - "description": "Verifies IPv4 security connections for a peer." + "description": "Verifies the IPv4 security connections." }, { "name": "dc1-leaf2c", @@ -800,7 +800,7 @@ "categories": [ "services" ], - "description": "Verifies if the DNS servers are correctly configured." + "description": "Verifies if the DNS (Domain Name Service) servers are correctly configured." }, { "name": "dc1-leaf2c", @@ -864,7 +864,7 @@ "categories": [ "stun" ], - "description": "Verifies the STUN client is configured with the specified IPv4 source address and port. Validate the public IP and port if provided." + "description": "(Deprecated) Verifies the translation for a source address on a STUN client." }, { "name": "dc1-leaf2c", diff --git a/ansible_collections/arista/avd/molecule/eos_validate_state/reports/test_results/dc1-spine1-results.json b/ansible_collections/arista/avd/molecule/eos_validate_state/reports/test_results/dc1-spine1-results.json index ba1e85f4725..474f7977442 100644 --- a/ansible_collections/arista/avd/molecule/eos_validate_state/reports/test_results/dc1-spine1-results.json +++ b/ansible_collections/arista/avd/molecule/eos_validate_state/reports/test_results/dc1-spine1-results.json @@ -61,7 +61,7 @@ "categories": [ "bfd" ], - "description": "Verifies the health of all IPv4 BFD peers." + "description": "Verifies the health of IPv4 BFD peers across all VRFs." }, { "name": "dc1-spine1", @@ -69,7 +69,7 @@ "categories": [ "bfd" ], - "description": "Verifies the timers of the IPv4 BFD peers in the specified VRF." + "description": "Verifies the timers of IPv4 BFD peer sessions." }, { "name": "dc1-spine1", @@ -77,7 +77,7 @@ "categories": [ "bfd" ], - "description": "Verifies the IPv4 BFD peer's sessions and remote disc in the specified VRF." + "description": "Verifies the state of IPv4 BFD peer sessions." }, { "name": "dc1-spine1", @@ -85,7 +85,7 @@ "categories": [ "bgp" ], - "description": "Verifies the advertised communities of a BGP peer." + "description": "Verifies that advertised communities are standard, extended and large for BGP peers." }, { "name": "dc1-spine1", @@ -101,7 +101,7 @@ "categories": [ "bgp" ], - "description": "Verifies the four octet asn capabilities of a BGP peer." + "description": "Verifies the four octet ASN capability of BGP peers." }, { "name": "dc1-spine1", @@ -109,7 +109,7 @@ "categories": [ "bgp" ], - "description": "Verifies the count of BGP peers." + "description": "Verifies the count of BGP peers for given address families." }, { "name": "dc1-spine1", @@ -117,7 +117,7 @@ "categories": [ "bgp" ], - "description": "Verifies the MD5 authentication and state of a BGP peer." + "description": "Verifies the MD5 authentication and state of IPv4 BGP peers in a specified VRF." }, { "name": "dc1-spine1", @@ -125,7 +125,7 @@ "categories": [ "bgp" ], - "description": "Verifies the multiprotocol capabilities of a BGP peer." + "description": "Verifies the multiprotocol capabilities of BGP peers." }, { "name": "dc1-spine1", @@ -133,7 +133,7 @@ "categories": [ "bgp" ], - "description": "Verifies the route refresh capabilities of a BGP peer." + "description": "Verifies the route refresh capabilities of a BGP peer in a specified VRF." }, { "name": "dc1-spine1", @@ -141,7 +141,7 @@ "categories": [ "bgp" ], - "description": "Verifies the health of BGP peers" + "description": "Verifies the health of BGP peers for given address families." }, { "name": "dc1-spine1", @@ -149,7 +149,7 @@ "categories": [ "bgp" ], - "description": "Verifies the health of specific BGP peer(s)." + "description": "Verifies the health of specific BGP peer(s) for given address families." }, { "name": "dc1-spine1", @@ -157,7 +157,7 @@ "categories": [ "bgp" ], - "description": "Verifies the timers of a BGP peer." + "description": "Verifies the timers of BGP peers." }, { "name": "dc1-spine1", @@ -173,7 +173,7 @@ "categories": [ "configuration" ], - "description": "Verifies there is no difference between the running-config and the startup-config" + "description": "Verifies there is no difference between the running-config and the startup-config." }, { "name": "dc1-spine1", @@ -181,7 +181,7 @@ "categories": [ "configuration" ], - "description": "Verifies ZeroTouch is disabled" + "description": "Verifies ZeroTouch is disabled." }, { "name": "dc1-spine1", @@ -189,7 +189,7 @@ "categories": [ "connectivity" ], - "description": "Verifies that the provided LLDP neighbors are connected properly.", + "description": "Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.", "custom_field": "Local: Ethernet1 - Remote: dc1-leaf1a Ethernet1" }, { @@ -198,7 +198,7 @@ "categories": [ "connectivity" ], - "description": "Verifies that the provided LLDP neighbors are connected properly.", + "description": "Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.", "custom_field": "Local: Ethernet2 - Remote: dc1-leaf1b Ethernet1" }, { @@ -207,7 +207,7 @@ "categories": [ "connectivity" ], - "description": "Verifies that the provided LLDP neighbors are connected properly.", + "description": "Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.", "custom_field": "Local: Ethernet3 - Remote: dc1-leaf2a Ethernet1" }, { @@ -216,7 +216,7 @@ "categories": [ "connectivity" ], - "description": "Verifies that the provided LLDP neighbors are connected properly.", + "description": "Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.", "custom_field": "Local: Ethernet5 - Remote: dc1-svc-leaf1a Ethernet1" }, { @@ -225,7 +225,7 @@ "categories": [ "connectivity" ], - "description": "Verifies that the provided LLDP neighbors are connected properly.", + "description": "Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.", "custom_field": "Local: Ethernet6 - Remote: dc1-svc-leaf1b Ethernet1" }, { @@ -234,7 +234,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: P2P Interface Ethernet1 (IP: 10.255.255.0) - Destination: dc1-leaf1a Ethernet1 (IP: 10.255.255.1)" }, { @@ -243,7 +243,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: P2P Interface Ethernet2 (IP: 10.255.255.4) - Destination: dc1-leaf1b Ethernet1 (IP: 10.255.255.5)" }, { @@ -252,7 +252,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: P2P Interface Ethernet3 (IP: 10.255.255.8) - Destination: dc1-leaf2a Ethernet1 (IP: 10.255.255.9)" }, { @@ -261,7 +261,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: P2P Interface Ethernet5 (IP: 10.33.255.16) - Destination: dc1-svc-leaf1a Ethernet1 (IP: 10.33.255.17)" }, { @@ -270,7 +270,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: P2P Interface Ethernet6 (IP: 10.33.255.20) - Destination: dc1-svc-leaf1b Ethernet1 (IP: 10.33.255.21)" }, { @@ -295,7 +295,7 @@ "categories": [ "greent" ], - "description": "Verifies if a GreenT policy is created." + "description": "Verifies if a GreenT policy other than the default is created." }, { "name": "dc1-spine1", @@ -353,7 +353,7 @@ "categories": [ "hardware" ], - "description": "Verifies the system cooling status." + "description": "Verifies the device's system cooling status." }, { "name": "dc1-spine1", @@ -361,7 +361,7 @@ "categories": [ "hardware" ], - "description": "Verifies the device temperature." + "description": "Verifies if the device temperature is within acceptable limits." }, { "name": "dc1-spine1", @@ -369,7 +369,7 @@ "categories": [ "hardware" ], - "description": "Verifies the device temperature." + "description": "Verifies if the device temperature is within acceptable limits." }, { "name": "dc1-spine1", @@ -377,7 +377,7 @@ "categories": [ "hardware" ], - "description": "Verifies if all transceivers come from approved manufacturers." + "description": "Verifies if all the transceivers come from approved manufacturers." }, { "name": "dc1-spine1", @@ -385,7 +385,7 @@ "categories": [ "hardware" ], - "description": "Verifies if all transceivers come from approved manufacturers.", + "description": "Verifies if all the transceivers come from approved manufacturers.", "custom_field": "Accepted Manufacturers: 'Arista Networks', 'Arastra, Inc.', 'Not Present'" }, { @@ -394,7 +394,7 @@ "categories": [ "hardware" ], - "description": "Verifies the transceivers temperature." + "description": "Verifies if all the transceivers are operating at an acceptable temperature." }, { "name": "dc1-spine1", @@ -410,7 +410,7 @@ "categories": [ "interfaces" ], - "description": "Verifies there are no interface discard counters." + "description": "Verifies that the interfaces packet discard counters are equal to zero." }, { "name": "dc1-spine1", @@ -426,7 +426,7 @@ "categories": [ "interfaces" ], - "description": "Verifies there are no interface error counters." + "description": "Verifies that the interfaces error counters are equal to zero." }, { "name": "dc1-spine1", @@ -434,7 +434,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces." + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations." }, { "name": "dc1-spine1", @@ -442,7 +442,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Ethernet1 - P2P_dc1-leaf1a_Ethernet1 = 'up'" }, { @@ -451,7 +451,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Ethernet2 - P2P_dc1-leaf1b_Ethernet1 = 'up'" }, { @@ -460,7 +460,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Ethernet3 - P2P_dc1-leaf2a_Ethernet1 = 'up'" }, { @@ -469,7 +469,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Ethernet4 - P2P_dc1-leaf2b_Ethernet1 = 'adminDown'" }, { @@ -478,7 +478,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Ethernet5 - P2P_dc1-svc-leaf1a_Ethernet1 = 'up'" }, { @@ -487,7 +487,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Ethernet6 - P2P_dc1-svc-leaf1b_Ethernet1 = 'up'" }, { @@ -496,7 +496,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Loopback0 - ROUTER_ID = 'up'" }, { @@ -746,7 +746,7 @@ "categories": [ "security" ], - "description": "Verifies IPv4 security connections for a peer." + "description": "Verifies the IPv4 security connections." }, { "name": "dc1-spine1", @@ -794,7 +794,7 @@ "categories": [ "services" ], - "description": "Verifies if the DNS servers are correctly configured." + "description": "Verifies if the DNS (Domain Name Service) servers are correctly configured." }, { "name": "dc1-spine1", @@ -858,7 +858,7 @@ "categories": [ "stun" ], - "description": "Verifies the STUN client is configured with the specified IPv4 source address and port. Validate the public IP and port if provided." + "description": "(Deprecated) Verifies the translation for a source address on a STUN client." }, { "name": "dc1-spine1", diff --git a/ansible_collections/arista/avd/molecule/eos_validate_state/reports/test_results/dc1-spine2-results.json b/ansible_collections/arista/avd/molecule/eos_validate_state/reports/test_results/dc1-spine2-results.json index 1a21d9132d3..b341b759d69 100644 --- a/ansible_collections/arista/avd/molecule/eos_validate_state/reports/test_results/dc1-spine2-results.json +++ b/ansible_collections/arista/avd/molecule/eos_validate_state/reports/test_results/dc1-spine2-results.json @@ -61,7 +61,7 @@ "categories": [ "bfd" ], - "description": "Verifies the health of all IPv4 BFD peers." + "description": "Verifies the health of IPv4 BFD peers across all VRFs." }, { "name": "dc1-spine2", @@ -69,7 +69,7 @@ "categories": [ "bfd" ], - "description": "Verifies the timers of the IPv4 BFD peers in the specified VRF." + "description": "Verifies the timers of IPv4 BFD peer sessions." }, { "name": "dc1-spine2", @@ -77,7 +77,7 @@ "categories": [ "bfd" ], - "description": "Verifies the IPv4 BFD peer's sessions and remote disc in the specified VRF." + "description": "Verifies the state of IPv4 BFD peer sessions." }, { "name": "dc1-spine2", @@ -85,7 +85,7 @@ "categories": [ "bgp" ], - "description": "Verifies the advertised communities of a BGP peer." + "description": "Verifies that advertised communities are standard, extended and large for BGP peers." }, { "name": "dc1-spine2", @@ -101,7 +101,7 @@ "categories": [ "bgp" ], - "description": "Verifies the four octet asn capabilities of a BGP peer." + "description": "Verifies the four octet ASN capability of BGP peers." }, { "name": "dc1-spine2", @@ -109,7 +109,7 @@ "categories": [ "bgp" ], - "description": "Verifies the count of BGP peers." + "description": "Verifies the count of BGP peers for given address families." }, { "name": "dc1-spine2", @@ -117,7 +117,7 @@ "categories": [ "bgp" ], - "description": "Verifies the MD5 authentication and state of a BGP peer." + "description": "Verifies the MD5 authentication and state of IPv4 BGP peers in a specified VRF." }, { "name": "dc1-spine2", @@ -125,7 +125,7 @@ "categories": [ "bgp" ], - "description": "Verifies the multiprotocol capabilities of a BGP peer." + "description": "Verifies the multiprotocol capabilities of BGP peers." }, { "name": "dc1-spine2", @@ -133,7 +133,7 @@ "categories": [ "bgp" ], - "description": "Verifies the route refresh capabilities of a BGP peer." + "description": "Verifies the route refresh capabilities of a BGP peer in a specified VRF." }, { "name": "dc1-spine2", @@ -141,7 +141,7 @@ "categories": [ "bgp" ], - "description": "Verifies the health of BGP peers" + "description": "Verifies the health of BGP peers for given address families." }, { "name": "dc1-spine2", @@ -149,7 +149,7 @@ "categories": [ "bgp" ], - "description": "Verifies the health of specific BGP peer(s)." + "description": "Verifies the health of specific BGP peer(s) for given address families." }, { "name": "dc1-spine2", @@ -157,7 +157,7 @@ "categories": [ "bgp" ], - "description": "Verifies the timers of a BGP peer." + "description": "Verifies the timers of BGP peers." }, { "name": "dc1-spine2", @@ -173,7 +173,7 @@ "categories": [ "configuration" ], - "description": "Verifies there is no difference between the running-config and the startup-config" + "description": "Verifies there is no difference between the running-config and the startup-config." }, { "name": "dc1-spine2", @@ -181,7 +181,7 @@ "categories": [ "configuration" ], - "description": "Verifies ZeroTouch is disabled" + "description": "Verifies ZeroTouch is disabled." }, { "name": "dc1-spine2", @@ -189,7 +189,7 @@ "categories": [ "connectivity" ], - "description": "Verifies that the provided LLDP neighbors are connected properly.", + "description": "Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.", "custom_field": "Local: Ethernet1 - Remote: dc1-leaf1a Ethernet2" }, { @@ -198,7 +198,7 @@ "categories": [ "connectivity" ], - "description": "Verifies that the provided LLDP neighbors are connected properly.", + "description": "Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.", "custom_field": "Local: Ethernet2 - Remote: dc1-leaf1b Ethernet2" }, { @@ -207,7 +207,7 @@ "categories": [ "connectivity" ], - "description": "Verifies that the provided LLDP neighbors are connected properly.", + "description": "Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.", "custom_field": "Local: Ethernet3 - Remote: dc1-leaf2a Ethernet2" }, { @@ -216,7 +216,7 @@ "categories": [ "connectivity" ], - "description": "Verifies that the provided LLDP neighbors are connected properly.", + "description": "Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.", "custom_field": "Local: Ethernet5 - Remote: dc1-svc-leaf1a Ethernet2" }, { @@ -225,7 +225,7 @@ "categories": [ "connectivity" ], - "description": "Verifies that the provided LLDP neighbors are connected properly.", + "description": "Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.", "custom_field": "Local: Ethernet6 - Remote: dc1-svc-leaf1b Ethernet2" }, { @@ -234,7 +234,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: P2P Interface Ethernet1 (IP: 10.255.255.2) - Destination: dc1-leaf1a Ethernet2 (IP: 10.255.255.3)" }, { @@ -243,7 +243,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: P2P Interface Ethernet2 (IP: 10.255.255.6) - Destination: dc1-leaf1b Ethernet2 (IP: 10.255.255.7)" }, { @@ -252,7 +252,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: P2P Interface Ethernet3 (IP: 10.255.255.10) - Destination: dc1-leaf2a Ethernet2 (IP: 10.255.255.11)" }, { @@ -261,7 +261,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: P2P Interface Ethernet5 (IP: 10.33.255.18) - Destination: dc1-svc-leaf1a Ethernet2 (IP: 10.33.255.19)" }, { @@ -270,7 +270,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: P2P Interface Ethernet6 (IP: 10.33.255.22) - Destination: dc1-svc-leaf1b Ethernet2 (IP: 10.33.255.23)" }, { @@ -295,7 +295,7 @@ "categories": [ "greent" ], - "description": "Verifies if a GreenT policy is created." + "description": "Verifies if a GreenT policy other than the default is created." }, { "name": "dc1-spine2", @@ -353,7 +353,7 @@ "categories": [ "hardware" ], - "description": "Verifies the system cooling status." + "description": "Verifies the device's system cooling status." }, { "name": "dc1-spine2", @@ -361,7 +361,7 @@ "categories": [ "hardware" ], - "description": "Verifies the device temperature." + "description": "Verifies if the device temperature is within acceptable limits." }, { "name": "dc1-spine2", @@ -369,7 +369,7 @@ "categories": [ "hardware" ], - "description": "Verifies the device temperature." + "description": "Verifies if the device temperature is within acceptable limits." }, { "name": "dc1-spine2", @@ -377,7 +377,7 @@ "categories": [ "hardware" ], - "description": "Verifies if all transceivers come from approved manufacturers." + "description": "Verifies if all the transceivers come from approved manufacturers." }, { "name": "dc1-spine2", @@ -385,7 +385,7 @@ "categories": [ "hardware" ], - "description": "Verifies if all transceivers come from approved manufacturers.", + "description": "Verifies if all the transceivers come from approved manufacturers.", "custom_field": "Accepted Manufacturers: 'Arista Networks', 'Arastra, Inc.', 'Not Present'" }, { @@ -394,7 +394,7 @@ "categories": [ "hardware" ], - "description": "Verifies the transceivers temperature." + "description": "Verifies if all the transceivers are operating at an acceptable temperature." }, { "name": "dc1-spine2", @@ -410,7 +410,7 @@ "categories": [ "interfaces" ], - "description": "Verifies there are no interface discard counters." + "description": "Verifies that the interfaces packet discard counters are equal to zero." }, { "name": "dc1-spine2", @@ -426,7 +426,7 @@ "categories": [ "interfaces" ], - "description": "Verifies there are no interface error counters." + "description": "Verifies that the interfaces error counters are equal to zero." }, { "name": "dc1-spine2", @@ -434,7 +434,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces." + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations." }, { "name": "dc1-spine2", @@ -442,7 +442,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Ethernet1 - P2P_dc1-leaf1a_Ethernet2 = 'up'" }, { @@ -451,7 +451,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Ethernet2 - P2P_dc1-leaf1b_Ethernet2 = 'up'" }, { @@ -460,7 +460,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Ethernet3 - P2P_dc1-leaf2a_Ethernet2 = 'up'" }, { @@ -469,7 +469,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Ethernet4 - P2P_dc1-leaf2b_Ethernet2 = 'adminDown'" }, { @@ -478,7 +478,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Ethernet5 - P2P_dc1-svc-leaf1a_Ethernet2 = 'up'" }, { @@ -487,7 +487,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Ethernet6 - P2P_dc1-svc-leaf1b_Ethernet2 = 'up'" }, { @@ -496,7 +496,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Loopback0 - ROUTER_ID = 'up'" }, { @@ -746,7 +746,7 @@ "categories": [ "security" ], - "description": "Verifies IPv4 security connections for a peer." + "description": "Verifies the IPv4 security connections." }, { "name": "dc1-spine2", @@ -794,7 +794,7 @@ "categories": [ "services" ], - "description": "Verifies if the DNS servers are correctly configured." + "description": "Verifies if the DNS (Domain Name Service) servers are correctly configured." }, { "name": "dc1-spine2", @@ -858,7 +858,7 @@ "categories": [ "stun" ], - "description": "Verifies the STUN client is configured with the specified IPv4 source address and port. Validate the public IP and port if provided." + "description": "(Deprecated) Verifies the translation for a source address on a STUN client." }, { "name": "dc1-spine2", diff --git a/ansible_collections/arista/avd/molecule/eos_validate_state/reports/test_results/dc1-svc-leaf1a-results.json b/ansible_collections/arista/avd/molecule/eos_validate_state/reports/test_results/dc1-svc-leaf1a-results.json index f8130de051c..0cdd8133e7b 100644 --- a/ansible_collections/arista/avd/molecule/eos_validate_state/reports/test_results/dc1-svc-leaf1a-results.json +++ b/ansible_collections/arista/avd/molecule/eos_validate_state/reports/test_results/dc1-svc-leaf1a-results.json @@ -61,7 +61,7 @@ "categories": [ "bgp" ], - "description": "Verifies the health of specific BGP peer(s).", + "description": "Verifies the health of specific BGP peer(s) for given address families.", "custom_field": "BGP EVPN Peer: dc1-spine1 (IP: 10.255.0.1)" }, { @@ -70,7 +70,7 @@ "categories": [ "bgp" ], - "description": "Verifies the health of specific BGP peer(s).", + "description": "Verifies the health of specific BGP peer(s) for given address families.", "custom_field": "BGP EVPN Peer: dc1-spine2 (IP: 10.255.0.2)" }, { @@ -79,7 +79,7 @@ "categories": [ "bgp" ], - "description": "Verifies the health of specific BGP peer(s).", + "description": "Verifies the health of specific BGP peer(s) for given address families.", "custom_field": "BGP IPv4 Unicast Peer: dc1-spine1 (IP: 10.33.255.16)" }, { @@ -88,7 +88,7 @@ "categories": [ "bgp" ], - "description": "Verifies the health of specific BGP peer(s).", + "description": "Verifies the health of specific BGP peer(s) for given address families.", "custom_field": "BGP IPv4 Unicast Peer: dc1-spine2 (IP: 10.33.255.18)" }, { @@ -97,7 +97,7 @@ "categories": [ "bgp" ], - "description": "Verifies the health of specific BGP peer(s).", + "description": "Verifies the health of specific BGP peer(s) for given address families.", "custom_field": "BGP IPv4 Unicast Peer: dc1-svc-leaf1b (IP: 10.33.1.105)" }, { @@ -106,7 +106,7 @@ "categories": [ "configuration" ], - "description": "Verifies there is no difference between the running-config and the startup-config" + "description": "Verifies there is no difference between the running-config and the startup-config." }, { "name": "dc1-svc-leaf1a", @@ -114,7 +114,7 @@ "categories": [ "configuration" ], - "description": "Verifies ZeroTouch is disabled" + "description": "Verifies ZeroTouch is disabled." }, { "name": "dc1-svc-leaf1a", @@ -122,7 +122,7 @@ "categories": [ "connectivity" ], - "description": "Verifies that the provided LLDP neighbors are connected properly.", + "description": "Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.", "custom_field": "Local: Ethernet1 - Remote: dc1-spine1 Ethernet5" }, { @@ -131,7 +131,7 @@ "categories": [ "connectivity" ], - "description": "Verifies that the provided LLDP neighbors are connected properly.", + "description": "Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.", "custom_field": "Local: Ethernet2 - Remote: dc1-spine2 Ethernet5" }, { @@ -140,7 +140,7 @@ "categories": [ "connectivity" ], - "description": "Verifies that the provided LLDP neighbors are connected properly.", + "description": "Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.", "custom_field": "Local: Ethernet3 - Remote: dc1-svc-leaf1b Ethernet3" }, { @@ -149,7 +149,7 @@ "categories": [ "connectivity" ], - "description": "Verifies that the provided LLDP neighbors are connected properly.", + "description": "Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.", "custom_field": "Local: Ethernet4 - Remote: dc1-svc-leaf1b Ethernet4" }, { @@ -158,7 +158,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.33.0.5) - Destination: dc1-leaf1a Loopback0 (IP: 10.255.0.3)" }, { @@ -167,7 +167,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.33.0.5) - Destination: dc1-leaf1b Loopback0 (IP: 10.255.0.4)" }, { @@ -176,7 +176,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.33.0.5) - Destination: dc1-leaf2a Loopback0 (IP: 10.255.0.5)" }, { @@ -185,7 +185,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.33.0.5) - Destination: dc1-spine1 Loopback0 (IP: 10.255.0.1)" }, { @@ -194,7 +194,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.33.0.5) - Destination: dc1-spine2 Loopback0 (IP: 10.255.0.2)" }, { @@ -203,7 +203,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.33.0.5) - Destination: dc1-svc-leaf1a Loopback0 (IP: 10.33.0.5)" }, { @@ -212,7 +212,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.33.0.5) - Destination: dc1-svc-leaf1b Loopback0 (IP: 10.33.0.6)" }, { @@ -221,7 +221,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.33.0.5) - Destination: dc1-wan1 Loopback0 (IP: 10.255.2.1)" }, { @@ -230,7 +230,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.33.0.5) - Destination: dc1-wan2 Loopback0 (IP: 10.255.2.2)" }, { @@ -239,7 +239,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.33.0.5) - Destination: dc2-leaf1a Loopback0 (IP: 10.255.128.13)" }, { @@ -248,7 +248,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.33.0.5) - Destination: dc2-leaf1b Loopback0 (IP: 10.255.128.14)" }, { @@ -257,7 +257,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.33.0.5) - Destination: dc2-leaf2a Loopback0 (IP: 10.255.128.15)" }, { @@ -266,7 +266,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.33.0.5) - Destination: dc2-leaf2b Loopback0 (IP: 10.255.128.16)" }, { @@ -275,7 +275,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.33.0.5) - Destination: dc2-leaf3a.arista.com Loopback0 (IP: 10.255.128.17)" }, { @@ -284,7 +284,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.33.0.5) - Destination: dc2-leaf3b.arista.com Loopback0 (IP: 10.255.128.18)" }, { @@ -293,7 +293,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.33.0.5) - Destination: dc2-spine1 Loopback0 (IP: 10.255.128.11)" }, { @@ -302,7 +302,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.33.0.5) - Destination: dc2-spine2 Loopback0 (IP: 10.255.128.12)" }, { @@ -311,7 +311,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: P2P Interface Ethernet1 (IP: 10.33.255.17) - Destination: dc1-spine1 Ethernet5 (IP: 10.33.255.16)" }, { @@ -320,7 +320,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: P2P Interface Ethernet2 (IP: 10.33.255.19) - Destination: dc1-spine2 Ethernet5 (IP: 10.33.255.18)" }, { @@ -345,7 +345,7 @@ "categories": [ "greent" ], - "description": "Verifies if a GreenT policy is created." + "description": "Verifies if a GreenT policy other than the default is created." }, { "name": "dc1-svc-leaf1a", @@ -403,7 +403,7 @@ "categories": [ "hardware" ], - "description": "Verifies the system cooling status." + "description": "Verifies the device's system cooling status." }, { "name": "dc1-svc-leaf1a", @@ -411,7 +411,7 @@ "categories": [ "hardware" ], - "description": "Verifies the device temperature." + "description": "Verifies if the device temperature is within acceptable limits." }, { "name": "dc1-svc-leaf1a", @@ -419,7 +419,7 @@ "categories": [ "hardware" ], - "description": "Verifies the device temperature." + "description": "Verifies if the device temperature is within acceptable limits." }, { "name": "dc1-svc-leaf1a", @@ -427,7 +427,7 @@ "categories": [ "hardware" ], - "description": "Verifies if all transceivers come from approved manufacturers." + "description": "Verifies if all the transceivers come from approved manufacturers." }, { "name": "dc1-svc-leaf1a", @@ -435,7 +435,7 @@ "categories": [ "hardware" ], - "description": "Verifies if all transceivers come from approved manufacturers.", + "description": "Verifies if all the transceivers come from approved manufacturers.", "custom_field": "Accepted Manufacturers: 'Arista Networks', 'Arastra, Inc.', 'Not Present'" }, { @@ -444,7 +444,7 @@ "categories": [ "hardware" ], - "description": "Verifies the transceivers temperature." + "description": "Verifies if all the transceivers are operating at an acceptable temperature." }, { "name": "dc1-svc-leaf1a", @@ -452,7 +452,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Ethernet1 - P2P_dc1-spine1_Ethernet5 = 'up'" }, { @@ -461,7 +461,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Ethernet2 - P2P_dc1-spine2_Ethernet5 = 'up'" }, { @@ -470,7 +470,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Ethernet3 - MLAG_dc1-svc-leaf1b_Ethernet3 = 'up'" }, { @@ -479,7 +479,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Ethernet4 - MLAG_dc1-svc-leaf1b_Ethernet4 = 'up'" }, { @@ -488,7 +488,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Loopback0 - ROUTER_ID = 'up'" }, { @@ -497,7 +497,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Loopback1 - VXLAN_TUNNEL_SOURCE = 'up'" }, { @@ -506,7 +506,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Port-Channel3 - MLAG_dc1-svc-leaf1b_Port-Channel3 = 'up'" }, { @@ -515,7 +515,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Vlan4093 - MLAG_L3 = 'up'" }, { @@ -524,7 +524,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Vlan4094 - MLAG = 'up'" }, { @@ -533,7 +533,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Vxlan1 = 'up'" }, { @@ -895,7 +895,7 @@ "categories": [ "security" ], - "description": "Verifies IPv4 security connections for a peer." + "description": "Verifies the IPv4 security connections." }, { "name": "dc1-svc-leaf1a", @@ -943,7 +943,7 @@ "categories": [ "services" ], - "description": "Verifies if the DNS servers are correctly configured." + "description": "Verifies if the DNS (Domain Name Service) servers are correctly configured." }, { "name": "dc1-svc-leaf1a", @@ -1007,7 +1007,7 @@ "categories": [ "stun" ], - "description": "Verifies the STUN client is configured with the specified IPv4 source address and port. Validate the public IP and port if provided." + "description": "(Deprecated) Verifies the translation for a source address on a STUN client." }, { "name": "dc1-svc-leaf1a", diff --git a/ansible_collections/arista/avd/molecule/eos_validate_state/reports/test_results/dc1-svc-leaf1b-results.json b/ansible_collections/arista/avd/molecule/eos_validate_state/reports/test_results/dc1-svc-leaf1b-results.json index 8f0d81b3934..a9e912de09e 100644 --- a/ansible_collections/arista/avd/molecule/eos_validate_state/reports/test_results/dc1-svc-leaf1b-results.json +++ b/ansible_collections/arista/avd/molecule/eos_validate_state/reports/test_results/dc1-svc-leaf1b-results.json @@ -61,7 +61,7 @@ "categories": [ "bgp" ], - "description": "Verifies the health of specific BGP peer(s).", + "description": "Verifies the health of specific BGP peer(s) for given address families.", "custom_field": "BGP EVPN Peer: dc1-spine1 (IP: 10.255.0.1)" }, { @@ -70,7 +70,7 @@ "categories": [ "bgp" ], - "description": "Verifies the health of specific BGP peer(s).", + "description": "Verifies the health of specific BGP peer(s) for given address families.", "custom_field": "BGP EVPN Peer: dc1-spine2 (IP: 10.255.0.2)" }, { @@ -79,7 +79,7 @@ "categories": [ "bgp" ], - "description": "Verifies the health of specific BGP peer(s).", + "description": "Verifies the health of specific BGP peer(s) for given address families.", "custom_field": "BGP IPv4 Unicast Peer: dc1-spine1 (IP: 10.33.255.20)" }, { @@ -88,7 +88,7 @@ "categories": [ "bgp" ], - "description": "Verifies the health of specific BGP peer(s).", + "description": "Verifies the health of specific BGP peer(s) for given address families.", "custom_field": "BGP IPv4 Unicast Peer: dc1-spine2 (IP: 10.33.255.22)" }, { @@ -97,7 +97,7 @@ "categories": [ "bgp" ], - "description": "Verifies the health of specific BGP peer(s).", + "description": "Verifies the health of specific BGP peer(s) for given address families.", "custom_field": "BGP IPv4 Unicast Peer: dc1-svc-leaf1a (IP: 10.33.1.104)" }, { @@ -106,7 +106,7 @@ "categories": [ "configuration" ], - "description": "Verifies there is no difference between the running-config and the startup-config" + "description": "Verifies there is no difference between the running-config and the startup-config." }, { "name": "dc1-svc-leaf1b", @@ -114,7 +114,7 @@ "categories": [ "configuration" ], - "description": "Verifies ZeroTouch is disabled" + "description": "Verifies ZeroTouch is disabled." }, { "name": "dc1-svc-leaf1b", @@ -122,7 +122,7 @@ "categories": [ "connectivity" ], - "description": "Verifies that the provided LLDP neighbors are connected properly.", + "description": "Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.", "custom_field": "Local: Ethernet1 - Remote: dc1-spine1 Ethernet6" }, { @@ -131,7 +131,7 @@ "categories": [ "connectivity" ], - "description": "Verifies that the provided LLDP neighbors are connected properly.", + "description": "Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.", "custom_field": "Local: Ethernet2 - Remote: dc1-spine2 Ethernet6" }, { @@ -140,7 +140,7 @@ "categories": [ "connectivity" ], - "description": "Verifies that the provided LLDP neighbors are connected properly.", + "description": "Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.", "custom_field": "Local: Ethernet3 - Remote: dc1-svc-leaf1a Ethernet3" }, { @@ -149,7 +149,7 @@ "categories": [ "connectivity" ], - "description": "Verifies that the provided LLDP neighbors are connected properly.", + "description": "Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.", "custom_field": "Local: Ethernet4 - Remote: dc1-svc-leaf1a Ethernet4" }, { @@ -158,7 +158,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.33.0.6) - Destination: dc1-leaf1a Loopback0 (IP: 10.255.0.3)" }, { @@ -167,7 +167,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.33.0.6) - Destination: dc1-leaf1b Loopback0 (IP: 10.255.0.4)" }, { @@ -176,7 +176,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.33.0.6) - Destination: dc1-leaf2a Loopback0 (IP: 10.255.0.5)" }, { @@ -185,7 +185,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.33.0.6) - Destination: dc1-spine1 Loopback0 (IP: 10.255.0.1)" }, { @@ -194,7 +194,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.33.0.6) - Destination: dc1-spine2 Loopback0 (IP: 10.255.0.2)" }, { @@ -203,7 +203,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.33.0.6) - Destination: dc1-svc-leaf1a Loopback0 (IP: 10.33.0.5)" }, { @@ -212,7 +212,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.33.0.6) - Destination: dc1-svc-leaf1b Loopback0 (IP: 10.33.0.6)" }, { @@ -221,7 +221,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.33.0.6) - Destination: dc1-wan1 Loopback0 (IP: 10.255.2.1)" }, { @@ -230,7 +230,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.33.0.6) - Destination: dc1-wan2 Loopback0 (IP: 10.255.2.2)" }, { @@ -239,7 +239,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.33.0.6) - Destination: dc2-leaf1a Loopback0 (IP: 10.255.128.13)" }, { @@ -248,7 +248,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.33.0.6) - Destination: dc2-leaf1b Loopback0 (IP: 10.255.128.14)" }, { @@ -257,7 +257,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.33.0.6) - Destination: dc2-leaf2a Loopback0 (IP: 10.255.128.15)" }, { @@ -266,7 +266,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.33.0.6) - Destination: dc2-leaf2b Loopback0 (IP: 10.255.128.16)" }, { @@ -275,7 +275,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.33.0.6) - Destination: dc2-leaf3a.arista.com Loopback0 (IP: 10.255.128.17)" }, { @@ -284,7 +284,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.33.0.6) - Destination: dc2-leaf3b.arista.com Loopback0 (IP: 10.255.128.18)" }, { @@ -293,7 +293,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.33.0.6) - Destination: dc2-spine1 Loopback0 (IP: 10.255.128.11)" }, { @@ -302,7 +302,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.33.0.6) - Destination: dc2-spine2 Loopback0 (IP: 10.255.128.12)" }, { @@ -311,7 +311,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: P2P Interface Ethernet1 (IP: 10.33.255.21) - Destination: dc1-spine1 Ethernet6 (IP: 10.33.255.20)" }, { @@ -320,7 +320,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: P2P Interface Ethernet2 (IP: 10.33.255.23) - Destination: dc1-spine2 Ethernet6 (IP: 10.33.255.22)" }, { @@ -345,7 +345,7 @@ "categories": [ "greent" ], - "description": "Verifies if a GreenT policy is created." + "description": "Verifies if a GreenT policy other than the default is created." }, { "name": "dc1-svc-leaf1b", @@ -403,7 +403,7 @@ "categories": [ "hardware" ], - "description": "Verifies the system cooling status." + "description": "Verifies the device's system cooling status." }, { "name": "dc1-svc-leaf1b", @@ -411,7 +411,7 @@ "categories": [ "hardware" ], - "description": "Verifies the device temperature." + "description": "Verifies if the device temperature is within acceptable limits." }, { "name": "dc1-svc-leaf1b", @@ -419,7 +419,7 @@ "categories": [ "hardware" ], - "description": "Verifies the device temperature." + "description": "Verifies if the device temperature is within acceptable limits." }, { "name": "dc1-svc-leaf1b", @@ -427,7 +427,7 @@ "categories": [ "hardware" ], - "description": "Verifies if all transceivers come from approved manufacturers." + "description": "Verifies if all the transceivers come from approved manufacturers." }, { "name": "dc1-svc-leaf1b", @@ -435,7 +435,7 @@ "categories": [ "hardware" ], - "description": "Verifies if all transceivers come from approved manufacturers.", + "description": "Verifies if all the transceivers come from approved manufacturers.", "custom_field": "Accepted Manufacturers: 'Arista Networks', 'Arastra, Inc.', 'Not Present'" }, { @@ -444,7 +444,7 @@ "categories": [ "hardware" ], - "description": "Verifies the transceivers temperature." + "description": "Verifies if all the transceivers are operating at an acceptable temperature." }, { "name": "dc1-svc-leaf1b", @@ -452,7 +452,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Ethernet1 - P2P_dc1-spine1_Ethernet6 = 'up'" }, { @@ -461,7 +461,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Ethernet2 - P2P_dc1-spine2_Ethernet6 = 'up'" }, { @@ -470,7 +470,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Ethernet3 - MLAG_dc1-svc-leaf1a_Ethernet3 = 'up'" }, { @@ -479,7 +479,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Ethernet4 - MLAG_dc1-svc-leaf1a_Ethernet4 = 'up'" }, { @@ -488,7 +488,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Loopback0 - ROUTER_ID = 'up'" }, { @@ -497,7 +497,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Loopback1 - VXLAN_TUNNEL_SOURCE = 'up'" }, { @@ -506,7 +506,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Port-Channel3 - MLAG_dc1-svc-leaf1a_Port-Channel3 = 'up'" }, { @@ -515,7 +515,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Vlan4093 - MLAG_L3 = 'up'" }, { @@ -524,7 +524,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Vlan4094 - MLAG = 'up'" }, { @@ -533,7 +533,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Vxlan1 = 'up'" }, { @@ -895,7 +895,7 @@ "categories": [ "security" ], - "description": "Verifies IPv4 security connections for a peer." + "description": "Verifies the IPv4 security connections." }, { "name": "dc1-svc-leaf1b", @@ -943,7 +943,7 @@ "categories": [ "services" ], - "description": "Verifies if the DNS servers are correctly configured." + "description": "Verifies if the DNS (Domain Name Service) servers are correctly configured." }, { "name": "dc1-svc-leaf1b", @@ -1007,7 +1007,7 @@ "categories": [ "stun" ], - "description": "Verifies the STUN client is configured with the specified IPv4 source address and port. Validate the public IP and port if provided." + "description": "(Deprecated) Verifies the translation for a source address on a STUN client." }, { "name": "dc1-svc-leaf1b", diff --git a/ansible_collections/arista/avd/molecule/eos_validate_state/reports/test_results/dc1-wan1-results.json b/ansible_collections/arista/avd/molecule/eos_validate_state/reports/test_results/dc1-wan1-results.json index 5d1350118bd..910468c6ab9 100644 --- a/ansible_collections/arista/avd/molecule/eos_validate_state/reports/test_results/dc1-wan1-results.json +++ b/ansible_collections/arista/avd/molecule/eos_validate_state/reports/test_results/dc1-wan1-results.json @@ -69,7 +69,7 @@ "categories": [ "avt" ], - "description": "Verifies the status and type of an AVT path for a specified VRF.", + "description": "Verifies the Adaptive Virtual Topology (AVT) path.", "custom_field": "AVT profile: DEFAULT-POLICY-CONTROL-PLANE, VRF: default, Destination IPv4 Address: 10.255.1.2, Nexthop VTEP: 10.255.1.2" }, { @@ -78,7 +78,7 @@ "categories": [ "avt" ], - "description": "Verifies the status and type of an AVT path for a specified VRF.", + "description": "Verifies the Adaptive Virtual Topology (AVT) path.", "custom_field": "AVT profile: DEFAULT-POLICY-CONTROL-PLANE, VRF: default, Destination IPv4 Address: 10.255.255.10, Nexthop VTEP: 10.255.255.10" }, { @@ -87,7 +87,7 @@ "categories": [ "avt" ], - "description": "Verifies the status and type of an AVT path for a specified VRF.", + "description": "Verifies the Adaptive Virtual Topology (AVT) path.", "custom_field": "AVT profile: DEFAULT-POLICY-CONTROL-PLANE, VRF: default, Destination IPv4 Address: 10.255.255.20, Nexthop VTEP: 10.255.255.20" }, { @@ -96,7 +96,7 @@ "categories": [ "avt" ], - "description": "Verifies the status and type of an AVT path for a specified VRF.", + "description": "Verifies the Adaptive Virtual Topology (AVT) path.", "custom_field": "AVT profile: DEFAULT-POLICY-DEFAULT, VRF: default, Destination IPv4 Address: 10.255.1.2, Nexthop VTEP: 10.255.1.2" }, { @@ -105,7 +105,7 @@ "categories": [ "avt" ], - "description": "Verifies the status and type of an AVT path for a specified VRF.", + "description": "Verifies the Adaptive Virtual Topology (AVT) path.", "custom_field": "AVT profile: DEFAULT-POLICY-DEFAULT, VRF: default, Destination IPv4 Address: 10.255.255.10, Nexthop VTEP: 10.255.255.10" }, { @@ -114,7 +114,7 @@ "categories": [ "avt" ], - "description": "Verifies the status and type of an AVT path for a specified VRF.", + "description": "Verifies the Adaptive Virtual Topology (AVT) path.", "custom_field": "AVT profile: DEFAULT-POLICY-DEFAULT, VRF: default, Destination IPv4 Address: 10.255.255.20, Nexthop VTEP: 10.255.255.20" }, { @@ -123,7 +123,7 @@ "categories": [ "bgp" ], - "description": "Verifies the health of specific BGP peer(s).", + "description": "Verifies the health of specific BGP peer(s) for given address families.", "custom_field": "BGP EVPN Peer: dc1-leaf1a (IP: 10.255.255.10)" }, { @@ -132,7 +132,7 @@ "categories": [ "bgp" ], - "description": "Verifies the health of specific BGP peer(s).", + "description": "Verifies the health of specific BGP peer(s) for given address families.", "custom_field": "BGP EVPN Peer: dc1-leaf1b (IP: 10.255.255.20)" }, { @@ -141,7 +141,7 @@ "categories": [ "bgp" ], - "description": "Verifies the health of specific BGP peer(s).", + "description": "Verifies the health of specific BGP peer(s) for given address families.", "custom_field": "BGP EVPN Peer: dc1-wan2 (IP: 10.255.1.2)" }, { @@ -150,7 +150,7 @@ "categories": [ "bgp" ], - "description": "Verifies the health of specific BGP peer(s).", + "description": "Verifies the health of specific BGP peer(s) for given address families.", "custom_field": "BGP IPv4 SR-TE Peer: dc1-leaf1a (IP: 10.255.255.10)" }, { @@ -159,7 +159,7 @@ "categories": [ "bgp" ], - "description": "Verifies the health of specific BGP peer(s).", + "description": "Verifies the health of specific BGP peer(s) for given address families.", "custom_field": "BGP IPv4 SR-TE Peer: dc1-leaf1b (IP: 10.255.255.20)" }, { @@ -168,7 +168,7 @@ "categories": [ "bgp" ], - "description": "Verifies the health of specific BGP peer(s).", + "description": "Verifies the health of specific BGP peer(s) for given address families.", "custom_field": "BGP IPv4 Unicast Peer: dc1-leaf1a (IP: 10.255.255.0)" }, { @@ -177,7 +177,7 @@ "categories": [ "bgp" ], - "description": "Verifies the health of specific BGP peer(s).", + "description": "Verifies the health of specific BGP peer(s) for given address families.", "custom_field": "BGP IPv4 Unicast Peer: dc1-leaf1b (IP: 10.255.255.2)" }, { @@ -186,7 +186,7 @@ "categories": [ "bgp" ], - "description": "Verifies the health of specific BGP peer(s).", + "description": "Verifies the health of specific BGP peer(s) for given address families.", "custom_field": "BGP Link-State Peer: dc1-leaf1a (IP: 10.255.255.10)" }, { @@ -195,7 +195,7 @@ "categories": [ "bgp" ], - "description": "Verifies the health of specific BGP peer(s).", + "description": "Verifies the health of specific BGP peer(s) for given address families.", "custom_field": "BGP Link-State Peer: dc1-leaf1b (IP: 10.255.255.20)" }, { @@ -204,7 +204,7 @@ "categories": [ "bgp" ], - "description": "Verifies the health of specific BGP peer(s).", + "description": "Verifies the health of specific BGP peer(s) for given address families.", "custom_field": "BGP Path-Selection Peer: dc1-leaf1a (IP: 10.255.255.10)" }, { @@ -213,7 +213,7 @@ "categories": [ "bgp" ], - "description": "Verifies the health of specific BGP peer(s).", + "description": "Verifies the health of specific BGP peer(s) for given address families.", "custom_field": "BGP Path-Selection Peer: dc1-leaf1b (IP: 10.255.255.20)" }, { @@ -222,7 +222,7 @@ "categories": [ "configuration" ], - "description": "Verifies there is no difference between the running-config and the startup-config" + "description": "Verifies there is no difference between the running-config and the startup-config." }, { "name": "dc1-wan1", @@ -230,7 +230,7 @@ "categories": [ "configuration" ], - "description": "Verifies ZeroTouch is disabled" + "description": "Verifies ZeroTouch is disabled." }, { "name": "dc1-wan1", @@ -238,7 +238,7 @@ "categories": [ "connectivity" ], - "description": "Verifies that the provided LLDP neighbors are connected properly.", + "description": "Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.", "custom_field": "Local: Ethernet1 - Remote: dc1-leaf1a Ethernet6" }, { @@ -247,7 +247,7 @@ "categories": [ "connectivity" ], - "description": "Verifies that the provided LLDP neighbors are connected properly.", + "description": "Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.", "custom_field": "Local: Ethernet2 - Remote: dc1-leaf1b Ethernet6" }, { @@ -256,7 +256,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Dps1 (IP: 10.255.1.1) - Destination: dc1-wan1 Dps1 (IP: 10.255.1.1)" }, { @@ -265,7 +265,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Dps1 (IP: 10.255.1.1) - Destination: dc1-wan2 Dps1 (IP: 10.255.1.2)" }, { @@ -274,7 +274,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: P2P Interface Ethernet1 (IP: 10.255.255.1) - Destination: dc1-leaf1a Ethernet6 (IP: 10.255.255.0)" }, { @@ -283,7 +283,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: P2P Interface Ethernet2 (IP: 10.255.255.3) - Destination: dc1-leaf1b Ethernet6 (IP: 10.255.255.2)" }, { @@ -308,7 +308,7 @@ "categories": [ "greent" ], - "description": "Verifies if a GreenT policy is created." + "description": "Verifies if a GreenT policy other than the default is created." }, { "name": "dc1-wan1", @@ -366,7 +366,7 @@ "categories": [ "hardware" ], - "description": "Verifies the system cooling status." + "description": "Verifies the device's system cooling status." }, { "name": "dc1-wan1", @@ -374,7 +374,7 @@ "categories": [ "hardware" ], - "description": "Verifies the device temperature." + "description": "Verifies if the device temperature is within acceptable limits." }, { "name": "dc1-wan1", @@ -382,7 +382,7 @@ "categories": [ "hardware" ], - "description": "Verifies the device temperature." + "description": "Verifies if the device temperature is within acceptable limits." }, { "name": "dc1-wan1", @@ -390,7 +390,7 @@ "categories": [ "hardware" ], - "description": "Verifies if all transceivers come from approved manufacturers." + "description": "Verifies if all the transceivers come from approved manufacturers." }, { "name": "dc1-wan1", @@ -398,7 +398,7 @@ "categories": [ "hardware" ], - "description": "Verifies if all transceivers come from approved manufacturers.", + "description": "Verifies if all the transceivers come from approved manufacturers.", "custom_field": "Accepted Manufacturers: 'Arista Networks', 'Arastra, Inc.', 'Not Present'" }, { @@ -407,7 +407,7 @@ "categories": [ "hardware" ], - "description": "Verifies the transceivers temperature." + "description": "Verifies if all the transceivers are operating at an acceptable temperature." }, { "name": "dc1-wan1", @@ -415,7 +415,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Dps1 - DPS Interface = 'up'" }, { @@ -424,7 +424,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Ethernet1 - P2P_dc1-leaf1a_Ethernet6 = 'up'" }, { @@ -433,7 +433,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Ethernet2 - P2P_dc1-leaf1b_Ethernet6 = 'up'" }, { @@ -442,7 +442,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Ethernet3 - mpls-sp-1_DC1-MPLS-3 = 'up'" }, { @@ -451,7 +451,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Ethernet4 - isp-1_DC1-INET-3 = 'up'" }, { @@ -460,7 +460,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Loopback0 - ROUTER_ID = 'up'" }, { @@ -469,7 +469,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Vxlan1 = 'up'" }, { @@ -616,7 +616,7 @@ "categories": [ "security" ], - "description": "Verifies IPv4 security connections for a peer." + "description": "Verifies the IPv4 security connections." }, { "name": "dc1-wan1", @@ -624,7 +624,7 @@ "categories": [ "security" ], - "description": "Verifies IPv4 security connections for a peer.", + "description": "Verifies the IPv4 security connections.", "custom_field": "IPv4 Peer: 10.255.1.2 VRF: default" }, { @@ -633,7 +633,7 @@ "categories": [ "security" ], - "description": "Verifies IPv4 security connections for a peer.", + "description": "Verifies the IPv4 security connections.", "custom_field": "IPv4 Peer: 10.255.255.10 VRF: default" }, { @@ -642,7 +642,7 @@ "categories": [ "security" ], - "description": "Verifies IPv4 security connections for a peer.", + "description": "Verifies the IPv4 security connections.", "custom_field": "IPv4 Peer: 10.255.255.20 VRF: default" }, { @@ -691,7 +691,7 @@ "categories": [ "services" ], - "description": "Verifies if the DNS servers are correctly configured." + "description": "Verifies if the DNS (Domain Name Service) servers are correctly configured." }, { "name": "dc1-wan1", @@ -755,7 +755,7 @@ "categories": [ "stun" ], - "description": "Verifies the STUN client is configured with the specified IPv4 source address and port. Validate the public IP and port if provided." + "description": "(Deprecated) Verifies the translation for a source address on a STUN client." }, { "name": "dc1-wan1", @@ -763,7 +763,7 @@ "categories": [ "stun" ], - "description": "Verifies the STUN client is configured with the specified IPv4 source address and port. Validate the public IP and port if provided.", + "description": "(Deprecated) Verifies the translation for a source address on a STUN client.", "custom_field": "Source IPv4 Address: 100.64.3.2 Source Port: 4500" }, { @@ -772,7 +772,7 @@ "categories": [ "stun" ], - "description": "Verifies the STUN client is configured with the specified IPv4 source address and port. Validate the public IP and port if provided.", + "description": "(Deprecated) Verifies the translation for a source address on a STUN client.", "custom_field": "Source IPv4 Address: 172.18.3.2 Source Port: 4500" }, { diff --git a/ansible_collections/arista/avd/molecule/eos_validate_state/reports/test_results/dc1-wan2-results.json b/ansible_collections/arista/avd/molecule/eos_validate_state/reports/test_results/dc1-wan2-results.json index 2ed7139b964..acdebef6396 100644 --- a/ansible_collections/arista/avd/molecule/eos_validate_state/reports/test_results/dc1-wan2-results.json +++ b/ansible_collections/arista/avd/molecule/eos_validate_state/reports/test_results/dc1-wan2-results.json @@ -69,7 +69,7 @@ "categories": [ "avt" ], - "description": "Verifies the status and type of an AVT path for a specified VRF.", + "description": "Verifies the Adaptive Virtual Topology (AVT) path.", "custom_field": "AVT profile: DEFAULT-POLICY-CONTROL-PLANE, VRF: default, Destination IPv4 Address: 10.255.1.1, Nexthop VTEP: 10.255.1.1" }, { @@ -78,7 +78,7 @@ "categories": [ "avt" ], - "description": "Verifies the status and type of an AVT path for a specified VRF.", + "description": "Verifies the Adaptive Virtual Topology (AVT) path.", "custom_field": "AVT profile: DEFAULT-POLICY-CONTROL-PLANE, VRF: default, Destination IPv4 Address: 10.255.255.10, Nexthop VTEP: 10.255.255.10" }, { @@ -87,7 +87,7 @@ "categories": [ "avt" ], - "description": "Verifies the status and type of an AVT path for a specified VRF.", + "description": "Verifies the Adaptive Virtual Topology (AVT) path.", "custom_field": "AVT profile: DEFAULT-POLICY-CONTROL-PLANE, VRF: default, Destination IPv4 Address: 10.255.255.20, Nexthop VTEP: 10.255.255.20" }, { @@ -96,7 +96,7 @@ "categories": [ "avt" ], - "description": "Verifies the status and type of an AVT path for a specified VRF.", + "description": "Verifies the Adaptive Virtual Topology (AVT) path.", "custom_field": "AVT profile: DEFAULT-POLICY-DEFAULT, VRF: default, Destination IPv4 Address: 10.255.1.1, Nexthop VTEP: 10.255.1.1" }, { @@ -105,7 +105,7 @@ "categories": [ "avt" ], - "description": "Verifies the status and type of an AVT path for a specified VRF.", + "description": "Verifies the Adaptive Virtual Topology (AVT) path.", "custom_field": "AVT profile: DEFAULT-POLICY-DEFAULT, VRF: default, Destination IPv4 Address: 10.255.255.10, Nexthop VTEP: 10.255.255.10" }, { @@ -114,7 +114,7 @@ "categories": [ "avt" ], - "description": "Verifies the status and type of an AVT path for a specified VRF.", + "description": "Verifies the Adaptive Virtual Topology (AVT) path.", "custom_field": "AVT profile: DEFAULT-POLICY-DEFAULT, VRF: default, Destination IPv4 Address: 10.255.255.20, Nexthop VTEP: 10.255.255.20" }, { @@ -123,7 +123,7 @@ "categories": [ "bgp" ], - "description": "Verifies the health of specific BGP peer(s).", + "description": "Verifies the health of specific BGP peer(s) for given address families.", "custom_field": "BGP EVPN Peer: dc1-leaf1a (IP: 10.255.255.10)" }, { @@ -132,7 +132,7 @@ "categories": [ "bgp" ], - "description": "Verifies the health of specific BGP peer(s).", + "description": "Verifies the health of specific BGP peer(s) for given address families.", "custom_field": "BGP EVPN Peer: dc1-leaf1b (IP: 10.255.255.20)" }, { @@ -141,7 +141,7 @@ "categories": [ "bgp" ], - "description": "Verifies the health of specific BGP peer(s).", + "description": "Verifies the health of specific BGP peer(s) for given address families.", "custom_field": "BGP EVPN Peer: dc1-wan1 (IP: 10.255.1.1)" }, { @@ -150,7 +150,7 @@ "categories": [ "bgp" ], - "description": "Verifies the health of specific BGP peer(s).", + "description": "Verifies the health of specific BGP peer(s) for given address families.", "custom_field": "BGP IPv4 SR-TE Peer: dc1-leaf1a (IP: 10.255.255.10)" }, { @@ -159,7 +159,7 @@ "categories": [ "bgp" ], - "description": "Verifies the health of specific BGP peer(s).", + "description": "Verifies the health of specific BGP peer(s) for given address families.", "custom_field": "BGP IPv4 SR-TE Peer: dc1-leaf1b (IP: 10.255.255.20)" }, { @@ -168,7 +168,7 @@ "categories": [ "bgp" ], - "description": "Verifies the health of specific BGP peer(s).", + "description": "Verifies the health of specific BGP peer(s) for given address families.", "custom_field": "BGP IPv4 Unicast Peer: dc1-leaf1a (IP: 10.255.255.4)" }, { @@ -177,7 +177,7 @@ "categories": [ "bgp" ], - "description": "Verifies the health of specific BGP peer(s).", + "description": "Verifies the health of specific BGP peer(s) for given address families.", "custom_field": "BGP IPv4 Unicast Peer: dc1-leaf1b (IP: 10.255.255.6)" }, { @@ -186,7 +186,7 @@ "categories": [ "bgp" ], - "description": "Verifies the health of specific BGP peer(s).", + "description": "Verifies the health of specific BGP peer(s) for given address families.", "custom_field": "BGP Link-State Peer: dc1-leaf1a (IP: 10.255.255.10)" }, { @@ -195,7 +195,7 @@ "categories": [ "bgp" ], - "description": "Verifies the health of specific BGP peer(s).", + "description": "Verifies the health of specific BGP peer(s) for given address families.", "custom_field": "BGP Link-State Peer: dc1-leaf1b (IP: 10.255.255.20)" }, { @@ -204,7 +204,7 @@ "categories": [ "bgp" ], - "description": "Verifies the health of specific BGP peer(s).", + "description": "Verifies the health of specific BGP peer(s) for given address families.", "custom_field": "BGP Path-Selection Peer: dc1-leaf1a (IP: 10.255.255.10)" }, { @@ -213,7 +213,7 @@ "categories": [ "bgp" ], - "description": "Verifies the health of specific BGP peer(s).", + "description": "Verifies the health of specific BGP peer(s) for given address families.", "custom_field": "BGP Path-Selection Peer: dc1-leaf1b (IP: 10.255.255.20)" }, { @@ -222,7 +222,7 @@ "categories": [ "configuration" ], - "description": "Verifies there is no difference between the running-config and the startup-config" + "description": "Verifies there is no difference between the running-config and the startup-config." }, { "name": "dc1-wan2", @@ -230,7 +230,7 @@ "categories": [ "configuration" ], - "description": "Verifies ZeroTouch is disabled" + "description": "Verifies ZeroTouch is disabled." }, { "name": "dc1-wan2", @@ -238,7 +238,7 @@ "categories": [ "connectivity" ], - "description": "Verifies that the provided LLDP neighbors are connected properly.", + "description": "Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.", "custom_field": "Local: Ethernet1 - Remote: dc1-leaf1a Ethernet7" }, { @@ -247,7 +247,7 @@ "categories": [ "connectivity" ], - "description": "Verifies that the provided LLDP neighbors are connected properly.", + "description": "Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.", "custom_field": "Local: Ethernet2 - Remote: dc1-leaf1b Ethernet7" }, { @@ -256,7 +256,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Dps1 (IP: 10.255.1.2) - Destination: dc1-wan1 Dps1 (IP: 10.255.1.1)" }, { @@ -265,7 +265,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Dps1 (IP: 10.255.1.2) - Destination: dc1-wan2 Dps1 (IP: 10.255.1.2)" }, { @@ -274,7 +274,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: P2P Interface Ethernet1 (IP: 10.255.255.5) - Destination: dc1-leaf1a Ethernet7 (IP: 10.255.255.4)" }, { @@ -283,7 +283,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: P2P Interface Ethernet2 (IP: 10.255.255.7) - Destination: dc1-leaf1b Ethernet7 (IP: 10.255.255.6)" }, { @@ -308,7 +308,7 @@ "categories": [ "greent" ], - "description": "Verifies if a GreenT policy is created." + "description": "Verifies if a GreenT policy other than the default is created." }, { "name": "dc1-wan2", @@ -366,7 +366,7 @@ "categories": [ "hardware" ], - "description": "Verifies the system cooling status." + "description": "Verifies the device's system cooling status." }, { "name": "dc1-wan2", @@ -374,7 +374,7 @@ "categories": [ "hardware" ], - "description": "Verifies the device temperature." + "description": "Verifies if the device temperature is within acceptable limits." }, { "name": "dc1-wan2", @@ -382,7 +382,7 @@ "categories": [ "hardware" ], - "description": "Verifies the device temperature." + "description": "Verifies if the device temperature is within acceptable limits." }, { "name": "dc1-wan2", @@ -390,7 +390,7 @@ "categories": [ "hardware" ], - "description": "Verifies if all transceivers come from approved manufacturers." + "description": "Verifies if all the transceivers come from approved manufacturers." }, { "name": "dc1-wan2", @@ -398,7 +398,7 @@ "categories": [ "hardware" ], - "description": "Verifies if all transceivers come from approved manufacturers.", + "description": "Verifies if all the transceivers come from approved manufacturers.", "custom_field": "Accepted Manufacturers: 'Arista Networks', 'Arastra, Inc.', 'Not Present'" }, { @@ -407,7 +407,7 @@ "categories": [ "hardware" ], - "description": "Verifies the transceivers temperature." + "description": "Verifies if all the transceivers are operating at an acceptable temperature." }, { "name": "dc1-wan2", @@ -415,7 +415,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Dps1 - DPS Interface = 'up'" }, { @@ -424,7 +424,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Ethernet1 - P2P_dc1-leaf1a_Ethernet7 = 'up'" }, { @@ -433,7 +433,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Ethernet2 - P2P_dc1-leaf1b_Ethernet7 = 'up'" }, { @@ -442,7 +442,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Ethernet3 - mpls-sp-1_DC1-MPLS-4 = 'up'" }, { @@ -451,7 +451,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Ethernet4 - isp-1_DC1-INET-4 = 'up'" }, { @@ -460,7 +460,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Loopback0 - ROUTER_ID = 'up'" }, { @@ -469,7 +469,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Vxlan1 = 'up'" }, { @@ -616,7 +616,7 @@ "categories": [ "security" ], - "description": "Verifies IPv4 security connections for a peer." + "description": "Verifies the IPv4 security connections." }, { "name": "dc1-wan2", @@ -624,7 +624,7 @@ "categories": [ "security" ], - "description": "Verifies IPv4 security connections for a peer.", + "description": "Verifies the IPv4 security connections.", "custom_field": "IPv4 Peer: 10.255.1.1 VRF: default" }, { @@ -633,7 +633,7 @@ "categories": [ "security" ], - "description": "Verifies IPv4 security connections for a peer.", + "description": "Verifies the IPv4 security connections.", "custom_field": "IPv4 Peer: 10.255.255.10 VRF: default" }, { @@ -642,7 +642,7 @@ "categories": [ "security" ], - "description": "Verifies IPv4 security connections for a peer.", + "description": "Verifies the IPv4 security connections.", "custom_field": "IPv4 Peer: 10.255.255.20 VRF: default" }, { @@ -691,7 +691,7 @@ "categories": [ "services" ], - "description": "Verifies if the DNS servers are correctly configured." + "description": "Verifies if the DNS (Domain Name Service) servers are correctly configured." }, { "name": "dc1-wan2", @@ -755,7 +755,7 @@ "categories": [ "stun" ], - "description": "Verifies the STUN client is configured with the specified IPv4 source address and port. Validate the public IP and port if provided." + "description": "(Deprecated) Verifies the translation for a source address on a STUN client." }, { "name": "dc1-wan2", @@ -763,7 +763,7 @@ "categories": [ "stun" ], - "description": "Verifies the STUN client is configured with the specified IPv4 source address and port. Validate the public IP and port if provided.", + "description": "(Deprecated) Verifies the translation for a source address on a STUN client.", "custom_field": "Source IPv4 Address: 172.18.4.2 Source Port: 4500" }, { diff --git a/ansible_collections/arista/avd/molecule/eos_validate_state/reports/test_results/dc2-leaf1a-results.json b/ansible_collections/arista/avd/molecule/eos_validate_state/reports/test_results/dc2-leaf1a-results.json index d1dba04ba71..31cca39f238 100644 --- a/ansible_collections/arista/avd/molecule/eos_validate_state/reports/test_results/dc2-leaf1a-results.json +++ b/ansible_collections/arista/avd/molecule/eos_validate_state/reports/test_results/dc2-leaf1a-results.json @@ -61,7 +61,7 @@ "categories": [ "bgp" ], - "description": "Verifies the health of specific BGP peer(s).", + "description": "Verifies the health of specific BGP peer(s) for given address families.", "custom_field": "BGP EVPN Peer: dc2-spine1 (IP: 10.255.128.11)" }, { @@ -70,7 +70,7 @@ "categories": [ "bgp" ], - "description": "Verifies the health of specific BGP peer(s).", + "description": "Verifies the health of specific BGP peer(s) for given address families.", "custom_field": "BGP EVPN Peer: dc2-spine2 (IP: 10.255.128.12)" }, { @@ -79,7 +79,7 @@ "categories": [ "bgp" ], - "description": "Verifies the health of specific BGP peer(s).", + "description": "Verifies the health of specific BGP peer(s) for given address families.", "custom_field": "BGP IPv4 Unicast Peer: dc2-leaf1b (IP: 10.255.129.117)" }, { @@ -88,7 +88,7 @@ "categories": [ "bgp" ], - "description": "Verifies the health of specific BGP peer(s).", + "description": "Verifies the health of specific BGP peer(s) for given address families.", "custom_field": "BGP IPv4 Unicast Peer: dc2-spine1 (IP: 10.255.255.104)" }, { @@ -97,7 +97,7 @@ "categories": [ "bgp" ], - "description": "Verifies the health of specific BGP peer(s).", + "description": "Verifies the health of specific BGP peer(s) for given address families.", "custom_field": "BGP IPv4 Unicast Peer: dc2-spine2 (IP: 10.255.255.106)" }, { @@ -106,7 +106,7 @@ "categories": [ "configuration" ], - "description": "Verifies there is no difference between the running-config and the startup-config" + "description": "Verifies there is no difference between the running-config and the startup-config." }, { "name": "dc2-leaf1a", @@ -114,7 +114,7 @@ "categories": [ "configuration" ], - "description": "Verifies ZeroTouch is disabled" + "description": "Verifies ZeroTouch is disabled." }, { "name": "dc2-leaf1a", @@ -122,7 +122,7 @@ "categories": [ "connectivity" ], - "description": "Verifies that the provided LLDP neighbors are connected properly.", + "description": "Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.", "custom_field": "Local: Ethernet1 - Remote: dc2-spine1 Ethernet1" }, { @@ -131,7 +131,7 @@ "categories": [ "connectivity" ], - "description": "Verifies that the provided LLDP neighbors are connected properly.", + "description": "Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.", "custom_field": "Local: Ethernet2 - Remote: dc2-spine2 Ethernet1" }, { @@ -140,7 +140,7 @@ "categories": [ "connectivity" ], - "description": "Verifies that the provided LLDP neighbors are connected properly.", + "description": "Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.", "custom_field": "Local: Ethernet3 - Remote: dc2-leaf1b Ethernet3" }, { @@ -149,7 +149,7 @@ "categories": [ "connectivity" ], - "description": "Verifies that the provided LLDP neighbors are connected properly.", + "description": "Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.", "custom_field": "Local: Ethernet4 - Remote: dc2-leaf1b Ethernet4" }, { @@ -158,7 +158,7 @@ "categories": [ "connectivity" ], - "description": "Verifies that the provided LLDP neighbors are connected properly.", + "description": "Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.", "custom_field": "Local: Ethernet8 - Remote: dc2-leaf1c Ethernet1" }, { @@ -167,7 +167,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.128.13) - Destination: dc1-leaf1a Loopback0 (IP: 10.255.0.3)" }, { @@ -176,7 +176,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.128.13) - Destination: dc1-leaf1b Loopback0 (IP: 10.255.0.4)" }, { @@ -185,7 +185,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.128.13) - Destination: dc1-leaf2a Loopback0 (IP: 10.255.0.5)" }, { @@ -194,7 +194,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.128.13) - Destination: dc1-spine1 Loopback0 (IP: 10.255.0.1)" }, { @@ -203,7 +203,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.128.13) - Destination: dc1-spine2 Loopback0 (IP: 10.255.0.2)" }, { @@ -212,7 +212,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.128.13) - Destination: dc1-svc-leaf1a Loopback0 (IP: 10.33.0.5)" }, { @@ -221,7 +221,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.128.13) - Destination: dc1-svc-leaf1b Loopback0 (IP: 10.33.0.6)" }, { @@ -230,7 +230,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.128.13) - Destination: dc1-wan1 Loopback0 (IP: 10.255.2.1)" }, { @@ -239,7 +239,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.128.13) - Destination: dc1-wan2 Loopback0 (IP: 10.255.2.2)" }, { @@ -248,7 +248,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.128.13) - Destination: dc2-leaf1a Loopback0 (IP: 10.255.128.13)" }, { @@ -257,7 +257,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.128.13) - Destination: dc2-leaf1b Loopback0 (IP: 10.255.128.14)" }, { @@ -266,7 +266,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.128.13) - Destination: dc2-leaf2a Loopback0 (IP: 10.255.128.15)" }, { @@ -275,7 +275,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.128.13) - Destination: dc2-leaf2b Loopback0 (IP: 10.255.128.16)" }, { @@ -284,7 +284,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.128.13) - Destination: dc2-leaf3a.arista.com Loopback0 (IP: 10.255.128.17)" }, { @@ -293,7 +293,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.128.13) - Destination: dc2-leaf3b.arista.com Loopback0 (IP: 10.255.128.18)" }, { @@ -302,7 +302,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.128.13) - Destination: dc2-spine1 Loopback0 (IP: 10.255.128.11)" }, { @@ -311,7 +311,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.128.13) - Destination: dc2-spine2 Loopback0 (IP: 10.255.128.12)" }, { @@ -320,7 +320,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: P2P Interface Ethernet1 (IP: 10.255.255.105) - Destination: dc2-spine1 Ethernet1 (IP: 10.255.255.104)" }, { @@ -329,7 +329,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: P2P Interface Ethernet2 (IP: 10.255.255.107) - Destination: dc2-spine2 Ethernet1 (IP: 10.255.255.106)" }, { @@ -354,7 +354,7 @@ "categories": [ "greent" ], - "description": "Verifies if a GreenT policy is created." + "description": "Verifies if a GreenT policy other than the default is created." }, { "name": "dc2-leaf1a", @@ -412,7 +412,7 @@ "categories": [ "hardware" ], - "description": "Verifies the system cooling status." + "description": "Verifies the device's system cooling status." }, { "name": "dc2-leaf1a", @@ -420,7 +420,7 @@ "categories": [ "hardware" ], - "description": "Verifies the device temperature." + "description": "Verifies if the device temperature is within acceptable limits." }, { "name": "dc2-leaf1a", @@ -428,7 +428,7 @@ "categories": [ "hardware" ], - "description": "Verifies the device temperature." + "description": "Verifies if the device temperature is within acceptable limits." }, { "name": "dc2-leaf1a", @@ -436,7 +436,7 @@ "categories": [ "hardware" ], - "description": "Verifies if all transceivers come from approved manufacturers." + "description": "Verifies if all the transceivers come from approved manufacturers." }, { "name": "dc2-leaf1a", @@ -444,7 +444,7 @@ "categories": [ "hardware" ], - "description": "Verifies if all transceivers come from approved manufacturers.", + "description": "Verifies if all the transceivers come from approved manufacturers.", "custom_field": "Accepted Manufacturers: 'Arista Networks', 'Arastra, Inc.', 'Not Present'" }, { @@ -453,7 +453,7 @@ "categories": [ "hardware" ], - "description": "Verifies the transceivers temperature." + "description": "Verifies if all the transceivers are operating at an acceptable temperature." }, { "name": "dc2-leaf1a", @@ -461,7 +461,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Ethernet1 - P2P_dc2-spine1_Ethernet1 = 'up'" }, { @@ -470,7 +470,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Ethernet2 - P2P_dc2-spine2_Ethernet1 = 'up'" }, { @@ -479,7 +479,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Ethernet3 - MLAG_dc2-leaf1b_Ethernet3 = 'up'" }, { @@ -488,7 +488,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Ethernet4 - MLAG_dc2-leaf1b_Ethernet4 = 'up'" }, { @@ -497,7 +497,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Ethernet5 - SERVER_dc2-leaf1-server1_PCI1 = 'up'" }, { @@ -506,7 +506,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Ethernet8 - L2_dc2-leaf1c_Ethernet1 = 'up'" }, { @@ -515,7 +515,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Loopback0 - ROUTER_ID = 'up'" }, { @@ -524,7 +524,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Loopback1 - VXLAN_TUNNEL_SOURCE = 'up'" }, { @@ -533,7 +533,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Loopback10 - DIAG_VRF_VRF10 = 'up'" }, { @@ -542,7 +542,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Loopback11 - DIAG_VRF_VRF11 = 'up'" }, { @@ -551,7 +551,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Port-Channel3 - MLAG_dc2-leaf1b_Port-Channel3 = 'up'" }, { @@ -560,7 +560,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Port-Channel5 - PortChannel dc2-leaf1-server1 = 'up'" }, { @@ -569,7 +569,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Port-Channel8 - L2_dc2-leaf1c_Port-Channel1 = 'up'" }, { @@ -578,7 +578,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Vlan11 - VRF10_VLAN11 = 'up'" }, { @@ -587,7 +587,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Vlan12 - VRF10_VLAN12 = 'up'" }, { @@ -596,7 +596,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Vlan21 - VRF11_VLAN21 = 'up'" }, { @@ -605,7 +605,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Vlan22 - VRF11_VLAN22 = 'up'" }, { @@ -614,7 +614,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Vlan3009 - MLAG_L3_VRF_VRF10 = 'up'" }, { @@ -623,7 +623,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Vlan3010 - MLAG_L3_VRF_VRF11 = 'up'" }, { @@ -632,7 +632,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Vlan4093 - MLAG_L3 = 'up'" }, { @@ -641,7 +641,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Vlan4094 - MLAG = 'up'" }, { @@ -650,7 +650,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Vxlan1 = 'up'" }, { @@ -755,7 +755,7 @@ "categories": [ "mlag" ], - "description": "Verifies the MLAG reload-delay parameters." + "description": "Verifies the reload-delay parameters of the MLAG configuration." }, { "name": "dc2-leaf1a", @@ -779,7 +779,7 @@ "categories": [ "multicast" ], - "description": "Verifies the IGMP snooping global configuration." + "description": "Verifies the IGMP snooping global status." }, { "name": "dc2-leaf1a", @@ -1132,7 +1132,7 @@ "categories": [ "security" ], - "description": "Verifies IPv4 security connections for a peer." + "description": "Verifies the IPv4 security connections." }, { "name": "dc2-leaf1a", @@ -1180,7 +1180,7 @@ "categories": [ "services" ], - "description": "Verifies if the DNS servers are correctly configured." + "description": "Verifies if the DNS (Domain Name Service) servers are correctly configured." }, { "name": "dc2-leaf1a", @@ -1284,7 +1284,7 @@ "categories": [ "stun" ], - "description": "Verifies the STUN client is configured with the specified IPv4 source address and port. Validate the public IP and port if provided." + "description": "(Deprecated) Verifies the translation for a source address on a STUN client." }, { "name": "dc2-leaf1a", diff --git a/ansible_collections/arista/avd/molecule/eos_validate_state/reports/test_results/dc2-leaf1b-results.json b/ansible_collections/arista/avd/molecule/eos_validate_state/reports/test_results/dc2-leaf1b-results.json index 3926523a408..8e22d59c251 100644 --- a/ansible_collections/arista/avd/molecule/eos_validate_state/reports/test_results/dc2-leaf1b-results.json +++ b/ansible_collections/arista/avd/molecule/eos_validate_state/reports/test_results/dc2-leaf1b-results.json @@ -61,7 +61,7 @@ "categories": [ "bgp" ], - "description": "Verifies the health of specific BGP peer(s).", + "description": "Verifies the health of specific BGP peer(s) for given address families.", "custom_field": "BGP EVPN Peer: dc2-spine1 (IP: 10.255.128.11)" }, { @@ -70,7 +70,7 @@ "categories": [ "bgp" ], - "description": "Verifies the health of specific BGP peer(s).", + "description": "Verifies the health of specific BGP peer(s) for given address families.", "custom_field": "BGP EVPN Peer: dc2-spine2 (IP: 10.255.128.12)" }, { @@ -79,7 +79,7 @@ "categories": [ "bgp" ], - "description": "Verifies the health of specific BGP peer(s).", + "description": "Verifies the health of specific BGP peer(s) for given address families.", "custom_field": "BGP IPv4 Unicast Peer: dc2-leaf1a (IP: 10.255.129.116)" }, { @@ -88,7 +88,7 @@ "categories": [ "bgp" ], - "description": "Verifies the health of specific BGP peer(s).", + "description": "Verifies the health of specific BGP peer(s) for given address families.", "custom_field": "BGP IPv4 Unicast Peer: dc2-spine1 (IP: 10.255.255.108)" }, { @@ -97,7 +97,7 @@ "categories": [ "bgp" ], - "description": "Verifies the health of specific BGP peer(s).", + "description": "Verifies the health of specific BGP peer(s) for given address families.", "custom_field": "BGP IPv4 Unicast Peer: dc2-spine2 (IP: 10.255.255.110)" }, { @@ -106,7 +106,7 @@ "categories": [ "configuration" ], - "description": "Verifies there is no difference between the running-config and the startup-config" + "description": "Verifies there is no difference between the running-config and the startup-config." }, { "name": "dc2-leaf1b", @@ -114,7 +114,7 @@ "categories": [ "configuration" ], - "description": "Verifies ZeroTouch is disabled" + "description": "Verifies ZeroTouch is disabled." }, { "name": "dc2-leaf1b", @@ -122,7 +122,7 @@ "categories": [ "connectivity" ], - "description": "Verifies that the provided LLDP neighbors are connected properly.", + "description": "Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.", "custom_field": "Local: Ethernet1 - Remote: dc2-spine1 Ethernet2" }, { @@ -131,7 +131,7 @@ "categories": [ "connectivity" ], - "description": "Verifies that the provided LLDP neighbors are connected properly.", + "description": "Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.", "custom_field": "Local: Ethernet2 - Remote: dc2-spine2 Ethernet2" }, { @@ -140,7 +140,7 @@ "categories": [ "connectivity" ], - "description": "Verifies that the provided LLDP neighbors are connected properly.", + "description": "Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.", "custom_field": "Local: Ethernet3 - Remote: dc2-leaf1a Ethernet3" }, { @@ -149,7 +149,7 @@ "categories": [ "connectivity" ], - "description": "Verifies that the provided LLDP neighbors are connected properly.", + "description": "Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.", "custom_field": "Local: Ethernet4 - Remote: dc2-leaf1a Ethernet4" }, { @@ -158,7 +158,7 @@ "categories": [ "connectivity" ], - "description": "Verifies that the provided LLDP neighbors are connected properly.", + "description": "Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.", "custom_field": "Local: Ethernet8 - Remote: dc2-leaf1c Ethernet2" }, { @@ -167,7 +167,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.128.14) - Destination: dc1-leaf1a Loopback0 (IP: 10.255.0.3)" }, { @@ -176,7 +176,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.128.14) - Destination: dc1-leaf1b Loopback0 (IP: 10.255.0.4)" }, { @@ -185,7 +185,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.128.14) - Destination: dc1-leaf2a Loopback0 (IP: 10.255.0.5)" }, { @@ -194,7 +194,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.128.14) - Destination: dc1-spine1 Loopback0 (IP: 10.255.0.1)" }, { @@ -203,7 +203,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.128.14) - Destination: dc1-spine2 Loopback0 (IP: 10.255.0.2)" }, { @@ -212,7 +212,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.128.14) - Destination: dc1-svc-leaf1a Loopback0 (IP: 10.33.0.5)" }, { @@ -221,7 +221,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.128.14) - Destination: dc1-svc-leaf1b Loopback0 (IP: 10.33.0.6)" }, { @@ -230,7 +230,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.128.14) - Destination: dc1-wan1 Loopback0 (IP: 10.255.2.1)" }, { @@ -239,7 +239,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.128.14) - Destination: dc1-wan2 Loopback0 (IP: 10.255.2.2)" }, { @@ -248,7 +248,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.128.14) - Destination: dc2-leaf1a Loopback0 (IP: 10.255.128.13)" }, { @@ -257,7 +257,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.128.14) - Destination: dc2-leaf1b Loopback0 (IP: 10.255.128.14)" }, { @@ -266,7 +266,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.128.14) - Destination: dc2-leaf2a Loopback0 (IP: 10.255.128.15)" }, { @@ -275,7 +275,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.128.14) - Destination: dc2-leaf2b Loopback0 (IP: 10.255.128.16)" }, { @@ -284,7 +284,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.128.14) - Destination: dc2-leaf3a.arista.com Loopback0 (IP: 10.255.128.17)" }, { @@ -293,7 +293,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.128.14) - Destination: dc2-leaf3b.arista.com Loopback0 (IP: 10.255.128.18)" }, { @@ -302,7 +302,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.128.14) - Destination: dc2-spine1 Loopback0 (IP: 10.255.128.11)" }, { @@ -311,7 +311,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.128.14) - Destination: dc2-spine2 Loopback0 (IP: 10.255.128.12)" }, { @@ -320,7 +320,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: P2P Interface Ethernet1 (IP: 10.255.255.109) - Destination: dc2-spine1 Ethernet2 (IP: 10.255.255.108)" }, { @@ -329,7 +329,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: P2P Interface Ethernet2 (IP: 10.255.255.111) - Destination: dc2-spine2 Ethernet2 (IP: 10.255.255.110)" }, { @@ -354,7 +354,7 @@ "categories": [ "greent" ], - "description": "Verifies if a GreenT policy is created." + "description": "Verifies if a GreenT policy other than the default is created." }, { "name": "dc2-leaf1b", @@ -412,7 +412,7 @@ "categories": [ "hardware" ], - "description": "Verifies the system cooling status." + "description": "Verifies the device's system cooling status." }, { "name": "dc2-leaf1b", @@ -420,7 +420,7 @@ "categories": [ "hardware" ], - "description": "Verifies the device temperature." + "description": "Verifies if the device temperature is within acceptable limits." }, { "name": "dc2-leaf1b", @@ -428,7 +428,7 @@ "categories": [ "hardware" ], - "description": "Verifies the device temperature." + "description": "Verifies if the device temperature is within acceptable limits." }, { "name": "dc2-leaf1b", @@ -436,7 +436,7 @@ "categories": [ "hardware" ], - "description": "Verifies if all transceivers come from approved manufacturers." + "description": "Verifies if all the transceivers come from approved manufacturers." }, { "name": "dc2-leaf1b", @@ -444,7 +444,7 @@ "categories": [ "hardware" ], - "description": "Verifies if all transceivers come from approved manufacturers.", + "description": "Verifies if all the transceivers come from approved manufacturers.", "custom_field": "Accepted Manufacturers: 'Arista Networks', 'Arastra, Inc.', 'Not Present'" }, { @@ -453,7 +453,7 @@ "categories": [ "hardware" ], - "description": "Verifies the transceivers temperature." + "description": "Verifies if all the transceivers are operating at an acceptable temperature." }, { "name": "dc2-leaf1b", @@ -461,7 +461,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Ethernet1 - P2P_dc2-spine1_Ethernet2 = 'up'" }, { @@ -470,7 +470,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Ethernet2 - P2P_dc2-spine2_Ethernet2 = 'up'" }, { @@ -479,7 +479,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Ethernet3 - MLAG_dc2-leaf1a_Ethernet3 = 'up'" }, { @@ -488,7 +488,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Ethernet4 - MLAG_dc2-leaf1a_Ethernet4 = 'up'" }, { @@ -497,7 +497,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Ethernet5 - SERVER_dc2-leaf1-server1_PCI2 = 'up'" }, { @@ -506,7 +506,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Ethernet8 - L2_dc2-leaf1c_Ethernet2 = 'up'" }, { @@ -515,7 +515,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Loopback0 - ROUTER_ID = 'up'" }, { @@ -524,7 +524,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Loopback1 - VXLAN_TUNNEL_SOURCE = 'up'" }, { @@ -533,7 +533,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Loopback10 - DIAG_VRF_VRF10 = 'up'" }, { @@ -542,7 +542,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Loopback11 - DIAG_VRF_VRF11 = 'up'" }, { @@ -551,7 +551,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Port-Channel3 - MLAG_dc2-leaf1a_Port-Channel3 = 'up'" }, { @@ -560,7 +560,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Port-Channel5 - PortChannel dc2-leaf1-server1 = 'up'" }, { @@ -569,7 +569,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Port-Channel8 - L2_dc2-leaf1c_Port-Channel1 = 'up'" }, { @@ -578,7 +578,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Vlan11 - VRF10_VLAN11 = 'up'" }, { @@ -587,7 +587,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Vlan12 - VRF10_VLAN12 = 'up'" }, { @@ -596,7 +596,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Vlan21 - VRF11_VLAN21 = 'up'" }, { @@ -605,7 +605,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Vlan22 - VRF11_VLAN22 = 'up'" }, { @@ -614,7 +614,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Vlan3009 - MLAG_L3_VRF_VRF10 = 'up'" }, { @@ -623,7 +623,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Vlan3010 - MLAG_L3_VRF_VRF11 = 'up'" }, { @@ -632,7 +632,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Vlan4093 - MLAG_L3 = 'up'" }, { @@ -641,7 +641,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Vlan4094 - MLAG = 'up'" }, { @@ -650,7 +650,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Vxlan1 = 'up'" }, { @@ -755,7 +755,7 @@ "categories": [ "mlag" ], - "description": "Verifies the MLAG reload-delay parameters." + "description": "Verifies the reload-delay parameters of the MLAG configuration." }, { "name": "dc2-leaf1b", @@ -779,7 +779,7 @@ "categories": [ "multicast" ], - "description": "Verifies the IGMP snooping global configuration." + "description": "Verifies the IGMP snooping global status." }, { "name": "dc2-leaf1b", @@ -1132,7 +1132,7 @@ "categories": [ "security" ], - "description": "Verifies IPv4 security connections for a peer." + "description": "Verifies the IPv4 security connections." }, { "name": "dc2-leaf1b", @@ -1180,7 +1180,7 @@ "categories": [ "services" ], - "description": "Verifies if the DNS servers are correctly configured." + "description": "Verifies if the DNS (Domain Name Service) servers are correctly configured." }, { "name": "dc2-leaf1b", @@ -1284,7 +1284,7 @@ "categories": [ "stun" ], - "description": "Verifies the STUN client is configured with the specified IPv4 source address and port. Validate the public IP and port if provided." + "description": "(Deprecated) Verifies the translation for a source address on a STUN client." }, { "name": "dc2-leaf1b", diff --git a/ansible_collections/arista/avd/molecule/eos_validate_state/reports/test_results/dc2-leaf1c-results.json b/ansible_collections/arista/avd/molecule/eos_validate_state/reports/test_results/dc2-leaf1c-results.json index e81517b9236..b343a3faec5 100644 --- a/ansible_collections/arista/avd/molecule/eos_validate_state/reports/test_results/dc2-leaf1c-results.json +++ b/ansible_collections/arista/avd/molecule/eos_validate_state/reports/test_results/dc2-leaf1c-results.json @@ -61,7 +61,7 @@ "categories": [ "configuration" ], - "description": "Verifies there is no difference between the running-config and the startup-config" + "description": "Verifies there is no difference between the running-config and the startup-config." }, { "name": "dc2-leaf1c", @@ -69,7 +69,7 @@ "categories": [ "configuration" ], - "description": "Verifies ZeroTouch is disabled" + "description": "Verifies ZeroTouch is disabled." }, { "name": "dc2-leaf1c", @@ -77,7 +77,7 @@ "categories": [ "connectivity" ], - "description": "Verifies that the provided LLDP neighbors are connected properly.", + "description": "Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.", "custom_field": "Local: Ethernet1 - Remote: dc2-leaf1a Ethernet8" }, { @@ -86,7 +86,7 @@ "categories": [ "connectivity" ], - "description": "Verifies that the provided LLDP neighbors are connected properly.", + "description": "Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.", "custom_field": "Local: Ethernet2 - Remote: dc2-leaf1b Ethernet8" }, { @@ -111,7 +111,7 @@ "categories": [ "greent" ], - "description": "Verifies if a GreenT policy is created." + "description": "Verifies if a GreenT policy other than the default is created." }, { "name": "dc2-leaf1c", @@ -169,7 +169,7 @@ "categories": [ "hardware" ], - "description": "Verifies the system cooling status." + "description": "Verifies the device's system cooling status." }, { "name": "dc2-leaf1c", @@ -177,7 +177,7 @@ "categories": [ "hardware" ], - "description": "Verifies the device temperature." + "description": "Verifies if the device temperature is within acceptable limits." }, { "name": "dc2-leaf1c", @@ -185,7 +185,7 @@ "categories": [ "hardware" ], - "description": "Verifies the device temperature." + "description": "Verifies if the device temperature is within acceptable limits." }, { "name": "dc2-leaf1c", @@ -193,7 +193,7 @@ "categories": [ "hardware" ], - "description": "Verifies if all transceivers come from approved manufacturers." + "description": "Verifies if all the transceivers come from approved manufacturers." }, { "name": "dc2-leaf1c", @@ -201,7 +201,7 @@ "categories": [ "hardware" ], - "description": "Verifies if all transceivers come from approved manufacturers.", + "description": "Verifies if all the transceivers come from approved manufacturers.", "custom_field": "Accepted Manufacturers: 'Arista Networks', 'Arastra, Inc.', 'Not Present'" }, { @@ -210,7 +210,7 @@ "categories": [ "hardware" ], - "description": "Verifies the transceivers temperature." + "description": "Verifies if all the transceivers are operating at an acceptable temperature." }, { "name": "dc2-leaf1c", @@ -218,7 +218,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Ethernet1 - L2_dc2-leaf1a_Ethernet8 = 'up'" }, { @@ -227,7 +227,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Ethernet2 - L2_dc2-leaf1b_Ethernet8 = 'up'" }, { @@ -236,7 +236,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Ethernet5 - SERVER_dc2-leaf1-server1_iLO = 'up'" }, { @@ -245,7 +245,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Port-Channel1 - L2_DC2_L3_LEAF1_Port-Channel8 = 'up'" }, { @@ -383,7 +383,7 @@ "categories": [ "security" ], - "description": "Verifies IPv4 security connections for a peer." + "description": "Verifies the IPv4 security connections." }, { "name": "dc2-leaf1c", @@ -431,7 +431,7 @@ "categories": [ "services" ], - "description": "Verifies if the DNS servers are correctly configured." + "description": "Verifies if the DNS (Domain Name Service) servers are correctly configured." }, { "name": "dc2-leaf1c", @@ -495,7 +495,7 @@ "categories": [ "stun" ], - "description": "Verifies the STUN client is configured with the specified IPv4 source address and port. Validate the public IP and port if provided." + "description": "(Deprecated) Verifies the translation for a source address on a STUN client." }, { "name": "dc2-leaf1c", diff --git a/ansible_collections/arista/avd/molecule/eos_validate_state/reports/test_results/dc2-leaf2a-results.json b/ansible_collections/arista/avd/molecule/eos_validate_state/reports/test_results/dc2-leaf2a-results.json index 7c02f57a938..462cb4f15b9 100644 --- a/ansible_collections/arista/avd/molecule/eos_validate_state/reports/test_results/dc2-leaf2a-results.json +++ b/ansible_collections/arista/avd/molecule/eos_validate_state/reports/test_results/dc2-leaf2a-results.json @@ -61,7 +61,7 @@ "categories": [ "bgp" ], - "description": "Verifies the health of specific BGP peer(s).", + "description": "Verifies the health of specific BGP peer(s) for given address families.", "custom_field": "BGP EVPN Peer: dc1-leaf2a (IP: 10.255.0.5)" }, { @@ -70,7 +70,7 @@ "categories": [ "bgp" ], - "description": "Verifies the health of specific BGP peer(s).", + "description": "Verifies the health of specific BGP peer(s) for given address families.", "custom_field": "BGP EVPN Peer: dc2-spine1 (IP: 10.255.128.11)" }, { @@ -79,7 +79,7 @@ "categories": [ "bgp" ], - "description": "Verifies the health of specific BGP peer(s).", + "description": "Verifies the health of specific BGP peer(s) for given address families.", "custom_field": "BGP EVPN Peer: dc2-spine2 (IP: 10.255.128.12)" }, { @@ -88,7 +88,7 @@ "categories": [ "bgp" ], - "description": "Verifies the health of specific BGP peer(s).", + "description": "Verifies the health of specific BGP peer(s) for given address families.", "custom_field": "BGP IPv4 Unicast Peer: dc1-leaf2a (IP: 192.168.100.0)" }, { @@ -97,7 +97,7 @@ "categories": [ "bgp" ], - "description": "Verifies the health of specific BGP peer(s).", + "description": "Verifies the health of specific BGP peer(s) for given address families.", "custom_field": "BGP IPv4 Unicast Peer: dc2-leaf2b (IP: 10.255.129.121)" }, { @@ -106,7 +106,7 @@ "categories": [ "bgp" ], - "description": "Verifies the health of specific BGP peer(s).", + "description": "Verifies the health of specific BGP peer(s) for given address families.", "custom_field": "BGP IPv4 Unicast Peer: dc2-spine1 (IP: 10.255.255.112)" }, { @@ -115,7 +115,7 @@ "categories": [ "bgp" ], - "description": "Verifies the health of specific BGP peer(s).", + "description": "Verifies the health of specific BGP peer(s) for given address families.", "custom_field": "BGP IPv4 Unicast Peer: dc2-spine2 (IP: 10.255.255.114)" }, { @@ -124,7 +124,7 @@ "categories": [ "configuration" ], - "description": "Verifies there is no difference between the running-config and the startup-config" + "description": "Verifies there is no difference between the running-config and the startup-config." }, { "name": "dc2-leaf2a", @@ -132,7 +132,7 @@ "categories": [ "configuration" ], - "description": "Verifies ZeroTouch is disabled" + "description": "Verifies ZeroTouch is disabled." }, { "name": "dc2-leaf2a", @@ -140,7 +140,7 @@ "categories": [ "connectivity" ], - "description": "Verifies that the provided LLDP neighbors are connected properly.", + "description": "Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.", "custom_field": "Local: Ethernet1 - Remote: dc2-spine1 Ethernet3" }, { @@ -149,7 +149,7 @@ "categories": [ "connectivity" ], - "description": "Verifies that the provided LLDP neighbors are connected properly.", + "description": "Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.", "custom_field": "Local: Ethernet2 - Remote: dc2-spine2 Ethernet3" }, { @@ -158,7 +158,7 @@ "categories": [ "connectivity" ], - "description": "Verifies that the provided LLDP neighbors are connected properly.", + "description": "Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.", "custom_field": "Local: Ethernet3 - Remote: dc2-leaf2b Ethernet3" }, { @@ -167,7 +167,7 @@ "categories": [ "connectivity" ], - "description": "Verifies that the provided LLDP neighbors are connected properly.", + "description": "Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.", "custom_field": "Local: Ethernet4 - Remote: dc2-leaf2b Ethernet4" }, { @@ -176,7 +176,7 @@ "categories": [ "connectivity" ], - "description": "Verifies that the provided LLDP neighbors are connected properly.", + "description": "Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.", "custom_field": "Local: Ethernet6 - Remote: dc1-leaf2a Ethernet6" }, { @@ -185,7 +185,7 @@ "categories": [ "connectivity" ], - "description": "Verifies that the provided LLDP neighbors are connected properly.", + "description": "Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.", "custom_field": "Local: Ethernet8 - Remote: dc2-leaf2c Ethernet1" }, { @@ -194,7 +194,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.128.15) - Destination: dc1-leaf1a Loopback0 (IP: 10.255.0.3)" }, { @@ -203,7 +203,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.128.15) - Destination: dc1-leaf1b Loopback0 (IP: 10.255.0.4)" }, { @@ -212,7 +212,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.128.15) - Destination: dc1-leaf2a Loopback0 (IP: 10.255.0.5)" }, { @@ -221,7 +221,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.128.15) - Destination: dc1-spine1 Loopback0 (IP: 10.255.0.1)" }, { @@ -230,7 +230,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.128.15) - Destination: dc1-spine2 Loopback0 (IP: 10.255.0.2)" }, { @@ -239,7 +239,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.128.15) - Destination: dc1-svc-leaf1a Loopback0 (IP: 10.33.0.5)" }, { @@ -248,7 +248,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.128.15) - Destination: dc1-svc-leaf1b Loopback0 (IP: 10.33.0.6)" }, { @@ -257,7 +257,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.128.15) - Destination: dc1-wan1 Loopback0 (IP: 10.255.2.1)" }, { @@ -266,7 +266,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.128.15) - Destination: dc1-wan2 Loopback0 (IP: 10.255.2.2)" }, { @@ -275,7 +275,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.128.15) - Destination: dc2-leaf1a Loopback0 (IP: 10.255.128.13)" }, { @@ -284,7 +284,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.128.15) - Destination: dc2-leaf1b Loopback0 (IP: 10.255.128.14)" }, { @@ -293,7 +293,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.128.15) - Destination: dc2-leaf2a Loopback0 (IP: 10.255.128.15)" }, { @@ -302,7 +302,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.128.15) - Destination: dc2-leaf2b Loopback0 (IP: 10.255.128.16)" }, { @@ -311,7 +311,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.128.15) - Destination: dc2-leaf3a.arista.com Loopback0 (IP: 10.255.128.17)" }, { @@ -320,7 +320,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.128.15) - Destination: dc2-leaf3b.arista.com Loopback0 (IP: 10.255.128.18)" }, { @@ -329,7 +329,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.128.15) - Destination: dc2-spine1 Loopback0 (IP: 10.255.128.11)" }, { @@ -338,7 +338,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.128.15) - Destination: dc2-spine2 Loopback0 (IP: 10.255.128.12)" }, { @@ -347,7 +347,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: P2P Interface Ethernet1 (IP: 10.255.255.113) - Destination: dc2-spine1 Ethernet3 (IP: 10.255.255.112)" }, { @@ -356,7 +356,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: P2P Interface Ethernet2 (IP: 10.255.255.115) - Destination: dc2-spine2 Ethernet3 (IP: 10.255.255.114)" }, { @@ -365,7 +365,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: P2P Interface Ethernet6 (IP: 192.168.100.1) - Destination: dc1-leaf2a Ethernet6 (IP: 192.168.100.0)" }, { @@ -390,7 +390,7 @@ "categories": [ "greent" ], - "description": "Verifies if a GreenT policy is created." + "description": "Verifies if a GreenT policy other than the default is created." }, { "name": "dc2-leaf2a", @@ -448,7 +448,7 @@ "categories": [ "hardware" ], - "description": "Verifies the system cooling status." + "description": "Verifies the device's system cooling status." }, { "name": "dc2-leaf2a", @@ -456,7 +456,7 @@ "categories": [ "hardware" ], - "description": "Verifies the device temperature." + "description": "Verifies if the device temperature is within acceptable limits." }, { "name": "dc2-leaf2a", @@ -464,7 +464,7 @@ "categories": [ "hardware" ], - "description": "Verifies the device temperature." + "description": "Verifies if the device temperature is within acceptable limits." }, { "name": "dc2-leaf2a", @@ -472,7 +472,7 @@ "categories": [ "hardware" ], - "description": "Verifies if all transceivers come from approved manufacturers." + "description": "Verifies if all the transceivers come from approved manufacturers." }, { "name": "dc2-leaf2a", @@ -480,7 +480,7 @@ "categories": [ "hardware" ], - "description": "Verifies if all transceivers come from approved manufacturers.", + "description": "Verifies if all the transceivers come from approved manufacturers.", "custom_field": "Accepted Manufacturers: 'Arista Networks', 'Arastra, Inc.', 'Not Present'" }, { @@ -489,7 +489,7 @@ "categories": [ "hardware" ], - "description": "Verifies the transceivers temperature." + "description": "Verifies if all the transceivers are operating at an acceptable temperature." }, { "name": "dc2-leaf2a", @@ -497,7 +497,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Ethernet1 - P2P_dc2-spine1_Ethernet3 = 'up'" }, { @@ -506,7 +506,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Ethernet2 - P2P_dc2-spine2_Ethernet3 = 'up'" }, { @@ -515,7 +515,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Ethernet3 - MLAG_dc2-leaf2b_Ethernet3 = 'up'" }, { @@ -524,7 +524,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Ethernet4 - MLAG_dc2-leaf2b_Ethernet4 = 'up'" }, { @@ -533,7 +533,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Ethernet5 - SERVER_dc2-leaf2-server1_PCI1 = 'up'" }, { @@ -542,7 +542,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Ethernet6 - P2P_dc1-leaf2a_Ethernet6 = 'up'" }, { @@ -551,7 +551,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Ethernet8 - L2_dc2-leaf2c_Ethernet1 = 'up'" }, { @@ -560,7 +560,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Loopback0 - ROUTER_ID = 'up'" }, { @@ -569,7 +569,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Loopback1 - VXLAN_TUNNEL_SOURCE = 'up'" }, { @@ -578,7 +578,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Loopback10 - DIAG_VRF_VRF10 = 'up'" }, { @@ -587,7 +587,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Loopback11 - DIAG_VRF_VRF11 = 'up'" }, { @@ -596,7 +596,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Port-Channel3 - MLAG_dc2-leaf2b_Port-Channel3 = 'up'" }, { @@ -605,7 +605,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Port-Channel5 - SERVER_dc2-leaf2-server1_PortChannel dc2-leaf2-server1 = 'up'" }, { @@ -614,7 +614,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Port-Channel8 - L2_dc2-leaf2c_Port-Channel1 = 'up'" }, { @@ -623,7 +623,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Vlan11 - VRF10_VLAN11 = 'up'" }, { @@ -632,7 +632,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Vlan12 - VRF10_VLAN12 = 'up'" }, { @@ -641,7 +641,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Vlan21 - VRF11_VLAN21 = 'up'" }, { @@ -650,7 +650,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Vlan22 - VRF11_VLAN22 = 'up'" }, { @@ -659,7 +659,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Vlan3009 - MLAG_L3_VRF_VRF10 = 'up'" }, { @@ -668,7 +668,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Vlan3010 - MLAG_L3_VRF_VRF11 = 'up'" }, { @@ -677,7 +677,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Vlan4093 - MLAG_L3 = 'up'" }, { @@ -686,7 +686,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Vlan4094 - MLAG = 'up'" }, { @@ -695,7 +695,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Vxlan1 = 'up'" }, { @@ -800,7 +800,7 @@ "categories": [ "mlag" ], - "description": "Verifies the MLAG reload-delay parameters." + "description": "Verifies the reload-delay parameters of the MLAG configuration." }, { "name": "dc2-leaf2a", @@ -824,7 +824,7 @@ "categories": [ "multicast" ], - "description": "Verifies the IGMP snooping global configuration." + "description": "Verifies the IGMP snooping global status." }, { "name": "dc2-leaf2a", @@ -1177,7 +1177,7 @@ "categories": [ "security" ], - "description": "Verifies IPv4 security connections for a peer." + "description": "Verifies the IPv4 security connections." }, { "name": "dc2-leaf2a", @@ -1225,7 +1225,7 @@ "categories": [ "services" ], - "description": "Verifies if the DNS servers are correctly configured." + "description": "Verifies if the DNS (Domain Name Service) servers are correctly configured." }, { "name": "dc2-leaf2a", @@ -1329,7 +1329,7 @@ "categories": [ "stun" ], - "description": "Verifies the STUN client is configured with the specified IPv4 source address and port. Validate the public IP and port if provided." + "description": "(Deprecated) Verifies the translation for a source address on a STUN client." }, { "name": "dc2-leaf2a", diff --git a/ansible_collections/arista/avd/molecule/eos_validate_state/reports/test_results/dc2-leaf2b-results.json b/ansible_collections/arista/avd/molecule/eos_validate_state/reports/test_results/dc2-leaf2b-results.json index 98b88310350..33b23db2313 100644 --- a/ansible_collections/arista/avd/molecule/eos_validate_state/reports/test_results/dc2-leaf2b-results.json +++ b/ansible_collections/arista/avd/molecule/eos_validate_state/reports/test_results/dc2-leaf2b-results.json @@ -61,7 +61,7 @@ "categories": [ "bgp" ], - "description": "Verifies the health of specific BGP peer(s).", + "description": "Verifies the health of specific BGP peer(s) for given address families.", "custom_field": "BGP EVPN Peer: dc2-spine1 (IP: 10.255.128.11)" }, { @@ -70,7 +70,7 @@ "categories": [ "bgp" ], - "description": "Verifies the health of specific BGP peer(s).", + "description": "Verifies the health of specific BGP peer(s) for given address families.", "custom_field": "BGP EVPN Peer: dc2-spine2 (IP: 10.255.128.12)" }, { @@ -79,7 +79,7 @@ "categories": [ "bgp" ], - "description": "Verifies the health of specific BGP peer(s).", + "description": "Verifies the health of specific BGP peer(s) for given address families.", "custom_field": "BGP IPv4 Unicast Peer: dc2-leaf2a (IP: 10.255.129.120)" }, { @@ -88,7 +88,7 @@ "categories": [ "bgp" ], - "description": "Verifies the health of specific BGP peer(s).", + "description": "Verifies the health of specific BGP peer(s) for given address families.", "custom_field": "BGP IPv4 Unicast Peer: dc2-spine1 (IP: 10.255.255.116)" }, { @@ -97,7 +97,7 @@ "categories": [ "bgp" ], - "description": "Verifies the health of specific BGP peer(s).", + "description": "Verifies the health of specific BGP peer(s) for given address families.", "custom_field": "BGP IPv4 Unicast Peer: dc2-spine2 (IP: 10.255.255.118)" }, { @@ -106,7 +106,7 @@ "categories": [ "configuration" ], - "description": "Verifies there is no difference between the running-config and the startup-config" + "description": "Verifies there is no difference between the running-config and the startup-config." }, { "name": "dc2-leaf2b", @@ -114,7 +114,7 @@ "categories": [ "configuration" ], - "description": "Verifies ZeroTouch is disabled" + "description": "Verifies ZeroTouch is disabled." }, { "name": "dc2-leaf2b", @@ -122,7 +122,7 @@ "categories": [ "connectivity" ], - "description": "Verifies that the provided LLDP neighbors are connected properly.", + "description": "Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.", "custom_field": "Local: Ethernet1 - Remote: dc2-spine1 Ethernet4" }, { @@ -131,7 +131,7 @@ "categories": [ "connectivity" ], - "description": "Verifies that the provided LLDP neighbors are connected properly.", + "description": "Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.", "custom_field": "Local: Ethernet2 - Remote: dc2-spine2 Ethernet4" }, { @@ -140,7 +140,7 @@ "categories": [ "connectivity" ], - "description": "Verifies that the provided LLDP neighbors are connected properly.", + "description": "Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.", "custom_field": "Local: Ethernet3 - Remote: dc2-leaf2a Ethernet3" }, { @@ -149,7 +149,7 @@ "categories": [ "connectivity" ], - "description": "Verifies that the provided LLDP neighbors are connected properly.", + "description": "Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.", "custom_field": "Local: Ethernet4 - Remote: dc2-leaf2a Ethernet4" }, { @@ -158,7 +158,7 @@ "categories": [ "connectivity" ], - "description": "Verifies that the provided LLDP neighbors are connected properly.", + "description": "Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.", "custom_field": "Local: Ethernet8 - Remote: dc2-leaf2c Ethernet2" }, { @@ -167,7 +167,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.128.16) - Destination: dc1-leaf1a Loopback0 (IP: 10.255.0.3)" }, { @@ -176,7 +176,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.128.16) - Destination: dc1-leaf1b Loopback0 (IP: 10.255.0.4)" }, { @@ -185,7 +185,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.128.16) - Destination: dc1-leaf2a Loopback0 (IP: 10.255.0.5)" }, { @@ -194,7 +194,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.128.16) - Destination: dc1-spine1 Loopback0 (IP: 10.255.0.1)" }, { @@ -203,7 +203,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.128.16) - Destination: dc1-spine2 Loopback0 (IP: 10.255.0.2)" }, { @@ -212,7 +212,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.128.16) - Destination: dc1-svc-leaf1a Loopback0 (IP: 10.33.0.5)" }, { @@ -221,7 +221,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.128.16) - Destination: dc1-svc-leaf1b Loopback0 (IP: 10.33.0.6)" }, { @@ -230,7 +230,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.128.16) - Destination: dc1-wan1 Loopback0 (IP: 10.255.2.1)" }, { @@ -239,7 +239,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.128.16) - Destination: dc1-wan2 Loopback0 (IP: 10.255.2.2)" }, { @@ -248,7 +248,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.128.16) - Destination: dc2-leaf1a Loopback0 (IP: 10.255.128.13)" }, { @@ -257,7 +257,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.128.16) - Destination: dc2-leaf1b Loopback0 (IP: 10.255.128.14)" }, { @@ -266,7 +266,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.128.16) - Destination: dc2-leaf2a Loopback0 (IP: 10.255.128.15)" }, { @@ -275,7 +275,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.128.16) - Destination: dc2-leaf2b Loopback0 (IP: 10.255.128.16)" }, { @@ -284,7 +284,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.128.16) - Destination: dc2-leaf3a.arista.com Loopback0 (IP: 10.255.128.17)" }, { @@ -293,7 +293,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.128.16) - Destination: dc2-leaf3b.arista.com Loopback0 (IP: 10.255.128.18)" }, { @@ -302,7 +302,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.128.16) - Destination: dc2-spine1 Loopback0 (IP: 10.255.128.11)" }, { @@ -311,7 +311,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.128.16) - Destination: dc2-spine2 Loopback0 (IP: 10.255.128.12)" }, { @@ -320,7 +320,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: P2P Interface Ethernet1 (IP: 10.255.255.117) - Destination: dc2-spine1 Ethernet4 (IP: 10.255.255.116)" }, { @@ -329,7 +329,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: P2P Interface Ethernet2 (IP: 10.255.255.119) - Destination: dc2-spine2 Ethernet4 (IP: 10.255.255.118)" }, { @@ -354,7 +354,7 @@ "categories": [ "greent" ], - "description": "Verifies if a GreenT policy is created." + "description": "Verifies if a GreenT policy other than the default is created." }, { "name": "dc2-leaf2b", @@ -412,7 +412,7 @@ "categories": [ "hardware" ], - "description": "Verifies the system cooling status." + "description": "Verifies the device's system cooling status." }, { "name": "dc2-leaf2b", @@ -420,7 +420,7 @@ "categories": [ "hardware" ], - "description": "Verifies the device temperature." + "description": "Verifies if the device temperature is within acceptable limits." }, { "name": "dc2-leaf2b", @@ -428,7 +428,7 @@ "categories": [ "hardware" ], - "description": "Verifies the device temperature." + "description": "Verifies if the device temperature is within acceptable limits." }, { "name": "dc2-leaf2b", @@ -436,7 +436,7 @@ "categories": [ "hardware" ], - "description": "Verifies if all transceivers come from approved manufacturers." + "description": "Verifies if all the transceivers come from approved manufacturers." }, { "name": "dc2-leaf2b", @@ -444,7 +444,7 @@ "categories": [ "hardware" ], - "description": "Verifies if all transceivers come from approved manufacturers.", + "description": "Verifies if all the transceivers come from approved manufacturers.", "custom_field": "Accepted Manufacturers: 'Arista Networks', 'Arastra, Inc.', 'Not Present'" }, { @@ -453,7 +453,7 @@ "categories": [ "hardware" ], - "description": "Verifies the transceivers temperature." + "description": "Verifies if all the transceivers are operating at an acceptable temperature." }, { "name": "dc2-leaf2b", @@ -461,7 +461,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Ethernet1 - P2P_dc2-spine1_Ethernet4 = 'up'" }, { @@ -470,7 +470,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Ethernet2 - P2P_dc2-spine2_Ethernet4 = 'up'" }, { @@ -479,7 +479,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Ethernet3 - MLAG_dc2-leaf2a_Ethernet3 = 'up'" }, { @@ -488,7 +488,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Ethernet4 - MLAG_dc2-leaf2a_Ethernet4 = 'up'" }, { @@ -497,7 +497,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Ethernet5 - SERVER_dc2-leaf2-server1_PCI2 = 'up'" }, { @@ -506,7 +506,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Ethernet6 - P2P_dc1-leaf2b_Ethernet6 = 'up'" }, { @@ -515,7 +515,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Ethernet8 - L2_dc2-leaf2c_Ethernet2 = 'up'" }, { @@ -524,7 +524,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Loopback0 - ROUTER_ID = 'up'" }, { @@ -533,7 +533,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Loopback1 - VXLAN_TUNNEL_SOURCE = 'up'" }, { @@ -542,7 +542,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Loopback10 - DIAG_VRF_VRF10 = 'up'" }, { @@ -551,7 +551,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Loopback11 - DIAG_VRF_VRF11 = 'up'" }, { @@ -560,7 +560,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Port-Channel3 - MLAG_dc2-leaf2a_Port-Channel3 = 'up'" }, { @@ -569,7 +569,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Port-Channel5 - SERVER_dc2-leaf2-server1_PortChannel dc2-leaf2-server1 = 'up'" }, { @@ -578,7 +578,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Port-Channel8 - L2_dc2-leaf2c_Port-Channel1 = 'up'" }, { @@ -587,7 +587,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Vlan11 - VRF10_VLAN11 = 'up'" }, { @@ -596,7 +596,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Vlan12 - VRF10_VLAN12 = 'up'" }, { @@ -605,7 +605,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Vlan21 - VRF11_VLAN21 = 'up'" }, { @@ -614,7 +614,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Vlan22 - VRF11_VLAN22 = 'up'" }, { @@ -623,7 +623,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Vlan3009 - MLAG_L3_VRF_VRF10 = 'up'" }, { @@ -632,7 +632,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Vlan3010 - MLAG_L3_VRF_VRF11 = 'up'" }, { @@ -641,7 +641,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Vlan4093 - MLAG_L3 = 'up'" }, { @@ -650,7 +650,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Vlan4094 - MLAG = 'up'" }, { @@ -659,7 +659,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Vxlan1 = 'up'" }, { @@ -764,7 +764,7 @@ "categories": [ "mlag" ], - "description": "Verifies the MLAG reload-delay parameters." + "description": "Verifies the reload-delay parameters of the MLAG configuration." }, { "name": "dc2-leaf2b", @@ -788,7 +788,7 @@ "categories": [ "multicast" ], - "description": "Verifies the IGMP snooping global configuration." + "description": "Verifies the IGMP snooping global status." }, { "name": "dc2-leaf2b", @@ -1141,7 +1141,7 @@ "categories": [ "security" ], - "description": "Verifies IPv4 security connections for a peer." + "description": "Verifies the IPv4 security connections." }, { "name": "dc2-leaf2b", @@ -1189,7 +1189,7 @@ "categories": [ "services" ], - "description": "Verifies if the DNS servers are correctly configured." + "description": "Verifies if the DNS (Domain Name Service) servers are correctly configured." }, { "name": "dc2-leaf2b", @@ -1293,7 +1293,7 @@ "categories": [ "stun" ], - "description": "Verifies the STUN client is configured with the specified IPv4 source address and port. Validate the public IP and port if provided." + "description": "(Deprecated) Verifies the translation for a source address on a STUN client." }, { "name": "dc2-leaf2b", diff --git a/ansible_collections/arista/avd/molecule/eos_validate_state/reports/test_results/dc2-leaf2c-results.json b/ansible_collections/arista/avd/molecule/eos_validate_state/reports/test_results/dc2-leaf2c-results.json index f7da151cc02..cc432d86acb 100644 --- a/ansible_collections/arista/avd/molecule/eos_validate_state/reports/test_results/dc2-leaf2c-results.json +++ b/ansible_collections/arista/avd/molecule/eos_validate_state/reports/test_results/dc2-leaf2c-results.json @@ -61,7 +61,7 @@ "categories": [ "configuration" ], - "description": "Verifies there is no difference between the running-config and the startup-config" + "description": "Verifies there is no difference between the running-config and the startup-config." }, { "name": "dc2-leaf2c", @@ -69,7 +69,7 @@ "categories": [ "configuration" ], - "description": "Verifies ZeroTouch is disabled" + "description": "Verifies ZeroTouch is disabled." }, { "name": "dc2-leaf2c", @@ -77,7 +77,7 @@ "categories": [ "connectivity" ], - "description": "Verifies that the provided LLDP neighbors are connected properly.", + "description": "Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.", "custom_field": "Local: Ethernet1 - Remote: dc2-leaf2a Ethernet8" }, { @@ -86,7 +86,7 @@ "categories": [ "connectivity" ], - "description": "Verifies that the provided LLDP neighbors are connected properly.", + "description": "Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.", "custom_field": "Local: Ethernet2 - Remote: dc2-leaf2b Ethernet8" }, { @@ -111,7 +111,7 @@ "categories": [ "greent" ], - "description": "Verifies if a GreenT policy is created." + "description": "Verifies if a GreenT policy other than the default is created." }, { "name": "dc2-leaf2c", @@ -169,7 +169,7 @@ "categories": [ "hardware" ], - "description": "Verifies the system cooling status." + "description": "Verifies the device's system cooling status." }, { "name": "dc2-leaf2c", @@ -177,7 +177,7 @@ "categories": [ "hardware" ], - "description": "Verifies the device temperature." + "description": "Verifies if the device temperature is within acceptable limits." }, { "name": "dc2-leaf2c", @@ -185,7 +185,7 @@ "categories": [ "hardware" ], - "description": "Verifies the device temperature." + "description": "Verifies if the device temperature is within acceptable limits." }, { "name": "dc2-leaf2c", @@ -193,7 +193,7 @@ "categories": [ "hardware" ], - "description": "Verifies if all transceivers come from approved manufacturers." + "description": "Verifies if all the transceivers come from approved manufacturers." }, { "name": "dc2-leaf2c", @@ -201,7 +201,7 @@ "categories": [ "hardware" ], - "description": "Verifies if all transceivers come from approved manufacturers.", + "description": "Verifies if all the transceivers come from approved manufacturers.", "custom_field": "Accepted Manufacturers: 'Arista Networks', 'Arastra, Inc.', 'Not Present'" }, { @@ -210,7 +210,7 @@ "categories": [ "hardware" ], - "description": "Verifies the transceivers temperature." + "description": "Verifies if all the transceivers are operating at an acceptable temperature." }, { "name": "dc2-leaf2c", @@ -218,7 +218,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Ethernet1 - L2_dc2-leaf2a_Ethernet8 = 'up'" }, { @@ -227,7 +227,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Ethernet2 - L2_dc2-leaf2b_Ethernet8 = 'up'" }, { @@ -236,7 +236,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Ethernet5 - SERVER_dc2-leaf2-server1_iLO = 'up'" }, { @@ -245,7 +245,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Port-Channel1 - L2_DC2_L3_LEAF2_Port-Channel8 = 'up'" }, { @@ -383,7 +383,7 @@ "categories": [ "security" ], - "description": "Verifies IPv4 security connections for a peer." + "description": "Verifies the IPv4 security connections." }, { "name": "dc2-leaf2c", @@ -431,7 +431,7 @@ "categories": [ "services" ], - "description": "Verifies if the DNS servers are correctly configured." + "description": "Verifies if the DNS (Domain Name Service) servers are correctly configured." }, { "name": "dc2-leaf2c", @@ -495,7 +495,7 @@ "categories": [ "stun" ], - "description": "Verifies the STUN client is configured with the specified IPv4 source address and port. Validate the public IP and port if provided." + "description": "(Deprecated) Verifies the translation for a source address on a STUN client." }, { "name": "dc2-leaf2c", diff --git a/ansible_collections/arista/avd/molecule/eos_validate_state/reports/test_results/dc2-leaf3a.arista.com-results.json b/ansible_collections/arista/avd/molecule/eos_validate_state/reports/test_results/dc2-leaf3a.arista.com-results.json index ad5cd890bb8..27fa9113883 100644 --- a/ansible_collections/arista/avd/molecule/eos_validate_state/reports/test_results/dc2-leaf3a.arista.com-results.json +++ b/ansible_collections/arista/avd/molecule/eos_validate_state/reports/test_results/dc2-leaf3a.arista.com-results.json @@ -61,7 +61,7 @@ "categories": [ "bgp" ], - "description": "Verifies the health of specific BGP peer(s).", + "description": "Verifies the health of specific BGP peer(s) for given address families.", "custom_field": "BGP EVPN Peer: dc2-spine1 (IP: 10.255.128.11)" }, { @@ -70,7 +70,7 @@ "categories": [ "bgp" ], - "description": "Verifies the health of specific BGP peer(s).", + "description": "Verifies the health of specific BGP peer(s) for given address families.", "custom_field": "BGP EVPN Peer: dc2-spine2 (IP: 10.255.128.12)" }, { @@ -79,7 +79,7 @@ "categories": [ "bgp" ], - "description": "Verifies the health of specific BGP peer(s).", + "description": "Verifies the health of specific BGP peer(s) for given address families.", "custom_field": "BGP IPv4 Unicast Peer: dc2-leaf3b.arista.com (IP: 10.255.129.125)" }, { @@ -88,7 +88,7 @@ "categories": [ "bgp" ], - "description": "Verifies the health of specific BGP peer(s).", + "description": "Verifies the health of specific BGP peer(s) for given address families.", "custom_field": "BGP IPv4 Unicast Peer: dc2-spine1 (IP: 10.255.255.120)" }, { @@ -97,7 +97,7 @@ "categories": [ "bgp" ], - "description": "Verifies the health of specific BGP peer(s).", + "description": "Verifies the health of specific BGP peer(s) for given address families.", "custom_field": "BGP IPv4 Unicast Peer: dc2-spine2 (IP: 10.255.255.122)" }, { @@ -106,7 +106,7 @@ "categories": [ "configuration" ], - "description": "Verifies there is no difference between the running-config and the startup-config" + "description": "Verifies there is no difference between the running-config and the startup-config." }, { "name": "dc2-leaf3a.arista.com", @@ -114,7 +114,7 @@ "categories": [ "configuration" ], - "description": "Verifies ZeroTouch is disabled" + "description": "Verifies ZeroTouch is disabled." }, { "name": "dc2-leaf3a.arista.com", @@ -122,7 +122,7 @@ "categories": [ "connectivity" ], - "description": "Verifies that the provided LLDP neighbors are connected properly.", + "description": "Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.", "custom_field": "Local: Ethernet1 - Remote: dc2-spine1 Ethernet5" }, { @@ -131,7 +131,7 @@ "categories": [ "connectivity" ], - "description": "Verifies that the provided LLDP neighbors are connected properly.", + "description": "Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.", "custom_field": "Local: Ethernet15 - Remote: dc2-leaf2b Ethernet2" }, { @@ -140,7 +140,7 @@ "categories": [ "connectivity" ], - "description": "Verifies that the provided LLDP neighbors are connected properly.", + "description": "Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.", "custom_field": "Local: Ethernet16 - Remote: dc2-leaf3b.arista.com Ethernet16" }, { @@ -149,7 +149,7 @@ "categories": [ "connectivity" ], - "description": "Verifies that the provided LLDP neighbors are connected properly.", + "description": "Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.", "custom_field": "Local: Ethernet2 - Remote: dc2-spine2 Ethernet5" }, { @@ -158,7 +158,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.128.17) - Destination: dc1-leaf1a Loopback0 (IP: 10.255.0.3)" }, { @@ -167,7 +167,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.128.17) - Destination: dc1-leaf1b Loopback0 (IP: 10.255.0.4)" }, { @@ -176,7 +176,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.128.17) - Destination: dc1-leaf2a Loopback0 (IP: 10.255.0.5)" }, { @@ -185,7 +185,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.128.17) - Destination: dc1-spine1 Loopback0 (IP: 10.255.0.1)" }, { @@ -194,7 +194,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.128.17) - Destination: dc1-spine2 Loopback0 (IP: 10.255.0.2)" }, { @@ -203,7 +203,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.128.17) - Destination: dc1-svc-leaf1a Loopback0 (IP: 10.33.0.5)" }, { @@ -212,7 +212,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.128.17) - Destination: dc1-svc-leaf1b Loopback0 (IP: 10.33.0.6)" }, { @@ -221,7 +221,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.128.17) - Destination: dc1-wan1 Loopback0 (IP: 10.255.2.1)" }, { @@ -230,7 +230,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.128.17) - Destination: dc1-wan2 Loopback0 (IP: 10.255.2.2)" }, { @@ -239,7 +239,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.128.17) - Destination: dc2-leaf1a Loopback0 (IP: 10.255.128.13)" }, { @@ -248,7 +248,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.128.17) - Destination: dc2-leaf1b Loopback0 (IP: 10.255.128.14)" }, { @@ -257,7 +257,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.128.17) - Destination: dc2-leaf2a Loopback0 (IP: 10.255.128.15)" }, { @@ -266,7 +266,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.128.17) - Destination: dc2-leaf2b Loopback0 (IP: 10.255.128.16)" }, { @@ -275,7 +275,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.128.17) - Destination: dc2-leaf3a.arista.com Loopback0 (IP: 10.255.128.17)" }, { @@ -284,7 +284,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.128.17) - Destination: dc2-leaf3b.arista.com Loopback0 (IP: 10.255.128.18)" }, { @@ -293,7 +293,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.128.17) - Destination: dc2-spine1 Loopback0 (IP: 10.255.128.11)" }, { @@ -302,7 +302,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.128.17) - Destination: dc2-spine2 Loopback0 (IP: 10.255.128.12)" }, { @@ -311,7 +311,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: P2P Interface Ethernet1 (IP: 10.255.255.121) - Destination: dc2-spine1 Ethernet5 (IP: 10.255.255.120)" }, { @@ -320,7 +320,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: P2P Interface Ethernet15 (IP: 1.1.1.1) - Destination: dc2-leaf2b Ethernet2 (IP: 10.255.255.119)" }, { @@ -329,7 +329,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: P2P Interface Ethernet2 (IP: 10.255.255.123) - Destination: dc2-spine2 Ethernet5 (IP: 10.255.255.122)" }, { @@ -354,7 +354,7 @@ "categories": [ "greent" ], - "description": "Verifies if a GreenT policy is created." + "description": "Verifies if a GreenT policy other than the default is created." }, { "name": "dc2-leaf3a.arista.com", @@ -412,7 +412,7 @@ "categories": [ "hardware" ], - "description": "Verifies the system cooling status." + "description": "Verifies the device's system cooling status." }, { "name": "dc2-leaf3a.arista.com", @@ -420,7 +420,7 @@ "categories": [ "hardware" ], - "description": "Verifies the device temperature." + "description": "Verifies if the device temperature is within acceptable limits." }, { "name": "dc2-leaf3a.arista.com", @@ -428,7 +428,7 @@ "categories": [ "hardware" ], - "description": "Verifies the device temperature." + "description": "Verifies if the device temperature is within acceptable limits." }, { "name": "dc2-leaf3a.arista.com", @@ -436,7 +436,7 @@ "categories": [ "hardware" ], - "description": "Verifies if all transceivers come from approved manufacturers." + "description": "Verifies if all the transceivers come from approved manufacturers." }, { "name": "dc2-leaf3a.arista.com", @@ -444,7 +444,7 @@ "categories": [ "hardware" ], - "description": "Verifies if all transceivers come from approved manufacturers.", + "description": "Verifies if all the transceivers come from approved manufacturers.", "custom_field": "Accepted Manufacturers: 'Arista Networks', 'Arastra, Inc.', 'Not Present'" }, { @@ -453,7 +453,7 @@ "categories": [ "hardware" ], - "description": "Verifies the transceivers temperature." + "description": "Verifies if all the transceivers are operating at an acceptable temperature." }, { "name": "dc2-leaf3a.arista.com", @@ -461,7 +461,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Ethernet1 - P2P_dc2-spine1_Ethernet5 = 'up'" }, { @@ -470,7 +470,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Ethernet11 - dc2-leaf3-fw1_e1 = 'up'" }, { @@ -479,7 +479,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Ethernet12 - Test_mode_and_vlans = 'up'" }, { @@ -488,7 +488,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Ethernet13 - Test_native_vlan_and_trunk_groups = 'up'" }, { @@ -497,7 +497,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Ethernet14 - Test_phone = 'up'" }, { @@ -506,7 +506,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Ethernet15 - Test_type_routed = 'up'" }, { @@ -515,7 +515,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Ethernet16 - Test_dhcp_interface_connectivity = 'up'" }, { @@ -524,7 +524,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Ethernet2 - P2P_dc2-spine2_Ethernet5 = 'up'" }, { @@ -533,7 +533,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Ethernet4 - MLAG_dc2-leaf3b.arista.com_Ethernet4 = 'up'" }, { @@ -542,7 +542,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Loopback0 - ROUTER_ID = 'up'" }, { @@ -551,7 +551,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Loopback1 - VXLAN_TUNNEL_SOURCE = 'up'" }, { @@ -560,7 +560,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Loopback10 - DIAG_VRF_VRF10 = 'up'" }, { @@ -569,7 +569,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Loopback11 - DIAG_VRF_VRF11 = 'up'" }, { @@ -578,7 +578,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Port-Channel11 - dc2-leaf3-fw1_PortChannel = 'up'" }, { @@ -587,7 +587,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Port-Channel12 - Test_mode_and_vlans = 'up'" }, { @@ -596,7 +596,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Port-Channel13 - Test_native_vlan_and_trunk_groups = 'up'" }, { @@ -605,7 +605,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Port-Channel14 - Test_phone = 'up'" }, { @@ -614,7 +614,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Port-Channel15 - Test_type_routed = 'up'" }, { @@ -623,7 +623,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Port-Channel3 - MLAG_dc2-leaf3b.arista.com_Port-Channel3 = 'up'" }, { @@ -632,7 +632,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Vlan11 - VRF10_VLAN11 = 'up'" }, { @@ -641,7 +641,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Vlan12 - VRF10_VLAN12 = 'up'" }, { @@ -650,7 +650,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Vlan21 - VRF11_VLAN21 = 'up'" }, { @@ -659,7 +659,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Vlan22 - VRF11_VLAN22 = 'up'" }, { @@ -668,7 +668,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Vlan3009 - MLAG_L3_VRF_VRF10 = 'up'" }, { @@ -677,7 +677,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Vlan3010 - MLAG_L3_VRF_VRF11 = 'up'" }, { @@ -686,7 +686,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Vlan4093 - MLAG_L3 = 'up'" }, { @@ -695,7 +695,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Vlan4094 - MLAG = 'up'" }, { @@ -704,7 +704,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Vxlan1 = 'up'" }, { @@ -809,7 +809,7 @@ "categories": [ "mlag" ], - "description": "Verifies the MLAG reload-delay parameters." + "description": "Verifies the reload-delay parameters of the MLAG configuration." }, { "name": "dc2-leaf3a.arista.com", @@ -833,7 +833,7 @@ "categories": [ "multicast" ], - "description": "Verifies the IGMP snooping global configuration." + "description": "Verifies the IGMP snooping global status." }, { "name": "dc2-leaf3a.arista.com", @@ -1186,7 +1186,7 @@ "categories": [ "security" ], - "description": "Verifies IPv4 security connections for a peer." + "description": "Verifies the IPv4 security connections." }, { "name": "dc2-leaf3a.arista.com", @@ -1234,7 +1234,7 @@ "categories": [ "services" ], - "description": "Verifies if the DNS servers are correctly configured." + "description": "Verifies if the DNS (Domain Name Service) servers are correctly configured." }, { "name": "dc2-leaf3a.arista.com", @@ -1338,7 +1338,7 @@ "categories": [ "stun" ], - "description": "Verifies the STUN client is configured with the specified IPv4 source address and port. Validate the public IP and port if provided." + "description": "(Deprecated) Verifies the translation for a source address on a STUN client." }, { "name": "dc2-leaf3a.arista.com", diff --git a/ansible_collections/arista/avd/molecule/eos_validate_state/reports/test_results/dc2-leaf3b.arista.com-results.json b/ansible_collections/arista/avd/molecule/eos_validate_state/reports/test_results/dc2-leaf3b.arista.com-results.json index c695f4ded75..1748d5f9051 100644 --- a/ansible_collections/arista/avd/molecule/eos_validate_state/reports/test_results/dc2-leaf3b.arista.com-results.json +++ b/ansible_collections/arista/avd/molecule/eos_validate_state/reports/test_results/dc2-leaf3b.arista.com-results.json @@ -61,7 +61,7 @@ "categories": [ "bgp" ], - "description": "Verifies the health of specific BGP peer(s).", + "description": "Verifies the health of specific BGP peer(s) for given address families.", "custom_field": "BGP EVPN Peer: dc2-spine1 (IP: 10.255.128.11)" }, { @@ -70,7 +70,7 @@ "categories": [ "bgp" ], - "description": "Verifies the health of specific BGP peer(s).", + "description": "Verifies the health of specific BGP peer(s) for given address families.", "custom_field": "BGP EVPN Peer: dc2-spine2 (IP: 10.255.128.12)" }, { @@ -79,7 +79,7 @@ "categories": [ "bgp" ], - "description": "Verifies the health of specific BGP peer(s).", + "description": "Verifies the health of specific BGP peer(s) for given address families.", "custom_field": "BGP IPv4 Unicast Peer: dc2-leaf3a.arista.com (IP: 10.255.129.124)" }, { @@ -88,7 +88,7 @@ "categories": [ "bgp" ], - "description": "Verifies the health of specific BGP peer(s).", + "description": "Verifies the health of specific BGP peer(s) for given address families.", "custom_field": "BGP IPv4 Unicast Peer: dc2-spine1 (IP: 10.255.255.124)" }, { @@ -97,7 +97,7 @@ "categories": [ "bgp" ], - "description": "Verifies the health of specific BGP peer(s).", + "description": "Verifies the health of specific BGP peer(s) for given address families.", "custom_field": "BGP IPv4 Unicast Peer: dc2-spine2 (IP: 10.255.255.126)" }, { @@ -106,7 +106,7 @@ "categories": [ "configuration" ], - "description": "Verifies there is no difference between the running-config and the startup-config" + "description": "Verifies there is no difference between the running-config and the startup-config." }, { "name": "dc2-leaf3b.arista.com", @@ -114,7 +114,7 @@ "categories": [ "configuration" ], - "description": "Verifies ZeroTouch is disabled" + "description": "Verifies ZeroTouch is disabled." }, { "name": "dc2-leaf3b.arista.com", @@ -122,7 +122,7 @@ "categories": [ "connectivity" ], - "description": "Verifies that the provided LLDP neighbors are connected properly.", + "description": "Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.", "custom_field": "Local: Ethernet1 - Remote: dc2-spine1 Ethernet6" }, { @@ -131,7 +131,7 @@ "categories": [ "connectivity" ], - "description": "Verifies that the provided LLDP neighbors are connected properly.", + "description": "Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.", "custom_field": "Local: Ethernet2 - Remote: dc2-spine2 Ethernet6" }, { @@ -140,7 +140,7 @@ "categories": [ "connectivity" ], - "description": "Verifies that the provided LLDP neighbors are connected properly.", + "description": "Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.", "custom_field": "Local: Ethernet3 - Remote: dc2-leaf3a.arista.com Ethernet3" }, { @@ -149,7 +149,7 @@ "categories": [ "connectivity" ], - "description": "Verifies that the provided LLDP neighbors are connected properly.", + "description": "Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.", "custom_field": "Local: Ethernet4 - Remote: dc2-leaf3a.arista.com Ethernet4" }, { @@ -158,7 +158,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.128.18) - Destination: dc1-leaf1a Loopback0 (IP: 10.255.0.3)" }, { @@ -167,7 +167,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.128.18) - Destination: dc1-leaf1b Loopback0 (IP: 10.255.0.4)" }, { @@ -176,7 +176,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.128.18) - Destination: dc1-leaf2a Loopback0 (IP: 10.255.0.5)" }, { @@ -185,7 +185,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.128.18) - Destination: dc1-spine1 Loopback0 (IP: 10.255.0.1)" }, { @@ -194,7 +194,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.128.18) - Destination: dc1-spine2 Loopback0 (IP: 10.255.0.2)" }, { @@ -203,7 +203,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.128.18) - Destination: dc1-svc-leaf1a Loopback0 (IP: 10.33.0.5)" }, { @@ -212,7 +212,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.128.18) - Destination: dc1-svc-leaf1b Loopback0 (IP: 10.33.0.6)" }, { @@ -221,7 +221,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.128.18) - Destination: dc1-wan1 Loopback0 (IP: 10.255.2.1)" }, { @@ -230,7 +230,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.128.18) - Destination: dc1-wan2 Loopback0 (IP: 10.255.2.2)" }, { @@ -239,7 +239,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.128.18) - Destination: dc2-leaf1a Loopback0 (IP: 10.255.128.13)" }, { @@ -248,7 +248,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.128.18) - Destination: dc2-leaf1b Loopback0 (IP: 10.255.128.14)" }, { @@ -257,7 +257,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.128.18) - Destination: dc2-leaf2a Loopback0 (IP: 10.255.128.15)" }, { @@ -266,7 +266,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.128.18) - Destination: dc2-leaf2b Loopback0 (IP: 10.255.128.16)" }, { @@ -275,7 +275,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.128.18) - Destination: dc2-leaf3a.arista.com Loopback0 (IP: 10.255.128.17)" }, { @@ -284,7 +284,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.128.18) - Destination: dc2-leaf3b.arista.com Loopback0 (IP: 10.255.128.18)" }, { @@ -293,7 +293,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.128.18) - Destination: dc2-spine1 Loopback0 (IP: 10.255.128.11)" }, { @@ -302,7 +302,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: Loopback0 (IP: 10.255.128.18) - Destination: dc2-spine2 Loopback0 (IP: 10.255.128.12)" }, { @@ -311,7 +311,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: P2P Interface Ethernet1 (IP: 10.255.255.125) - Destination: dc2-spine1 Ethernet6 (IP: 10.255.255.124)" }, { @@ -320,7 +320,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: P2P Interface Ethernet2 (IP: 10.255.255.127) - Destination: dc2-spine2 Ethernet6 (IP: 10.255.255.126)" }, { @@ -345,7 +345,7 @@ "categories": [ "greent" ], - "description": "Verifies if a GreenT policy is created." + "description": "Verifies if a GreenT policy other than the default is created." }, { "name": "dc2-leaf3b.arista.com", @@ -403,7 +403,7 @@ "categories": [ "hardware" ], - "description": "Verifies the system cooling status." + "description": "Verifies the device's system cooling status." }, { "name": "dc2-leaf3b.arista.com", @@ -411,7 +411,7 @@ "categories": [ "hardware" ], - "description": "Verifies the device temperature." + "description": "Verifies if the device temperature is within acceptable limits." }, { "name": "dc2-leaf3b.arista.com", @@ -419,7 +419,7 @@ "categories": [ "hardware" ], - "description": "Verifies the device temperature." + "description": "Verifies if the device temperature is within acceptable limits." }, { "name": "dc2-leaf3b.arista.com", @@ -427,7 +427,7 @@ "categories": [ "hardware" ], - "description": "Verifies if all transceivers come from approved manufacturers." + "description": "Verifies if all the transceivers come from approved manufacturers." }, { "name": "dc2-leaf3b.arista.com", @@ -435,7 +435,7 @@ "categories": [ "hardware" ], - "description": "Verifies if all transceivers come from approved manufacturers.", + "description": "Verifies if all the transceivers come from approved manufacturers.", "custom_field": "Accepted Manufacturers: 'Arista Networks', 'Arastra, Inc.', 'Not Present'" }, { @@ -444,7 +444,7 @@ "categories": [ "hardware" ], - "description": "Verifies the transceivers temperature." + "description": "Verifies if all the transceivers are operating at an acceptable temperature." }, { "name": "dc2-leaf3b.arista.com", @@ -452,7 +452,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Ethernet1 - P2P_dc2-spine1_Ethernet6 = 'up'" }, { @@ -461,7 +461,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Ethernet11 - dc2-leaf3-fw1_e1 = 'adminDown'" }, { @@ -470,7 +470,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Ethernet16 - Test_dhcp_interface_connectivity = 'adminDown'" }, { @@ -479,7 +479,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Ethernet2 - P2P_dc2-spine2_Ethernet6 = 'up'" }, { @@ -488,7 +488,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Ethernet3 - MLAG_dc2-leaf3a.arista.com_Ethernet3 = 'up'" }, { @@ -497,7 +497,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Ethernet4 - MLAG_dc2-leaf3a.arista.com_Ethernet4 = 'up'" }, { @@ -506,7 +506,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Loopback0 - ROUTER_ID = 'up'" }, { @@ -515,7 +515,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Loopback1 - VXLAN_TUNNEL_SOURCE = 'up'" }, { @@ -524,7 +524,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Loopback10 - DIAG_VRF_VRF10 = 'up'" }, { @@ -533,7 +533,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Loopback11 - DIAG_VRF_VRF11 = 'up'" }, { @@ -542,7 +542,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Port-Channel11 - dc2-leaf3-fw1_PortChannel = 'up'" }, { @@ -551,7 +551,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Port-Channel3 - MLAG_dc2-leaf3a.arista.com_Port-Channel3 = 'up'" }, { @@ -560,7 +560,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Vlan11 - VRF10_VLAN11 = 'up'" }, { @@ -569,7 +569,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Vlan12 - VRF10_VLAN12 = 'up'" }, { @@ -578,7 +578,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Vlan21 - VRF11_VLAN21 = 'up'" }, { @@ -587,7 +587,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Vlan22 - VRF11_VLAN22 = 'up'" }, { @@ -596,7 +596,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Vlan3009 - MLAG_L3_VRF_VRF10 = 'up'" }, { @@ -605,7 +605,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Vlan3010 - MLAG_L3_VRF_VRF11 = 'up'" }, { @@ -614,7 +614,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Vlan4093 - MLAG_L3 = 'up'" }, { @@ -623,7 +623,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Vlan4094 - MLAG = 'up'" }, { @@ -632,7 +632,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Vxlan1 = 'up'" }, { @@ -737,7 +737,7 @@ "categories": [ "mlag" ], - "description": "Verifies the MLAG reload-delay parameters." + "description": "Verifies the reload-delay parameters of the MLAG configuration." }, { "name": "dc2-leaf3b.arista.com", @@ -761,7 +761,7 @@ "categories": [ "multicast" ], - "description": "Verifies the IGMP snooping global configuration." + "description": "Verifies the IGMP snooping global status." }, { "name": "dc2-leaf3b.arista.com", @@ -1114,7 +1114,7 @@ "categories": [ "security" ], - "description": "Verifies IPv4 security connections for a peer." + "description": "Verifies the IPv4 security connections." }, { "name": "dc2-leaf3b.arista.com", @@ -1162,7 +1162,7 @@ "categories": [ "services" ], - "description": "Verifies if the DNS servers are correctly configured." + "description": "Verifies if the DNS (Domain Name Service) servers are correctly configured." }, { "name": "dc2-leaf3b.arista.com", @@ -1266,7 +1266,7 @@ "categories": [ "stun" ], - "description": "Verifies the STUN client is configured with the specified IPv4 source address and port. Validate the public IP and port if provided." + "description": "(Deprecated) Verifies the translation for a source address on a STUN client." }, { "name": "dc2-leaf3b.arista.com", diff --git a/ansible_collections/arista/avd/molecule/eos_validate_state/reports/test_results/dc2-spine1-results.json b/ansible_collections/arista/avd/molecule/eos_validate_state/reports/test_results/dc2-spine1-results.json index 5b1a3bb83e5..4fe44a949fd 100644 --- a/ansible_collections/arista/avd/molecule/eos_validate_state/reports/test_results/dc2-spine1-results.json +++ b/ansible_collections/arista/avd/molecule/eos_validate_state/reports/test_results/dc2-spine1-results.json @@ -61,7 +61,7 @@ "categories": [ "bgp" ], - "description": "Verifies the health of specific BGP peer(s).", + "description": "Verifies the health of specific BGP peer(s) for given address families.", "custom_field": "BGP EVPN Peer: dc2-leaf1a (IP: 10.255.128.13)" }, { @@ -70,7 +70,7 @@ "categories": [ "bgp" ], - "description": "Verifies the health of specific BGP peer(s).", + "description": "Verifies the health of specific BGP peer(s) for given address families.", "custom_field": "BGP EVPN Peer: dc2-leaf1b (IP: 10.255.128.14)" }, { @@ -79,7 +79,7 @@ "categories": [ "bgp" ], - "description": "Verifies the health of specific BGP peer(s).", + "description": "Verifies the health of specific BGP peer(s) for given address families.", "custom_field": "BGP EVPN Peer: dc2-leaf2a (IP: 10.255.128.15)" }, { @@ -88,7 +88,7 @@ "categories": [ "bgp" ], - "description": "Verifies the health of specific BGP peer(s).", + "description": "Verifies the health of specific BGP peer(s) for given address families.", "custom_field": "BGP EVPN Peer: dc2-leaf2b (IP: 10.255.128.16)" }, { @@ -97,7 +97,7 @@ "categories": [ "bgp" ], - "description": "Verifies the health of specific BGP peer(s).", + "description": "Verifies the health of specific BGP peer(s) for given address families.", "custom_field": "BGP EVPN Peer: dc2-leaf3a.arista.com (IP: 10.255.128.17)" }, { @@ -106,7 +106,7 @@ "categories": [ "bgp" ], - "description": "Verifies the health of specific BGP peer(s).", + "description": "Verifies the health of specific BGP peer(s) for given address families.", "custom_field": "BGP EVPN Peer: dc2-leaf3b.arista.com (IP: 10.255.128.18)" }, { @@ -115,7 +115,7 @@ "categories": [ "bgp" ], - "description": "Verifies the health of specific BGP peer(s).", + "description": "Verifies the health of specific BGP peer(s) for given address families.", "custom_field": "BGP IPv4 Unicast Peer: dc2-leaf1a (IP: 10.255.255.105)" }, { @@ -124,7 +124,7 @@ "categories": [ "bgp" ], - "description": "Verifies the health of specific BGP peer(s).", + "description": "Verifies the health of specific BGP peer(s) for given address families.", "custom_field": "BGP IPv4 Unicast Peer: dc2-leaf1b (IP: 10.255.255.109)" }, { @@ -133,7 +133,7 @@ "categories": [ "bgp" ], - "description": "Verifies the health of specific BGP peer(s).", + "description": "Verifies the health of specific BGP peer(s) for given address families.", "custom_field": "BGP IPv4 Unicast Peer: dc2-leaf2a (IP: 10.255.255.113)" }, { @@ -142,7 +142,7 @@ "categories": [ "bgp" ], - "description": "Verifies the health of specific BGP peer(s).", + "description": "Verifies the health of specific BGP peer(s) for given address families.", "custom_field": "BGP IPv4 Unicast Peer: dc2-leaf2b (IP: 10.255.255.117)" }, { @@ -151,7 +151,7 @@ "categories": [ "bgp" ], - "description": "Verifies the health of specific BGP peer(s).", + "description": "Verifies the health of specific BGP peer(s) for given address families.", "custom_field": "BGP IPv4 Unicast Peer: dc2-leaf3a.arista.com (IP: 10.255.255.121)" }, { @@ -160,7 +160,7 @@ "categories": [ "bgp" ], - "description": "Verifies the health of specific BGP peer(s).", + "description": "Verifies the health of specific BGP peer(s) for given address families.", "custom_field": "BGP IPv4 Unicast Peer: dc2-leaf3b.arista.com (IP: 10.255.255.125)" }, { @@ -169,7 +169,7 @@ "categories": [ "configuration" ], - "description": "Verifies there is no difference between the running-config and the startup-config" + "description": "Verifies there is no difference between the running-config and the startup-config." }, { "name": "dc2-spine1", @@ -177,7 +177,7 @@ "categories": [ "configuration" ], - "description": "Verifies ZeroTouch is disabled" + "description": "Verifies ZeroTouch is disabled." }, { "name": "dc2-spine1", @@ -185,7 +185,7 @@ "categories": [ "connectivity" ], - "description": "Verifies that the provided LLDP neighbors are connected properly.", + "description": "Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.", "custom_field": "Local: Ethernet1 - Remote: dc2-leaf1a Ethernet1" }, { @@ -194,7 +194,7 @@ "categories": [ "connectivity" ], - "description": "Verifies that the provided LLDP neighbors are connected properly.", + "description": "Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.", "custom_field": "Local: Ethernet2 - Remote: dc2-leaf1b Ethernet1" }, { @@ -203,7 +203,7 @@ "categories": [ "connectivity" ], - "description": "Verifies that the provided LLDP neighbors are connected properly.", + "description": "Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.", "custom_field": "Local: Ethernet3 - Remote: dc2-leaf2a Ethernet1" }, { @@ -212,7 +212,7 @@ "categories": [ "connectivity" ], - "description": "Verifies that the provided LLDP neighbors are connected properly.", + "description": "Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.", "custom_field": "Local: Ethernet4 - Remote: dc2-leaf2b Ethernet1" }, { @@ -221,7 +221,7 @@ "categories": [ "connectivity" ], - "description": "Verifies that the provided LLDP neighbors are connected properly.", + "description": "Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.", "custom_field": "Local: Ethernet5 - Remote: dc2-leaf3a.arista.com Ethernet1" }, { @@ -230,7 +230,7 @@ "categories": [ "connectivity" ], - "description": "Verifies that the provided LLDP neighbors are connected properly.", + "description": "Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.", "custom_field": "Local: Ethernet6 - Remote: dc2-leaf3b.arista.com Ethernet1" }, { @@ -239,7 +239,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: P2P Interface Ethernet1 (IP: 10.255.255.104) - Destination: dc2-leaf1a Ethernet1 (IP: 10.255.255.105)" }, { @@ -248,7 +248,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: P2P Interface Ethernet2 (IP: 10.255.255.108) - Destination: dc2-leaf1b Ethernet1 (IP: 10.255.255.109)" }, { @@ -257,7 +257,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: P2P Interface Ethernet3 (IP: 10.255.255.112) - Destination: dc2-leaf2a Ethernet1 (IP: 10.255.255.113)" }, { @@ -266,7 +266,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: P2P Interface Ethernet4 (IP: 10.255.255.116) - Destination: dc2-leaf2b Ethernet1 (IP: 10.255.255.117)" }, { @@ -275,7 +275,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: P2P Interface Ethernet5 (IP: 10.255.255.120) - Destination: dc2-leaf3a.arista.com Ethernet1 (IP: 10.255.255.121)" }, { @@ -284,7 +284,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: P2P Interface Ethernet6 (IP: 10.255.255.124) - Destination: dc2-leaf3b.arista.com Ethernet1 (IP: 10.255.255.125)" }, { @@ -309,7 +309,7 @@ "categories": [ "greent" ], - "description": "Verifies if a GreenT policy is created." + "description": "Verifies if a GreenT policy other than the default is created." }, { "name": "dc2-spine1", @@ -367,7 +367,7 @@ "categories": [ "hardware" ], - "description": "Verifies the system cooling status." + "description": "Verifies the device's system cooling status." }, { "name": "dc2-spine1", @@ -375,7 +375,7 @@ "categories": [ "hardware" ], - "description": "Verifies the device temperature." + "description": "Verifies if the device temperature is within acceptable limits." }, { "name": "dc2-spine1", @@ -383,7 +383,7 @@ "categories": [ "hardware" ], - "description": "Verifies the device temperature." + "description": "Verifies if the device temperature is within acceptable limits." }, { "name": "dc2-spine1", @@ -391,7 +391,7 @@ "categories": [ "hardware" ], - "description": "Verifies if all transceivers come from approved manufacturers." + "description": "Verifies if all the transceivers come from approved manufacturers." }, { "name": "dc2-spine1", @@ -399,7 +399,7 @@ "categories": [ "hardware" ], - "description": "Verifies if all transceivers come from approved manufacturers.", + "description": "Verifies if all the transceivers come from approved manufacturers.", "custom_field": "Accepted Manufacturers: 'Arista Networks', 'Arastra, Inc.', 'Not Present'" }, { @@ -408,7 +408,7 @@ "categories": [ "hardware" ], - "description": "Verifies the transceivers temperature." + "description": "Verifies if all the transceivers are operating at an acceptable temperature." }, { "name": "dc2-spine1", @@ -416,7 +416,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Ethernet1 - P2P_dc2-leaf1a_Ethernet1 = 'up'" }, { @@ -425,7 +425,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Ethernet2 - P2P_dc2-leaf1b_Ethernet1 = 'up'" }, { @@ -434,7 +434,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Ethernet3 - P2P_dc2-leaf2a_Ethernet1 = 'up'" }, { @@ -443,7 +443,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Ethernet4 - P2P_dc2-leaf2b_Ethernet1 = 'up'" }, { @@ -452,7 +452,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Ethernet5 - P2P_dc2-leaf3a.arista.com_Ethernet1 = 'up'" }, { @@ -461,7 +461,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Ethernet6 - P2P_dc2-leaf3b.arista.com_Ethernet1 = 'up'" }, { @@ -470,7 +470,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Loopback0 - ROUTER_ID = 'up'" }, { @@ -617,7 +617,7 @@ "categories": [ "security" ], - "description": "Verifies IPv4 security connections for a peer." + "description": "Verifies the IPv4 security connections." }, { "name": "dc2-spine1", @@ -665,7 +665,7 @@ "categories": [ "services" ], - "description": "Verifies if the DNS servers are correctly configured." + "description": "Verifies if the DNS (Domain Name Service) servers are correctly configured." }, { "name": "dc2-spine1", @@ -729,7 +729,7 @@ "categories": [ "stun" ], - "description": "Verifies the STUN client is configured with the specified IPv4 source address and port. Validate the public IP and port if provided." + "description": "(Deprecated) Verifies the translation for a source address on a STUN client." }, { "name": "dc2-spine1", diff --git a/ansible_collections/arista/avd/molecule/eos_validate_state/reports/test_results/dc2-spine2-results.json b/ansible_collections/arista/avd/molecule/eos_validate_state/reports/test_results/dc2-spine2-results.json index 922ed7dd991..775b9531ac7 100644 --- a/ansible_collections/arista/avd/molecule/eos_validate_state/reports/test_results/dc2-spine2-results.json +++ b/ansible_collections/arista/avd/molecule/eos_validate_state/reports/test_results/dc2-spine2-results.json @@ -61,7 +61,7 @@ "categories": [ "bgp" ], - "description": "Verifies the health of specific BGP peer(s).", + "description": "Verifies the health of specific BGP peer(s) for given address families.", "custom_field": "BGP EVPN Peer: dc2-leaf1a (IP: 10.255.128.13)" }, { @@ -70,7 +70,7 @@ "categories": [ "bgp" ], - "description": "Verifies the health of specific BGP peer(s).", + "description": "Verifies the health of specific BGP peer(s) for given address families.", "custom_field": "BGP EVPN Peer: dc2-leaf1b (IP: 10.255.128.14)" }, { @@ -79,7 +79,7 @@ "categories": [ "bgp" ], - "description": "Verifies the health of specific BGP peer(s).", + "description": "Verifies the health of specific BGP peer(s) for given address families.", "custom_field": "BGP EVPN Peer: dc2-leaf2a (IP: 10.255.128.15)" }, { @@ -88,7 +88,7 @@ "categories": [ "bgp" ], - "description": "Verifies the health of specific BGP peer(s).", + "description": "Verifies the health of specific BGP peer(s) for given address families.", "custom_field": "BGP EVPN Peer: dc2-leaf2b (IP: 10.255.128.16)" }, { @@ -97,7 +97,7 @@ "categories": [ "bgp" ], - "description": "Verifies the health of specific BGP peer(s).", + "description": "Verifies the health of specific BGP peer(s) for given address families.", "custom_field": "BGP EVPN Peer: dc2-leaf3a.arista.com (IP: 10.255.128.17)" }, { @@ -106,7 +106,7 @@ "categories": [ "bgp" ], - "description": "Verifies the health of specific BGP peer(s).", + "description": "Verifies the health of specific BGP peer(s) for given address families.", "custom_field": "BGP EVPN Peer: dc2-leaf3b.arista.com (IP: 10.255.128.18)" }, { @@ -115,7 +115,7 @@ "categories": [ "bgp" ], - "description": "Verifies the health of specific BGP peer(s).", + "description": "Verifies the health of specific BGP peer(s) for given address families.", "custom_field": "BGP IPv4 Unicast Peer: dc2-leaf1a (IP: 10.255.255.107)" }, { @@ -124,7 +124,7 @@ "categories": [ "bgp" ], - "description": "Verifies the health of specific BGP peer(s).", + "description": "Verifies the health of specific BGP peer(s) for given address families.", "custom_field": "BGP IPv4 Unicast Peer: dc2-leaf1b (IP: 10.255.255.111)" }, { @@ -133,7 +133,7 @@ "categories": [ "bgp" ], - "description": "Verifies the health of specific BGP peer(s).", + "description": "Verifies the health of specific BGP peer(s) for given address families.", "custom_field": "BGP IPv4 Unicast Peer: dc2-leaf2a (IP: 10.255.255.115)" }, { @@ -142,7 +142,7 @@ "categories": [ "bgp" ], - "description": "Verifies the health of specific BGP peer(s).", + "description": "Verifies the health of specific BGP peer(s) for given address families.", "custom_field": "BGP IPv4 Unicast Peer: dc2-leaf2b (IP: 10.255.255.119)" }, { @@ -151,7 +151,7 @@ "categories": [ "bgp" ], - "description": "Verifies the health of specific BGP peer(s).", + "description": "Verifies the health of specific BGP peer(s) for given address families.", "custom_field": "BGP IPv4 Unicast Peer: dc2-leaf3a.arista.com (IP: 10.255.255.123)" }, { @@ -160,7 +160,7 @@ "categories": [ "bgp" ], - "description": "Verifies the health of specific BGP peer(s).", + "description": "Verifies the health of specific BGP peer(s) for given address families.", "custom_field": "BGP IPv4 Unicast Peer: dc2-leaf3b.arista.com (IP: 10.255.255.127)" }, { @@ -169,7 +169,7 @@ "categories": [ "configuration" ], - "description": "Verifies there is no difference between the running-config and the startup-config" + "description": "Verifies there is no difference between the running-config and the startup-config." }, { "name": "dc2-spine2", @@ -177,7 +177,7 @@ "categories": [ "configuration" ], - "description": "Verifies ZeroTouch is disabled" + "description": "Verifies ZeroTouch is disabled." }, { "name": "dc2-spine2", @@ -185,7 +185,7 @@ "categories": [ "connectivity" ], - "description": "Verifies that the provided LLDP neighbors are connected properly.", + "description": "Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.", "custom_field": "Local: Ethernet1 - Remote: dc2-leaf1a Ethernet2" }, { @@ -194,7 +194,7 @@ "categories": [ "connectivity" ], - "description": "Verifies that the provided LLDP neighbors are connected properly.", + "description": "Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.", "custom_field": "Local: Ethernet2 - Remote: dc2-leaf1b Ethernet2" }, { @@ -203,7 +203,7 @@ "categories": [ "connectivity" ], - "description": "Verifies that the provided LLDP neighbors are connected properly.", + "description": "Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.", "custom_field": "Local: Ethernet3 - Remote: dc2-leaf2a Ethernet2" }, { @@ -212,7 +212,7 @@ "categories": [ "connectivity" ], - "description": "Verifies that the provided LLDP neighbors are connected properly.", + "description": "Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.", "custom_field": "Local: Ethernet4 - Remote: dc2-leaf2b Ethernet2" }, { @@ -221,7 +221,7 @@ "categories": [ "connectivity" ], - "description": "Verifies that the provided LLDP neighbors are connected properly.", + "description": "Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.", "custom_field": "Local: Ethernet5 - Remote: dc2-leaf3a.arista.com Ethernet2" }, { @@ -230,7 +230,7 @@ "categories": [ "connectivity" ], - "description": "Verifies that the provided LLDP neighbors are connected properly.", + "description": "Verifies the connection status of the specified LLDP (Link Layer Discovery Protocol) neighbors.", "custom_field": "Local: Ethernet6 - Remote: dc2-leaf3b.arista.com Ethernet2" }, { @@ -239,7 +239,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: P2P Interface Ethernet1 (IP: 10.255.255.106) - Destination: dc2-leaf1a Ethernet2 (IP: 10.255.255.107)" }, { @@ -248,7 +248,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: P2P Interface Ethernet2 (IP: 10.255.255.110) - Destination: dc2-leaf1b Ethernet2 (IP: 10.255.255.111)" }, { @@ -257,7 +257,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: P2P Interface Ethernet3 (IP: 10.255.255.114) - Destination: dc2-leaf2a Ethernet2 (IP: 10.255.255.115)" }, { @@ -266,7 +266,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: P2P Interface Ethernet4 (IP: 10.255.255.118) - Destination: dc2-leaf2b Ethernet2 (IP: 10.255.255.119)" }, { @@ -275,7 +275,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: P2P Interface Ethernet5 (IP: 10.255.255.122) - Destination: dc2-leaf3a.arista.com Ethernet2 (IP: 10.255.255.123)" }, { @@ -284,7 +284,7 @@ "categories": [ "connectivity" ], - "description": "Test the network reachability to one or many destination IP(s).", + "description": "Test network reachability to one or many destination IP(s).", "custom_field": "Source: P2P Interface Ethernet6 (IP: 10.255.255.126) - Destination: dc2-leaf3b.arista.com Ethernet2 (IP: 10.255.255.127)" }, { @@ -309,7 +309,7 @@ "categories": [ "greent" ], - "description": "Verifies if a GreenT policy is created." + "description": "Verifies if a GreenT policy other than the default is created." }, { "name": "dc2-spine2", @@ -367,7 +367,7 @@ "categories": [ "hardware" ], - "description": "Verifies the system cooling status." + "description": "Verifies the device's system cooling status." }, { "name": "dc2-spine2", @@ -375,7 +375,7 @@ "categories": [ "hardware" ], - "description": "Verifies the device temperature." + "description": "Verifies if the device temperature is within acceptable limits." }, { "name": "dc2-spine2", @@ -383,7 +383,7 @@ "categories": [ "hardware" ], - "description": "Verifies the device temperature." + "description": "Verifies if the device temperature is within acceptable limits." }, { "name": "dc2-spine2", @@ -391,7 +391,7 @@ "categories": [ "hardware" ], - "description": "Verifies if all transceivers come from approved manufacturers." + "description": "Verifies if all the transceivers come from approved manufacturers." }, { "name": "dc2-spine2", @@ -399,7 +399,7 @@ "categories": [ "hardware" ], - "description": "Verifies if all transceivers come from approved manufacturers.", + "description": "Verifies if all the transceivers come from approved manufacturers.", "custom_field": "Accepted Manufacturers: 'Arista Networks', 'Arastra, Inc.', 'Not Present'" }, { @@ -408,7 +408,7 @@ "categories": [ "hardware" ], - "description": "Verifies the transceivers temperature." + "description": "Verifies if all the transceivers are operating at an acceptable temperature." }, { "name": "dc2-spine2", @@ -416,7 +416,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Ethernet1 - P2P_dc2-leaf1a_Ethernet2 = 'up'" }, { @@ -425,7 +425,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Ethernet2 - P2P_dc2-leaf1b_Ethernet2 = 'up'" }, { @@ -434,7 +434,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Ethernet3 - P2P_dc2-leaf2a_Ethernet2 = 'up'" }, { @@ -443,7 +443,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Ethernet4 - P2P_dc2-leaf2b_Ethernet2 = 'up'" }, { @@ -452,7 +452,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Ethernet5 - P2P_dc2-leaf3a.arista.com_Ethernet2 = 'up'" }, { @@ -461,7 +461,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Ethernet6 - P2P_dc2-leaf3b.arista.com_Ethernet2 = 'up'" }, { @@ -470,7 +470,7 @@ "categories": [ "interfaces" ], - "description": "Verifies the status of the provided interfaces.", + "description": "Verifies the operational states of specified interfaces to ensure they match expected configurations.", "custom_field": "Interface Loopback0 - ROUTER_ID = 'up'" }, { @@ -617,7 +617,7 @@ "categories": [ "security" ], - "description": "Verifies IPv4 security connections for a peer." + "description": "Verifies the IPv4 security connections." }, { "name": "dc2-spine2", @@ -665,7 +665,7 @@ "categories": [ "services" ], - "description": "Verifies if the DNS servers are correctly configured." + "description": "Verifies if the DNS (Domain Name Service) servers are correctly configured." }, { "name": "dc2-spine2", @@ -729,7 +729,7 @@ "categories": [ "stun" ], - "description": "Verifies the STUN client is configured with the specified IPv4 source address and port. Validate the public IP and port if provided." + "description": "(Deprecated) Verifies the translation for a source address on a STUN client." }, { "name": "dc2-spine2", From 3c87c89630c5fc3458ff10b7a4aac03615168563 Mon Sep 17 00:00:00 2001 From: Mahesh Kumar Date: Mon, 6 Jan 2025 16:01:41 +0530 Subject: [PATCH 8/9] updated the description for diagnostic_loopback --- .../group_vars/VRF_BGP_VTEP_ROUTER_ID.yml | 2 +- .../group_vars/VRF_OSPF_VTEP_ROUTER_ID.yml | 2 +- .../DC1_TENANTS_NETWORKS/Tenant_A.yml | 2 +- .../group_vars/MH_TENANT_NETWORKS.yml | 2 +- .../network-services-vrfs-ospf-settings.md | 8 +-- .../tables/network-services-vrfs-settings.md | 8 +-- .../pyavd/_eos_designs/schema/__init__.py | 52 ++++++++++--------- .../schema/eos_designs.schema.yml | 18 ++++--- .../defs_network_services.schema.yml | 12 ++--- .../network_services/utils.py | 4 +- 10 files changed, 58 insertions(+), 52 deletions(-) diff --git a/ansible_collections/arista/avd/molecule/eos_designs_negative_unit_tests/inventory/group_vars/VRF_BGP_VTEP_ROUTER_ID.yml b/ansible_collections/arista/avd/molecule/eos_designs_negative_unit_tests/inventory/group_vars/VRF_BGP_VTEP_ROUTER_ID.yml index 60ef81d7f32..164ac7a5cb1 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_negative_unit_tests/inventory/group_vars/VRF_BGP_VTEP_ROUTER_ID.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_negative_unit_tests/inventory/group_vars/VRF_BGP_VTEP_ROUTER_ID.yml @@ -28,7 +28,7 @@ tenants: tags: [opzone] enabled: true bgp: - router_id: vtep_diagnostic + router_id: diagnostic_loopback expected_error_message: >- Invalid configuration on VRF 'Tenant_X_OP_Zone' in Tenant 'Tenant_X'. diff --git a/ansible_collections/arista/avd/molecule/eos_designs_negative_unit_tests/inventory/group_vars/VRF_OSPF_VTEP_ROUTER_ID.yml b/ansible_collections/arista/avd/molecule/eos_designs_negative_unit_tests/inventory/group_vars/VRF_OSPF_VTEP_ROUTER_ID.yml index a36c4c69325..68d351afb8b 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_negative_unit_tests/inventory/group_vars/VRF_OSPF_VTEP_ROUTER_ID.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_negative_unit_tests/inventory/group_vars/VRF_OSPF_VTEP_ROUTER_ID.yml @@ -29,7 +29,7 @@ tenants: enabled: true ospf: enabled: true - router_id: vtep_diagnostic + router_id: diagnostic_loopback expected_error_message: >- Invalid configuration on VRF 'Tenant_X_OP_Zone' in Tenant 'Tenant_X'. diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/inventory/group_vars/DC1_TENANTS_NETWORKS/Tenant_A.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/inventory/group_vars/DC1_TENANTS_NETWORKS/Tenant_A.yml index dce3c98df0e..34642be4061 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/inventory/group_vars/DC1_TENANTS_NETWORKS/Tenant_A.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/inventory/group_vars/DC1_TENANTS_NETWORKS/Tenant_A.yml @@ -287,7 +287,7 @@ tenant_a: vrf_id: 16 ospf: enabled: true - router_id: vtep_diagnostic + router_id: diagnostic_loopback l3_interfaces: - interfaces: - Ethernet22 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/inventory/group_vars/MH_TENANT_NETWORKS.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/inventory/group_vars/MH_TENANT_NETWORKS.yml index c7ab0268a80..1bfb4361ded 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/inventory/group_vars/MH_TENANT_NETWORKS.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/inventory/group_vars/MH_TENANT_NETWORKS.yml @@ -18,7 +18,7 @@ tenants: enabled: true ip_address_virtual: 10.1.10.1/24 bgp: - router_id: vtep_diagnostic + router_id: diagnostic_loopback - name: default vrf_id: 21 svis: diff --git a/ansible_collections/arista/avd/roles/eos_designs/docs/tables/network-services-vrfs-ospf-settings.md b/ansible_collections/arista/avd/roles/eos_designs/docs/tables/network-services-vrfs-ospf-settings.md index 83ff3878225..a8fc28396bf 100644 --- a/ansible_collections/arista/avd/roles/eos_designs/docs/tables/network-services-vrfs-ospf-settings.md +++ b/ansible_collections/arista/avd/roles/eos_designs/docs/tables/network-services-vrfs-ospf-settings.md @@ -14,7 +14,7 @@ | [        ospf](## ".[].vrfs.[].ospf") | Dictionary | | | | Router OSPF configuration.
This will create an OSPF routing instance in the tenant VRF. If there is no nodes definition, the OSPF instance will be
created on all leafs where the VRF is deployed. This will also cause automatic OSPF redistribution into BGP unless
explicitly turned off with "redistribute_ospf: false".
| | [          enabled](## ".[].vrfs.[].ospf.enabled") | Boolean | | | | | | [          process_id](## ".[].vrfs.[].ospf.process_id") | Integer | | | | If not set, "vrf_id" will be used. | - | [          router_id](## ".[].vrfs.[].ospf.router_id") | String | | `main_router_id` | | Router ID to use for OSPF in this VRF.
This can be an IPv4 address, "main_router_id", "none" or "vtep_diagnostic".
- "main_router_id" will reuse the main OSPF Router ID which is the IP address of Loopback0.
- "none" will not configure a OSPF Router ID for this VRF. EOS will use the main OSPF Router ID.
- "vtep_diagnostic" will use the IP address of the VRF Diagnostic Loopback interface. | + | [          router_id](## ".[].vrfs.[].ospf.router_id") | String | | `main_router_id` | | Router ID to use for OSPF in this VRF.
This can be an IPv4 address, "main_router_id", "none" or "diagnostic_loopback".
- "main_router_id" will use the IP address of Loopback0 or the common `router general` Router ID if `use_router_general_for_router_id` is set."
- "none" will not configure a OSPF Router ID for this VRF. EOS will use the main OSPF Router ID.
- "diagnostic_loopback" will use the IP address of the VRF Diagnostic Loopback interface. | | [          max_lsa](## ".[].vrfs.[].ospf.max_lsa") | Integer | | | | | | [          bfd](## ".[].vrfs.[].ospf.bfd") | Boolean | | `False` | | | | [          redistribute_bgp](## ".[].vrfs.[].ospf.redistribute_bgp") | Dictionary | | | | | @@ -111,10 +111,10 @@ process_id: # Router ID to use for OSPF in this VRF. - # This can be an IPv4 address, "main_router_id", "none" or "vtep_diagnostic". - # - "main_router_id" will reuse the main OSPF Router ID which is the IP address of Loopback0. + # This can be an IPv4 address, "main_router_id", "none" or "diagnostic_loopback". + # - "main_router_id" will use the IP address of Loopback0 or the common `router general` Router ID if `use_router_general_for_router_id` is set." # - "none" will not configure a OSPF Router ID for this VRF. EOS will use the main OSPF Router ID. - # - "vtep_diagnostic" will use the IP address of the VRF Diagnostic Loopback interface. + # - "diagnostic_loopback" will use the IP address of the VRF Diagnostic Loopback interface. router_id: max_lsa: bfd: diff --git a/ansible_collections/arista/avd/roles/eos_designs/docs/tables/network-services-vrfs-settings.md b/ansible_collections/arista/avd/roles/eos_designs/docs/tables/network-services-vrfs-settings.md index c173365156f..9c2e527512b 100644 --- a/ansible_collections/arista/avd/roles/eos_designs/docs/tables/network-services-vrfs-settings.md +++ b/ansible_collections/arista/avd/roles/eos_designs/docs/tables/network-services-vrfs-settings.md @@ -64,7 +64,7 @@ | [        redistribute_connected](## ".[].vrfs.[].redistribute_connected") | Boolean | | `True` | | Enable or disable the redistribution of all connected routes to BGP in the VRF. Note this is not applicable to VRF `default`. | | [        bgp](## ".[].vrfs.[].bgp") | Dictionary | | | | | | [          enabled](## ".[].vrfs.[].bgp.enabled") | Boolean | | | | Force (no) configuration of BGP for the VRF.
If not set, BGP will be configured when needed according to the following rules:
- If the VRF is part of an overlay (`evpn` or `mpls`), BGP will be configured for it.
- If any BGP peers are configured under the VRF, BGP will be configured for it. This is useful for L2LS designs with VRFs.
- If uplink type is `p2p-vrfs` *and* the vrf is included in the uplink VRFs, BGP will be configured for it. | - | [          router_id](## ".[].vrfs.[].bgp.router_id") | String | | `main_router_id` | | Router ID to use for BGP in this VRF.
This can be an IPv4 address, "main_router_id", "none" or "vtep_diagnostic".
- "main_router_id" will reuse the main BGP Router ID which is the IP address of Loopback0.
- "none" will not configure a BGP Router ID for this VRF. EOS will use the main BGP Router ID.
- "vtep_diagnostic" will use the IP address of the VRF Diagnostic Loopback interface. | + | [          router_id](## ".[].vrfs.[].bgp.router_id") | String | | `main_router_id` | | Router ID to use for BGP in this VRF.
This can be an IPv4 address, "main_router_id", "none" or "diagnostic_loopback".
- "main_router_id" will use the IP address of Loopback0 or the common `router general` Router ID if `use_router_general_for_router_id` is set."
- "none" will not configure a BGP Router ID for this VRF. EOS will use the main BGP Router ID.
- "diagnostic_loopback" will use the IP address of the VRF Diagnostic Loopback interface. | | [          raw_eos_cli](## ".[].vrfs.[].bgp.raw_eos_cli") | String | | | | EOS CLI rendered directly on the Router BGP, VRF definition in the final EOS configuration.
| | [          structured_config](## ".[].vrfs.[].bgp.structured_config") | Dictionary | | | | Custom structured config added under router_bgp.vrfs.[name=] for eos_cli_config_gen. | | [        additional_route_targets](## ".[].vrfs.[].additional_route_targets") | List, items: Dictionary | | | | Configuration of extra route-targets for this VRF. Useful for route-leaking or gateway between address families. | @@ -280,10 +280,10 @@ enabled: # Router ID to use for BGP in this VRF. - # This can be an IPv4 address, "main_router_id", "none" or "vtep_diagnostic". - # - "main_router_id" will reuse the main BGP Router ID which is the IP address of Loopback0. + # This can be an IPv4 address, "main_router_id", "none" or "diagnostic_loopback". + # - "main_router_id" will use the IP address of Loopback0 or the common `router general` Router ID if `use_router_general_for_router_id` is set." # - "none" will not configure a BGP Router ID for this VRF. EOS will use the main BGP Router ID. - # - "vtep_diagnostic" will use the IP address of the VRF Diagnostic Loopback interface. + # - "diagnostic_loopback" will use the IP address of the VRF Diagnostic Loopback interface. router_id: # EOS CLI rendered directly on the Router BGP, VRF definition in the final EOS configuration. diff --git a/python-avd/pyavd/_eos_designs/schema/__init__.py b/python-avd/pyavd/_eos_designs/schema/__init__.py index d5c85108a7f..1a55b636550 100644 --- a/python-avd/pyavd/_eos_designs/schema/__init__.py +++ b/python-avd/pyavd/_eos_designs/schema/__init__.py @@ -35028,12 +35028,13 @@ class Nodes(AvdList[str]): """ Router ID to use for OSPF in this VRF. This can be an IPv4 address, "main_router_id", "none" or - "vtep_diagnostic". - - "main_router_id" will reuse the main OSPF Router ID which is the IP address of - Loopback0. - - "none" will not configure a OSPF Router ID for this VRF. EOS will use the main OSPF - Router ID. - - "vtep_diagnostic" will use the IP address of the VRF Diagnostic Loopback interface. + "diagnostic_loopback". + - "main_router_id" will use the IP address of Loopback0 or the common `router + general` Router ID if `use_router_general_for_router_id` is set." + - "none" will not configure a OSPF + Router ID for this VRF. EOS will use the main OSPF Router ID. + - "diagnostic_loopback" will use the + IP address of the VRF Diagnostic Loopback interface. Default value: `"main_router_id"` """ @@ -35075,12 +35076,13 @@ def __init__( router_id: Router ID to use for OSPF in this VRF. This can be an IPv4 address, "main_router_id", "none" or - "vtep_diagnostic". - - "main_router_id" will reuse the main OSPF Router ID which is the IP address of - Loopback0. - - "none" will not configure a OSPF Router ID for this VRF. EOS will use the main OSPF - Router ID. - - "vtep_diagnostic" will use the IP address of the VRF Diagnostic Loopback interface. + "diagnostic_loopback". + - "main_router_id" will use the IP address of Loopback0 or the common `router + general` Router ID if `use_router_general_for_router_id` is set." + - "none" will not configure a OSPF + Router ID for this VRF. EOS will use the main OSPF Router ID. + - "diagnostic_loopback" will use the + IP address of the VRF Diagnostic Loopback interface. max_lsa: max_lsa bfd: bfd redistribute_bgp: Subclass of AvdModel. @@ -37788,12 +37790,13 @@ class StructuredConfig(EosCliConfigGen.RouterBgp.VrfsItem): """ Router ID to use for BGP in this VRF. This can be an IPv4 address, "main_router_id", "none" or - "vtep_diagnostic". - - "main_router_id" will reuse the main BGP Router ID which is the IP address of - Loopback0. - - "none" will not configure a BGP Router ID for this VRF. EOS will use the main BGP - Router ID. - - "vtep_diagnostic" will use the IP address of the VRF Diagnostic Loopback interface. + "diagnostic_loopback". + - "main_router_id" will use the IP address of Loopback0 or the common `router + general` Router ID if `use_router_general_for_router_id` is set." + - "none" will not configure a BGP + Router ID for this VRF. EOS will use the main BGP Router ID. + - "diagnostic_loopback" will use the IP + address of the VRF Diagnostic Loopback interface. Default value: `"main_router_id"` """ @@ -37839,12 +37842,13 @@ def __init__( router_id: Router ID to use for BGP in this VRF. This can be an IPv4 address, "main_router_id", "none" or - "vtep_diagnostic". - - "main_router_id" will reuse the main BGP Router ID which is the IP address of - Loopback0. - - "none" will not configure a BGP Router ID for this VRF. EOS will use the main BGP - Router ID. - - "vtep_diagnostic" will use the IP address of the VRF Diagnostic Loopback interface. + "diagnostic_loopback". + - "main_router_id" will use the IP address of Loopback0 or the common `router + general` Router ID if `use_router_general_for_router_id` is set." + - "none" will not configure a BGP + Router ID for this VRF. EOS will use the main BGP Router ID. + - "diagnostic_loopback" will use the IP + address of the VRF Diagnostic Loopback interface. raw_eos_cli: EOS CLI rendered directly on the Router BGP, VRF definition in the final EOS configuration. structured_config: Custom structured config added under router_bgp.vrfs.[name=] for eos_cli_config_gen. diff --git a/python-avd/pyavd/_eos_designs/schema/eos_designs.schema.yml b/python-avd/pyavd/_eos_designs/schema/eos_designs.schema.yml index 030eacc9b92..412927f1646 100644 --- a/python-avd/pyavd/_eos_designs/schema/eos_designs.schema.yml +++ b/python-avd/pyavd/_eos_designs/schema/eos_designs.schema.yml @@ -6517,15 +6517,16 @@ $defs: type: str description: 'Router ID to use for OSPF in this VRF. - This can be an IPv4 address, "main_router_id", "none" or "vtep_diagnostic". + This can be an IPv4 address, "main_router_id", "none" or "diagnostic_loopback". - - "main_router_id" will reuse the main OSPF Router ID which - is the IP address of Loopback0. + - "main_router_id" will use the IP address of Loopback0 or the + common `router general` Router ID if `use_router_general_for_router_id` + is set." - "none" will not configure a OSPF Router ID for this VRF. EOS will use the main OSPF Router ID. - - "vtep_diagnostic" will use the IP address of the VRF Diagnostic + - "diagnostic_loopback" will use the IP address of the VRF Diagnostic Loopback interface.' default: main_router_id max_lsa: @@ -7215,15 +7216,16 @@ $defs: type: str description: 'Router ID to use for BGP in this VRF. - This can be an IPv4 address, "main_router_id", "none" or "vtep_diagnostic". + This can be an IPv4 address, "main_router_id", "none" or "diagnostic_loopback". - - "main_router_id" will reuse the main BGP Router ID which is - the IP address of Loopback0. + - "main_router_id" will use the IP address of Loopback0 or the + common `router general` Router ID if `use_router_general_for_router_id` + is set." - "none" will not configure a BGP Router ID for this VRF. EOS will use the main BGP Router ID. - - "vtep_diagnostic" will use the IP address of the VRF Diagnostic + - "diagnostic_loopback" will use the IP address of the VRF Diagnostic Loopback interface.' default: main_router_id raw_eos_cli: diff --git a/python-avd/pyavd/_eos_designs/schema/schema_fragments/defs_network_services.schema.yml b/python-avd/pyavd/_eos_designs/schema/schema_fragments/defs_network_services.schema.yml index 25de914e99c..54f9377920c 100644 --- a/python-avd/pyavd/_eos_designs/schema/schema_fragments/defs_network_services.schema.yml +++ b/python-avd/pyavd/_eos_designs/schema/schema_fragments/defs_network_services.schema.yml @@ -510,10 +510,10 @@ $defs: type: str description: |- Router ID to use for OSPF in this VRF. - This can be an IPv4 address, "main_router_id", "none" or "vtep_diagnostic". - - "main_router_id" will reuse the main OSPF Router ID which is the IP address of Loopback0. + This can be an IPv4 address, "main_router_id", "none" or "diagnostic_loopback". + - "main_router_id" will use the IP address of Loopback0 or the common `router general` Router ID if `use_router_general_for_router_id` is set." - "none" will not configure a OSPF Router ID for this VRF. EOS will use the main OSPF Router ID. - - "vtep_diagnostic" will use the IP address of the VRF Diagnostic Loopback interface. + - "diagnostic_loopback" will use the IP address of the VRF Diagnostic Loopback interface. default: main_router_id max_lsa: type: int @@ -1089,10 +1089,10 @@ $defs: type: str description: |- Router ID to use for BGP in this VRF. - This can be an IPv4 address, "main_router_id", "none" or "vtep_diagnostic". - - "main_router_id" will reuse the main BGP Router ID which is the IP address of Loopback0. + This can be an IPv4 address, "main_router_id", "none" or "diagnostic_loopback". + - "main_router_id" will use the IP address of Loopback0 or the common `router general` Router ID if `use_router_general_for_router_id` is set." - "none" will not configure a BGP Router ID for this VRF. EOS will use the main BGP Router ID. - - "vtep_diagnostic" will use the IP address of the VRF Diagnostic Loopback interface. + - "diagnostic_loopback" will use the IP address of the VRF Diagnostic Loopback interface. default: main_router_id raw_eos_cli: type: str diff --git a/python-avd/pyavd/_eos_designs/structured_config/network_services/utils.py b/python-avd/pyavd/_eos_designs/structured_config/network_services/utils.py index c77af9dfa0a..1bdf1c9b326 100644 --- a/python-avd/pyavd/_eos_designs/structured_config/network_services/utils.py +++ b/python-avd/pyavd/_eos_designs/structured_config/network_services/utils.py @@ -418,13 +418,13 @@ def get_vrf_router_id( tenant_name: The name of the tenant to which the VRF belongs. Returns: - str | None: The resolved router ID as a string, or None if the router ID is not applicable. + The resolved router ID as a string, or None if the router ID is not applicable. Raises: AristaAvdInvalidInputsError: If required configuration for "vtep_diagnostic" router ID is missing. """ # Handle "vtep_diagnostic" router ID case - if router_id == "vtep_diagnostic": + if router_id == "diagnostic_loopback": # Validate required configuration if (interface_data := self._get_vtep_diagnostic_loopback_for_vrf(vrf)) is None: msg = ( From 3e9497895838bb2497388de2de1104f9f756e1d8 Mon Sep 17 00:00:00 2001 From: Mahesh Kumar Date: Wed, 8 Jan 2025 10:35:23 +0530 Subject: [PATCH 9/9] updated the error message for diagnostic_loopback --- .../inventory/group_vars/VRF_BGP_VTEP_ROUTER_ID.yml | 2 +- .../inventory/group_vars/VRF_OSPF_VTEP_ROUTER_ID.yml | 2 +- .../_eos_designs/structured_config/network_services/utils.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ansible_collections/arista/avd/molecule/eos_designs_negative_unit_tests/inventory/group_vars/VRF_BGP_VTEP_ROUTER_ID.yml b/ansible_collections/arista/avd/molecule/eos_designs_negative_unit_tests/inventory/group_vars/VRF_BGP_VTEP_ROUTER_ID.yml index 164ac7a5cb1..2ffeb76406b 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_negative_unit_tests/inventory/group_vars/VRF_BGP_VTEP_ROUTER_ID.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_negative_unit_tests/inventory/group_vars/VRF_BGP_VTEP_ROUTER_ID.yml @@ -33,4 +33,4 @@ tenants: expected_error_message: >- Invalid configuration on VRF 'Tenant_X_OP_Zone' in Tenant 'Tenant_X'. 'vtep_diagnostic.loopback' along with either 'vtep_diagnostic.loopback_ip_pools' or 'vtep_diagnostic.loopback_ip_range' must be defined - when 'router_id' is set to 'vtep_diagnostic' on the VRF. + when 'router_id' is set to 'diagnostic_loopback' on the VRF. diff --git a/ansible_collections/arista/avd/molecule/eos_designs_negative_unit_tests/inventory/group_vars/VRF_OSPF_VTEP_ROUTER_ID.yml b/ansible_collections/arista/avd/molecule/eos_designs_negative_unit_tests/inventory/group_vars/VRF_OSPF_VTEP_ROUTER_ID.yml index 68d351afb8b..9519062503f 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_negative_unit_tests/inventory/group_vars/VRF_OSPF_VTEP_ROUTER_ID.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_negative_unit_tests/inventory/group_vars/VRF_OSPF_VTEP_ROUTER_ID.yml @@ -34,4 +34,4 @@ tenants: expected_error_message: >- Invalid configuration on VRF 'Tenant_X_OP_Zone' in Tenant 'Tenant_X'. 'vtep_diagnostic.loopback' along with either 'vtep_diagnostic.loopback_ip_pools' or 'vtep_diagnostic.loopback_ip_range' must be defined - when 'router_id' is set to 'vtep_diagnostic' on the VRF. + when 'router_id' is set to 'diagnostic_loopback' on the VRF. diff --git a/python-avd/pyavd/_eos_designs/structured_config/network_services/utils.py b/python-avd/pyavd/_eos_designs/structured_config/network_services/utils.py index 1bdf1c9b326..e6113514373 100644 --- a/python-avd/pyavd/_eos_designs/structured_config/network_services/utils.py +++ b/python-avd/pyavd/_eos_designs/structured_config/network_services/utils.py @@ -430,7 +430,7 @@ def get_vrf_router_id( msg = ( f"Invalid configuration on VRF '{vrf.name}' in Tenant '{tenant_name}'. " "'vtep_diagnostic.loopback' along with either 'vtep_diagnostic.loopback_ip_pools' or 'vtep_diagnostic.loopback_ip_range' must be defined " - "when 'router_id' is set to 'vtep_diagnostic' on the VRF." + "when 'router_id' is set to 'diagnostic_loopback' on the VRF." ) raise AristaAvdInvalidInputsError(msg) # Resolve router ID from loopback interface