From 0ec7a039bc584bbca1f7f6b5b76d016454d4d111 Mon Sep 17 00:00:00 2001 From: Claus Holbech Date: Mon, 16 Sep 2024 11:50:19 +0200 Subject: [PATCH 1/2] Refactor(eos_designs)!: Change the default mgmt_interface_description to upper case (#4452) --- .../arista/avd/docs/porting-guides/5.x.x.md | 13 +++++++-- .../documentation/devices/LEAF1A.md | 6 ++-- .../documentation/devices/LEAF1B.md | 6 ++-- .../documentation/devices/LEAF2A.md | 6 ++-- .../documentation/devices/LEAF3A.md | 6 ++-- .../documentation/devices/LEAF3B.md | 6 ++-- .../documentation/devices/LEAF3C.md | 6 ++-- .../documentation/devices/LEAF3D.md | 6 ++-- .../documentation/devices/LEAF3E.md | 6 ++-- .../documentation/devices/SPINE1.md | 6 ++-- .../documentation/devices/SPINE2.md | 6 ++-- .../campus-fabric/intended/configs/LEAF1A.cfg | 2 +- .../campus-fabric/intended/configs/LEAF1B.cfg | 2 +- .../campus-fabric/intended/configs/LEAF2A.cfg | 2 +- .../campus-fabric/intended/configs/LEAF3A.cfg | 2 +- .../campus-fabric/intended/configs/LEAF3B.cfg | 2 +- .../campus-fabric/intended/configs/LEAF3C.cfg | 2 +- .../campus-fabric/intended/configs/LEAF3D.cfg | 2 +- .../campus-fabric/intended/configs/LEAF3E.cfg | 2 +- .../campus-fabric/intended/configs/SPINE1.cfg | 2 +- .../campus-fabric/intended/configs/SPINE2.cfg | 2 +- .../intended/structured_configs/LEAF1A.yml | 2 +- .../intended/structured_configs/LEAF1B.yml | 2 +- .../intended/structured_configs/LEAF2A.yml | 2 +- .../intended/structured_configs/LEAF3A.yml | 2 +- .../intended/structured_configs/LEAF3B.yml | 2 +- .../intended/structured_configs/LEAF3C.yml | 2 +- .../intended/structured_configs/LEAF3D.yml | 2 +- .../intended/structured_configs/LEAF3E.yml | 2 +- .../intended/structured_configs/SPINE1.yml | 2 +- .../intended/structured_configs/SPINE2.yml | 2 +- .../documentation/devices/dc1-leaf1a.md | 6 ++-- .../documentation/devices/dc1-leaf1b.md | 6 ++-- .../documentation/devices/dc1-leaf1c.md | 6 ++-- .../documentation/devices/dc1-leaf2a.md | 6 ++-- .../documentation/devices/dc1-leaf2b.md | 6 ++-- .../documentation/devices/dc1-leaf2c.md | 6 ++-- .../documentation/devices/dc1-spine1.md | 6 ++-- .../documentation/devices/dc1-spine2.md | 6 ++-- .../documentation/devices/dc2-leaf1a.md | 6 ++-- .../documentation/devices/dc2-leaf1b.md | 6 ++-- .../documentation/devices/dc2-leaf1c.md | 6 ++-- .../documentation/devices/dc2-leaf2a.md | 6 ++-- .../documentation/devices/dc2-leaf2b.md | 6 ++-- .../documentation/devices/dc2-leaf2c.md | 6 ++-- .../documentation/devices/dc2-spine1.md | 6 ++-- .../documentation/devices/dc2-spine2.md | 6 ++-- .../intended/configs/dc1-leaf1a.cfg | 2 +- .../intended/configs/dc1-leaf1b.cfg | 2 +- .../intended/configs/dc1-leaf1c.cfg | 2 +- .../intended/configs/dc1-leaf2a.cfg | 2 +- .../intended/configs/dc1-leaf2b.cfg | 2 +- .../intended/configs/dc1-leaf2c.cfg | 2 +- .../intended/configs/dc1-spine1.cfg | 2 +- .../intended/configs/dc1-spine2.cfg | 2 +- .../intended/configs/dc2-leaf1a.cfg | 2 +- .../intended/configs/dc2-leaf1b.cfg | 2 +- .../intended/configs/dc2-leaf1c.cfg | 2 +- .../intended/configs/dc2-leaf2a.cfg | 2 +- .../intended/configs/dc2-leaf2b.cfg | 2 +- .../intended/configs/dc2-leaf2c.cfg | 2 +- .../intended/configs/dc2-spine1.cfg | 2 +- .../intended/configs/dc2-spine2.cfg | 2 +- .../structured_configs/dc1-leaf1a.yml | 2 +- .../structured_configs/dc1-leaf1b.yml | 2 +- .../structured_configs/dc1-leaf1c.yml | 2 +- .../structured_configs/dc1-leaf2a.yml | 2 +- .../structured_configs/dc1-leaf2b.yml | 2 +- .../structured_configs/dc1-leaf2c.yml | 2 +- .../structured_configs/dc1-spine1.yml | 2 +- .../structured_configs/dc1-spine2.yml | 2 +- .../structured_configs/dc2-leaf1a.yml | 2 +- .../structured_configs/dc2-leaf1b.yml | 2 +- .../structured_configs/dc2-leaf1c.yml | 2 +- .../structured_configs/dc2-leaf2a.yml | 2 +- .../structured_configs/dc2-leaf2b.yml | 2 +- .../structured_configs/dc2-leaf2c.yml | 2 +- .../structured_configs/dc2-spine1.yml | 2 +- .../structured_configs/dc2-spine2.yml | 2 +- .../dc1-leaf1a-basic-configuration.txt | 2 +- .../dc1-leaf1b-basic-configuration.txt | 2 +- .../dc1-leaf1c-basic-configuration.txt | 2 +- .../dc1-leaf2a-basic-configuration.txt | 2 +- .../dc1-leaf2b-basic-configuration.txt | 2 +- .../dc1-leaf2c-basic-configuration.txt | 2 +- .../dc1-spine1-basic-configuration.txt | 2 +- .../dc1-spine2-basic-configuration.txt | 2 +- .../dc2-leaf1a-basic-configuration.txt | 2 +- .../dc2-leaf1b-basic-configuration.txt | 2 +- .../dc2-leaf1c-basic-configuration.txt | 2 +- .../dc2-leaf2a-basic-configuration.txt | 2 +- .../dc2-leaf2b-basic-configuration.txt | 2 +- .../dc2-leaf2c-basic-configuration.txt | 2 +- .../dc2-spine1-basic-configuration.txt | 2 +- .../dc2-spine2-basic-configuration.txt | 2 +- .../documentation/devices/p1.md | 6 ++-- .../documentation/devices/p2.md | 6 ++-- .../documentation/devices/p3.md | 6 ++-- .../documentation/devices/p4.md | 6 ++-- .../documentation/devices/pe1.md | 6 ++-- .../documentation/devices/pe2.md | 6 ++-- .../documentation/devices/pe3.md | 6 ++-- .../documentation/devices/rr1.md | 6 ++-- .../documentation/devices/rr2.md | 6 ++-- .../isis-ldp-ipvpn/intended/configs/p1.cfg | 2 +- .../isis-ldp-ipvpn/intended/configs/p2.cfg | 2 +- .../isis-ldp-ipvpn/intended/configs/p3.cfg | 2 +- .../isis-ldp-ipvpn/intended/configs/p4.cfg | 2 +- .../isis-ldp-ipvpn/intended/configs/pe1.cfg | 2 +- .../isis-ldp-ipvpn/intended/configs/pe2.cfg | 2 +- .../isis-ldp-ipvpn/intended/configs/pe3.cfg | 2 +- .../isis-ldp-ipvpn/intended/configs/rr1.cfg | 2 +- .../isis-ldp-ipvpn/intended/configs/rr2.cfg | 2 +- .../intended/structured_configs/p1.yml | 2 +- .../intended/structured_configs/p2.yml | 2 +- .../intended/structured_configs/p3.yml | 2 +- .../intended/structured_configs/p4.yml | 2 +- .../intended/structured_configs/pe1.yml | 2 +- .../intended/structured_configs/pe2.yml | 2 +- .../intended/structured_configs/pe3.yml | 2 +- .../intended/structured_configs/rr1.yml | 2 +- .../intended/structured_configs/rr2.yml | 2 +- .../p1-basic-configuration.txt | 2 +- .../p2-basic-configuration.txt | 2 +- .../p3-basic-configuration.txt | 2 +- .../p4-basic-configuration.txt | 2 +- .../pe1-basic-configuration.txt | 2 +- .../pe2-basic-configuration.txt | 2 +- .../pe3-basic-configuration.txt | 2 +- .../rr1-basic-configuration.txt | 2 +- .../rr2-basic-configuration.txt | 2 +- .../documentation/devices/LEAF1.md | 6 ++-- .../documentation/devices/LEAF2.md | 6 ++-- .../documentation/devices/LEAF3.md | 6 ++-- .../documentation/devices/LEAF4.md | 6 ++-- .../documentation/devices/SPINE1.md | 6 ++-- .../documentation/devices/SPINE2.md | 6 ++-- .../l2ls-fabric/intended/configs/LEAF1.cfg | 2 +- .../l2ls-fabric/intended/configs/LEAF2.cfg | 2 +- .../l2ls-fabric/intended/configs/LEAF3.cfg | 2 +- .../l2ls-fabric/intended/configs/LEAF4.cfg | 2 +- .../l2ls-fabric/intended/configs/SPINE1.cfg | 2 +- .../l2ls-fabric/intended/configs/SPINE2.cfg | 2 +- .../intended/structured_configs/LEAF1.yml | 2 +- .../intended/structured_configs/LEAF2.yml | 2 +- .../intended/structured_configs/LEAF3.yml | 2 +- .../intended/structured_configs/LEAF4.yml | 2 +- .../intended/structured_configs/SPINE1.yml | 2 +- .../intended/structured_configs/SPINE2.yml | 2 +- .../documentation/devices/dc1-leaf1a.md | 6 ++-- .../documentation/devices/dc1-leaf1b.md | 6 ++-- .../documentation/devices/dc1-leaf1c.md | 6 ++-- .../documentation/devices/dc1-leaf2a.md | 6 ++-- .../documentation/devices/dc1-leaf2b.md | 6 ++-- .../documentation/devices/dc1-leaf2c.md | 6 ++-- .../documentation/devices/dc1-spine1.md | 6 ++-- .../documentation/devices/dc1-spine2.md | 6 ++-- .../intended/configs/dc1-leaf1a.cfg | 2 +- .../intended/configs/dc1-leaf1b.cfg | 2 +- .../intended/configs/dc1-leaf1c.cfg | 2 +- .../intended/configs/dc1-leaf2a.cfg | 2 +- .../intended/configs/dc1-leaf2b.cfg | 2 +- .../intended/configs/dc1-leaf2c.cfg | 2 +- .../intended/configs/dc1-spine1.cfg | 2 +- .../intended/configs/dc1-spine2.cfg | 2 +- .../structured_configs/cvp/cvp_configlets.yml | 16 +++++------ .../structured_configs/dc1-leaf1a.yml | 2 +- .../structured_configs/dc1-leaf1b.yml | 2 +- .../structured_configs/dc1-leaf1c.yml | 2 +- .../structured_configs/dc1-leaf2a.yml | 2 +- .../structured_configs/dc1-leaf2b.yml | 2 +- .../structured_configs/dc1-leaf2c.yml | 2 +- .../structured_configs/dc1-spine1.yml | 2 +- .../structured_configs/dc1-spine2.yml | 2 +- .../dc1-leaf1a-basic-configuration.txt | 2 +- .../dc1-leaf1b-basic-configuration.txt | 2 +- .../dc1-leaf1c-basic-configuration.txt | 2 +- .../dc1-leaf2a-basic-configuration.txt | 2 +- .../dc1-leaf2b-basic-configuration.txt | 2 +- .../dc1-leaf2c-basic-configuration.txt | 2 +- .../dc1-spine1-basic-configuration.txt | 2 +- .../dc1-spine2-basic-configuration.txt | 2 +- .../structured_configs/cvp/cvp_configlets.yml | 12 ++++---- .../documentation/devices/aaa-2.md | 6 ++-- .../documentation/devices/aaa.md | 6 ++-- .../documentation/devices/acl.md | 6 ++-- .../documentation/devices/address-locking.md | 6 ++-- .../documentation/devices/agents.md | 6 ++-- .../documentation/devices/aliases.md | 6 ++-- .../application-traffic-recognition.md | 6 ++-- .../documentation/devices/arp.md | 6 ++-- .../documentation/devices/as-path.md | 6 ++-- .../devices/banners_without_eof.md | 6 ++-- .../documentation/devices/base.md | 6 ++-- .../documentation/devices/boot.md | 6 ++-- .../documentation/devices/class-maps.md | 6 ++-- .../documentation/devices/clock.md | 6 ++-- .../documentation/devices/config-comment.md | 6 ++-- .../documentation/devices/custom-templates.md | 6 ++-- .../documentation/devices/cvx-2.md | 6 ++-- .../documentation/devices/cvx.md | 6 ++-- .../devices/daemon_terminattr.md | 6 ++-- .../documentation/devices/daemons.md | 6 ++-- .../documentation/devices/dhcp-relay.md | 6 ++-- .../documentation/devices/dhcp-servers.md | 6 ++-- .../documentation/devices/dns-ntp.md | 6 ++-- .../documentation/devices/domain-list.md | 6 ++-- .../documentation/devices/dot1x-2.md | 6 ++-- .../documentation/devices/dot1x.md | 6 ++-- .../documentation/devices/dps-interfaces.md | 6 ++-- .../documentation/devices/enable-password.md | 6 ++-- .../documentation/devices/errdisable.md | 6 ++-- .../devices/ethernet-interfaces.md | 6 ++-- .../documentation/devices/event-handlers.md | 6 ++-- .../documentation/devices/event-monitor.md | 6 ++-- .../documentation/devices/flow-tracking-2.md | 6 ++-- .../documentation/devices/flow-tracking.md | 6 ++-- .../documentation/devices/groups.md | 6 ++-- .../documentation/devices/hardware-counter.md | 6 ++-- .../documentation/devices/hardware.md | 6 ++-- .../documentation/devices/hide-passwords.md | 6 ++-- .../documentation/devices/hostname.md | 6 ++-- .../documentation/devices/igmp-snooping.md | 6 ++-- .../devices/interface-defaults.md | 6 ++-- .../devices/interface-profiles.md | 6 ++-- .../documentation/devices/ip-access-lists.md | 6 ++-- .../devices/ip-client-source-interfaces.md | 6 ++-- .../devices/ip-community-lists.md | 6 ++-- .../documentation/devices/ip-dhcp-relay.md | 6 ++-- .../documentation/devices/ip-dhcp-snooping.md | 6 ++-- .../ip-extended-community-lists-regexp.md | 6 ++-- .../devices/ip-extended-community-lists.md | 6 ++-- .../devices/ip-igmp-snooping-enable.md | 6 ++-- .../documentation/devices/ip-nat.md | 6 ++-- .../devices/ip-radius-source-interface.md | 6 ++-- .../documentation/devices/ip-routing-fib.md | 6 ++-- .../documentation/devices/ip-routing.md | 6 ++-- .../documentation/devices/ip-security.md | 6 ++-- .../devices/ip-tacacs-source-interface.md | 6 ++-- .../devices/ip-virtual-router-mac-address.md | 6 ++-- .../devices/ipv6-access-lists.md | 6 ++-- .../documentation/devices/ipv6-dhcp-relay.md | 6 ++-- .../documentation/devices/ipv6-neighbors.md | 6 ++-- .../devices/ipv6-static-routes.md | 6 ++-- .../devices/l2-protocol-forwarding.md | 6 ++-- .../documentation/devices/lacp.md | 6 ++-- .../devices/link-tracking-groups.md | 6 ++-- .../documentation/devices/lldp.md | 6 ++-- .../documentation/devices/load-interval.md | 6 ++-- .../documentation/devices/local-users.md | 6 ++-- .../devices/logging-match-list.md | 6 ++-- .../documentation/devices/logging-minimal.md | 6 ++-- .../documentation/devices/logging.md | 6 ++-- .../devices/loopbacks-interfaces.md | 6 ++-- .../documentation/devices/mac-access-lists.md | 6 ++-- .../devices/mac-address-table.md | 6 ++-- .../devices/mac-security-eth-po-entropy.md | 6 ++-- .../documentation/devices/maintenance.md | 6 ++-- .../devices/management-accounts.md | 6 ++-- .../devices/management-api-http.md | 6 ++-- .../devices/management-api-models.md | 6 ++-- .../devices/management-console.md | 6 ++-- .../documentation/devices/management-cvx.md | 6 ++-- .../devices/management-defaults.md | 6 ++-- .../devices/management-gnmi-grpc-tunnel.md | 6 ++-- .../devices/management-gnmi-new-flags.md | 6 ++-- .../documentation/devices/management-gnmi.md | 6 ++-- .../devices/management-interfaces.md | 6 ++-- .../devices/management-security.md | 6 ++-- .../devices/management-ssh-custom-cipher.md | 6 ++-- .../documentation/devices/management-ssh.md | 6 ++-- .../devices/management-tech-support.md | 6 ++-- .../documentation/devices/match-lists.md | 6 ++-- .../documentation/devices/mcs-client.md | 6 ++-- .../devices/mlag-configuration.md | 6 ++-- .../devices/monitor-connectivity-2.md | 6 ++-- .../devices/monitor-connectivity.md | 6 ++-- .../documentation/devices/monitor-layer1.md | 6 ++-- ...nitor-session-default-encapsulation-gre.md | 6 ++-- .../documentation/devices/monitor-sessions.md | 6 ++-- .../devices/monitor-telemetry-influx.md | 6 ++-- .../monitor-telemetry-postcard-policy.md | 6 ++-- .../documentation/devices/mpls-2.md | 6 ++-- .../documentation/devices/mpls-3.md | 6 ++-- .../documentation/devices/mpls.md | 6 ++-- .../devices/none_configuration.md | 6 ++-- .../documentation/devices/ntp.md | 6 ++-- .../documentation/devices/object-tracking.md | 6 ++-- .../documentation/devices/patch-panel.md | 6 ++-- .../documentation/devices/peer-filters.md | 6 ++-- .../documentation/devices/platform.md | 6 ++-- .../documentation/devices/poe.md | 6 ++-- .../documentation/devices/policy-maps-pbr.md | 6 ++-- .../documentation/devices/policy-maps.md | 6 ++-- .../devices/port-channel-interfaces.md | 6 ++-- .../documentation/devices/prefix-lists.md | 6 ++-- .../documentation/devices/prompt-2.md | 6 ++-- .../documentation/devices/prompt.md | 6 ++-- .../documentation/devices/ptp.md | 6 ++-- .../documentation/devices/qos.md | 6 ++-- .../devices/queue-monitor-length-notifying.md | 6 ++-- .../devices/queue-monitor-length.md | 6 ++-- .../devices/queue-monitor-streaming.md | 6 ++-- .../documentation/devices/radius-server-2.md | 6 ++-- .../documentation/devices/radius-server.md | 6 ++-- .../documentation/devices/redundancy.md | 6 ++-- .../documentation/devices/roles.md | 6 ++-- .../documentation/devices/route-maps.md | 6 ++-- .../router-adaptive-virtual-topology.md | 6 ++-- .../documentation/devices/router-bfd-1.md | 6 ++-- .../documentation/devices/router-bfd-2.md | 6 ++-- .../documentation/devices/router-bgp-asdot.md | 6 ++-- .../documentation/devices/router-bgp-base.md | 6 ++-- .../devices/router-bgp-evpn-mpls.md | 6 ++-- .../router-bgp-evpn-vpn-import-pruning.md | 6 ++-- .../documentation/devices/router-bgp-evpn.md | 6 ++-- .../devices/router-bgp-link-state.md | 6 ++-- .../devices/router-bgp-path-selection.md | 6 ++-- .../documentation/devices/router-bgp-rtc.md | 6 ++-- .../devices/router-bgp-v4-evpn.md | 6 ++-- .../devices/router-bgp-v4-v6-evpn.md | 6 ++-- .../devices/router-bgp-v4-v6-sr-te.md | 6 ++-- .../devices/router-bgp-vpn-ipv4-vpn-ipv6.md | 6 ++-- .../documentation/devices/router-bgp-vpws.md | 6 ++-- .../router-bgp-vrf-address-families.md | 6 ++-- .../devices/router-bgp-vrf-lite.md | 6 ++-- .../documentation/devices/router-general.md | 6 ++-- .../documentation/devices/router-igmp.md | 6 ++-- .../devices/router-internet-exit.md | 6 ++-- .../documentation/devices/router-isis-1.md | 6 ++-- .../documentation/devices/router-isis-2.md | 6 ++-- .../documentation/devices/router-isis-new.md | 6 ++-- .../documentation/devices/router-isis.md | 6 ++-- .../documentation/devices/router-l2-vpn.md | 6 ++-- .../documentation/devices/router-msdp.md | 6 ++-- .../documentation/devices/router-multicast.md | 6 ++-- .../documentation/devices/router-ospf.md | 6 ++-- .../devices/router-path-selection.md | 6 ++-- .../devices/router-pim-sparse-mode.md | 6 ++-- .../devices/router-segment-security.md | 6 ++-- .../devices/router-service-insertion.md | 6 ++-- .../devices/router-traffic-engineering.md | 6 ++-- .../service-routing-configuration-bgp.md | 6 ++-- .../service-routing-protocols-model-2.md | 6 ++-- .../service-routing-protocols-model.md | 6 ++-- .../documentation/devices/sflow.md | 6 ++-- .../devices/snmp-server-traps.md | 6 ++-- .../documentation/devices/snmp.md | 6 ++-- .../devices/spanning-tree-bpdu.md | 6 ++-- .../devices/spanning-tree-rapid-pvst.md | 6 ++-- .../devices/spanning-tree-rstp.md | 6 ++-- .../documentation/devices/spanning-tree.md | 6 ++-- .../documentation/devices/static-routes.md | 6 ++-- .../documentation/devices/stun.md | 6 ++-- .../documentation/devices/switchport-mode.md | 6 ++-- .../devices/switchport-port-security.md | 6 ++-- .../documentation/devices/sync-e.md | 6 ++-- .../documentation/devices/system.md | 6 ++-- .../documentation/devices/tap-aggregation.md | 6 ++-- .../documentation/devices/tcam-profile.md | 6 ++-- .../documentation/devices/terminal.md | 6 ++-- .../documentation/devices/terminattr-cloud.md | 6 ++-- .../devices/terminattr-extra-flags.md | 6 ++-- .../devices/terminattr-multi-cluster-certs.md | 6 ++-- .../devices/terminattr-multi-cluster.md | 6 ++-- .../devices/terminattr-onprem-certs.md | 6 ++-- .../devices/terminattr-onprem-token.md | 6 ++-- .../devices/terminattr-prem-disableaaa.md | 6 ++-- .../devices/terminattr-prem-no-ingestkey.md | 6 ++-- .../documentation/devices/terminattr-prem.md | 6 ++-- .../documentation/devices/traffic-policies.md | 6 ++-- ...ransceiver_qsfp_default_mode_4x10_false.md | 6 ++-- .../devices/tunnel-interfaces.md | 6 ++-- .../devices/unsupported-transceiver.md | 6 ++-- .../devices/virtual-source-nat.md | 6 ++-- .../documentation/devices/vlan-interfaces.md | 6 ++-- .../devices/vlan-internal-order.md | 6 ++-- .../documentation/devices/vlans.md | 6 ++-- .../devices/vmtracer-sessions.md | 6 ++-- .../documentation/devices/vrf-instances.md | 6 ++-- .../devices/vxlan-interface-false.md | 6 ++-- .../documentation/devices/vxlan-interface.md | 6 ++-- .../intended/configs/aaa-2.cfg | 2 +- .../intended/configs/aaa.cfg | 2 +- .../intended/configs/acl.cfg | 2 +- .../intended/configs/address-locking.cfg | 2 +- .../intended/configs/agents.cfg | 2 +- .../intended/configs/aliases.cfg | 2 +- .../application-traffic-recognition.cfg | 2 +- .../intended/configs/arp.cfg | 2 +- .../intended/configs/as-path.cfg | 2 +- .../intended/configs/banners_without_eof.cfg | 2 +- .../intended/configs/base.cfg | 2 +- .../intended/configs/boot.cfg | 2 +- .../intended/configs/class-maps.cfg | 2 +- .../intended/configs/clock.cfg | 2 +- .../intended/configs/config-comment.cfg | 2 +- .../intended/configs/custom-templates.cfg | 2 +- .../intended/configs/cvx-2.cfg | 2 +- .../intended/configs/cvx.cfg | 2 +- .../intended/configs/daemon_terminattr.cfg | 2 +- .../intended/configs/daemons.cfg | 2 +- .../intended/configs/dhcp-relay.cfg | 2 +- .../intended/configs/dhcp-servers.cfg | 2 +- .../intended/configs/dns-ntp.cfg | 2 +- .../intended/configs/domain-list.cfg | 2 +- .../intended/configs/dot1x-2.cfg | 2 +- .../intended/configs/dot1x.cfg | 2 +- .../intended/configs/dps-interfaces.cfg | 2 +- .../intended/configs/enable-password.cfg | 2 +- .../intended/configs/errdisable.cfg | 2 +- .../intended/configs/ethernet-interfaces.cfg | 2 +- .../intended/configs/event-handlers.cfg | 2 +- .../intended/configs/event-monitor.cfg | 2 +- .../intended/configs/flow-tracking-2.cfg | 2 +- .../intended/configs/flow-tracking.cfg | 2 +- .../configs/generate_device_documentation.cfg | 2 +- .../intended/configs/groups.cfg | 2 +- .../intended/configs/hardware-counter.cfg | 2 +- .../intended/configs/hardware.cfg | 2 +- .../intended/configs/hide-passwords.cfg | 2 +- .../intended/configs/hostname.cfg | 2 +- .../intended/configs/igmp-snooping.cfg | 2 +- .../intended/configs/interface-defaults.cfg | 2 +- .../intended/configs/interface-profiles.cfg | 2 +- .../intended/configs/ip-access-lists.cfg | 2 +- .../configs/ip-client-source-interfaces.cfg | 2 +- .../intended/configs/ip-community-lists.cfg | 2 +- .../intended/configs/ip-dhcp-relay.cfg | 2 +- .../intended/configs/ip-dhcp-snooping.cfg | 2 +- .../ip-extended-community-lists-regexp.cfg | 2 +- .../configs/ip-extended-community-lists.cfg | 2 +- .../configs/ip-igmp-snooping-enable.cfg | 2 +- .../intended/configs/ip-nat.cfg | 2 +- .../configs/ip-radius-source-interface.cfg | 2 +- .../intended/configs/ip-routing-fib.cfg | 2 +- .../intended/configs/ip-routing.cfg | 2 +- .../intended/configs/ip-security.cfg | 2 +- .../configs/ip-tacacs-source-interface.cfg | 2 +- .../configs/ip-virtual-router-mac-address.cfg | 2 +- .../intended/configs/ipv6-access-lists.cfg | 2 +- .../intended/configs/ipv6-dhcp-relay.cfg | 2 +- .../intended/configs/ipv6-neighbors.cfg | 2 +- .../intended/configs/ipv6-static-routes.cfg | 2 +- .../configs/l2-protocol-forwarding.cfg | 2 +- .../intended/configs/lacp.cfg | 2 +- .../intended/configs/link-tracking-groups.cfg | 2 +- .../intended/configs/lldp.cfg | 2 +- .../intended/configs/load-interval.cfg | 2 +- .../intended/configs/local-users.cfg | 2 +- .../intended/configs/logging-match-list.cfg | 2 +- .../intended/configs/logging-minimal.cfg | 2 +- .../intended/configs/logging.cfg | 2 +- .../intended/configs/loopbacks-interfaces.cfg | 2 +- .../intended/configs/mac-access-lists.cfg | 2 +- .../intended/configs/mac-address-table.cfg | 2 +- .../configs/mac-security-eth-po-entropy.cfg | 2 +- .../intended/configs/maintenance.cfg | 2 +- .../intended/configs/management-accounts.cfg | 2 +- .../intended/configs/management-api-http.cfg | 2 +- .../configs/management-api-models.cfg | 2 +- .../intended/configs/management-console.cfg | 2 +- .../intended/configs/management-cvx.cfg | 2 +- .../intended/configs/management-defaults.cfg | 2 +- .../configs/management-gnmi-grpc-tunnel.cfg | 2 +- .../configs/management-gnmi-new-flags.cfg | 2 +- .../intended/configs/management-gnmi.cfg | 2 +- .../configs/management-interfaces.cfg | 2 +- .../intended/configs/management-security.cfg | 2 +- .../configs/management-ssh-custom-cipher.cfg | 2 +- .../intended/configs/management-ssh.cfg | 2 +- .../configs/management-tech-support.cfg | 2 +- .../intended/configs/match-lists.cfg | 2 +- .../intended/configs/mcs-client.cfg | 2 +- .../intended/configs/mlag-configuration.cfg | 2 +- .../configs/monitor-connectivity-2.cfg | 2 +- .../intended/configs/monitor-connectivity.cfg | 2 +- .../intended/configs/monitor-layer1.cfg | 2 +- ...itor-session-default-encapsulation-gre.cfg | 2 +- .../intended/configs/monitor-sessions.cfg | 2 +- .../configs/monitor-telemetry-influx.cfg | 2 +- .../monitor-telemetry-postcard-policy.cfg | 2 +- .../intended/configs/mpls-2.cfg | 2 +- .../intended/configs/mpls-3.cfg | 2 +- .../intended/configs/mpls.cfg | 2 +- .../intended/configs/none_configuration.cfg | 2 +- .../intended/configs/ntp.cfg | 2 +- .../intended/configs/object-tracking.cfg | 2 +- .../intended/configs/patch-panel.cfg | 2 +- .../intended/configs/peer-filters.cfg | 2 +- .../intended/configs/platform.cfg | 2 +- .../intended/configs/poe.cfg | 2 +- .../intended/configs/policy-maps-pbr.cfg | 2 +- .../intended/configs/policy-maps.cfg | 2 +- .../configs/port-channel-interfaces.cfg | 2 +- .../intended/configs/prefix-lists.cfg | 2 +- .../intended/configs/prompt-2.cfg | 2 +- .../intended/configs/prompt.cfg | 2 +- .../intended/configs/ptp.cfg | 2 +- .../intended/configs/qos.cfg | 2 +- .../queue-monitor-length-notifying.cfg | 2 +- .../intended/configs/queue-monitor-length.cfg | 2 +- .../configs/queue-monitor-streaming.cfg | 2 +- .../intended/configs/radius-server-2.cfg | 2 +- .../intended/configs/radius-server.cfg | 2 +- .../intended/configs/redundancy.cfg | 2 +- .../intended/configs/roles.cfg | 2 +- .../intended/configs/route-maps.cfg | 2 +- .../router-adaptive-virtual-topology.cfg | 2 +- .../intended/configs/router-bfd-1.cfg | 2 +- .../intended/configs/router-bfd-2.cfg | 2 +- .../intended/configs/router-bgp-base.cfg | 2 +- .../intended/configs/router-bgp-evpn-mpls.cfg | 2 +- .../router-bgp-evpn-vpn-import-pruning.cfg | 2 +- .../intended/configs/router-bgp-evpn.cfg | 2 +- .../configs/router-bgp-link-state.cfg | 2 +- .../configs/router-bgp-path-selection.cfg | 2 +- .../intended/configs/router-bgp-rtc.cfg | 2 +- .../intended/configs/router-bgp-v4-evpn.cfg | 2 +- .../configs/router-bgp-v4-v6-evpn.cfg | 2 +- .../configs/router-bgp-v4-v6-sr-te.cfg | 2 +- .../configs/router-bgp-vpn-ipv4-vpn-ipv6.cfg | 2 +- .../intended/configs/router-bgp-vpws.cfg | 2 +- .../router-bgp-vrf-address-families.cfg | 2 +- .../intended/configs/router-bgp-vrf-lite.cfg | 2 +- .../intended/configs/router-general.cfg | 2 +- .../intended/configs/router-igmp.cfg | 2 +- .../intended/configs/router-internet-exit.cfg | 2 +- .../intended/configs/router-isis-1.cfg | 2 +- .../intended/configs/router-isis-2.cfg | 2 +- .../intended/configs/router-isis-new.cfg | 2 +- .../intended/configs/router-isis.cfg | 2 +- .../intended/configs/router-l2-vpn.cfg | 2 +- .../intended/configs/router-msdp.cfg | 2 +- .../intended/configs/router-multicast.cfg | 2 +- .../intended/configs/router-ospf.cfg | 2 +- .../configs/router-path-selection.cfg | 2 +- .../configs/router-pim-sparse-mode.cfg | 2 +- .../configs/router-segment-security.cfg | 2 +- .../configs/router-service-insertion.cfg | 2 +- .../configs/router-traffic-engineering.cfg | 2 +- .../service-routing-configuration-bgp.cfg | 2 +- .../service-routing-protocols-model-2.cfg | 2 +- .../service-routing-protocols-model.cfg | 2 +- .../intended/configs/sflow.cfg | 2 +- .../intended/configs/snmp-server-traps.cfg | 2 +- .../intended/configs/snmp.cfg | 2 +- .../intended/configs/spanning-tree-bpdu.cfg | 2 +- .../configs/spanning-tree-rapid-pvst.cfg | 2 +- .../intended/configs/spanning-tree-rstp.cfg | 2 +- .../intended/configs/spanning-tree.cfg | 2 +- .../intended/configs/static-routes.cfg | 2 +- .../intended/configs/stun.cfg | 2 +- .../intended/configs/switchport-mode.cfg | 2 +- .../configs/switchport-port-security.cfg | 2 +- .../intended/configs/sync-e.cfg | 2 +- .../intended/configs/system.cfg | 2 +- .../intended/configs/tap-aggregation.cfg | 2 +- .../intended/configs/tcam-profile.cfg | 2 +- .../intended/configs/terminal.cfg | 2 +- .../intended/configs/terminattr-cloud.cfg | 2 +- .../configs/terminattr-extra-flags.cfg | 2 +- .../terminattr-multi-cluster-certs.cfg | 2 +- .../configs/terminattr-multi-cluster.cfg | 2 +- .../configs/terminattr-onprem-certs.cfg | 2 +- .../configs/terminattr-onprem-token.cfg | 2 +- .../configs/terminattr-prem-disableaaa.cfg | 2 +- .../configs/terminattr-prem-no-ingestkey.cfg | 2 +- .../intended/configs/terminattr-prem.cfg | 2 +- .../intended/configs/traffic-policies.cfg | 2 +- ...ansceiver_qsfp_default_mode_4x10_false.cfg | 2 +- .../intended/configs/tunnel-interfaces.cfg | 2 +- .../configs/unsupported-transceiver.cfg | 2 +- .../intended/configs/virtual-source-nat.cfg | 2 +- .../intended/configs/vlan-interfaces.cfg | 2 +- .../intended/configs/vlan-internal-order.cfg | 2 +- .../intended/configs/vlans.cfg | 2 +- .../intended/configs/vmtracer-sessions.cfg | 2 +- .../intended/configs/vrf-instances.cfg | 2 +- .../configs/vxlan-interface-false.cfg | 2 +- .../intended/configs/vxlan-interface.cfg | 2 +- .../inventory/group_vars/all.yml | 2 +- .../host_vars/management-interfaces.yml | 2 +- .../inventory/host_vars/router-isis-new.yml | 2 +- .../inventory/host_vars/router-isis.yml | 2 +- .../documentation/devices/DC1-BL1A.md | 6 ++-- .../documentation/devices/DC1-BL1B.md | 6 ++-- .../documentation/devices/DC1-L2LEAF1A.md | 6 ++-- .../documentation/devices/DC1-L2LEAF2A.md | 6 ++-- .../documentation/devices/DC1-L2LEAF2B.md | 6 ++-- .../documentation/devices/DC1-LEAF1A.md | 6 ++-- .../documentation/devices/DC1-LEAF2A.md | 6 ++-- .../documentation/devices/DC1-LEAF2B.md | 6 ++-- .../documentation/devices/DC1-SPINE1.md | 6 ++-- .../documentation/devices/DC1-SPINE2.md | 6 ++-- .../documentation/devices/DC1-SPINE3.md | 6 ++-- .../documentation/devices/DC1-SPINE4.md | 6 ++-- .../documentation/devices/DC1-SVC3A.md | 6 ++-- .../documentation/devices/DC1-SVC3B.md | 6 ++-- .../intended/configs/DC1-BL1A.cfg | 2 +- .../intended/configs/DC1-BL1B.cfg | 2 +- .../intended/configs/DC1-L2LEAF1A.cfg | 2 +- .../intended/configs/DC1-L2LEAF2A.cfg | 2 +- .../intended/configs/DC1-L2LEAF2B.cfg | 2 +- .../intended/configs/DC1-LEAF1A.cfg | 2 +- .../intended/configs/DC1-LEAF2A.cfg | 2 +- .../intended/configs/DC1-LEAF2B.cfg | 2 +- .../intended/configs/DC1-SPINE1.cfg | 2 +- .../intended/configs/DC1-SPINE2.cfg | 2 +- .../intended/configs/DC1-SPINE3.cfg | 2 +- .../intended/configs/DC1-SPINE4.cfg | 2 +- .../intended/configs/DC1-SVC3A.cfg | 2 +- .../intended/configs/DC1-SVC3B.cfg | 2 +- .../intended/structured_configs/DC1-BL1A.yml | 2 +- .../intended/structured_configs/DC1-BL1B.yml | 2 +- .../structured_configs/DC1-L2LEAF1A.yml | 2 +- .../structured_configs/DC1-L2LEAF2A.yml | 2 +- .../structured_configs/DC1-L2LEAF2B.yml | 2 +- .../structured_configs/DC1-LEAF1A.yml | 2 +- .../structured_configs/DC1-LEAF2A.yml | 2 +- .../structured_configs/DC1-LEAF2B.yml | 2 +- .../structured_configs/DC1-SPINE1.yml | 2 +- .../structured_configs/DC1-SPINE2.yml | 2 +- .../structured_configs/DC1-SPINE3.yml | 2 +- .../structured_configs/DC1-SPINE4.yml | 2 +- .../intended/structured_configs/DC1-SVC3A.yml | 2 +- .../intended/structured_configs/DC1-SVC3B.yml | 2 +- .../cvp-empty-filter/cv_server_configlets.yml | 28 +++++++++---------- .../cvp/cv_server_configlets.yml | 28 +++++++++---------- .../documentation/devices/ISIS-LEAF1.md | 6 ++-- .../documentation/devices/ISIS-SPINE1.md | 6 ++-- .../intended/configs/ISIS-LEAF1.cfg | 2 +- .../intended/configs/ISIS-SPINE1.cfg | 2 +- .../structured_configs/ISIS-LEAF1.yml | 2 +- .../structured_configs/ISIS-SPINE1.yml | 2 +- .../documentation/devices/SITE1-LER1.md | 6 ++-- .../documentation/devices/SITE1-LER2.md | 6 ++-- .../documentation/devices/SITE1-LSR1.md | 6 ++-- .../documentation/devices/SITE1-LSR2.md | 6 ++-- .../documentation/devices/SITE1-RR1.md | 6 ++-- .../documentation/devices/SITE2-LER1.md | 6 ++-- .../documentation/devices/SITE2-LSR1.md | 6 ++-- .../documentation/devices/SITE2-LSR2.md | 6 ++-- .../documentation/devices/SITE2-RR1.md | 6 ++-- .../documentation/devices/SITE3-LER1.md | 6 ++-- .../intended/configs/SITE1-LER1.cfg | 2 +- .../intended/configs/SITE1-LER2.cfg | 2 +- .../intended/configs/SITE1-LSR1.cfg | 2 +- .../intended/configs/SITE1-LSR2.cfg | 2 +- .../intended/configs/SITE1-RR1.cfg | 2 +- .../intended/configs/SITE2-LER1.cfg | 2 +- .../intended/configs/SITE2-LSR1.cfg | 2 +- .../intended/configs/SITE2-LSR2.cfg | 2 +- .../intended/configs/SITE2-RR1.cfg | 2 +- .../intended/configs/SITE3-LER1.cfg | 2 +- .../structured_configs/SITE1-LER1.yml | 2 +- .../structured_configs/SITE1-LER2.yml | 2 +- .../structured_configs/SITE1-LSR1.yml | 2 +- .../structured_configs/SITE1-LSR2.yml | 2 +- .../intended/structured_configs/SITE1-RR1.yml | 2 +- .../structured_configs/SITE2-LER1.yml | 2 +- .../structured_configs/SITE2-LSR1.yml | 2 +- .../structured_configs/SITE2-LSR2.yml | 2 +- .../intended/structured_configs/SITE2-RR1.yml | 2 +- .../structured_configs/SITE3-LER1.yml | 2 +- .../devices/DC1-POD1-L2LEAF2B.md | 6 ++-- .../documentation/devices/DC1-POD1-LEAF2B.md | 6 ++-- .../documentation/devices/DC1-POD1-SPINE2.md | 6 ++-- .../documentation/devices/DC1-POD2-LEAF1A.md | 6 ++-- .../documentation/devices/DC1-POD2-SPINE1.md | 6 ++-- .../documentation/devices/DC1-POD2-SPINE2.md | 6 ++-- .../documentation/devices/DC1-RS2.md | 6 ++-- .../documentation/devices/DC1-SUPER-SPINE2.md | 6 ++-- .../devices/DC2-POD1-L2LEAF1A.md | 6 ++-- .../devices/DC2-POD1-L2LEAF2A.md | 6 ++-- .../documentation/devices/DC2-POD1-LEAF1A.md | 6 ++-- .../documentation/devices/DC2-POD1-LEAF2A.md | 6 ++-- .../documentation/devices/DC2-POD1-SPINE1.md | 6 ++-- .../documentation/devices/DC2-POD1-SPINE2.md | 6 ++-- .../documentation/devices/DC2-RS1.md | 6 ++-- .../documentation/devices/DC2-RS2.md | 6 ++-- .../documentation/devices/DC2-SUPER-SPINE1.md | 6 ++-- .../documentation/devices/DC2-SUPER-SPINE2.md | 6 ++-- .../intended/configs/DC1-POD1-L2LEAF2B.cfg | 2 +- .../intended/configs/DC1-POD1-LEAF2B.cfg | 2 +- .../intended/configs/DC1-POD1-SPINE2.cfg | 2 +- .../intended/configs/DC1-POD2-LEAF1A.cfg | 2 +- .../intended/configs/DC1-POD2-SPINE1.cfg | 2 +- .../intended/configs/DC1-POD2-SPINE2.cfg | 2 +- .../intended/configs/DC1-RS2.cfg | 2 +- .../intended/configs/DC1-SUPER-SPINE2.cfg | 2 +- .../intended/configs/DC2-POD1-L2LEAF1A.cfg | 2 +- .../intended/configs/DC2-POD1-L2LEAF2A.cfg | 2 +- .../intended/configs/DC2-POD1-LEAF1A.cfg | 2 +- .../intended/configs/DC2-POD1-LEAF2A.cfg | 2 +- .../intended/configs/DC2-POD1-SPINE1.cfg | 2 +- .../intended/configs/DC2-POD1-SPINE2.cfg | 2 +- .../intended/configs/DC2-RS1.cfg | 2 +- .../intended/configs/DC2-RS2.cfg | 2 +- .../intended/configs/DC2-SUPER-SPINE1.cfg | 2 +- .../intended/configs/DC2-SUPER-SPINE2.cfg | 2 +- .../structured_configs/DC1-POD1-L2LEAF2B.yml | 2 +- .../structured_configs/DC1-POD1-LEAF2B.yml | 2 +- .../structured_configs/DC1-POD1-SPINE2.yml | 2 +- .../structured_configs/DC1-POD2-LEAF1A.yml | 2 +- .../structured_configs/DC1-POD2-SPINE1.yml | 2 +- .../structured_configs/DC1-POD2-SPINE2.yml | 2 +- .../intended/structured_configs/DC1-RS2.yml | 2 +- .../structured_configs/DC1-SUPER-SPINE2.yml | 2 +- .../structured_configs/DC2-POD1-L2LEAF1A.yml | 2 +- .../structured_configs/DC2-POD1-L2LEAF2A.yml | 2 +- .../structured_configs/DC2-POD1-LEAF1A.yml | 2 +- .../structured_configs/DC2-POD1-LEAF2A.yml | 2 +- .../structured_configs/DC2-POD1-SPINE1.yml | 2 +- .../structured_configs/DC2-POD1-SPINE2.yml | 2 +- .../intended/structured_configs/DC2-RS1.yml | 2 +- .../intended/structured_configs/DC2-RS2.yml | 2 +- .../structured_configs/DC2-SUPER-SPINE1.yml | 2 +- .../structured_configs/DC2-SUPER-SPINE2.yml | 2 +- .../intended/configs/7010TX-LEAF1.cfg | 2 +- .../intended/configs/7010TX-LEAF2.cfg | 2 +- .../intended/configs/AUTO_BGP_ASN_LEAF1A.cfg | 2 +- .../intended/configs/AUTO_BGP_ASN_LEAF1B.cfg | 2 +- .../intended/configs/AUTO_BGP_ASN_LEAF2.cfg | 2 +- .../intended/configs/AUTO_BGP_ASN_LEAF3A.cfg | 2 +- .../intended/configs/AUTO_BGP_ASN_LEAF3B.cfg | 2 +- .../intended/configs/AUTO_BGP_ASN_LEAF4A.cfg | 2 +- .../intended/configs/AUTO_BGP_ASN_LEAF4B.cfg | 2 +- .../intended/configs/AUTO_BGP_ASN_LEAF5A.cfg | 2 +- .../intended/configs/AUTO_BGP_ASN_LEAF7A.cfg | 2 +- .../intended/configs/AUTO_BGP_ASN_LEAF7B.cfg | 2 +- .../intended/configs/AUTO_BGP_ASN_LEAF8A.cfg | 2 +- .../intended/configs/AUTO_BGP_ASN_LEAF8B.cfg | 2 +- .../configs/AUTO_BGP_UNGROUPED_LEAF6.cfg | 2 +- .../configs/AUTO_NODE_TYPE_LEAF01.cfg | 2 +- .../configs/AUTO_NODE_TYPE_SPINE01.cfg | 2 +- .../configs/AUTO_NODE_TYPE_SPINE02.cfg | 2 +- .../AUTO_NODE_TYPE_UNGROUPED_LEAF02.cfg | 2 +- .../CUSTOM-PYTHON_MODULES-L3LEAF1A.cfg | 2 +- .../CUSTOM-PYTHON_MODULES-L3LEAF1B.cfg | 2 +- .../configs/CUSTOM-PYTHON_MODULES-SPINE1.cfg | 2 +- .../configs/CUSTOM-TEMPLATES-L2LEAF1A.cfg | 2 +- .../configs/CUSTOM-TEMPLATES-L2LEAF1B.cfg | 2 +- .../configs/CUSTOM-TEMPLATES-L3LEAF1A.cfg | 2 +- .../configs/CUSTOM-TEMPLATES-L3LEAF1B.cfg | 2 +- .../configs/CUSTOM-TEMPLATES-SPINE1.cfg | 2 +- .../intended/configs/DC1-BL1A.cfg | 2 +- .../intended/configs/DC1-BL1B.cfg | 2 +- .../intended/configs/DC1-BL2A.cfg | 2 +- .../intended/configs/DC1-BL2B.cfg | 2 +- .../intended/configs/DC1-CL1A.cfg | 2 +- .../intended/configs/DC1-CL1B.cfg | 2 +- .../intended/configs/DC1-L2LEAF1A.cfg | 2 +- .../intended/configs/DC1-L2LEAF1B.cfg | 2 +- .../intended/configs/DC1-L2LEAF2A.cfg | 2 +- .../intended/configs/DC1-L2LEAF2B.cfg | 2 +- .../intended/configs/DC1-L2LEAF3A.cfg | 2 +- .../intended/configs/DC1-L2LEAF4A.cfg | 2 +- .../intended/configs/DC1-LEAF1A.cfg | 2 +- .../intended/configs/DC1-LEAF2A.cfg | 2 +- .../intended/configs/DC1-LEAF2B.cfg | 2 +- .../intended/configs/DC1-SPINE1.cfg | 2 +- .../intended/configs/DC1-SPINE2.cfg | 2 +- .../intended/configs/DC1-SPINE3.cfg | 2 +- .../intended/configs/DC1-SPINE4.cfg | 2 +- .../intended/configs/DC1-SVC3A.cfg | 2 +- .../intended/configs/DC1-SVC3B.cfg | 2 +- .../intended/configs/DC1.L2LEAF5A.cfg | 2 +- .../intended/configs/DC1.L2LEAF5B.cfg | 2 +- .../intended/configs/DC1.L2LEAF6A.cfg | 2 +- .../intended/configs/DC1.L2LEAF6B.cfg | 2 +- .../configs/DC1_UNDEPLOYED_LEAF1A.cfg | 2 +- .../configs/DC1_UNDEPLOYED_LEAF1B.cfg | 2 +- .../intended/configs/DUP-LEAF1.cfg | 2 +- .../intended/configs/DUP-LEAF2.cfg | 2 +- .../configs/EVPN-MULTICAST-DISABLED.cfg | 2 +- .../configs/EVPN-MULTICAST-L2LEAF1A.cfg | 2 +- .../configs/EVPN-MULTICAST-L3LEAF1A.cfg | 2 +- .../configs/EVPN-MULTICAST-L3LEAF1B.cfg | 2 +- .../configs/EVPN-MULTICAST-L3LEAF2A.cfg | 2 +- .../configs/EVPN-MULTICAST-L3LEAF3A.cfg | 2 +- .../configs/EVPN-MULTICAST-L3LEAF3B.cfg | 2 +- .../configs/EVPN-MULTICAST-SPINE1.cfg | 2 +- .../configs/IGMP-QUERIER-L2LEAF1A.cfg | 2 +- .../configs/IGMP-QUERIER-L3LEAF1A.cfg | 2 +- .../intended/configs/MH-L2LEAF1A.cfg | 2 +- .../intended/configs/MH-LEAF1A.cfg | 2 +- .../intended/configs/MH-LEAF1B.cfg | 2 +- .../intended/configs/MH-LEAF2A.cfg | 2 +- .../intended/configs/MLAG-OSPF-L3LEAF1A.cfg | 2 +- .../intended/configs/MLAG-OSPF-L3LEAF1B.cfg | 2 +- .../intended/configs/MLAG_IPV6_L3LEAF1A.cfg | 2 +- .../intended/configs/MLAG_IPV6_L3LEAF1B.cfg | 2 +- .../intended/configs/MLAG_ODD_ID_L3LEAF1A.cfg | 2 +- .../intended/configs/MLAG_ODD_ID_L3LEAF1B.cfg | 2 +- .../configs/MLAG_SAME_SUBNET_L3LEAF1A.cfg | 2 +- .../configs/MLAG_SAME_SUBNET_L3LEAF1B.cfg | 2 +- .../configs/MLAG_SAME_SUBNET_L3LEAF2A.cfg | 2 +- .../configs/MLAG_SAME_SUBNET_L3LEAF2B.cfg | 2 +- .../OVERLAY_ROUTING_PROTOCOL_CVX_SERVER1.cfg | 2 +- .../OVERLAY_ROUTING_PROTOCOL_CVX_SERVER2.cfg | 2 +- .../configs/OVERRIDE_VTEP_L3LEAF1A.cfg | 2 +- .../configs/OVERRIDE_VTEP_L3LEAF1B.cfg | 2 +- .../configs/RD-RT-ADMIN-SUBFIELD-L3LEAF1.cfg | 2 +- .../configs/RD-RT-ADMIN-SUBFIELD-L3LEAF2.cfg | 2 +- .../configs/RD-RT-ADMIN-SUBFIELD-L3LEAF3.cfg | 2 +- .../configs/RD-RT-ADMIN-SUBFIELD-L3LEAF4.cfg | 2 +- .../configs/RD-RT-ADMIN-SUBFIELD-L3LEAF5.cfg | 2 +- .../configs/RD-RT-ADMIN-SUBFIELD-L3LEAF6.cfg | 2 +- .../configs/RD-RT-ADMIN-SUBFIELD-L3LEAF7.cfg | 2 +- .../TEST-MGMT-GATEWAY-IN-NODE-GROUP.cfg | 2 +- .../configs/UNDERLAY-MULTICAST-L2LEAF1A.cfg | 2 +- .../configs/UNDERLAY-MULTICAST-L3LEAF1A.cfg | 2 +- .../configs/UNDERLAY-MULTICAST-L3LEAF1B.cfg | 2 +- .../configs/UNDERLAY-MULTICAST-L3LEAF2A.cfg | 2 +- .../configs/UNDERLAY-MULTICAST-L3LEAF2B.cfg | 2 +- .../configs/UNDERLAY-MULTICAST-SPINE1.cfg | 2 +- .../configs/UNDERLAY-MULTICAST-SPINE2.cfg | 2 +- ...UPLINK-MLAG-STRUCTURED-CONFIG-L2LEAF1A.cfg | 2 +- ...UPLINK-MLAG-STRUCTURED-CONFIG-L2LEAF1B.cfg | 2 +- ...UPLINK-MLAG-STRUCTURED-CONFIG-L3LEAF1A.cfg | 2 +- ...UPLINK-MLAG-STRUCTURED-CONFIG-L3LEAF1B.cfg | 2 +- .../UPLINK-MLAG-STRUCTURED-CONFIG-SPINE1.cfg | 2 +- .../configs/bgp-from-network-services-1.cfg | 2 +- .../configs/bgp-from-network-services-2.cfg | 2 +- .../configs/evpn_services_l2_only_false.cfg | 2 +- .../configs/evpn_services_l2_only_true.cfg | 2 +- .../configs/flow-tracking-tests-l2-leaf1.cfg | 2 +- .../configs/flow-tracking-tests-l2-leaf2.cfg | 2 +- .../configs/flow-tracking-tests-leaf1.cfg | 2 +- .../configs/flow-tracking-tests-leaf2.cfg | 2 +- .../configs/flow-tracking-tests-leaf3.cfg | 2 +- .../configs/flow-tracking-tests-leaf4.cfg | 2 +- .../configs/flow-tracking-tests-spine1.cfg | 2 +- .../configs/flow-tracking-tests-spine2.cfg | 2 +- .../configs/mgmt_interface_default.cfg | 2 +- .../configs/mgmt_interface_dualstack.cfg | 2 +- .../configs/mgmt_interface_fabric.cfg | 2 +- .../intended/configs/mgmt_interface_host.cfg | 2 +- .../intended/configs/mgmt_interface_ipv6.cfg | 2 +- .../configs/mgmt_interface_platform.cfg | 2 +- .../intended/configs/no_mgmt_gateway.cfg | 2 +- .../intended/configs/ntp-settings-1.cfg | 2 +- .../intended/configs/ptp-tests-leaf1.cfg | 2 +- .../intended/configs/ptp-tests-leaf2.cfg | 2 +- .../intended/configs/ptp-tests-spine1.cfg | 2 +- .../intended/configs/ptp-tests-spine2.cfg | 2 +- .../intended/configs/ptp-tests-spine3.cfg | 2 +- .../intended/configs/sflow-tests-l2-leaf1.cfg | 2 +- .../intended/configs/sflow-tests-l2-leaf2.cfg | 2 +- .../intended/configs/sflow-tests-leaf1.cfg | 2 +- .../intended/configs/sflow-tests-leaf2.cfg | 2 +- .../intended/configs/sflow-tests-leaf3.cfg | 2 +- .../intended/configs/sflow-tests-leaf4.cfg | 2 +- .../intended/configs/sflow-tests-spine1.cfg | 2 +- .../intended/configs/sflow-tests-spine2.cfg | 2 +- .../intended/configs/snmp-settings-1.cfg | 2 +- .../intended/configs/source-interfaces.cfg | 2 +- .../structured_configs/7010TX-LEAF1.yml | 2 +- .../structured_configs/7010TX-LEAF2.yml | 2 +- .../AUTO_BGP_ASN_LEAF1A.yml | 2 +- .../AUTO_BGP_ASN_LEAF1B.yml | 2 +- .../structured_configs/AUTO_BGP_ASN_LEAF2.yml | 2 +- .../AUTO_BGP_ASN_LEAF3A.yml | 2 +- .../AUTO_BGP_ASN_LEAF3B.yml | 2 +- .../AUTO_BGP_ASN_LEAF4A.yml | 2 +- .../AUTO_BGP_ASN_LEAF4B.yml | 2 +- .../AUTO_BGP_ASN_LEAF5A.yml | 2 +- .../AUTO_BGP_ASN_LEAF7A.yml | 2 +- .../AUTO_BGP_ASN_LEAF7B.yml | 2 +- .../AUTO_BGP_ASN_LEAF8A.yml | 2 +- .../AUTO_BGP_ASN_LEAF8B.yml | 2 +- .../AUTO_BGP_UNGROUPED_LEAF6.yml | 2 +- .../AUTO_NODE_TYPE_LEAF01.yml | 2 +- .../AUTO_NODE_TYPE_SPINE01.yml | 2 +- .../AUTO_NODE_TYPE_SPINE02.yml | 2 +- .../AUTO_NODE_TYPE_UNGROUPED_LEAF02.yml | 2 +- .../CUSTOM-PYTHON_MODULES-L3LEAF1A.yml | 2 +- .../CUSTOM-PYTHON_MODULES-L3LEAF1B.yml | 2 +- .../CUSTOM-PYTHON_MODULES-SPINE1.yml | 2 +- .../CUSTOM-TEMPLATES-L2LEAF1A.yml | 2 +- .../CUSTOM-TEMPLATES-L2LEAF1B.yml | 2 +- .../CUSTOM-TEMPLATES-L3LEAF1A.yml | 2 +- .../CUSTOM-TEMPLATES-L3LEAF1B.yml | 2 +- .../CUSTOM-TEMPLATES-SPINE1.yml | 2 +- .../intended/structured_configs/DC1-BL1A.yml | 2 +- .../intended/structured_configs/DC1-BL1B.yml | 2 +- .../intended/structured_configs/DC1-BL2A.yml | 2 +- .../intended/structured_configs/DC1-BL2B.yml | 2 +- .../intended/structured_configs/DC1-CL1A.yml | 2 +- .../intended/structured_configs/DC1-CL1B.yml | 2 +- .../structured_configs/DC1-L2LEAF1A.yml | 2 +- .../structured_configs/DC1-L2LEAF1B.yml | 2 +- .../structured_configs/DC1-L2LEAF2A.yml | 2 +- .../structured_configs/DC1-L2LEAF2B.yml | 2 +- .../structured_configs/DC1-L2LEAF3A.yml | 2 +- .../structured_configs/DC1-L2LEAF4A.yml | 2 +- .../structured_configs/DC1-LEAF1A.yml | 2 +- .../structured_configs/DC1-LEAF2A.yml | 2 +- .../structured_configs/DC1-LEAF2B.yml | 2 +- .../structured_configs/DC1-SPINE1.yml | 2 +- .../structured_configs/DC1-SPINE2.yml | 2 +- .../structured_configs/DC1-SPINE3.yml | 2 +- .../structured_configs/DC1-SPINE4.yml | 2 +- .../intended/structured_configs/DC1-SVC3A.yml | 2 +- .../intended/structured_configs/DC1-SVC3B.yml | 2 +- .../structured_configs/DC1.L2LEAF5A.yml | 2 +- .../structured_configs/DC1.L2LEAF5B.yml | 2 +- .../structured_configs/DC1.L2LEAF6A.yml | 2 +- .../structured_configs/DC1.L2LEAF6B.yml | 2 +- .../DC1_UNDEPLOYED_LEAF1A.yml | 2 +- .../DC1_UNDEPLOYED_LEAF1B.yml | 2 +- .../intended/structured_configs/DUP-LEAF1.yml | 2 +- .../intended/structured_configs/DUP-LEAF2.yml | 2 +- .../EVPN-MULTICAST-DISABLED.yml | 2 +- .../EVPN-MULTICAST-L2LEAF1A.yml | 2 +- .../EVPN-MULTICAST-L3LEAF1A.yml | 2 +- .../EVPN-MULTICAST-L3LEAF1B.yml | 2 +- .../EVPN-MULTICAST-L3LEAF2A.yml | 2 +- .../EVPN-MULTICAST-L3LEAF3A.yml | 2 +- .../EVPN-MULTICAST-L3LEAF3B.yml | 2 +- .../EVPN-MULTICAST-SPINE1.yml | 2 +- .../IGMP-QUERIER-L2LEAF1A.yml | 2 +- .../IGMP-QUERIER-L3LEAF1A.yml | 2 +- .../structured_configs/MH-L2LEAF1A.yml | 2 +- .../intended/structured_configs/MH-LEAF1A.yml | 2 +- .../intended/structured_configs/MH-LEAF1B.yml | 2 +- .../intended/structured_configs/MH-LEAF2A.yml | 2 +- .../structured_configs/MLAG-OSPF-L3LEAF1A.yml | 2 +- .../structured_configs/MLAG-OSPF-L3LEAF1B.yml | 2 +- .../structured_configs/MLAG_IPV6_L3LEAF1A.yml | 2 +- .../structured_configs/MLAG_IPV6_L3LEAF1B.yml | 2 +- .../MLAG_ODD_ID_L3LEAF1A.yml | 2 +- .../MLAG_ODD_ID_L3LEAF1B.yml | 2 +- .../MLAG_SAME_SUBNET_L3LEAF1A.yml | 2 +- .../MLAG_SAME_SUBNET_L3LEAF1B.yml | 2 +- .../MLAG_SAME_SUBNET_L3LEAF2A.yml | 2 +- .../MLAG_SAME_SUBNET_L3LEAF2B.yml | 2 +- .../OVERLAY_ROUTING_PROTOCOL_CVX_SERVER1.yml | 2 +- .../OVERLAY_ROUTING_PROTOCOL_CVX_SERVER2.yml | 2 +- .../OVERRIDE_VTEP_L3LEAF1A.yml | 2 +- .../OVERRIDE_VTEP_L3LEAF1B.yml | 2 +- .../RD-RT-ADMIN-SUBFIELD-L3LEAF1.yml | 2 +- .../RD-RT-ADMIN-SUBFIELD-L3LEAF2.yml | 2 +- .../RD-RT-ADMIN-SUBFIELD-L3LEAF3.yml | 2 +- .../RD-RT-ADMIN-SUBFIELD-L3LEAF4.yml | 2 +- .../RD-RT-ADMIN-SUBFIELD-L3LEAF5.yml | 2 +- .../RD-RT-ADMIN-SUBFIELD-L3LEAF6.yml | 2 +- .../RD-RT-ADMIN-SUBFIELD-L3LEAF7.yml | 2 +- .../TEST-MGMT-GATEWAY-IN-NODE-GROUP.yml | 2 +- .../UNDERLAY-MULTICAST-L2LEAF1A.yml | 2 +- .../UNDERLAY-MULTICAST-L3LEAF1A.yml | 2 +- .../UNDERLAY-MULTICAST-L3LEAF1B.yml | 2 +- .../UNDERLAY-MULTICAST-L3LEAF2A.yml | 2 +- .../UNDERLAY-MULTICAST-L3LEAF2B.yml | 2 +- .../UNDERLAY-MULTICAST-SPINE1.yml | 2 +- .../UNDERLAY-MULTICAST-SPINE2.yml | 2 +- ...UPLINK-MLAG-STRUCTURED-CONFIG-L2LEAF1A.yml | 2 +- ...UPLINK-MLAG-STRUCTURED-CONFIG-L2LEAF1B.yml | 2 +- ...UPLINK-MLAG-STRUCTURED-CONFIG-L3LEAF1A.yml | 2 +- ...UPLINK-MLAG-STRUCTURED-CONFIG-L3LEAF1B.yml | 2 +- .../UPLINK-MLAG-STRUCTURED-CONFIG-SPINE1.yml | 2 +- .../bgp-from-network-services-1.yml | 2 +- .../bgp-from-network-services-2.yml | 2 +- .../evpn_services_l2_only_false.yml | 2 +- .../evpn_services_l2_only_true.yml | 2 +- .../flow-tracking-tests-l2-leaf1.yml | 2 +- .../flow-tracking-tests-l2-leaf2.yml | 2 +- .../flow-tracking-tests-leaf1.yml | 2 +- .../flow-tracking-tests-leaf2.yml | 2 +- .../flow-tracking-tests-leaf3.yml | 2 +- .../flow-tracking-tests-leaf4.yml | 2 +- .../flow-tracking-tests-spine1.yml | 2 +- .../flow-tracking-tests-spine2.yml | 2 +- .../mgmt_interface_default.yml | 2 +- .../mgmt_interface_dualstack.yml | 2 +- .../mgmt_interface_fabric.yml | 2 +- .../mgmt_interface_host.yml | 2 +- .../mgmt_interface_ipv6.yml | 2 +- .../mgmt_interface_platform.yml | 2 +- .../structured_configs/no_mgmt_gateway.yml | 2 +- .../structured_configs/ntp-settings-1.yml | 2 +- .../structured_configs/ptp-tests-leaf1.yml | 2 +- .../structured_configs/ptp-tests-leaf2.yml | 2 +- .../structured_configs/ptp-tests-spine1.yml | 2 +- .../structured_configs/ptp-tests-spine2.yml | 2 +- .../structured_configs/ptp-tests-spine3.yml | 2 +- .../sflow-tests-l2-leaf1.yml | 2 +- .../sflow-tests-l2-leaf2.yml | 2 +- .../structured_configs/sflow-tests-leaf1.yml | 2 +- .../structured_configs/sflow-tests-leaf2.yml | 2 +- .../structured_configs/sflow-tests-leaf3.yml | 2 +- .../structured_configs/sflow-tests-leaf4.yml | 2 +- .../structured_configs/sflow-tests-spine1.yml | 2 +- .../structured_configs/sflow-tests-spine2.yml | 2 +- .../structured_configs/snmp-settings-1.yml | 2 +- .../structured_configs/source-interfaces.yml | 2 +- .../structured_configs/dc1-leaf1a.yml | 2 +- .../structured_configs/dc1-leaf1b.yml | 2 +- .../structured_configs/dc1-leaf2a.yml | 2 +- .../structured_configs/dc1-leaf2b.yml | 2 +- .../structured_configs/dc1-spine1.yml | 2 +- .../structured_configs/dc1-spine2.yml | 2 +- .../structured_configs/dc1-svc-leaf1a.yml | 2 +- .../structured_configs/dc1-svc-leaf1b.yml | 2 +- .../intended/structured_configs/dc1-wan1.yml | 2 +- .../intended/structured_configs/dc1-wan2.yml | 2 +- .../structured_configs/dc2-leaf1a.yml | 2 +- .../structured_configs/dc2-leaf1b.yml | 2 +- .../structured_configs/dc2-leaf1c.yml | 2 +- .../structured_configs/dc2-leaf2a.yml | 2 +- .../structured_configs/dc2-leaf2b.yml | 2 +- .../structured_configs/dc2-leaf2c.yml | 2 +- .../dc2-leaf3a.arista.com.yml | 2 +- .../dc2-leaf3b.arista.com.yml | 2 +- .../structured_configs/dc2-spine1.yml | 2 +- .../structured_configs/dc2-spine2.yml | 2 +- .../documentation/devices/DC1-BL1A.md | 6 ++-- .../documentation/devices/DC1-BL1B.md | 6 ++-- .../documentation/devices/DC1-L2LEAF1A.md | 6 ++-- .../documentation/devices/DC1-L2LEAF1B.md | 6 ++-- .../documentation/devices/DC1-L2LEAF2A.md | 6 ++-- .../documentation/devices/DC1-L2LEAF2B.md | 6 ++-- .../documentation/devices/DC1-L2LEAF3A.md | 6 ++-- .../documentation/devices/DC1-LEAF1A.md | 6 ++-- .../documentation/devices/DC1-LEAF2A.md | 6 ++-- .../documentation/devices/DC1-LEAF2B.md | 6 ++-- .../documentation/devices/DC1-SPINE1.md | 6 ++-- .../documentation/devices/DC1-SPINE2.md | 6 ++-- .../documentation/devices/DC1-SPINE3.md | 6 ++-- .../documentation/devices/DC1-SPINE4.md | 6 ++-- .../documentation/devices/DC1-SVC3A.md | 6 ++-- .../documentation/devices/DC1-SVC3B.md | 6 ++-- .../intended/configs/DC1-BL1A.cfg | 2 +- .../intended/configs/DC1-BL1B.cfg | 2 +- .../intended/configs/DC1-L2LEAF1A.cfg | 2 +- .../intended/configs/DC1-L2LEAF1B.cfg | 2 +- .../intended/configs/DC1-L2LEAF2A.cfg | 2 +- .../intended/configs/DC1-L2LEAF2B.cfg | 2 +- .../intended/configs/DC1-L2LEAF3A.cfg | 2 +- .../intended/configs/DC1-LEAF1A.cfg | 2 +- .../intended/configs/DC1-LEAF2A.cfg | 2 +- .../intended/configs/DC1-LEAF2B.cfg | 2 +- .../intended/configs/DC1-SPINE1.cfg | 2 +- .../intended/configs/DC1-SPINE2.cfg | 2 +- .../intended/configs/DC1-SPINE3.cfg | 2 +- .../intended/configs/DC1-SPINE4.cfg | 2 +- .../intended/configs/DC1-SVC3A.cfg | 2 +- .../intended/configs/DC1-SVC3B.cfg | 2 +- .../intended/structured_configs/DC1-BL1A.yml | 2 +- .../intended/structured_configs/DC1-BL1B.yml | 2 +- .../structured_configs/DC1-L2LEAF1A.yml | 2 +- .../structured_configs/DC1-L2LEAF1B.yml | 2 +- .../structured_configs/DC1-L2LEAF2A.yml | 2 +- .../structured_configs/DC1-L2LEAF2B.yml | 2 +- .../structured_configs/DC1-L2LEAF3A.yml | 2 +- .../structured_configs/DC1-LEAF1A.yml | 2 +- .../structured_configs/DC1-LEAF2A.yml | 2 +- .../structured_configs/DC1-LEAF2B.yml | 2 +- .../structured_configs/DC1-SPINE1.yml | 2 +- .../structured_configs/DC1-SPINE2.yml | 2 +- .../structured_configs/DC1-SPINE3.yml | 2 +- .../structured_configs/DC1-SPINE4.yml | 2 +- .../intended/structured_configs/DC1-SVC3A.yml | 2 +- .../intended/structured_configs/DC1-SVC3B.yml | 2 +- .../documentation/devices/DC1-BL1A.md | 6 ++-- .../documentation/devices/DC1-BL1B.md | 6 ++-- .../documentation/devices/DC1-L2LEAF1A.md | 6 ++-- .../documentation/devices/DC1-L2LEAF2A.md | 6 ++-- .../documentation/devices/DC1-L2LEAF2B.md | 6 ++-- .../documentation/devices/DC1-LEAF1A.md | 6 ++-- .../documentation/devices/DC1-LEAF2A.md | 6 ++-- .../documentation/devices/DC1-LEAF2B.md | 6 ++-- .../documentation/devices/DC1-SPINE1.md | 6 ++-- .../documentation/devices/DC1-SPINE2.md | 6 ++-- .../documentation/devices/DC1-SPINE3.md | 6 ++-- .../documentation/devices/DC1-SPINE4.md | 6 ++-- .../documentation/devices/DC1-SVC3A.md | 6 ++-- .../documentation/devices/DC1-SVC3B.md | 6 ++-- .../intended/configs/DC1-BL1A.cfg | 2 +- .../intended/configs/DC1-BL1B.cfg | 2 +- .../intended/configs/DC1-L2LEAF1A.cfg | 2 +- .../intended/configs/DC1-L2LEAF2A.cfg | 2 +- .../intended/configs/DC1-L2LEAF2B.cfg | 2 +- .../intended/configs/DC1-LEAF1A.cfg | 2 +- .../intended/configs/DC1-LEAF2A.cfg | 2 +- .../intended/configs/DC1-LEAF2B.cfg | 2 +- .../intended/configs/DC1-SPINE1.cfg | 2 +- .../intended/configs/DC1-SPINE2.cfg | 2 +- .../intended/configs/DC1-SPINE3.cfg | 2 +- .../intended/configs/DC1-SPINE4.cfg | 2 +- .../intended/configs/DC1-SVC3A.cfg | 2 +- .../intended/configs/DC1-SVC3B.cfg | 2 +- .../intended/structured_configs/DC1-BL1A.yml | 2 +- .../intended/structured_configs/DC1-BL1B.yml | 2 +- .../structured_configs/DC1-L2LEAF1A.yml | 2 +- .../structured_configs/DC1-L2LEAF2A.yml | 2 +- .../structured_configs/DC1-L2LEAF2B.yml | 2 +- .../structured_configs/DC1-LEAF1A.yml | 2 +- .../structured_configs/DC1-LEAF2A.yml | 2 +- .../structured_configs/DC1-LEAF2B.yml | 2 +- .../structured_configs/DC1-SPINE1.yml | 2 +- .../structured_configs/DC1-SPINE2.yml | 2 +- .../structured_configs/DC1-SPINE3.yml | 2 +- .../structured_configs/DC1-SPINE4.yml | 2 +- .../intended/structured_configs/DC1-SVC3A.yml | 2 +- .../intended/structured_configs/DC1-SVC3B.yml | 2 +- .../documentation/devices/DC1-BL1A.md | 6 ++-- .../documentation/devices/DC1-BL1B.md | 6 ++-- .../documentation/devices/DC1-L2LEAF1A.md | 6 ++-- .../documentation/devices/DC1-L2LEAF2A.md | 6 ++-- .../documentation/devices/DC1-L2LEAF2B.md | 6 ++-- .../documentation/devices/DC1-LEAF1A.md | 6 ++-- .../documentation/devices/DC1-LEAF2A.md | 6 ++-- .../documentation/devices/DC1-LEAF2B.md | 6 ++-- .../documentation/devices/DC1-SPINE1.md | 6 ++-- .../documentation/devices/DC1-SPINE2.md | 6 ++-- .../documentation/devices/DC1-SPINE3.md | 6 ++-- .../documentation/devices/DC1-SPINE4.md | 6 ++-- .../documentation/devices/DC1-SVC3A.md | 6 ++-- .../documentation/devices/DC1-SVC3B.md | 6 ++-- .../intended/configs/DC1-BL1A.cfg | 2 +- .../intended/configs/DC1-BL1B.cfg | 2 +- .../intended/configs/DC1-L2LEAF1A.cfg | 2 +- .../intended/configs/DC1-L2LEAF2A.cfg | 2 +- .../intended/configs/DC1-L2LEAF2B.cfg | 2 +- .../intended/configs/DC1-LEAF1A.cfg | 2 +- .../intended/configs/DC1-LEAF2A.cfg | 2 +- .../intended/configs/DC1-LEAF2B.cfg | 2 +- .../intended/configs/DC1-SPINE1.cfg | 2 +- .../intended/configs/DC1-SPINE2.cfg | 2 +- .../intended/configs/DC1-SPINE3.cfg | 2 +- .../intended/configs/DC1-SPINE4.cfg | 2 +- .../intended/configs/DC1-SVC3A.cfg | 2 +- .../intended/configs/DC1-SVC3B.cfg | 2 +- .../intended/structured_configs/DC1-BL1A.yml | 2 +- .../intended/structured_configs/DC1-BL1B.yml | 2 +- .../structured_configs/DC1-L2LEAF1A.yml | 2 +- .../structured_configs/DC1-L2LEAF2A.yml | 2 +- .../structured_configs/DC1-L2LEAF2B.yml | 2 +- .../structured_configs/DC1-LEAF1A.yml | 2 +- .../structured_configs/DC1-LEAF2A.yml | 2 +- .../structured_configs/DC1-LEAF2B.yml | 2 +- .../structured_configs/DC1-SPINE1.yml | 2 +- .../structured_configs/DC1-SPINE2.yml | 2 +- .../structured_configs/DC1-SPINE3.yml | 2 +- .../structured_configs/DC1-SPINE4.yml | 2 +- .../intended/structured_configs/DC1-SVC3A.yml | 2 +- .../intended/structured_configs/DC1-SVC3B.yml | 2 +- .../documentation/devices/DC1-BL1A.md | 6 ++-- .../documentation/devices/DC1-BL1B.md | 6 ++-- .../documentation/devices/DC1-L2LEAF1A.md | 6 ++-- .../documentation/devices/DC1-L2LEAF2A.md | 6 ++-- .../documentation/devices/DC1-L2LEAF2B.md | 6 ++-- .../documentation/devices/DC1-LEAF1A.md | 6 ++-- .../documentation/devices/DC1-LEAF2A.md | 6 ++-- .../documentation/devices/DC1-LEAF2B.md | 6 ++-- .../documentation/devices/DC1-LEAF3A.md | 6 ++-- .../documentation/devices/DC1-LEAF3B.md | 6 ++-- .../documentation/devices/DC1-LEAF4A.md | 6 ++-- .../documentation/devices/DC1-LEAF4B.md | 6 ++-- .../documentation/devices/DC1-SPINE1.md | 6 ++-- .../documentation/devices/DC1-SPINE2.md | 6 ++-- .../documentation/devices/DC1-SPINE3.md | 6 ++-- .../documentation/devices/DC1-SPINE4.md | 6 ++-- .../documentation/devices/DC1-SPINE5.md | 6 ++-- .../documentation/devices/DC1-SPINE6.md | 6 ++-- .../documentation/devices/DC1-SVC3A.md | 6 ++-- .../documentation/devices/DC1-SVC3B.md | 6 ++-- .../intended/configs/DC1-BL1A.cfg | 2 +- .../intended/configs/DC1-BL1B.cfg | 2 +- .../intended/configs/DC1-L2LEAF1A.cfg | 2 +- .../intended/configs/DC1-L2LEAF2A.cfg | 2 +- .../intended/configs/DC1-L2LEAF2B.cfg | 2 +- .../intended/configs/DC1-LEAF1A.cfg | 2 +- .../intended/configs/DC1-LEAF2A.cfg | 2 +- .../intended/configs/DC1-LEAF2B.cfg | 2 +- .../intended/configs/DC1-LEAF3A.cfg | 2 +- .../intended/configs/DC1-LEAF3B.cfg | 2 +- .../intended/configs/DC1-LEAF4A.cfg | 2 +- .../intended/configs/DC1-LEAF4B.cfg | 2 +- .../intended/configs/DC1-SPINE1.cfg | 2 +- .../intended/configs/DC1-SPINE2.cfg | 2 +- .../intended/configs/DC1-SPINE3.cfg | 2 +- .../intended/configs/DC1-SPINE4.cfg | 2 +- .../intended/configs/DC1-SPINE5.cfg | 2 +- .../intended/configs/DC1-SPINE6.cfg | 2 +- .../intended/configs/DC1-SVC3A.cfg | 2 +- .../intended/configs/DC1-SVC3B.cfg | 2 +- .../intended/structured_configs/DC1-BL1A.yml | 2 +- .../intended/structured_configs/DC1-BL1B.yml | 2 +- .../structured_configs/DC1-L2LEAF1A.yml | 2 +- .../structured_configs/DC1-L2LEAF2A.yml | 2 +- .../structured_configs/DC1-L2LEAF2B.yml | 2 +- .../structured_configs/DC1-LEAF1A.yml | 2 +- .../structured_configs/DC1-LEAF2A.yml | 2 +- .../structured_configs/DC1-LEAF2B.yml | 2 +- .../structured_configs/DC1-LEAF3A.yml | 2 +- .../structured_configs/DC1-LEAF3B.yml | 2 +- .../structured_configs/DC1-LEAF4A.yml | 2 +- .../structured_configs/DC1-LEAF4B.yml | 2 +- .../structured_configs/DC1-SPINE1.yml | 2 +- .../structured_configs/DC1-SPINE2.yml | 2 +- .../structured_configs/DC1-SPINE3.yml | 2 +- .../structured_configs/DC1-SPINE4.yml | 2 +- .../structured_configs/DC1-SPINE5.yml | 2 +- .../structured_configs/DC1-SPINE6.yml | 2 +- .../intended/structured_configs/DC1-SVC3A.yml | 2 +- .../intended/structured_configs/DC1-SVC3B.yml | 2 +- .../tables/management-interface-settings.md | 4 +-- .../expected_with_all_parameters.yml | 18 ++++++------ .../expected_with_blank_prefix.yml | 18 ++++++------ .../expected_without_extension.yml | 2 +- .../intended/configs/DC1-L2LEAF1A.cfg | 2 +- .../intended/configs/DC1-L2LEAF2A.cfg | 2 +- .../inventory/intended/configs/DC1-LEAF1A.cfg | 2 +- .../inventory/intended/configs/DC1-LEAF1B.cfg | 2 +- .../inventory/intended/configs/DC1-LEAF2A.cfg | 2 +- .../inventory/intended/configs/DC1-LEAF2B.cfg | 2 +- .../inventory/intended/configs/DC1-SPINE1.cfg | 2 +- .../inventory/intended/configs/DC1-SPINE2.cfg | 2 +- .../intended/configs/default_extension.conf | 2 +- .../intended/configs/default_filter.cfg | 2 +- .../expected_with_all_param.yml | 8 +++--- .../expected_with_device_filter_as_string.yml | 8 +++--- ...pected_with_device_filter_empty_string.yml | 18 ++++++------ .../expected_without_device_filter.yml | 18 ++++++------ .../expected_without_inventory.yml | 8 +++--- .../schema/eos_designs.schema.yml | 2 +- .../mgmt_interface_description.schema.yml | 2 +- .../structured_config/base/__init__.py | 2 +- .../artifacts/eos_designs.schema.yml | 2 +- 1232 files changed, 2034 insertions(+), 2025 deletions(-) diff --git a/ansible_collections/arista/avd/docs/porting-guides/5.x.x.md b/ansible_collections/arista/avd/docs/porting-guides/5.x.x.md index 98eff8c921c..f8c86189d9e 100644 --- a/ansible_collections/arista/avd/docs/porting-guides/5.x.x.md +++ b/ansible_collections/arista/avd/docs/porting-guides/5.x.x.md @@ -284,7 +284,7 @@ It is possible to forcefully add or remove BGP configuration per VRF by setting: With AVD version 5.0.0 the default interface descriptions are changed to give better consistency. -The interface description for `Loopback0` changes to `ROUTER_ID` for all designs. +The default interface description for `Loopback0` changes to `ROUTER_ID` for all designs. Previously this description varied depending on the network design and chosen protocols. The `router_id_loopback_description` or the deprecated `overlay_loopback_description` settings still takes precedence, @@ -297,7 +297,7 @@ The description can be reverted manually if needed: +router_id_loopback_description: "EVPN_Overlay_Peering" ``` -The interface description for `Loopback1` (or the interface set with `vtep_loopback`) changes to `VXLAN_TUNNEL_SOURCE`. +The default interface description for `Loopback1` (or the interface set with `vtep_loopback`) changes to `VXLAN_TUNNEL_SOURCE`. Previously the description was `VTEP_VXLAN_Tunnel_Source`. The description can be reverted manually if needed: @@ -306,6 +306,15 @@ The description can be reverted manually if needed: +vtep_loopback_description: "VTEP_VXLAN_Tunnel_Source" ``` +The default interface description for the management interface changes to `OOB_MANAGEMENT`. +Previously the description was `oob_management`. + +The description can be reverted manually if needed: + +```diff ++mgmt_interface_description: "oob_management" +``` + ### custom_structured_configuration_prefix no longer accepts a string Starting AVD 5.0.0, `custom_structured_configuration_prefix` only accepts a list of strings. diff --git a/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/LEAF1A.md b/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/LEAF1A.md index b6e293b0b14..4b82ed87b4f 100644 --- a/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/LEAF1A.md +++ b/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/LEAF1A.md @@ -50,20 +50,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management0 | oob_management | oob | MGMT | 172.16.100.103/24 | 172.16.100.1 | +| Management0 | OOB_MANAGEMENT | oob | MGMT | 172.16.100.103/24 | 172.16.100.1 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management0 | oob_management | oob | MGMT | - | - | +| Management0 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management0 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 172.16.100.103/24 diff --git a/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/LEAF1B.md b/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/LEAF1B.md index 3a6098b094c..2a5b66800a0 100644 --- a/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/LEAF1B.md +++ b/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/LEAF1B.md @@ -50,20 +50,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management0 | oob_management | oob | MGMT | 172.16.100.104/24 | 172.16.100.1 | +| Management0 | OOB_MANAGEMENT | oob | MGMT | 172.16.100.104/24 | 172.16.100.1 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management0 | oob_management | oob | MGMT | - | - | +| Management0 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management0 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 172.16.100.104/24 diff --git a/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/LEAF2A.md b/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/LEAF2A.md index 8c327860d31..b7dcadaae9e 100644 --- a/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/LEAF2A.md +++ b/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/LEAF2A.md @@ -49,20 +49,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management0 | oob_management | oob | MGMT | 172.16.100.105/24 | 172.16.100.1 | +| Management0 | OOB_MANAGEMENT | oob | MGMT | 172.16.100.105/24 | 172.16.100.1 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management0 | oob_management | oob | MGMT | - | - | +| Management0 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management0 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 172.16.100.105/24 diff --git a/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/LEAF3A.md b/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/LEAF3A.md index d722f5a6d2f..306f4f51271 100644 --- a/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/LEAF3A.md +++ b/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/LEAF3A.md @@ -50,20 +50,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management0 | oob_management | oob | MGMT | 172.16.100.106/24 | 172.16.100.1 | +| Management0 | OOB_MANAGEMENT | oob | MGMT | 172.16.100.106/24 | 172.16.100.1 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management0 | oob_management | oob | MGMT | - | - | +| Management0 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management0 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 172.16.100.106/24 diff --git a/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/LEAF3B.md b/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/LEAF3B.md index 461a35fb236..075e60815f1 100644 --- a/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/LEAF3B.md +++ b/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/LEAF3B.md @@ -50,20 +50,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management0 | oob_management | oob | MGMT | 172.16.100.107/24 | 172.16.100.1 | +| Management0 | OOB_MANAGEMENT | oob | MGMT | 172.16.100.107/24 | 172.16.100.1 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management0 | oob_management | oob | MGMT | - | - | +| Management0 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management0 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 172.16.100.107/24 diff --git a/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/LEAF3C.md b/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/LEAF3C.md index d1ebdd7fd40..dd252b009c6 100644 --- a/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/LEAF3C.md +++ b/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/LEAF3C.md @@ -47,20 +47,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management0 | oob_management | oob | MGMT | 172.16.100.108/24 | 172.16.100.1 | +| Management0 | OOB_MANAGEMENT | oob | MGMT | 172.16.100.108/24 | 172.16.100.1 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management0 | oob_management | oob | MGMT | - | - | +| Management0 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management0 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 172.16.100.108/24 diff --git a/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/LEAF3D.md b/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/LEAF3D.md index 6cbd439934d..ee249c5e54a 100644 --- a/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/LEAF3D.md +++ b/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/LEAF3D.md @@ -47,20 +47,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management0 | oob_management | oob | MGMT | 172.16.100.109/24 | 172.16.100.1 | +| Management0 | OOB_MANAGEMENT | oob | MGMT | 172.16.100.109/24 | 172.16.100.1 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management0 | oob_management | oob | MGMT | - | - | +| Management0 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management0 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 172.16.100.109/24 diff --git a/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/LEAF3E.md b/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/LEAF3E.md index 512fc7ca0bc..d2c16ae2526 100644 --- a/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/LEAF3E.md +++ b/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/LEAF3E.md @@ -47,20 +47,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management0 | oob_management | oob | MGMT | 172.16.100.110/24 | 172.16.100.1 | +| Management0 | OOB_MANAGEMENT | oob | MGMT | 172.16.100.110/24 | 172.16.100.1 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management0 | oob_management | oob | MGMT | - | - | +| Management0 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management0 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 172.16.100.110/24 diff --git a/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/SPINE1.md b/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/SPINE1.md index 763d232db9f..da9ad564025 100644 --- a/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/SPINE1.md +++ b/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/SPINE1.md @@ -51,20 +51,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management0 | oob_management | oob | MGMT | 172.16.100.101/24 | 172.16.100.1 | +| Management0 | OOB_MANAGEMENT | oob | MGMT | 172.16.100.101/24 | 172.16.100.1 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management0 | oob_management | oob | MGMT | - | - | +| Management0 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management0 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 172.16.100.101/24 diff --git a/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/SPINE2.md b/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/SPINE2.md index 3324556ff74..a1afe7327d7 100644 --- a/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/SPINE2.md +++ b/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/SPINE2.md @@ -51,20 +51,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management0 | oob_management | oob | MGMT | 172.16.100.102/24 | 172.16.100.1 | +| Management0 | OOB_MANAGEMENT | oob | MGMT | 172.16.100.102/24 | 172.16.100.1 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management0 | oob_management | oob | MGMT | - | - | +| Management0 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management0 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 172.16.100.102/24 diff --git a/ansible_collections/arista/avd/examples/campus-fabric/intended/configs/LEAF1A.cfg b/ansible_collections/arista/avd/examples/campus-fabric/intended/configs/LEAF1A.cfg index b29bcfad807..21b5bc0a5ad 100644 --- a/ansible_collections/arista/avd/examples/campus-fabric/intended/configs/LEAF1A.cfg +++ b/ansible_collections/arista/avd/examples/campus-fabric/intended/configs/LEAF1A.cfg @@ -1036,7 +1036,7 @@ interface Ethernet54 channel-group 53 mode active ! interface Management0 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 172.16.100.103/24 diff --git a/ansible_collections/arista/avd/examples/campus-fabric/intended/configs/LEAF1B.cfg b/ansible_collections/arista/avd/examples/campus-fabric/intended/configs/LEAF1B.cfg index 7db874eb149..b91aa3e6f13 100644 --- a/ansible_collections/arista/avd/examples/campus-fabric/intended/configs/LEAF1B.cfg +++ b/ansible_collections/arista/avd/examples/campus-fabric/intended/configs/LEAF1B.cfg @@ -1036,7 +1036,7 @@ interface Ethernet54 channel-group 53 mode active ! interface Management0 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 172.16.100.104/24 diff --git a/ansible_collections/arista/avd/examples/campus-fabric/intended/configs/LEAF2A.cfg b/ansible_collections/arista/avd/examples/campus-fabric/intended/configs/LEAF2A.cfg index f6c0e23956c..c087982f43e 100644 --- a/ansible_collections/arista/avd/examples/campus-fabric/intended/configs/LEAF2A.cfg +++ b/ansible_collections/arista/avd/examples/campus-fabric/intended/configs/LEAF2A.cfg @@ -6058,7 +6058,7 @@ interface Ethernet7/48 spanning-tree bpduguard enable ! interface Management0 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 172.16.100.105/24 diff --git a/ansible_collections/arista/avd/examples/campus-fabric/intended/configs/LEAF3A.cfg b/ansible_collections/arista/avd/examples/campus-fabric/intended/configs/LEAF3A.cfg index e3474feda09..e87ba914c3d 100644 --- a/ansible_collections/arista/avd/examples/campus-fabric/intended/configs/LEAF3A.cfg +++ b/ansible_collections/arista/avd/examples/campus-fabric/intended/configs/LEAF3A.cfg @@ -2040,7 +2040,7 @@ interface Ethernet98/4 channel-group 983 mode active ! interface Management0 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 172.16.100.106/24 diff --git a/ansible_collections/arista/avd/examples/campus-fabric/intended/configs/LEAF3B.cfg b/ansible_collections/arista/avd/examples/campus-fabric/intended/configs/LEAF3B.cfg index ab7944ec7cb..741d78c0097 100644 --- a/ansible_collections/arista/avd/examples/campus-fabric/intended/configs/LEAF3B.cfg +++ b/ansible_collections/arista/avd/examples/campus-fabric/intended/configs/LEAF3B.cfg @@ -2040,7 +2040,7 @@ interface Ethernet98/4 channel-group 983 mode active ! interface Management0 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 172.16.100.107/24 diff --git a/ansible_collections/arista/avd/examples/campus-fabric/intended/configs/LEAF3C.cfg b/ansible_collections/arista/avd/examples/campus-fabric/intended/configs/LEAF3C.cfg index abd420182ae..1fba721e8f6 100644 --- a/ansible_collections/arista/avd/examples/campus-fabric/intended/configs/LEAF3C.cfg +++ b/ansible_collections/arista/avd/examples/campus-fabric/intended/configs/LEAF3C.cfg @@ -1978,7 +1978,7 @@ interface Ethernet97/2 channel-group 971 mode active ! interface Management0 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 172.16.100.108/24 diff --git a/ansible_collections/arista/avd/examples/campus-fabric/intended/configs/LEAF3D.cfg b/ansible_collections/arista/avd/examples/campus-fabric/intended/configs/LEAF3D.cfg index 5cbfae50a1d..ef3436dbb21 100644 --- a/ansible_collections/arista/avd/examples/campus-fabric/intended/configs/LEAF3D.cfg +++ b/ansible_collections/arista/avd/examples/campus-fabric/intended/configs/LEAF3D.cfg @@ -1978,7 +1978,7 @@ interface Ethernet97/2 channel-group 971 mode active ! interface Management0 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 172.16.100.109/24 diff --git a/ansible_collections/arista/avd/examples/campus-fabric/intended/configs/LEAF3E.cfg b/ansible_collections/arista/avd/examples/campus-fabric/intended/configs/LEAF3E.cfg index 66d1cb80373..92bff0133d1 100644 --- a/ansible_collections/arista/avd/examples/campus-fabric/intended/configs/LEAF3E.cfg +++ b/ansible_collections/arista/avd/examples/campus-fabric/intended/configs/LEAF3E.cfg @@ -1978,7 +1978,7 @@ interface Ethernet97/2 channel-group 971 mode active ! interface Management0 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 172.16.100.110/24 diff --git a/ansible_collections/arista/avd/examples/campus-fabric/intended/configs/SPINE1.cfg b/ansible_collections/arista/avd/examples/campus-fabric/intended/configs/SPINE1.cfg index f8417b3f6c5..a32baff75b8 100644 --- a/ansible_collections/arista/avd/examples/campus-fabric/intended/configs/SPINE1.cfg +++ b/ansible_collections/arista/avd/examples/campus-fabric/intended/configs/SPINE1.cfg @@ -145,7 +145,7 @@ interface Loopback0 ip ospf area 0.0.0.0 ! interface Management0 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 172.16.100.101/24 diff --git a/ansible_collections/arista/avd/examples/campus-fabric/intended/configs/SPINE2.cfg b/ansible_collections/arista/avd/examples/campus-fabric/intended/configs/SPINE2.cfg index 5bf9156c8e0..360aa2a0f7c 100644 --- a/ansible_collections/arista/avd/examples/campus-fabric/intended/configs/SPINE2.cfg +++ b/ansible_collections/arista/avd/examples/campus-fabric/intended/configs/SPINE2.cfg @@ -145,7 +145,7 @@ interface Loopback0 ip ospf area 0.0.0.0 ! interface Management0 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 172.16.100.102/24 diff --git a/ansible_collections/arista/avd/examples/campus-fabric/intended/structured_configs/LEAF1A.yml b/ansible_collections/arista/avd/examples/campus-fabric/intended/structured_configs/LEAF1A.yml index 278a99bb879..cbf867497b2 100644 --- a/ansible_collections/arista/avd/examples/campus-fabric/intended/structured_configs/LEAF1A.yml +++ b/ansible_collections/arista/avd/examples/campus-fabric/intended/structured_configs/LEAF1A.yml @@ -39,7 +39,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management0 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 172.16.100.103/24 diff --git a/ansible_collections/arista/avd/examples/campus-fabric/intended/structured_configs/LEAF1B.yml b/ansible_collections/arista/avd/examples/campus-fabric/intended/structured_configs/LEAF1B.yml index e03e9774bcf..5aa7ac51c9e 100644 --- a/ansible_collections/arista/avd/examples/campus-fabric/intended/structured_configs/LEAF1B.yml +++ b/ansible_collections/arista/avd/examples/campus-fabric/intended/structured_configs/LEAF1B.yml @@ -39,7 +39,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management0 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 172.16.100.104/24 diff --git a/ansible_collections/arista/avd/examples/campus-fabric/intended/structured_configs/LEAF2A.yml b/ansible_collections/arista/avd/examples/campus-fabric/intended/structured_configs/LEAF2A.yml index c7ff0e411bf..5d4b8e6e885 100644 --- a/ansible_collections/arista/avd/examples/campus-fabric/intended/structured_configs/LEAF2A.yml +++ b/ansible_collections/arista/avd/examples/campus-fabric/intended/structured_configs/LEAF2A.yml @@ -38,7 +38,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management0 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 172.16.100.105/24 diff --git a/ansible_collections/arista/avd/examples/campus-fabric/intended/structured_configs/LEAF3A.yml b/ansible_collections/arista/avd/examples/campus-fabric/intended/structured_configs/LEAF3A.yml index 14e98759daa..26a34164a4a 100644 --- a/ansible_collections/arista/avd/examples/campus-fabric/intended/structured_configs/LEAF3A.yml +++ b/ansible_collections/arista/avd/examples/campus-fabric/intended/structured_configs/LEAF3A.yml @@ -39,7 +39,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management0 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 172.16.100.106/24 diff --git a/ansible_collections/arista/avd/examples/campus-fabric/intended/structured_configs/LEAF3B.yml b/ansible_collections/arista/avd/examples/campus-fabric/intended/structured_configs/LEAF3B.yml index 64b903c73fa..71bec8ea7db 100644 --- a/ansible_collections/arista/avd/examples/campus-fabric/intended/structured_configs/LEAF3B.yml +++ b/ansible_collections/arista/avd/examples/campus-fabric/intended/structured_configs/LEAF3B.yml @@ -39,7 +39,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management0 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 172.16.100.107/24 diff --git a/ansible_collections/arista/avd/examples/campus-fabric/intended/structured_configs/LEAF3C.yml b/ansible_collections/arista/avd/examples/campus-fabric/intended/structured_configs/LEAF3C.yml index 4096f5f3819..1f8aae4d3d2 100644 --- a/ansible_collections/arista/avd/examples/campus-fabric/intended/structured_configs/LEAF3C.yml +++ b/ansible_collections/arista/avd/examples/campus-fabric/intended/structured_configs/LEAF3C.yml @@ -38,7 +38,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management0 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 172.16.100.108/24 diff --git a/ansible_collections/arista/avd/examples/campus-fabric/intended/structured_configs/LEAF3D.yml b/ansible_collections/arista/avd/examples/campus-fabric/intended/structured_configs/LEAF3D.yml index 94c18181aa1..dd91d2659c3 100644 --- a/ansible_collections/arista/avd/examples/campus-fabric/intended/structured_configs/LEAF3D.yml +++ b/ansible_collections/arista/avd/examples/campus-fabric/intended/structured_configs/LEAF3D.yml @@ -38,7 +38,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management0 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 172.16.100.109/24 diff --git a/ansible_collections/arista/avd/examples/campus-fabric/intended/structured_configs/LEAF3E.yml b/ansible_collections/arista/avd/examples/campus-fabric/intended/structured_configs/LEAF3E.yml index d4cfc1e5e63..44c48ae4cd7 100644 --- a/ansible_collections/arista/avd/examples/campus-fabric/intended/structured_configs/LEAF3E.yml +++ b/ansible_collections/arista/avd/examples/campus-fabric/intended/structured_configs/LEAF3E.yml @@ -38,7 +38,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management0 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 172.16.100.110/24 diff --git a/ansible_collections/arista/avd/examples/campus-fabric/intended/structured_configs/SPINE1.yml b/ansible_collections/arista/avd/examples/campus-fabric/intended/structured_configs/SPINE1.yml index 36aea1b5a37..59ec8596640 100644 --- a/ansible_collections/arista/avd/examples/campus-fabric/intended/structured_configs/SPINE1.yml +++ b/ansible_collections/arista/avd/examples/campus-fabric/intended/structured_configs/SPINE1.yml @@ -38,7 +38,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management0 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 172.16.100.101/24 diff --git a/ansible_collections/arista/avd/examples/campus-fabric/intended/structured_configs/SPINE2.yml b/ansible_collections/arista/avd/examples/campus-fabric/intended/structured_configs/SPINE2.yml index a85d55471e0..49418a10781 100644 --- a/ansible_collections/arista/avd/examples/campus-fabric/intended/structured_configs/SPINE2.yml +++ b/ansible_collections/arista/avd/examples/campus-fabric/intended/structured_configs/SPINE2.yml @@ -38,7 +38,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management0 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 172.16.100.102/24 diff --git a/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc1-leaf1a.md b/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc1-leaf1a.md index 6434764b34d..9802c444d17 100644 --- a/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc1-leaf1a.md +++ b/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc1-leaf1a.md @@ -57,20 +57,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 172.16.1.101/24 | 172.16.1.1 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 172.16.1.101/24 | 172.16.1.1 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 172.16.1.101/24 diff --git a/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc1-leaf1b.md b/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc1-leaf1b.md index b885afa24b5..21d293fdc3c 100644 --- a/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc1-leaf1b.md +++ b/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc1-leaf1b.md @@ -57,20 +57,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 172.16.1.102/24 | 172.16.1.1 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 172.16.1.102/24 | 172.16.1.1 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 172.16.1.102/24 diff --git a/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc1-leaf1c.md b/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc1-leaf1c.md index 6b2e399874e..a797e39d8e0 100644 --- a/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc1-leaf1c.md +++ b/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc1-leaf1c.md @@ -41,20 +41,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 172.16.1.151/24 | 172.16.1.1 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 172.16.1.151/24 | 172.16.1.1 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 172.16.1.151/24 diff --git a/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc1-leaf2a.md b/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc1-leaf2a.md index 8fa4627ada6..79af0cb97b0 100644 --- a/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc1-leaf2a.md +++ b/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc1-leaf2a.md @@ -57,20 +57,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 172.16.1.103/24 | 172.16.1.1 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 172.16.1.103/24 | 172.16.1.1 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 172.16.1.103/24 diff --git a/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc1-leaf2b.md b/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc1-leaf2b.md index 06ce312a3e4..08b00e35ae7 100644 --- a/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc1-leaf2b.md +++ b/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc1-leaf2b.md @@ -57,20 +57,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 172.16.1.104/24 | 172.16.1.1 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 172.16.1.104/24 | 172.16.1.1 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 172.16.1.104/24 diff --git a/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc1-leaf2c.md b/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc1-leaf2c.md index c8dcc0af5f4..8d6702c3f01 100644 --- a/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc1-leaf2c.md +++ b/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc1-leaf2c.md @@ -41,20 +41,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 172.16.1.152/24 | 172.16.1.1 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 172.16.1.152/24 | 172.16.1.1 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 172.16.1.152/24 diff --git a/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc1-spine1.md b/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc1-spine1.md index 9ad7142af10..03be2942b49 100644 --- a/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc1-spine1.md +++ b/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc1-spine1.md @@ -42,20 +42,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 172.16.1.11/24 | 172.16.1.1 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 172.16.1.11/24 | 172.16.1.1 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 172.16.1.11/24 diff --git a/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc1-spine2.md b/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc1-spine2.md index 3fb2c3c1254..cb8df8dcefd 100644 --- a/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc1-spine2.md +++ b/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc1-spine2.md @@ -42,20 +42,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 172.16.1.12/24 | 172.16.1.1 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 172.16.1.12/24 | 172.16.1.1 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 172.16.1.12/24 diff --git a/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc2-leaf1a.md b/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc2-leaf1a.md index 057bc44ff7e..db1602d99c9 100644 --- a/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc2-leaf1a.md +++ b/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc2-leaf1a.md @@ -57,20 +57,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 172.16.1.111/24 | 172.16.1.1 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 172.16.1.111/24 | 172.16.1.1 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 172.16.1.111/24 diff --git a/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc2-leaf1b.md b/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc2-leaf1b.md index 9cc61c7c384..49748fd2fd9 100644 --- a/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc2-leaf1b.md +++ b/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc2-leaf1b.md @@ -57,20 +57,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 172.16.1.112/24 | 172.16.1.1 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 172.16.1.112/24 | 172.16.1.1 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 172.16.1.112/24 diff --git a/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc2-leaf1c.md b/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc2-leaf1c.md index 358d6600195..0cbf0d4e293 100644 --- a/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc2-leaf1c.md +++ b/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc2-leaf1c.md @@ -41,20 +41,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 172.16.1.161/24 | 172.16.1.1 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 172.16.1.161/24 | 172.16.1.1 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 172.16.1.161/24 diff --git a/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc2-leaf2a.md b/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc2-leaf2a.md index 8e527b79cb4..62d22bd09e6 100644 --- a/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc2-leaf2a.md +++ b/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc2-leaf2a.md @@ -57,20 +57,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 172.16.1.113/24 | 172.16.1.1 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 172.16.1.113/24 | 172.16.1.1 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 172.16.1.113/24 diff --git a/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc2-leaf2b.md b/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc2-leaf2b.md index 03b85d2a403..c7eac7997d7 100644 --- a/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc2-leaf2b.md +++ b/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc2-leaf2b.md @@ -57,20 +57,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 172.16.1.114/24 | 172.16.1.1 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 172.16.1.114/24 | 172.16.1.1 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 172.16.1.114/24 diff --git a/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc2-leaf2c.md b/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc2-leaf2c.md index 3fa5254d4b2..8a08ebc27f2 100644 --- a/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc2-leaf2c.md +++ b/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc2-leaf2c.md @@ -41,20 +41,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 172.16.1.162/24 | 172.16.1.1 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 172.16.1.162/24 | 172.16.1.1 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 172.16.1.162/24 diff --git a/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc2-spine1.md b/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc2-spine1.md index 54199dda88b..750126e33da 100644 --- a/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc2-spine1.md +++ b/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc2-spine1.md @@ -42,20 +42,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 172.16.1.21/24 | 172.16.1.1 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 172.16.1.21/24 | 172.16.1.1 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 172.16.1.21/24 diff --git a/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc2-spine2.md b/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc2-spine2.md index 8b8287dd44f..a09f8fdb92a 100644 --- a/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc2-spine2.md +++ b/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc2-spine2.md @@ -42,20 +42,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 172.16.1.22/24 | 172.16.1.1 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 172.16.1.22/24 | 172.16.1.1 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 172.16.1.22/24 diff --git a/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/configs/dc1-leaf1a.cfg b/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/configs/dc1-leaf1a.cfg index 73fa31c52b3..ec7d479225a 100644 --- a/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/configs/dc1-leaf1a.cfg +++ b/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/configs/dc1-leaf1a.cfg @@ -147,7 +147,7 @@ interface Loopback11 ip address 10.255.11.3/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 172.16.1.101/24 diff --git a/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/configs/dc1-leaf1b.cfg b/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/configs/dc1-leaf1b.cfg index 025eab21247..e242b72a7ee 100644 --- a/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/configs/dc1-leaf1b.cfg +++ b/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/configs/dc1-leaf1b.cfg @@ -147,7 +147,7 @@ interface Loopback11 ip address 10.255.11.4/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 172.16.1.102/24 diff --git a/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/configs/dc1-leaf1c.cfg b/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/configs/dc1-leaf1c.cfg index 2d9b2fe40a0..393043eed47 100644 --- a/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/configs/dc1-leaf1c.cfg +++ b/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/configs/dc1-leaf1c.cfg @@ -69,7 +69,7 @@ interface Ethernet5 spanning-tree portfast ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 172.16.1.151/24 diff --git a/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/configs/dc1-leaf2a.cfg b/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/configs/dc1-leaf2a.cfg index c79095a2e5d..bfb9a9c6b73 100644 --- a/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/configs/dc1-leaf2a.cfg +++ b/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/configs/dc1-leaf2a.cfg @@ -154,7 +154,7 @@ interface Loopback11 ip address 10.255.11.5/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 172.16.1.103/24 diff --git a/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/configs/dc1-leaf2b.cfg b/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/configs/dc1-leaf2b.cfg index 87bc26982be..abcece0cd71 100644 --- a/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/configs/dc1-leaf2b.cfg +++ b/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/configs/dc1-leaf2b.cfg @@ -154,7 +154,7 @@ interface Loopback11 ip address 10.255.11.6/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 172.16.1.104/24 diff --git a/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/configs/dc1-leaf2c.cfg b/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/configs/dc1-leaf2c.cfg index a5ff3b5a1b5..c8332e43199 100644 --- a/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/configs/dc1-leaf2c.cfg +++ b/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/configs/dc1-leaf2c.cfg @@ -69,7 +69,7 @@ interface Ethernet5 spanning-tree portfast ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 172.16.1.152/24 diff --git a/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/configs/dc1-spine1.cfg b/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/configs/dc1-spine1.cfg index c4a67267ee2..845a51f637c 100644 --- a/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/configs/dc1-spine1.cfg +++ b/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/configs/dc1-spine1.cfg @@ -58,7 +58,7 @@ interface Loopback0 ip address 10.255.0.1/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 172.16.1.11/24 diff --git a/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/configs/dc1-spine2.cfg b/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/configs/dc1-spine2.cfg index 300e7f023cb..6fc050d5d06 100644 --- a/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/configs/dc1-spine2.cfg +++ b/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/configs/dc1-spine2.cfg @@ -58,7 +58,7 @@ interface Loopback0 ip address 10.255.0.2/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 172.16.1.12/24 diff --git a/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/configs/dc2-leaf1a.cfg b/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/configs/dc2-leaf1a.cfg index 40f7f05ec93..3bc0f118d8b 100644 --- a/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/configs/dc2-leaf1a.cfg +++ b/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/configs/dc2-leaf1a.cfg @@ -147,7 +147,7 @@ interface Loopback11 ip address 10.255.11.13/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 172.16.1.111/24 diff --git a/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/configs/dc2-leaf1b.cfg b/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/configs/dc2-leaf1b.cfg index 8e7c675ca03..44db442eb7d 100644 --- a/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/configs/dc2-leaf1b.cfg +++ b/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/configs/dc2-leaf1b.cfg @@ -147,7 +147,7 @@ interface Loopback11 ip address 10.255.11.14/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 172.16.1.112/24 diff --git a/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/configs/dc2-leaf1c.cfg b/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/configs/dc2-leaf1c.cfg index 6c525b70726..1373298c499 100644 --- a/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/configs/dc2-leaf1c.cfg +++ b/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/configs/dc2-leaf1c.cfg @@ -69,7 +69,7 @@ interface Ethernet5 spanning-tree portfast ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 172.16.1.161/24 diff --git a/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/configs/dc2-leaf2a.cfg b/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/configs/dc2-leaf2a.cfg index ef8bf169759..d27d1ed07b6 100644 --- a/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/configs/dc2-leaf2a.cfg +++ b/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/configs/dc2-leaf2a.cfg @@ -154,7 +154,7 @@ interface Loopback11 ip address 10.255.11.15/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 172.16.1.113/24 diff --git a/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/configs/dc2-leaf2b.cfg b/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/configs/dc2-leaf2b.cfg index 0d2bb8e9c41..25dfb2acf87 100644 --- a/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/configs/dc2-leaf2b.cfg +++ b/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/configs/dc2-leaf2b.cfg @@ -154,7 +154,7 @@ interface Loopback11 ip address 10.255.11.16/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 172.16.1.114/24 diff --git a/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/configs/dc2-leaf2c.cfg b/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/configs/dc2-leaf2c.cfg index a530c1adc27..a517e00939f 100644 --- a/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/configs/dc2-leaf2c.cfg +++ b/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/configs/dc2-leaf2c.cfg @@ -69,7 +69,7 @@ interface Ethernet5 spanning-tree portfast ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 172.16.1.162/24 diff --git a/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/configs/dc2-spine1.cfg b/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/configs/dc2-spine1.cfg index 53c371038b3..7a485bd0e37 100644 --- a/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/configs/dc2-spine1.cfg +++ b/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/configs/dc2-spine1.cfg @@ -58,7 +58,7 @@ interface Loopback0 ip address 10.255.128.11/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 172.16.1.21/24 diff --git a/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/configs/dc2-spine2.cfg b/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/configs/dc2-spine2.cfg index 92256dcb17b..7ae008bde7d 100644 --- a/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/configs/dc2-spine2.cfg +++ b/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/configs/dc2-spine2.cfg @@ -58,7 +58,7 @@ interface Loopback0 ip address 10.255.128.12/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 172.16.1.22/24 diff --git a/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/structured_configs/dc1-leaf1a.yml b/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/structured_configs/dc1-leaf1a.yml index f99039e2f2f..a736ec17e3b 100644 --- a/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/structured_configs/dc1-leaf1a.yml +++ b/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/structured_configs/dc1-leaf1a.yml @@ -201,7 +201,7 @@ vrfs: ip_routing: true management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 172.16.1.101/24 diff --git a/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/structured_configs/dc1-leaf1b.yml b/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/structured_configs/dc1-leaf1b.yml index c53367b6935..8c769549af0 100644 --- a/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/structured_configs/dc1-leaf1b.yml +++ b/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/structured_configs/dc1-leaf1b.yml @@ -201,7 +201,7 @@ vrfs: ip_routing: true management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 172.16.1.102/24 diff --git a/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/structured_configs/dc1-leaf1c.yml b/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/structured_configs/dc1-leaf1c.yml index 3a90ce92a4d..067df044779 100644 --- a/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/structured_configs/dc1-leaf1c.yml +++ b/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/structured_configs/dc1-leaf1c.yml @@ -35,7 +35,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 172.16.1.151/24 diff --git a/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/structured_configs/dc1-leaf2a.yml b/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/structured_configs/dc1-leaf2a.yml index f398b67adc4..bca691112c5 100644 --- a/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/structured_configs/dc1-leaf2a.yml +++ b/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/structured_configs/dc1-leaf2a.yml @@ -263,7 +263,7 @@ vrfs: ip_routing: true management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 172.16.1.103/24 diff --git a/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/structured_configs/dc1-leaf2b.yml b/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/structured_configs/dc1-leaf2b.yml index 46153187d31..ee3be956ac4 100644 --- a/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/structured_configs/dc1-leaf2b.yml +++ b/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/structured_configs/dc1-leaf2b.yml @@ -263,7 +263,7 @@ vrfs: ip_routing: true management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 172.16.1.104/24 diff --git a/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/structured_configs/dc1-leaf2c.yml b/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/structured_configs/dc1-leaf2c.yml index 621bc268b7e..70a28b4dc47 100644 --- a/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/structured_configs/dc1-leaf2c.yml +++ b/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/structured_configs/dc1-leaf2c.yml @@ -35,7 +35,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 172.16.1.152/24 diff --git a/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/structured_configs/dc1-spine1.yml b/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/structured_configs/dc1-spine1.yml index dce8cc388e0..9fecb63a349 100644 --- a/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/structured_configs/dc1-spine1.yml +++ b/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/structured_configs/dc1-spine1.yml @@ -111,7 +111,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 172.16.1.11/24 diff --git a/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/structured_configs/dc1-spine2.yml b/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/structured_configs/dc1-spine2.yml index fd51a50e27c..08b9d3c7b40 100644 --- a/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/structured_configs/dc1-spine2.yml +++ b/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/structured_configs/dc1-spine2.yml @@ -111,7 +111,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 172.16.1.12/24 diff --git a/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/structured_configs/dc2-leaf1a.yml b/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/structured_configs/dc2-leaf1a.yml index 490a389e8f0..1c04ae3a30a 100644 --- a/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/structured_configs/dc2-leaf1a.yml +++ b/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/structured_configs/dc2-leaf1a.yml @@ -201,7 +201,7 @@ vrfs: ip_routing: true management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 172.16.1.111/24 diff --git a/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/structured_configs/dc2-leaf1b.yml b/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/structured_configs/dc2-leaf1b.yml index b5c9fe0b585..26a6ea4c867 100644 --- a/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/structured_configs/dc2-leaf1b.yml +++ b/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/structured_configs/dc2-leaf1b.yml @@ -201,7 +201,7 @@ vrfs: ip_routing: true management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 172.16.1.112/24 diff --git a/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/structured_configs/dc2-leaf1c.yml b/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/structured_configs/dc2-leaf1c.yml index ac50e77f17c..ab0b22c033e 100644 --- a/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/structured_configs/dc2-leaf1c.yml +++ b/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/structured_configs/dc2-leaf1c.yml @@ -35,7 +35,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 172.16.1.161/24 diff --git a/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/structured_configs/dc2-leaf2a.yml b/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/structured_configs/dc2-leaf2a.yml index 1e80a60debf..751ecd87247 100644 --- a/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/structured_configs/dc2-leaf2a.yml +++ b/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/structured_configs/dc2-leaf2a.yml @@ -263,7 +263,7 @@ vrfs: ip_routing: true management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 172.16.1.113/24 diff --git a/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/structured_configs/dc2-leaf2b.yml b/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/structured_configs/dc2-leaf2b.yml index 12ff8136f4e..24327a3e5a7 100644 --- a/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/structured_configs/dc2-leaf2b.yml +++ b/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/structured_configs/dc2-leaf2b.yml @@ -263,7 +263,7 @@ vrfs: ip_routing: true management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 172.16.1.114/24 diff --git a/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/structured_configs/dc2-leaf2c.yml b/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/structured_configs/dc2-leaf2c.yml index 0079d964d42..a3d866b7c5a 100644 --- a/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/structured_configs/dc2-leaf2c.yml +++ b/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/structured_configs/dc2-leaf2c.yml @@ -35,7 +35,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 172.16.1.162/24 diff --git a/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/structured_configs/dc2-spine1.yml b/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/structured_configs/dc2-spine1.yml index 2fdacf84a69..0383f46cda0 100644 --- a/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/structured_configs/dc2-spine1.yml +++ b/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/structured_configs/dc2-spine1.yml @@ -111,7 +111,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 172.16.1.21/24 diff --git a/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/structured_configs/dc2-spine2.yml b/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/structured_configs/dc2-spine2.yml index 72b9fac790d..5b3f29b2ee3 100644 --- a/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/structured_configs/dc2-spine2.yml +++ b/ansible_collections/arista/avd/examples/dual-dc-l3ls/intended/structured_configs/dc2-spine2.yml @@ -111,7 +111,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 172.16.1.22/24 diff --git a/ansible_collections/arista/avd/examples/dual-dc-l3ls/switch-basic-configurations/dc1-leaf1a-basic-configuration.txt b/ansible_collections/arista/avd/examples/dual-dc-l3ls/switch-basic-configurations/dc1-leaf1a-basic-configuration.txt index 4d13115c140..1505a6dbd0a 100644 --- a/ansible_collections/arista/avd/examples/dual-dc-l3ls/switch-basic-configurations/dc1-leaf1a-basic-configuration.txt +++ b/ansible_collections/arista/avd/examples/dual-dc-l3ls/switch-basic-configurations/dc1-leaf1a-basic-configuration.txt @@ -12,7 +12,7 @@ vrf instance MGMT ! ! Defines the settings for the Management1 interface through which Ansible reaches the device interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ! IP address - must be set uniquely per device diff --git a/ansible_collections/arista/avd/examples/dual-dc-l3ls/switch-basic-configurations/dc1-leaf1b-basic-configuration.txt b/ansible_collections/arista/avd/examples/dual-dc-l3ls/switch-basic-configurations/dc1-leaf1b-basic-configuration.txt index 6806ab91b5b..7aaa88f0fe0 100644 --- a/ansible_collections/arista/avd/examples/dual-dc-l3ls/switch-basic-configurations/dc1-leaf1b-basic-configuration.txt +++ b/ansible_collections/arista/avd/examples/dual-dc-l3ls/switch-basic-configurations/dc1-leaf1b-basic-configuration.txt @@ -12,7 +12,7 @@ vrf instance MGMT ! ! Defines the settings for the Management1 interface through which Ansible reaches the device interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ! IP address - must be set uniquely per device diff --git a/ansible_collections/arista/avd/examples/dual-dc-l3ls/switch-basic-configurations/dc1-leaf1c-basic-configuration.txt b/ansible_collections/arista/avd/examples/dual-dc-l3ls/switch-basic-configurations/dc1-leaf1c-basic-configuration.txt index ad8c9418234..8e538386e24 100644 --- a/ansible_collections/arista/avd/examples/dual-dc-l3ls/switch-basic-configurations/dc1-leaf1c-basic-configuration.txt +++ b/ansible_collections/arista/avd/examples/dual-dc-l3ls/switch-basic-configurations/dc1-leaf1c-basic-configuration.txt @@ -12,7 +12,7 @@ vrf instance MGMT ! ! Defines the settings for the Management1 interface through which Ansible reaches the device interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ! IP address - must be set uniquely per device diff --git a/ansible_collections/arista/avd/examples/dual-dc-l3ls/switch-basic-configurations/dc1-leaf2a-basic-configuration.txt b/ansible_collections/arista/avd/examples/dual-dc-l3ls/switch-basic-configurations/dc1-leaf2a-basic-configuration.txt index 8bbeeac5130..e883324dc34 100644 --- a/ansible_collections/arista/avd/examples/dual-dc-l3ls/switch-basic-configurations/dc1-leaf2a-basic-configuration.txt +++ b/ansible_collections/arista/avd/examples/dual-dc-l3ls/switch-basic-configurations/dc1-leaf2a-basic-configuration.txt @@ -12,7 +12,7 @@ vrf instance MGMT ! ! Defines the settings for the Management1 interface through which Ansible reaches the device interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ! IP address - must be set uniquely per device diff --git a/ansible_collections/arista/avd/examples/dual-dc-l3ls/switch-basic-configurations/dc1-leaf2b-basic-configuration.txt b/ansible_collections/arista/avd/examples/dual-dc-l3ls/switch-basic-configurations/dc1-leaf2b-basic-configuration.txt index ae9d8d276b8..77518b967de 100644 --- a/ansible_collections/arista/avd/examples/dual-dc-l3ls/switch-basic-configurations/dc1-leaf2b-basic-configuration.txt +++ b/ansible_collections/arista/avd/examples/dual-dc-l3ls/switch-basic-configurations/dc1-leaf2b-basic-configuration.txt @@ -12,7 +12,7 @@ vrf instance MGMT ! ! Defines the settings for the Management1 interface through which Ansible reaches the device interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ! IP address - must be set uniquely per device diff --git a/ansible_collections/arista/avd/examples/dual-dc-l3ls/switch-basic-configurations/dc1-leaf2c-basic-configuration.txt b/ansible_collections/arista/avd/examples/dual-dc-l3ls/switch-basic-configurations/dc1-leaf2c-basic-configuration.txt index db005f1faae..65e5a37f542 100644 --- a/ansible_collections/arista/avd/examples/dual-dc-l3ls/switch-basic-configurations/dc1-leaf2c-basic-configuration.txt +++ b/ansible_collections/arista/avd/examples/dual-dc-l3ls/switch-basic-configurations/dc1-leaf2c-basic-configuration.txt @@ -12,7 +12,7 @@ vrf instance MGMT ! ! Defines the settings for the Management1 interface through which Ansible reaches the device interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ! IP address - must be set uniquely per device diff --git a/ansible_collections/arista/avd/examples/dual-dc-l3ls/switch-basic-configurations/dc1-spine1-basic-configuration.txt b/ansible_collections/arista/avd/examples/dual-dc-l3ls/switch-basic-configurations/dc1-spine1-basic-configuration.txt index 0c31f1b03f5..52b6ac4ec0b 100644 --- a/ansible_collections/arista/avd/examples/dual-dc-l3ls/switch-basic-configurations/dc1-spine1-basic-configuration.txt +++ b/ansible_collections/arista/avd/examples/dual-dc-l3ls/switch-basic-configurations/dc1-spine1-basic-configuration.txt @@ -12,7 +12,7 @@ vrf instance MGMT ! ! Defines the settings for the Management1 interface through which Ansible reaches the device interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ! IP address - must be set uniquely per device diff --git a/ansible_collections/arista/avd/examples/dual-dc-l3ls/switch-basic-configurations/dc1-spine2-basic-configuration.txt b/ansible_collections/arista/avd/examples/dual-dc-l3ls/switch-basic-configurations/dc1-spine2-basic-configuration.txt index c1ba3d9a6a7..f9566e6409c 100644 --- a/ansible_collections/arista/avd/examples/dual-dc-l3ls/switch-basic-configurations/dc1-spine2-basic-configuration.txt +++ b/ansible_collections/arista/avd/examples/dual-dc-l3ls/switch-basic-configurations/dc1-spine2-basic-configuration.txt @@ -12,7 +12,7 @@ vrf instance MGMT ! ! Defines the settings for the Management1 interface through which Ansible reaches the device interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ! IP address - must be set uniquely per device diff --git a/ansible_collections/arista/avd/examples/dual-dc-l3ls/switch-basic-configurations/dc2-leaf1a-basic-configuration.txt b/ansible_collections/arista/avd/examples/dual-dc-l3ls/switch-basic-configurations/dc2-leaf1a-basic-configuration.txt index ea762a71599..bc34927e26d 100644 --- a/ansible_collections/arista/avd/examples/dual-dc-l3ls/switch-basic-configurations/dc2-leaf1a-basic-configuration.txt +++ b/ansible_collections/arista/avd/examples/dual-dc-l3ls/switch-basic-configurations/dc2-leaf1a-basic-configuration.txt @@ -12,7 +12,7 @@ vrf instance MGMT ! ! Defines the settings for the Management1 interface through which Ansible reaches the device interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ! IP address - must be set uniquely per device diff --git a/ansible_collections/arista/avd/examples/dual-dc-l3ls/switch-basic-configurations/dc2-leaf1b-basic-configuration.txt b/ansible_collections/arista/avd/examples/dual-dc-l3ls/switch-basic-configurations/dc2-leaf1b-basic-configuration.txt index 1107e6332c6..dcd11e0e27a 100644 --- a/ansible_collections/arista/avd/examples/dual-dc-l3ls/switch-basic-configurations/dc2-leaf1b-basic-configuration.txt +++ b/ansible_collections/arista/avd/examples/dual-dc-l3ls/switch-basic-configurations/dc2-leaf1b-basic-configuration.txt @@ -12,7 +12,7 @@ vrf instance MGMT ! ! Defines the settings for the Management1 interface through which Ansible reaches the device interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ! IP address - must be set uniquely per device diff --git a/ansible_collections/arista/avd/examples/dual-dc-l3ls/switch-basic-configurations/dc2-leaf1c-basic-configuration.txt b/ansible_collections/arista/avd/examples/dual-dc-l3ls/switch-basic-configurations/dc2-leaf1c-basic-configuration.txt index f85b922f4ab..d15818c87a1 100644 --- a/ansible_collections/arista/avd/examples/dual-dc-l3ls/switch-basic-configurations/dc2-leaf1c-basic-configuration.txt +++ b/ansible_collections/arista/avd/examples/dual-dc-l3ls/switch-basic-configurations/dc2-leaf1c-basic-configuration.txt @@ -12,7 +12,7 @@ vrf instance MGMT ! ! Defines the settings for the Management1 interface through which Ansible reaches the device interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ! IP address - must be set uniquely per device diff --git a/ansible_collections/arista/avd/examples/dual-dc-l3ls/switch-basic-configurations/dc2-leaf2a-basic-configuration.txt b/ansible_collections/arista/avd/examples/dual-dc-l3ls/switch-basic-configurations/dc2-leaf2a-basic-configuration.txt index 2389e0b0d00..b86366b7cca 100644 --- a/ansible_collections/arista/avd/examples/dual-dc-l3ls/switch-basic-configurations/dc2-leaf2a-basic-configuration.txt +++ b/ansible_collections/arista/avd/examples/dual-dc-l3ls/switch-basic-configurations/dc2-leaf2a-basic-configuration.txt @@ -12,7 +12,7 @@ vrf instance MGMT ! ! Defines the settings for the Management1 interface through which Ansible reaches the device interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ! IP address - must be set uniquely per device diff --git a/ansible_collections/arista/avd/examples/dual-dc-l3ls/switch-basic-configurations/dc2-leaf2b-basic-configuration.txt b/ansible_collections/arista/avd/examples/dual-dc-l3ls/switch-basic-configurations/dc2-leaf2b-basic-configuration.txt index 2e2f81a9744..be53336ace0 100644 --- a/ansible_collections/arista/avd/examples/dual-dc-l3ls/switch-basic-configurations/dc2-leaf2b-basic-configuration.txt +++ b/ansible_collections/arista/avd/examples/dual-dc-l3ls/switch-basic-configurations/dc2-leaf2b-basic-configuration.txt @@ -12,7 +12,7 @@ vrf instance MGMT ! ! Defines the settings for the Management1 interface through which Ansible reaches the device interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ! IP address - must be set uniquely per device diff --git a/ansible_collections/arista/avd/examples/dual-dc-l3ls/switch-basic-configurations/dc2-leaf2c-basic-configuration.txt b/ansible_collections/arista/avd/examples/dual-dc-l3ls/switch-basic-configurations/dc2-leaf2c-basic-configuration.txt index b4229f9fd50..330e516eda3 100644 --- a/ansible_collections/arista/avd/examples/dual-dc-l3ls/switch-basic-configurations/dc2-leaf2c-basic-configuration.txt +++ b/ansible_collections/arista/avd/examples/dual-dc-l3ls/switch-basic-configurations/dc2-leaf2c-basic-configuration.txt @@ -12,7 +12,7 @@ vrf instance MGMT ! ! Defines the settings for the Management1 interface through which Ansible reaches the device interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ! IP address - must be set uniquely per device diff --git a/ansible_collections/arista/avd/examples/dual-dc-l3ls/switch-basic-configurations/dc2-spine1-basic-configuration.txt b/ansible_collections/arista/avd/examples/dual-dc-l3ls/switch-basic-configurations/dc2-spine1-basic-configuration.txt index 35dc5d8b3d9..93186e75748 100644 --- a/ansible_collections/arista/avd/examples/dual-dc-l3ls/switch-basic-configurations/dc2-spine1-basic-configuration.txt +++ b/ansible_collections/arista/avd/examples/dual-dc-l3ls/switch-basic-configurations/dc2-spine1-basic-configuration.txt @@ -12,7 +12,7 @@ vrf instance MGMT ! ! Defines the settings for the Management1 interface through which Ansible reaches the device interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ! IP address - must be set uniquely per device diff --git a/ansible_collections/arista/avd/examples/dual-dc-l3ls/switch-basic-configurations/dc2-spine2-basic-configuration.txt b/ansible_collections/arista/avd/examples/dual-dc-l3ls/switch-basic-configurations/dc2-spine2-basic-configuration.txt index a10dafea566..0f63e39fa6b 100644 --- a/ansible_collections/arista/avd/examples/dual-dc-l3ls/switch-basic-configurations/dc2-spine2-basic-configuration.txt +++ b/ansible_collections/arista/avd/examples/dual-dc-l3ls/switch-basic-configurations/dc2-spine2-basic-configuration.txt @@ -12,7 +12,7 @@ vrf instance MGMT ! ! Defines the settings for the Management1 interface through which Ansible reaches the device interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ! IP address - must be set uniquely per device diff --git a/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/documentation/devices/p1.md b/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/documentation/devices/p1.md index d8295f33c3e..938b79dd75c 100644 --- a/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/documentation/devices/p1.md +++ b/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/documentation/devices/p1.md @@ -43,20 +43,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 172.16.1.11/24 | 172.16.1.1 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 172.16.1.11/24 | 172.16.1.1 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 172.16.1.11/24 diff --git a/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/documentation/devices/p2.md b/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/documentation/devices/p2.md index d56f3419796..cbf3c6f6a76 100644 --- a/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/documentation/devices/p2.md +++ b/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/documentation/devices/p2.md @@ -43,20 +43,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 172.16.1.12/24 | 172.16.1.1 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 172.16.1.12/24 | 172.16.1.1 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 172.16.1.12/24 diff --git a/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/documentation/devices/p3.md b/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/documentation/devices/p3.md index 96c6cf1b097..a3dc766f2b8 100644 --- a/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/documentation/devices/p3.md +++ b/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/documentation/devices/p3.md @@ -43,20 +43,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 172.16.1.13/24 | 172.16.1.1 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 172.16.1.13/24 | 172.16.1.1 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 172.16.1.13/24 diff --git a/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/documentation/devices/p4.md b/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/documentation/devices/p4.md index 891e62a870e..0a523bdc0e4 100644 --- a/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/documentation/devices/p4.md +++ b/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/documentation/devices/p4.md @@ -43,20 +43,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 172.16.1.14/24 | 172.16.1.1 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 172.16.1.14/24 | 172.16.1.1 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 172.16.1.14/24 diff --git a/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/documentation/devices/pe1.md b/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/documentation/devices/pe1.md index e1a7e1a5508..413aecc24d0 100644 --- a/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/documentation/devices/pe1.md +++ b/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/documentation/devices/pe1.md @@ -50,20 +50,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 172.16.1.101/24 | 172.16.1.1 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 172.16.1.101/24 | 172.16.1.1 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 172.16.1.101/24 diff --git a/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/documentation/devices/pe2.md b/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/documentation/devices/pe2.md index 8449ee0fad3..0c31e899fb4 100644 --- a/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/documentation/devices/pe2.md +++ b/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/documentation/devices/pe2.md @@ -50,20 +50,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 172.16.1.102/24 | 172.16.1.1 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 172.16.1.102/24 | 172.16.1.1 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 172.16.1.102/24 diff --git a/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/documentation/devices/pe3.md b/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/documentation/devices/pe3.md index 6b4ec8d588d..9dd67ff08e7 100644 --- a/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/documentation/devices/pe3.md +++ b/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/documentation/devices/pe3.md @@ -50,20 +50,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 172.16.1.103/24 | 172.16.1.1 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 172.16.1.103/24 | 172.16.1.1 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 172.16.1.103/24 diff --git a/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/documentation/devices/rr1.md b/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/documentation/devices/rr1.md index b7fc398a6d8..dd380e7a793 100644 --- a/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/documentation/devices/rr1.md +++ b/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/documentation/devices/rr1.md @@ -46,20 +46,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 172.16.1.151/24 | 172.16.1.1 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 172.16.1.151/24 | 172.16.1.1 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 172.16.1.151/24 diff --git a/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/documentation/devices/rr2.md b/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/documentation/devices/rr2.md index a21200b35b5..bfb4f444ecf 100644 --- a/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/documentation/devices/rr2.md +++ b/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/documentation/devices/rr2.md @@ -46,20 +46,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 172.16.1.152/24 | 172.16.1.1 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 172.16.1.152/24 | 172.16.1.1 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 172.16.1.152/24 diff --git a/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/intended/configs/p1.cfg b/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/intended/configs/p1.cfg index 7cbc7d480e3..ee4e17c4b77 100644 --- a/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/intended/configs/p1.cfg +++ b/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/intended/configs/p1.cfg @@ -104,7 +104,7 @@ interface Loopback0 mpls ldp interface ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 172.16.1.11/24 diff --git a/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/intended/configs/p2.cfg b/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/intended/configs/p2.cfg index 0b162d5add1..fa2551fb414 100644 --- a/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/intended/configs/p2.cfg +++ b/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/intended/configs/p2.cfg @@ -104,7 +104,7 @@ interface Loopback0 mpls ldp interface ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 172.16.1.12/24 diff --git a/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/intended/configs/p3.cfg b/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/intended/configs/p3.cfg index a1134468ad7..4884f887c8c 100644 --- a/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/intended/configs/p3.cfg +++ b/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/intended/configs/p3.cfg @@ -87,7 +87,7 @@ interface Loopback0 mpls ldp interface ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 172.16.1.13/24 diff --git a/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/intended/configs/p4.cfg b/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/intended/configs/p4.cfg index 27a41b4958a..5cfd8995724 100644 --- a/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/intended/configs/p4.cfg +++ b/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/intended/configs/p4.cfg @@ -87,7 +87,7 @@ interface Loopback0 mpls ldp interface ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 172.16.1.14/24 diff --git a/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/intended/configs/pe1.cfg b/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/intended/configs/pe1.cfg index f5b43ce266f..55971a5f9d8 100644 --- a/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/intended/configs/pe1.cfg +++ b/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/intended/configs/pe1.cfg @@ -93,7 +93,7 @@ interface Loopback0 mpls ldp interface ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 172.16.1.101/24 diff --git a/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/intended/configs/pe2.cfg b/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/intended/configs/pe2.cfg index 247418ff2c1..0a6d25c6e15 100644 --- a/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/intended/configs/pe2.cfg +++ b/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/intended/configs/pe2.cfg @@ -93,7 +93,7 @@ interface Loopback0 mpls ldp interface ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 172.16.1.102/24 diff --git a/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/intended/configs/pe3.cfg b/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/intended/configs/pe3.cfg index f984d6c8079..7d212f9ab36 100644 --- a/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/intended/configs/pe3.cfg +++ b/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/intended/configs/pe3.cfg @@ -89,7 +89,7 @@ interface Loopback0 mpls ldp interface ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 172.16.1.103/24 diff --git a/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/intended/configs/rr1.cfg b/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/intended/configs/rr1.cfg index af0f8a85fdb..f3ba5fe3f89 100644 --- a/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/intended/configs/rr1.cfg +++ b/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/intended/configs/rr1.cfg @@ -87,7 +87,7 @@ interface Loopback0 mpls ldp interface ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 172.16.1.151/24 diff --git a/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/intended/configs/rr2.cfg b/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/intended/configs/rr2.cfg index 404dd463a3f..1b814c8b59f 100644 --- a/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/intended/configs/rr2.cfg +++ b/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/intended/configs/rr2.cfg @@ -87,7 +87,7 @@ interface Loopback0 mpls ldp interface ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 172.16.1.152/24 diff --git a/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/intended/structured_configs/p1.yml b/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/intended/structured_configs/p1.yml index 01e427c18dc..84575037941 100644 --- a/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/intended/structured_configs/p1.yml +++ b/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/intended/structured_configs/p1.yml @@ -33,7 +33,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 172.16.1.11/24 diff --git a/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/intended/structured_configs/p2.yml b/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/intended/structured_configs/p2.yml index 72e8cfe052b..572a67eb032 100644 --- a/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/intended/structured_configs/p2.yml +++ b/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/intended/structured_configs/p2.yml @@ -33,7 +33,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 172.16.1.12/24 diff --git a/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/intended/structured_configs/p3.yml b/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/intended/structured_configs/p3.yml index 01572b78957..c6a2e1fbb56 100644 --- a/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/intended/structured_configs/p3.yml +++ b/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/intended/structured_configs/p3.yml @@ -33,7 +33,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 172.16.1.13/24 diff --git a/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/intended/structured_configs/p4.yml b/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/intended/structured_configs/p4.yml index ec0b02069a3..f13f689307b 100644 --- a/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/intended/structured_configs/p4.yml +++ b/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/intended/structured_configs/p4.yml @@ -33,7 +33,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 172.16.1.14/24 diff --git a/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/intended/structured_configs/pe1.yml b/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/intended/structured_configs/pe1.yml index 1415b2f25d1..a3a4e597b13 100644 --- a/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/intended/structured_configs/pe1.yml +++ b/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/intended/structured_configs/pe1.yml @@ -120,7 +120,7 @@ vrfs: ip_routing: true management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 172.16.1.101/24 diff --git a/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/intended/structured_configs/pe2.yml b/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/intended/structured_configs/pe2.yml index d604c6b5c75..5b27bf75faa 100644 --- a/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/intended/structured_configs/pe2.yml +++ b/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/intended/structured_configs/pe2.yml @@ -120,7 +120,7 @@ vrfs: ip_routing: true management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 172.16.1.102/24 diff --git a/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/intended/structured_configs/pe3.yml b/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/intended/structured_configs/pe3.yml index b5d9a35f8f6..ca7e6df53eb 100644 --- a/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/intended/structured_configs/pe3.yml +++ b/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/intended/structured_configs/pe3.yml @@ -120,7 +120,7 @@ vrfs: ip_routing: true management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 172.16.1.103/24 diff --git a/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/intended/structured_configs/rr1.yml b/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/intended/structured_configs/rr1.yml index 13730189976..4e2292f1da2 100644 --- a/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/intended/structured_configs/rr1.yml +++ b/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/intended/structured_configs/rr1.yml @@ -94,7 +94,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 172.16.1.151/24 diff --git a/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/intended/structured_configs/rr2.yml b/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/intended/structured_configs/rr2.yml index d71a6e01b3f..ca1f4df1526 100644 --- a/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/intended/structured_configs/rr2.yml +++ b/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/intended/structured_configs/rr2.yml @@ -94,7 +94,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 172.16.1.152/24 diff --git a/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/switch-basic-configurations/p1-basic-configuration.txt b/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/switch-basic-configurations/p1-basic-configuration.txt index ce38ccb1a03..fec4c64dc18 100644 --- a/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/switch-basic-configurations/p1-basic-configuration.txt +++ b/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/switch-basic-configurations/p1-basic-configuration.txt @@ -12,7 +12,7 @@ vrf instance MGMT ! ! Defines the settings for the Management1 interface through which Ansible reaches the device interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ! IP address - must be set uniquely per device diff --git a/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/switch-basic-configurations/p2-basic-configuration.txt b/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/switch-basic-configurations/p2-basic-configuration.txt index fc713f9fd57..1870ede93b9 100644 --- a/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/switch-basic-configurations/p2-basic-configuration.txt +++ b/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/switch-basic-configurations/p2-basic-configuration.txt @@ -12,7 +12,7 @@ vrf instance MGMT ! ! Defines the settings for the Management1 interface through which Ansible reaches the device interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ! IP address - must be set uniquely per device diff --git a/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/switch-basic-configurations/p3-basic-configuration.txt b/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/switch-basic-configurations/p3-basic-configuration.txt index e7bf9776866..4979c5cac18 100644 --- a/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/switch-basic-configurations/p3-basic-configuration.txt +++ b/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/switch-basic-configurations/p3-basic-configuration.txt @@ -12,7 +12,7 @@ vrf instance MGMT ! ! Defines the settings for the Management1 interface through which Ansible reaches the device interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ! IP address - must be set uniquely per device diff --git a/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/switch-basic-configurations/p4-basic-configuration.txt b/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/switch-basic-configurations/p4-basic-configuration.txt index 710c83c29d8..5c2fbbb1a3d 100644 --- a/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/switch-basic-configurations/p4-basic-configuration.txt +++ b/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/switch-basic-configurations/p4-basic-configuration.txt @@ -12,7 +12,7 @@ vrf instance MGMT ! ! Defines the settings for the Management1 interface through which Ansible reaches the device interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ! IP address - must be set uniquely per device diff --git a/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/switch-basic-configurations/pe1-basic-configuration.txt b/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/switch-basic-configurations/pe1-basic-configuration.txt index 31fff53f3ff..46bb1ef0376 100644 --- a/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/switch-basic-configurations/pe1-basic-configuration.txt +++ b/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/switch-basic-configurations/pe1-basic-configuration.txt @@ -12,7 +12,7 @@ vrf instance MGMT ! ! Defines the settings for the Management1 interface through which Ansible reaches the device interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ! IP address - must be set uniquely per device diff --git a/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/switch-basic-configurations/pe2-basic-configuration.txt b/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/switch-basic-configurations/pe2-basic-configuration.txt index 80906b044d6..ac94281f52a 100644 --- a/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/switch-basic-configurations/pe2-basic-configuration.txt +++ b/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/switch-basic-configurations/pe2-basic-configuration.txt @@ -12,7 +12,7 @@ vrf instance MGMT ! ! Defines the settings for the Management1 interface through which Ansible reaches the device interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ! IP address - must be set uniquely per device diff --git a/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/switch-basic-configurations/pe3-basic-configuration.txt b/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/switch-basic-configurations/pe3-basic-configuration.txt index eb731206cf6..9c685f6f965 100644 --- a/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/switch-basic-configurations/pe3-basic-configuration.txt +++ b/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/switch-basic-configurations/pe3-basic-configuration.txt @@ -12,7 +12,7 @@ vrf instance MGMT ! ! Defines the settings for the Management1 interface through which Ansible reaches the device interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ! IP address - must be set uniquely per device diff --git a/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/switch-basic-configurations/rr1-basic-configuration.txt b/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/switch-basic-configurations/rr1-basic-configuration.txt index b715a3c8773..f9b4182acda 100644 --- a/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/switch-basic-configurations/rr1-basic-configuration.txt +++ b/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/switch-basic-configurations/rr1-basic-configuration.txt @@ -12,7 +12,7 @@ vrf instance MGMT ! ! Defines the settings for the Management1 interface through which Ansible reaches the device interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ! IP address - must be set uniquely per device diff --git a/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/switch-basic-configurations/rr2-basic-configuration.txt b/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/switch-basic-configurations/rr2-basic-configuration.txt index 420f74472a4..22e8523c159 100644 --- a/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/switch-basic-configurations/rr2-basic-configuration.txt +++ b/ansible_collections/arista/avd/examples/isis-ldp-ipvpn/switch-basic-configurations/rr2-basic-configuration.txt @@ -12,7 +12,7 @@ vrf instance MGMT ! ! Defines the settings for the Management1 interface through which Ansible reaches the device interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ! IP address - must be set uniquely per device diff --git a/ansible_collections/arista/avd/examples/l2ls-fabric/documentation/devices/LEAF1.md b/ansible_collections/arista/avd/examples/l2ls-fabric/documentation/devices/LEAF1.md index 1561b7f8d8c..a49e6517b80 100644 --- a/ansible_collections/arista/avd/examples/l2ls-fabric/documentation/devices/LEAF1.md +++ b/ansible_collections/arista/avd/examples/l2ls-fabric/documentation/devices/LEAF1.md @@ -49,20 +49,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management0 | oob_management | oob | MGMT | 172.16.100.105/24 | 172.16.100.1 | +| Management0 | OOB_MANAGEMENT | oob | MGMT | 172.16.100.105/24 | 172.16.100.1 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management0 | oob_management | oob | MGMT | - | - | +| Management0 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management0 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 172.16.100.105/24 diff --git a/ansible_collections/arista/avd/examples/l2ls-fabric/documentation/devices/LEAF2.md b/ansible_collections/arista/avd/examples/l2ls-fabric/documentation/devices/LEAF2.md index c015b58ffe6..5960927449d 100644 --- a/ansible_collections/arista/avd/examples/l2ls-fabric/documentation/devices/LEAF2.md +++ b/ansible_collections/arista/avd/examples/l2ls-fabric/documentation/devices/LEAF2.md @@ -49,20 +49,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management0 | oob_management | oob | MGMT | 172.16.100.106/24 | 172.16.100.1 | +| Management0 | OOB_MANAGEMENT | oob | MGMT | 172.16.100.106/24 | 172.16.100.1 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management0 | oob_management | oob | MGMT | - | - | +| Management0 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management0 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 172.16.100.106/24 diff --git a/ansible_collections/arista/avd/examples/l2ls-fabric/documentation/devices/LEAF3.md b/ansible_collections/arista/avd/examples/l2ls-fabric/documentation/devices/LEAF3.md index a11d57af7ae..bcfaade3c8c 100644 --- a/ansible_collections/arista/avd/examples/l2ls-fabric/documentation/devices/LEAF3.md +++ b/ansible_collections/arista/avd/examples/l2ls-fabric/documentation/devices/LEAF3.md @@ -49,20 +49,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management0 | oob_management | oob | MGMT | 172.16.100.107/24 | 172.16.100.1 | +| Management0 | OOB_MANAGEMENT | oob | MGMT | 172.16.100.107/24 | 172.16.100.1 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management0 | oob_management | oob | MGMT | - | - | +| Management0 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management0 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 172.16.100.107/24 diff --git a/ansible_collections/arista/avd/examples/l2ls-fabric/documentation/devices/LEAF4.md b/ansible_collections/arista/avd/examples/l2ls-fabric/documentation/devices/LEAF4.md index 691e3e0b796..b4253cea23e 100644 --- a/ansible_collections/arista/avd/examples/l2ls-fabric/documentation/devices/LEAF4.md +++ b/ansible_collections/arista/avd/examples/l2ls-fabric/documentation/devices/LEAF4.md @@ -49,20 +49,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management0 | oob_management | oob | MGMT | 172.16.100.108/24 | 172.16.100.1 | +| Management0 | OOB_MANAGEMENT | oob | MGMT | 172.16.100.108/24 | 172.16.100.1 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management0 | oob_management | oob | MGMT | - | - | +| Management0 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management0 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 172.16.100.108/24 diff --git a/ansible_collections/arista/avd/examples/l2ls-fabric/documentation/devices/SPINE1.md b/ansible_collections/arista/avd/examples/l2ls-fabric/documentation/devices/SPINE1.md index ec87b5191b0..239d998a454 100644 --- a/ansible_collections/arista/avd/examples/l2ls-fabric/documentation/devices/SPINE1.md +++ b/ansible_collections/arista/avd/examples/l2ls-fabric/documentation/devices/SPINE1.md @@ -49,20 +49,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management0 | oob_management | oob | MGMT | 172.16.100.101/24 | 172.16.100.1 | +| Management0 | OOB_MANAGEMENT | oob | MGMT | 172.16.100.101/24 | 172.16.100.1 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management0 | oob_management | oob | MGMT | - | - | +| Management0 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management0 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 172.16.100.101/24 diff --git a/ansible_collections/arista/avd/examples/l2ls-fabric/documentation/devices/SPINE2.md b/ansible_collections/arista/avd/examples/l2ls-fabric/documentation/devices/SPINE2.md index 8616016e160..2a20b0ec121 100644 --- a/ansible_collections/arista/avd/examples/l2ls-fabric/documentation/devices/SPINE2.md +++ b/ansible_collections/arista/avd/examples/l2ls-fabric/documentation/devices/SPINE2.md @@ -49,20 +49,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management0 | oob_management | oob | MGMT | 172.16.100.102/24 | 172.16.100.1 | +| Management0 | OOB_MANAGEMENT | oob | MGMT | 172.16.100.102/24 | 172.16.100.1 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management0 | oob_management | oob | MGMT | - | - | +| Management0 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management0 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 172.16.100.102/24 diff --git a/ansible_collections/arista/avd/examples/l2ls-fabric/intended/configs/LEAF1.cfg b/ansible_collections/arista/avd/examples/l2ls-fabric/intended/configs/LEAF1.cfg index a9cd3157040..d1b5360729a 100644 --- a/ansible_collections/arista/avd/examples/l2ls-fabric/intended/configs/LEAF1.cfg +++ b/ansible_collections/arista/avd/examples/l2ls-fabric/intended/configs/LEAF1.cfg @@ -85,7 +85,7 @@ interface Ethernet48 channel-group 47 mode active ! interface Management0 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 172.16.100.105/24 diff --git a/ansible_collections/arista/avd/examples/l2ls-fabric/intended/configs/LEAF2.cfg b/ansible_collections/arista/avd/examples/l2ls-fabric/intended/configs/LEAF2.cfg index 549025e03ae..eae7a860a87 100644 --- a/ansible_collections/arista/avd/examples/l2ls-fabric/intended/configs/LEAF2.cfg +++ b/ansible_collections/arista/avd/examples/l2ls-fabric/intended/configs/LEAF2.cfg @@ -85,7 +85,7 @@ interface Ethernet48 channel-group 47 mode active ! interface Management0 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 172.16.100.106/24 diff --git a/ansible_collections/arista/avd/examples/l2ls-fabric/intended/configs/LEAF3.cfg b/ansible_collections/arista/avd/examples/l2ls-fabric/intended/configs/LEAF3.cfg index 4a8eb784648..450a34e173a 100644 --- a/ansible_collections/arista/avd/examples/l2ls-fabric/intended/configs/LEAF3.cfg +++ b/ansible_collections/arista/avd/examples/l2ls-fabric/intended/configs/LEAF3.cfg @@ -85,7 +85,7 @@ interface Ethernet48 channel-group 47 mode active ! interface Management0 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 172.16.100.107/24 diff --git a/ansible_collections/arista/avd/examples/l2ls-fabric/intended/configs/LEAF4.cfg b/ansible_collections/arista/avd/examples/l2ls-fabric/intended/configs/LEAF4.cfg index b2112187797..d59167b9c1e 100644 --- a/ansible_collections/arista/avd/examples/l2ls-fabric/intended/configs/LEAF4.cfg +++ b/ansible_collections/arista/avd/examples/l2ls-fabric/intended/configs/LEAF4.cfg @@ -85,7 +85,7 @@ interface Ethernet48 channel-group 47 mode active ! interface Management0 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 172.16.100.108/24 diff --git a/ansible_collections/arista/avd/examples/l2ls-fabric/intended/configs/SPINE1.cfg b/ansible_collections/arista/avd/examples/l2ls-fabric/intended/configs/SPINE1.cfg index 44014bc3484..e09c6240d76 100644 --- a/ansible_collections/arista/avd/examples/l2ls-fabric/intended/configs/SPINE1.cfg +++ b/ansible_collections/arista/avd/examples/l2ls-fabric/intended/configs/SPINE1.cfg @@ -111,7 +111,7 @@ interface Ethernet48 channel-group 47 mode active ! interface Management0 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 172.16.100.101/24 diff --git a/ansible_collections/arista/avd/examples/l2ls-fabric/intended/configs/SPINE2.cfg b/ansible_collections/arista/avd/examples/l2ls-fabric/intended/configs/SPINE2.cfg index 698e27e185d..7cd52c607e0 100644 --- a/ansible_collections/arista/avd/examples/l2ls-fabric/intended/configs/SPINE2.cfg +++ b/ansible_collections/arista/avd/examples/l2ls-fabric/intended/configs/SPINE2.cfg @@ -111,7 +111,7 @@ interface Ethernet48 channel-group 47 mode active ! interface Management0 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 172.16.100.102/24 diff --git a/ansible_collections/arista/avd/examples/l2ls-fabric/intended/structured_configs/LEAF1.yml b/ansible_collections/arista/avd/examples/l2ls-fabric/intended/structured_configs/LEAF1.yml index 03687e4dd21..248acae86a3 100644 --- a/ansible_collections/arista/avd/examples/l2ls-fabric/intended/structured_configs/LEAF1.yml +++ b/ansible_collections/arista/avd/examples/l2ls-fabric/intended/structured_configs/LEAF1.yml @@ -41,7 +41,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management0 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 172.16.100.105/24 diff --git a/ansible_collections/arista/avd/examples/l2ls-fabric/intended/structured_configs/LEAF2.yml b/ansible_collections/arista/avd/examples/l2ls-fabric/intended/structured_configs/LEAF2.yml index cd7a537fe25..e2d3662b4ea 100644 --- a/ansible_collections/arista/avd/examples/l2ls-fabric/intended/structured_configs/LEAF2.yml +++ b/ansible_collections/arista/avd/examples/l2ls-fabric/intended/structured_configs/LEAF2.yml @@ -41,7 +41,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management0 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 172.16.100.106/24 diff --git a/ansible_collections/arista/avd/examples/l2ls-fabric/intended/structured_configs/LEAF3.yml b/ansible_collections/arista/avd/examples/l2ls-fabric/intended/structured_configs/LEAF3.yml index d048dde6c72..9c3083cad29 100644 --- a/ansible_collections/arista/avd/examples/l2ls-fabric/intended/structured_configs/LEAF3.yml +++ b/ansible_collections/arista/avd/examples/l2ls-fabric/intended/structured_configs/LEAF3.yml @@ -41,7 +41,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management0 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 172.16.100.107/24 diff --git a/ansible_collections/arista/avd/examples/l2ls-fabric/intended/structured_configs/LEAF4.yml b/ansible_collections/arista/avd/examples/l2ls-fabric/intended/structured_configs/LEAF4.yml index b52f57aff2a..4ec1269e7cb 100644 --- a/ansible_collections/arista/avd/examples/l2ls-fabric/intended/structured_configs/LEAF4.yml +++ b/ansible_collections/arista/avd/examples/l2ls-fabric/intended/structured_configs/LEAF4.yml @@ -41,7 +41,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management0 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 172.16.100.108/24 diff --git a/ansible_collections/arista/avd/examples/l2ls-fabric/intended/structured_configs/SPINE1.yml b/ansible_collections/arista/avd/examples/l2ls-fabric/intended/structured_configs/SPINE1.yml index 9226995ffca..54d92b41ef9 100644 --- a/ansible_collections/arista/avd/examples/l2ls-fabric/intended/structured_configs/SPINE1.yml +++ b/ansible_collections/arista/avd/examples/l2ls-fabric/intended/structured_configs/SPINE1.yml @@ -41,7 +41,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management0 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 172.16.100.101/24 diff --git a/ansible_collections/arista/avd/examples/l2ls-fabric/intended/structured_configs/SPINE2.yml b/ansible_collections/arista/avd/examples/l2ls-fabric/intended/structured_configs/SPINE2.yml index 7f73db0c6cf..e7df2587026 100644 --- a/ansible_collections/arista/avd/examples/l2ls-fabric/intended/structured_configs/SPINE2.yml +++ b/ansible_collections/arista/avd/examples/l2ls-fabric/intended/structured_configs/SPINE2.yml @@ -41,7 +41,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management0 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 172.16.100.102/24 diff --git a/ansible_collections/arista/avd/examples/single-dc-l3ls/documentation/devices/dc1-leaf1a.md b/ansible_collections/arista/avd/examples/single-dc-l3ls/documentation/devices/dc1-leaf1a.md index 69acaf85de5..9a040a0332d 100644 --- a/ansible_collections/arista/avd/examples/single-dc-l3ls/documentation/devices/dc1-leaf1a.md +++ b/ansible_collections/arista/avd/examples/single-dc-l3ls/documentation/devices/dc1-leaf1a.md @@ -61,20 +61,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 172.16.1.101/24 | 172.16.1.1 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 172.16.1.101/24 | 172.16.1.1 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 172.16.1.101/24 diff --git a/ansible_collections/arista/avd/examples/single-dc-l3ls/documentation/devices/dc1-leaf1b.md b/ansible_collections/arista/avd/examples/single-dc-l3ls/documentation/devices/dc1-leaf1b.md index d8820e34335..da35aa37aee 100644 --- a/ansible_collections/arista/avd/examples/single-dc-l3ls/documentation/devices/dc1-leaf1b.md +++ b/ansible_collections/arista/avd/examples/single-dc-l3ls/documentation/devices/dc1-leaf1b.md @@ -61,20 +61,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 172.16.1.102/24 | 172.16.1.1 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 172.16.1.102/24 | 172.16.1.1 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 172.16.1.102/24 diff --git a/ansible_collections/arista/avd/examples/single-dc-l3ls/documentation/devices/dc1-leaf1c.md b/ansible_collections/arista/avd/examples/single-dc-l3ls/documentation/devices/dc1-leaf1c.md index 740bb5fe5e7..1c9aceeb831 100644 --- a/ansible_collections/arista/avd/examples/single-dc-l3ls/documentation/devices/dc1-leaf1c.md +++ b/ansible_collections/arista/avd/examples/single-dc-l3ls/documentation/devices/dc1-leaf1c.md @@ -45,20 +45,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 172.16.1.151/24 | 172.16.1.1 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 172.16.1.151/24 | 172.16.1.1 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 172.16.1.151/24 diff --git a/ansible_collections/arista/avd/examples/single-dc-l3ls/documentation/devices/dc1-leaf2a.md b/ansible_collections/arista/avd/examples/single-dc-l3ls/documentation/devices/dc1-leaf2a.md index a2273810374..f3c2ee1a233 100644 --- a/ansible_collections/arista/avd/examples/single-dc-l3ls/documentation/devices/dc1-leaf2a.md +++ b/ansible_collections/arista/avd/examples/single-dc-l3ls/documentation/devices/dc1-leaf2a.md @@ -61,20 +61,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 172.16.1.103/24 | 172.16.1.1 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 172.16.1.103/24 | 172.16.1.1 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 172.16.1.103/24 diff --git a/ansible_collections/arista/avd/examples/single-dc-l3ls/documentation/devices/dc1-leaf2b.md b/ansible_collections/arista/avd/examples/single-dc-l3ls/documentation/devices/dc1-leaf2b.md index 83096167a54..91b7035855f 100644 --- a/ansible_collections/arista/avd/examples/single-dc-l3ls/documentation/devices/dc1-leaf2b.md +++ b/ansible_collections/arista/avd/examples/single-dc-l3ls/documentation/devices/dc1-leaf2b.md @@ -61,20 +61,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 172.16.1.104/24 | 172.16.1.1 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 172.16.1.104/24 | 172.16.1.1 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 172.16.1.104/24 diff --git a/ansible_collections/arista/avd/examples/single-dc-l3ls/documentation/devices/dc1-leaf2c.md b/ansible_collections/arista/avd/examples/single-dc-l3ls/documentation/devices/dc1-leaf2c.md index 29fbe28280d..8274e115d3f 100644 --- a/ansible_collections/arista/avd/examples/single-dc-l3ls/documentation/devices/dc1-leaf2c.md +++ b/ansible_collections/arista/avd/examples/single-dc-l3ls/documentation/devices/dc1-leaf2c.md @@ -45,20 +45,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 172.16.1.152/24 | 172.16.1.1 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 172.16.1.152/24 | 172.16.1.1 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 172.16.1.152/24 diff --git a/ansible_collections/arista/avd/examples/single-dc-l3ls/documentation/devices/dc1-spine1.md b/ansible_collections/arista/avd/examples/single-dc-l3ls/documentation/devices/dc1-spine1.md index 289c03011db..c8a1ab8ef00 100644 --- a/ansible_collections/arista/avd/examples/single-dc-l3ls/documentation/devices/dc1-spine1.md +++ b/ansible_collections/arista/avd/examples/single-dc-l3ls/documentation/devices/dc1-spine1.md @@ -46,20 +46,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 172.16.1.11/24 | 172.16.1.1 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 172.16.1.11/24 | 172.16.1.1 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 172.16.1.11/24 diff --git a/ansible_collections/arista/avd/examples/single-dc-l3ls/documentation/devices/dc1-spine2.md b/ansible_collections/arista/avd/examples/single-dc-l3ls/documentation/devices/dc1-spine2.md index a790e9158ef..75baf92ba81 100644 --- a/ansible_collections/arista/avd/examples/single-dc-l3ls/documentation/devices/dc1-spine2.md +++ b/ansible_collections/arista/avd/examples/single-dc-l3ls/documentation/devices/dc1-spine2.md @@ -46,20 +46,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 172.16.1.12/24 | 172.16.1.1 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 172.16.1.12/24 | 172.16.1.1 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 172.16.1.12/24 diff --git a/ansible_collections/arista/avd/examples/single-dc-l3ls/intended/configs/dc1-leaf1a.cfg b/ansible_collections/arista/avd/examples/single-dc-l3ls/intended/configs/dc1-leaf1a.cfg index 52179760f75..6146da21a6e 100644 --- a/ansible_collections/arista/avd/examples/single-dc-l3ls/intended/configs/dc1-leaf1a.cfg +++ b/ansible_collections/arista/avd/examples/single-dc-l3ls/intended/configs/dc1-leaf1a.cfg @@ -152,7 +152,7 @@ interface Loopback11 ip address 10.255.11.3/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 172.16.1.101/24 diff --git a/ansible_collections/arista/avd/examples/single-dc-l3ls/intended/configs/dc1-leaf1b.cfg b/ansible_collections/arista/avd/examples/single-dc-l3ls/intended/configs/dc1-leaf1b.cfg index d8a2c850825..8fe104fbd5f 100644 --- a/ansible_collections/arista/avd/examples/single-dc-l3ls/intended/configs/dc1-leaf1b.cfg +++ b/ansible_collections/arista/avd/examples/single-dc-l3ls/intended/configs/dc1-leaf1b.cfg @@ -152,7 +152,7 @@ interface Loopback11 ip address 10.255.11.4/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 172.16.1.102/24 diff --git a/ansible_collections/arista/avd/examples/single-dc-l3ls/intended/configs/dc1-leaf1c.cfg b/ansible_collections/arista/avd/examples/single-dc-l3ls/intended/configs/dc1-leaf1c.cfg index d5dcb3fe54d..a5b831d968f 100644 --- a/ansible_collections/arista/avd/examples/single-dc-l3ls/intended/configs/dc1-leaf1c.cfg +++ b/ansible_collections/arista/avd/examples/single-dc-l3ls/intended/configs/dc1-leaf1c.cfg @@ -74,7 +74,7 @@ interface Ethernet5 spanning-tree portfast ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 172.16.1.151/24 diff --git a/ansible_collections/arista/avd/examples/single-dc-l3ls/intended/configs/dc1-leaf2a.cfg b/ansible_collections/arista/avd/examples/single-dc-l3ls/intended/configs/dc1-leaf2a.cfg index ade7bf3ec8a..43c3252aa1c 100644 --- a/ansible_collections/arista/avd/examples/single-dc-l3ls/intended/configs/dc1-leaf2a.cfg +++ b/ansible_collections/arista/avd/examples/single-dc-l3ls/intended/configs/dc1-leaf2a.cfg @@ -152,7 +152,7 @@ interface Loopback11 ip address 10.255.11.5/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 172.16.1.103/24 diff --git a/ansible_collections/arista/avd/examples/single-dc-l3ls/intended/configs/dc1-leaf2b.cfg b/ansible_collections/arista/avd/examples/single-dc-l3ls/intended/configs/dc1-leaf2b.cfg index 4378606a12d..1eaefbaac4e 100644 --- a/ansible_collections/arista/avd/examples/single-dc-l3ls/intended/configs/dc1-leaf2b.cfg +++ b/ansible_collections/arista/avd/examples/single-dc-l3ls/intended/configs/dc1-leaf2b.cfg @@ -152,7 +152,7 @@ interface Loopback11 ip address 10.255.11.6/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 172.16.1.104/24 diff --git a/ansible_collections/arista/avd/examples/single-dc-l3ls/intended/configs/dc1-leaf2c.cfg b/ansible_collections/arista/avd/examples/single-dc-l3ls/intended/configs/dc1-leaf2c.cfg index 0c77b796cf6..8049985429d 100644 --- a/ansible_collections/arista/avd/examples/single-dc-l3ls/intended/configs/dc1-leaf2c.cfg +++ b/ansible_collections/arista/avd/examples/single-dc-l3ls/intended/configs/dc1-leaf2c.cfg @@ -74,7 +74,7 @@ interface Ethernet5 spanning-tree portfast ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 172.16.1.152/24 diff --git a/ansible_collections/arista/avd/examples/single-dc-l3ls/intended/configs/dc1-spine1.cfg b/ansible_collections/arista/avd/examples/single-dc-l3ls/intended/configs/dc1-spine1.cfg index ae1eee0de3e..9d41fda2cc0 100644 --- a/ansible_collections/arista/avd/examples/single-dc-l3ls/intended/configs/dc1-spine1.cfg +++ b/ansible_collections/arista/avd/examples/single-dc-l3ls/intended/configs/dc1-spine1.cfg @@ -63,7 +63,7 @@ interface Loopback0 ip address 10.255.0.1/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 172.16.1.11/24 diff --git a/ansible_collections/arista/avd/examples/single-dc-l3ls/intended/configs/dc1-spine2.cfg b/ansible_collections/arista/avd/examples/single-dc-l3ls/intended/configs/dc1-spine2.cfg index 661a70dec88..2370f2a3e8f 100644 --- a/ansible_collections/arista/avd/examples/single-dc-l3ls/intended/configs/dc1-spine2.cfg +++ b/ansible_collections/arista/avd/examples/single-dc-l3ls/intended/configs/dc1-spine2.cfg @@ -63,7 +63,7 @@ interface Loopback0 ip address 10.255.0.2/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 172.16.1.12/24 diff --git a/ansible_collections/arista/avd/examples/single-dc-l3ls/intended/structured_configs/cvp/cvp_configlets.yml b/ansible_collections/arista/avd/examples/single-dc-l3ls/intended/structured_configs/cvp/cvp_configlets.yml index 243d348ab96..f1576f06cef 100644 --- a/ansible_collections/arista/avd/examples/single-dc-l3ls/intended/structured_configs/cvp/cvp_configlets.yml +++ b/ansible_collections/arista/avd/examples/single-dc-l3ls/intended/structured_configs/cvp/cvp_configlets.yml @@ -38,7 +38,7 @@ cvp_configlets: 10.255.1.3/32\n!\ninterface Loopback10\n description VRF10_VTEP_DIAGNOSTICS\n \ no shutdown\n vrf VRF10\n ip address 10.255.10.3/32\n!\ninterface Loopback11\n \ description VRF11_VTEP_DIAGNOSTICS\n no shutdown\n vrf VRF11\n ip address - 10.255.11.3/32\n!\ninterface Management1\n description oob_management\n no + 10.255.11.3/32\n!\ninterface Management1\n description OOB_MANAGEMENT\n no shutdown\n vrf MGMT\n ip address 172.16.1.101/24\n!\ninterface Vlan11\n description VRF10_VLAN11\n no shutdown\n vrf VRF10\n ip address virtual 10.10.11.1/24\n!\ninterface Vlan12\n description VRF10_VLAN12\n no shutdown\n vrf VRF10\n ip address @@ -149,7 +149,7 @@ cvp_configlets: 10.255.1.3/32\n!\ninterface Loopback10\n description VRF10_VTEP_DIAGNOSTICS\n \ no shutdown\n vrf VRF10\n ip address 10.255.10.4/32\n!\ninterface Loopback11\n \ description VRF11_VTEP_DIAGNOSTICS\n no shutdown\n vrf VRF11\n ip address - 10.255.11.4/32\n!\ninterface Management1\n description oob_management\n no + 10.255.11.4/32\n!\ninterface Management1\n description OOB_MANAGEMENT\n no shutdown\n vrf MGMT\n ip address 172.16.1.102/24\n!\ninterface Vlan11\n description VRF10_VLAN11\n no shutdown\n vrf VRF10\n ip address virtual 10.10.11.1/24\n!\ninterface Vlan12\n description VRF10_VLAN12\n no shutdown\n vrf VRF10\n ip address @@ -241,7 +241,7 @@ cvp_configlets: shutdown\n channel-group 1 mode active\n!\ninterface Ethernet5\n description dc1-leaf1-server1_iLO\n no shutdown\n switchport access vlan 11\n switchport mode access\n switchport\n spanning-tree portfast\n!\ninterface Management1\n - \ description oob_management\n no shutdown\n vrf MGMT\n ip address 172.16.1.151/24\nno + \ description OOB_MANAGEMENT\n no shutdown\n vrf MGMT\n ip address 172.16.1.151/24\nno ip routing vrf MGMT\n!\nip route vrf MGMT 0.0.0.0/0 172.16.1.1\n!\nmanagement api http-commands\n protocol https\n no shutdown\n !\n vrf MGMT\n no shutdown\n!\nend\n" @@ -284,7 +284,7 @@ cvp_configlets: 10.255.1.5/32\n!\ninterface Loopback10\n description VRF10_VTEP_DIAGNOSTICS\n \ no shutdown\n vrf VRF10\n ip address 10.255.10.5/32\n!\ninterface Loopback11\n \ description VRF11_VTEP_DIAGNOSTICS\n no shutdown\n vrf VRF11\n ip address - 10.255.11.5/32\n!\ninterface Management1\n description oob_management\n no + 10.255.11.5/32\n!\ninterface Management1\n description OOB_MANAGEMENT\n no shutdown\n vrf MGMT\n ip address 172.16.1.103/24\n!\ninterface Vlan11\n description VRF10_VLAN11\n no shutdown\n vrf VRF10\n ip address virtual 10.10.11.1/24\n!\ninterface Vlan12\n description VRF10_VLAN12\n no shutdown\n vrf VRF10\n ip address @@ -395,7 +395,7 @@ cvp_configlets: 10.255.1.5/32\n!\ninterface Loopback10\n description VRF10_VTEP_DIAGNOSTICS\n \ no shutdown\n vrf VRF10\n ip address 10.255.10.6/32\n!\ninterface Loopback11\n \ description VRF11_VTEP_DIAGNOSTICS\n no shutdown\n vrf VRF11\n ip address - 10.255.11.6/32\n!\ninterface Management1\n description oob_management\n no + 10.255.11.6/32\n!\ninterface Management1\n description OOB_MANAGEMENT\n no shutdown\n vrf MGMT\n ip address 172.16.1.104/24\n!\ninterface Vlan11\n description VRF10_VLAN11\n no shutdown\n vrf VRF10\n ip address virtual 10.10.11.1/24\n!\ninterface Vlan12\n description VRF10_VLAN12\n no shutdown\n vrf VRF10\n ip address @@ -487,7 +487,7 @@ cvp_configlets: shutdown\n channel-group 1 mode active\n!\ninterface Ethernet5\n description dc1-leaf2-server1_iLO\n no shutdown\n switchport access vlan 11\n switchport mode access\n switchport\n spanning-tree portfast\n!\ninterface Management1\n - \ description oob_management\n no shutdown\n vrf MGMT\n ip address 172.16.1.152/24\nno + \ description OOB_MANAGEMENT\n no shutdown\n vrf MGMT\n ip address 172.16.1.152/24\nno ip routing vrf MGMT\n!\nip route vrf MGMT 0.0.0.0/0 172.16.1.1\n!\nmanagement api http-commands\n protocol https\n no shutdown\n !\n vrf MGMT\n no shutdown\n!\nend\n" @@ -509,7 +509,7 @@ cvp_configlets: P2P_LINK_TO_DC1-LEAF2B_Ethernet1\n no shutdown\n mtu 1500\n no switchport\n \ ip address 10.255.255.12/31\n!\ninterface Loopback0\n description EVPN_Overlay_Peering\n \ no shutdown\n ip address 10.255.0.1/32\n!\ninterface Management1\n description - oob_management\n no shutdown\n vrf MGMT\n ip address 172.16.1.11/24\n!\nip + OOB_MANAGEMENT\n no shutdown\n vrf MGMT\n ip address 172.16.1.11/24\n!\nip routing\nno ip routing vrf MGMT\n!\nip prefix-list PL-LOOPBACKS-EVPN-OVERLAY\n \ seq 10 permit 10.255.0.0/27 eq 32\n!\nip route vrf MGMT 0.0.0.0/0 172.16.1.1\n!\nroute-map RM-CONN-2-BGP permit 10\n match ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY\n!\nrouter @@ -560,7 +560,7 @@ cvp_configlets: P2P_LINK_TO_DC1-LEAF2B_Ethernet2\n no shutdown\n mtu 1500\n no switchport\n \ ip address 10.255.255.14/31\n!\ninterface Loopback0\n description EVPN_Overlay_Peering\n \ no shutdown\n ip address 10.255.0.2/32\n!\ninterface Management1\n description - oob_management\n no shutdown\n vrf MGMT\n ip address 172.16.1.12/24\n!\nip + OOB_MANAGEMENT\n no shutdown\n vrf MGMT\n ip address 172.16.1.12/24\n!\nip routing\nno ip routing vrf MGMT\n!\nip prefix-list PL-LOOPBACKS-EVPN-OVERLAY\n \ seq 10 permit 10.255.0.0/27 eq 32\n!\nip route vrf MGMT 0.0.0.0/0 172.16.1.1\n!\nroute-map RM-CONN-2-BGP permit 10\n match ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY\n!\nrouter diff --git a/ansible_collections/arista/avd/examples/single-dc-l3ls/intended/structured_configs/dc1-leaf1a.yml b/ansible_collections/arista/avd/examples/single-dc-l3ls/intended/structured_configs/dc1-leaf1a.yml index 6d5c2034309..7724aa0798e 100644 --- a/ansible_collections/arista/avd/examples/single-dc-l3ls/intended/structured_configs/dc1-leaf1a.yml +++ b/ansible_collections/arista/avd/examples/single-dc-l3ls/intended/structured_configs/dc1-leaf1a.yml @@ -214,7 +214,7 @@ vrfs: ip_routing: true management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 172.16.1.101/24 diff --git a/ansible_collections/arista/avd/examples/single-dc-l3ls/intended/structured_configs/dc1-leaf1b.yml b/ansible_collections/arista/avd/examples/single-dc-l3ls/intended/structured_configs/dc1-leaf1b.yml index 5a871fa6252..9af1487b9aa 100644 --- a/ansible_collections/arista/avd/examples/single-dc-l3ls/intended/structured_configs/dc1-leaf1b.yml +++ b/ansible_collections/arista/avd/examples/single-dc-l3ls/intended/structured_configs/dc1-leaf1b.yml @@ -214,7 +214,7 @@ vrfs: ip_routing: true management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 172.16.1.102/24 diff --git a/ansible_collections/arista/avd/examples/single-dc-l3ls/intended/structured_configs/dc1-leaf1c.yml b/ansible_collections/arista/avd/examples/single-dc-l3ls/intended/structured_configs/dc1-leaf1c.yml index b5562e30bd2..6a20295be82 100644 --- a/ansible_collections/arista/avd/examples/single-dc-l3ls/intended/structured_configs/dc1-leaf1c.yml +++ b/ansible_collections/arista/avd/examples/single-dc-l3ls/intended/structured_configs/dc1-leaf1c.yml @@ -48,7 +48,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 172.16.1.151/24 diff --git a/ansible_collections/arista/avd/examples/single-dc-l3ls/intended/structured_configs/dc1-leaf2a.yml b/ansible_collections/arista/avd/examples/single-dc-l3ls/intended/structured_configs/dc1-leaf2a.yml index 9cf1e0ca77e..4fd9e01c1c5 100644 --- a/ansible_collections/arista/avd/examples/single-dc-l3ls/intended/structured_configs/dc1-leaf2a.yml +++ b/ansible_collections/arista/avd/examples/single-dc-l3ls/intended/structured_configs/dc1-leaf2a.yml @@ -214,7 +214,7 @@ vrfs: ip_routing: true management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 172.16.1.103/24 diff --git a/ansible_collections/arista/avd/examples/single-dc-l3ls/intended/structured_configs/dc1-leaf2b.yml b/ansible_collections/arista/avd/examples/single-dc-l3ls/intended/structured_configs/dc1-leaf2b.yml index 739613e32ef..a24255b444e 100644 --- a/ansible_collections/arista/avd/examples/single-dc-l3ls/intended/structured_configs/dc1-leaf2b.yml +++ b/ansible_collections/arista/avd/examples/single-dc-l3ls/intended/structured_configs/dc1-leaf2b.yml @@ -214,7 +214,7 @@ vrfs: ip_routing: true management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 172.16.1.104/24 diff --git a/ansible_collections/arista/avd/examples/single-dc-l3ls/intended/structured_configs/dc1-leaf2c.yml b/ansible_collections/arista/avd/examples/single-dc-l3ls/intended/structured_configs/dc1-leaf2c.yml index 913eb00d2e6..c734898884a 100644 --- a/ansible_collections/arista/avd/examples/single-dc-l3ls/intended/structured_configs/dc1-leaf2c.yml +++ b/ansible_collections/arista/avd/examples/single-dc-l3ls/intended/structured_configs/dc1-leaf2c.yml @@ -48,7 +48,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 172.16.1.152/24 diff --git a/ansible_collections/arista/avd/examples/single-dc-l3ls/intended/structured_configs/dc1-spine1.yml b/ansible_collections/arista/avd/examples/single-dc-l3ls/intended/structured_configs/dc1-spine1.yml index 509a9090016..2d3d18c057b 100644 --- a/ansible_collections/arista/avd/examples/single-dc-l3ls/intended/structured_configs/dc1-spine1.yml +++ b/ansible_collections/arista/avd/examples/single-dc-l3ls/intended/structured_configs/dc1-spine1.yml @@ -124,7 +124,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 172.16.1.11/24 diff --git a/ansible_collections/arista/avd/examples/single-dc-l3ls/intended/structured_configs/dc1-spine2.yml b/ansible_collections/arista/avd/examples/single-dc-l3ls/intended/structured_configs/dc1-spine2.yml index f6b52b32022..b2eec52bafb 100644 --- a/ansible_collections/arista/avd/examples/single-dc-l3ls/intended/structured_configs/dc1-spine2.yml +++ b/ansible_collections/arista/avd/examples/single-dc-l3ls/intended/structured_configs/dc1-spine2.yml @@ -124,7 +124,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 172.16.1.12/24 diff --git a/ansible_collections/arista/avd/examples/single-dc-l3ls/switch-basic-configurations/dc1-leaf1a-basic-configuration.txt b/ansible_collections/arista/avd/examples/single-dc-l3ls/switch-basic-configurations/dc1-leaf1a-basic-configuration.txt index 2f4f47def07..7d78f6c76fa 100644 --- a/ansible_collections/arista/avd/examples/single-dc-l3ls/switch-basic-configurations/dc1-leaf1a-basic-configuration.txt +++ b/ansible_collections/arista/avd/examples/single-dc-l3ls/switch-basic-configurations/dc1-leaf1a-basic-configuration.txt @@ -12,7 +12,7 @@ vrf instance MGMT ! ! Defines the settings for the Management1 interface through which Ansible reaches the device interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ! IP address - must be set uniquely per device diff --git a/ansible_collections/arista/avd/examples/single-dc-l3ls/switch-basic-configurations/dc1-leaf1b-basic-configuration.txt b/ansible_collections/arista/avd/examples/single-dc-l3ls/switch-basic-configurations/dc1-leaf1b-basic-configuration.txt index 132d99a3d25..7d4ae96c08f 100644 --- a/ansible_collections/arista/avd/examples/single-dc-l3ls/switch-basic-configurations/dc1-leaf1b-basic-configuration.txt +++ b/ansible_collections/arista/avd/examples/single-dc-l3ls/switch-basic-configurations/dc1-leaf1b-basic-configuration.txt @@ -12,7 +12,7 @@ vrf instance MGMT ! ! Defines the settings for the Management1 interface through which Ansible reaches the device interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ! IP address - must be set uniquely per device diff --git a/ansible_collections/arista/avd/examples/single-dc-l3ls/switch-basic-configurations/dc1-leaf1c-basic-configuration.txt b/ansible_collections/arista/avd/examples/single-dc-l3ls/switch-basic-configurations/dc1-leaf1c-basic-configuration.txt index 099a5ac9c44..87df924c9d0 100644 --- a/ansible_collections/arista/avd/examples/single-dc-l3ls/switch-basic-configurations/dc1-leaf1c-basic-configuration.txt +++ b/ansible_collections/arista/avd/examples/single-dc-l3ls/switch-basic-configurations/dc1-leaf1c-basic-configuration.txt @@ -12,7 +12,7 @@ vrf instance MGMT ! ! Defines the settings for the Management1 interface through which Ansible reaches the device interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ! IP address - must be set uniquely per device diff --git a/ansible_collections/arista/avd/examples/single-dc-l3ls/switch-basic-configurations/dc1-leaf2a-basic-configuration.txt b/ansible_collections/arista/avd/examples/single-dc-l3ls/switch-basic-configurations/dc1-leaf2a-basic-configuration.txt index 7d0dab359fc..2dac1e4571d 100644 --- a/ansible_collections/arista/avd/examples/single-dc-l3ls/switch-basic-configurations/dc1-leaf2a-basic-configuration.txt +++ b/ansible_collections/arista/avd/examples/single-dc-l3ls/switch-basic-configurations/dc1-leaf2a-basic-configuration.txt @@ -12,7 +12,7 @@ vrf instance MGMT ! ! Defines the settings for the Management1 interface through which Ansible reaches the device interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ! IP address - must be set uniquely per device diff --git a/ansible_collections/arista/avd/examples/single-dc-l3ls/switch-basic-configurations/dc1-leaf2b-basic-configuration.txt b/ansible_collections/arista/avd/examples/single-dc-l3ls/switch-basic-configurations/dc1-leaf2b-basic-configuration.txt index 109934e865e..a757d372536 100644 --- a/ansible_collections/arista/avd/examples/single-dc-l3ls/switch-basic-configurations/dc1-leaf2b-basic-configuration.txt +++ b/ansible_collections/arista/avd/examples/single-dc-l3ls/switch-basic-configurations/dc1-leaf2b-basic-configuration.txt @@ -12,7 +12,7 @@ vrf instance MGMT ! ! Defines the settings for the Management1 interface through which Ansible reaches the device interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ! IP address - must be set uniquely per device diff --git a/ansible_collections/arista/avd/examples/single-dc-l3ls/switch-basic-configurations/dc1-leaf2c-basic-configuration.txt b/ansible_collections/arista/avd/examples/single-dc-l3ls/switch-basic-configurations/dc1-leaf2c-basic-configuration.txt index 9a2c21df566..4daf170ea69 100644 --- a/ansible_collections/arista/avd/examples/single-dc-l3ls/switch-basic-configurations/dc1-leaf2c-basic-configuration.txt +++ b/ansible_collections/arista/avd/examples/single-dc-l3ls/switch-basic-configurations/dc1-leaf2c-basic-configuration.txt @@ -12,7 +12,7 @@ vrf instance MGMT ! ! Defines the settings for the Management1 interface through which Ansible reaches the device interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ! IP address - must be set uniquely per device diff --git a/ansible_collections/arista/avd/examples/single-dc-l3ls/switch-basic-configurations/dc1-spine1-basic-configuration.txt b/ansible_collections/arista/avd/examples/single-dc-l3ls/switch-basic-configurations/dc1-spine1-basic-configuration.txt index aa3ec23c9d6..eb3b17e40b4 100644 --- a/ansible_collections/arista/avd/examples/single-dc-l3ls/switch-basic-configurations/dc1-spine1-basic-configuration.txt +++ b/ansible_collections/arista/avd/examples/single-dc-l3ls/switch-basic-configurations/dc1-spine1-basic-configuration.txt @@ -12,7 +12,7 @@ vrf instance MGMT ! ! Defines the settings for the Management1 interface through which Ansible reaches the device interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ! IP address - must be set uniquely per device diff --git a/ansible_collections/arista/avd/examples/single-dc-l3ls/switch-basic-configurations/dc1-spine2-basic-configuration.txt b/ansible_collections/arista/avd/examples/single-dc-l3ls/switch-basic-configurations/dc1-spine2-basic-configuration.txt index 01b385a437f..35d7974edf9 100644 --- a/ansible_collections/arista/avd/examples/single-dc-l3ls/switch-basic-configurations/dc1-spine2-basic-configuration.txt +++ b/ansible_collections/arista/avd/examples/single-dc-l3ls/switch-basic-configurations/dc1-spine2-basic-configuration.txt @@ -12,7 +12,7 @@ vrf instance MGMT ! ! Defines the settings for the Management1 interface through which Ansible reaches the device interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ! IP address - must be set uniquely per device diff --git a/ansible_collections/arista/avd/molecule/cv_workflow/intended/structured_configs/cvp/cvp_configlets.yml b/ansible_collections/arista/avd/molecule/cv_workflow/intended/structured_configs/cvp/cvp_configlets.yml index ea422a6e50f..db238f2298e 100644 --- a/ansible_collections/arista/avd/molecule/cv_workflow/intended/structured_configs/cvp/cvp_configlets.yml +++ b/ansible_collections/arista/avd/molecule/cv_workflow/intended/structured_configs/cvp/cvp_configlets.yml @@ -18,7 +18,7 @@ cvp_configlets: shutdown\n channel-group 2 mode active\n!\ninterface Ethernet3\n description S1-SPINE2_Ethernet2\n no shutdown\n channel-group 2 mode active\n!\ninterface Ethernet6\n description MLAG_PEER_s1-leaf2_Ethernet6\n no shutdown\n channel-group - 1 mode active\n!\ninterface Management0\n description oob_management\n no + 1 mode active\n!\ninterface Management0\n description OOB_MANAGEMENT\n no shutdown\n ip address 192.168.0.12/24\n!\ninterface Vlan4094\n description MLAG_PEER\n no shutdown\n mtu 1500\n no autostate\n ip address 10.1.253.4/31\n!\nmlag configuration\n domain-id RACK1\n local-interface Vlan4094\n peer-address @@ -44,7 +44,7 @@ cvp_configlets: shutdown\n channel-group 2 mode active\n!\ninterface Ethernet3\n description S1-SPINE2_Ethernet3\n no shutdown\n channel-group 2 mode active\n!\ninterface Ethernet6\n description MLAG_PEER_s1-leaf1_Ethernet6\n no shutdown\n channel-group - 1 mode active\n!\ninterface Management0\n description oob_management\n no + 1 mode active\n!\ninterface Management0\n description OOB_MANAGEMENT\n no shutdown\n ip address 192.168.0.13/24\n!\ninterface Vlan4094\n description MLAG_PEER\n no shutdown\n mtu 1500\n no autostate\n ip address 10.1.253.5/31\n!\nmlag configuration\n domain-id RACK1\n local-interface Vlan4094\n peer-address @@ -70,7 +70,7 @@ cvp_configlets: shutdown\n channel-group 2 mode active\n!\ninterface Ethernet3\n description S1-SPINE2_Ethernet4\n no shutdown\n channel-group 2 mode active\n!\ninterface Ethernet6\n description MLAG_PEER_s1-leaf4_Ethernet6\n no shutdown\n channel-group - 1 mode active\n!\ninterface Management0\n description oob_management\n no + 1 mode active\n!\ninterface Management0\n description OOB_MANAGEMENT\n no shutdown\n ip address 192.168.0.14/24\n!\ninterface Vlan4094\n description MLAG_PEER\n no shutdown\n mtu 1500\n no autostate\n ip address 10.1.253.8/31\n!\nmlag configuration\n domain-id RACK2\n local-interface Vlan4094\n peer-address @@ -96,7 +96,7 @@ cvp_configlets: shutdown\n channel-group 2 mode active\n!\ninterface Ethernet3\n description S1-SPINE2_Ethernet5\n no shutdown\n channel-group 2 mode active\n!\ninterface Ethernet6\n description MLAG_PEER_s1-leaf3_Ethernet6\n no shutdown\n channel-group - 1 mode active\n!\ninterface Management0\n description oob_management\n no + 1 mode active\n!\ninterface Management0\n description OOB_MANAGEMENT\n no shutdown\n ip address 192.168.0.15/24\n!\ninterface Vlan4094\n description MLAG_PEER\n no shutdown\n mtu 1500\n no autostate\n ip address 10.1.253.9/31\n!\nmlag configuration\n domain-id RACK2\n local-interface Vlan4094\n peer-address @@ -130,7 +130,7 @@ cvp_configlets: Ethernet6\n description MLAG_PEER_s1-spine2_Ethernet6\n no shutdown\n channel-group 1 mode active\n!\ninterface Loopback0\n description Router_ID\n no shutdown\n \ ip address 10.1.252.1/32\n ip ospf area 0.0.0.0\n!\ninterface Management0\n - \ description oob_management\n no shutdown\n ip address 192.168.0.10/24\n!\ninterface + \ description OOB_MANAGEMENT\n no shutdown\n ip address 192.168.0.10/24\n!\ninterface Vlan10\n description Ten\n no shutdown\n ip address 10.10.10.2/24\n ip virtual-router address 10.10.10.1\n!\ninterface Vlan20\n description Twenty\n \ no shutdown\n ip address 10.20.20.2/24\n ip virtual-router address 10.20.20.1\n!\ninterface @@ -171,7 +171,7 @@ cvp_configlets: Ethernet6\n description MLAG_PEER_s1-spine1_Ethernet6\n no shutdown\n channel-group 1 mode active\n!\ninterface Loopback0\n description Router_ID\n no shutdown\n \ ip address 10.1.252.2/32\n ip ospf area 0.0.0.0\n!\ninterface Management0\n - \ description oob_management\n no shutdown\n ip address 192.168.0.11/24\n!\ninterface + \ description OOB_MANAGEMENT\n no shutdown\n ip address 192.168.0.11/24\n!\ninterface Vlan10\n description Ten\n no shutdown\n ip address 10.10.10.3/24\n ip virtual-router address 10.10.10.1\n!\ninterface Vlan20\n description Twenty\n \ no shutdown\n ip address 10.20.20.3/24\n ip virtual-router address 10.20.20.1\n!\ninterface diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/aaa-2.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/aaa-2.md index cadde1f0ac8..c03631aea92 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/aaa-2.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/aaa-2.md @@ -17,20 +17,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/aaa.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/aaa.md index f8b46532894..a10de91e142 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/aaa.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/aaa.md @@ -23,20 +23,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/acl.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/acl.md index b4bad296b90..ca71f07d403 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/acl.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/acl.md @@ -18,20 +18,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/address-locking.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/address-locking.md index f944dae6ea7..1e828e6228d 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/address-locking.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/address-locking.md @@ -23,20 +23,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/agents.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/agents.md index 9d63d731fbe..ada2c84605c 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/agents.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/agents.md @@ -43,20 +43,20 @@ agent KernelFib environment KERNELFIB_PROGRAM_ALL_ECMP=true | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/aliases.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/aliases.md index fa1d5d01ac0..2dc16425862 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/aliases.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/aliases.md @@ -16,20 +16,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/application-traffic-recognition.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/application-traffic-recognition.md index b9ff137eba6..722dadc78cd 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/application-traffic-recognition.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/application-traffic-recognition.md @@ -21,20 +21,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/arp.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/arp.md index fe65f42326e..d623139ab64 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/arp.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/arp.md @@ -17,20 +17,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/as-path.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/as-path.md index 4bdfd9a5f6c..c68d34cbcd7 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/as-path.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/as-path.md @@ -17,20 +17,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/banners_without_eof.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/banners_without_eof.md index 1ec1ee8caba..091b093266c 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/banners_without_eof.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/banners_without_eof.md @@ -22,20 +22,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/base.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/base.md index 2f93c07f9c1..e860537ec3e 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/base.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/base.md @@ -22,20 +22,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/boot.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/boot.md index 97b6093d6f1..84072045575 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/boot.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/boot.md @@ -18,20 +18,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/class-maps.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/class-maps.md index afbf95ad5ba..3d37d324532 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/class-maps.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/class-maps.md @@ -17,20 +17,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/clock.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/clock.md index fcc93a95c4d..e87c99d8e48 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/clock.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/clock.md @@ -16,20 +16,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/config-comment.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/config-comment.md index 1d84c733b44..bfaeb257e76 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/config-comment.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/config-comment.md @@ -15,20 +15,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/custom-templates.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/custom-templates.md index 509b3e16bb7..702672bf807 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/custom-templates.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/custom-templates.md @@ -19,20 +19,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/cvx-2.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/cvx-2.md index f16c3795fbb..7bf2600ce5a 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/cvx-2.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/cvx-2.md @@ -17,20 +17,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/cvx.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/cvx.md index 308bd7b7e58..e7dd04d3fda 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/cvx.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/cvx.md @@ -18,20 +18,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/daemon_terminattr.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/daemon_terminattr.md index e6e287f49f3..2165f085a58 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/daemon_terminattr.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/daemon_terminattr.md @@ -17,20 +17,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/daemons.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/daemons.md index fe4de36862c..ed767810802 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/daemons.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/daemons.md @@ -17,20 +17,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/dhcp-relay.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/dhcp-relay.md index 9a21d870ca2..ce0fbd996e0 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/dhcp-relay.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/dhcp-relay.md @@ -18,20 +18,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/dhcp-servers.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/dhcp-servers.md index 11da4654f74..b8cb54277d3 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/dhcp-servers.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/dhcp-servers.md @@ -18,20 +18,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/dns-ntp.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/dns-ntp.md index 2fa58819253..936ad869c24 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/dns-ntp.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/dns-ntp.md @@ -19,20 +19,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/domain-list.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/domain-list.md index ed82e66b6d6..f54cb6028dc 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/domain-list.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/domain-list.md @@ -16,20 +16,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/dot1x-2.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/dot1x-2.md index d242cc7e38c..ddf0281cbc6 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/dot1x-2.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/dot1x-2.md @@ -17,20 +17,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/dot1x.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/dot1x.md index e1f562cff7c..46eba01e76e 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/dot1x.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/dot1x.md @@ -17,20 +17,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/dps-interfaces.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/dps-interfaces.md index 8225779a051..f324654c3b9 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/dps-interfaces.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/dps-interfaces.md @@ -17,20 +17,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/enable-password.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/enable-password.md index 0310adf0bba..940c15ccf86 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/enable-password.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/enable-password.md @@ -17,20 +17,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/errdisable.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/errdisable.md index 4ff36cf2488..955ad5bdc35 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/errdisable.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/errdisable.md @@ -17,20 +17,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/ethernet-interfaces.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/ethernet-interfaces.md index 2733f9af254..7e80a1daee6 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/ethernet-interfaces.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/ethernet-interfaces.md @@ -33,20 +33,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/event-handlers.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/event-handlers.md index 8e71fbd4fa2..26dc714ef51 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/event-handlers.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/event-handlers.md @@ -17,20 +17,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/event-monitor.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/event-monitor.md index 26c1b487ebf..9d0556b45c3 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/event-monitor.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/event-monitor.md @@ -15,20 +15,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/flow-tracking-2.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/flow-tracking-2.md index 054a4f79617..5480303686b 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/flow-tracking-2.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/flow-tracking-2.md @@ -17,20 +17,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/flow-tracking.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/flow-tracking.md index 76e5569a9ed..2d887db1103 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/flow-tracking.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/flow-tracking.md @@ -21,20 +21,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/groups.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/groups.md index 09aba96c83b..8895366b647 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/groups.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/groups.md @@ -18,20 +18,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/hardware-counter.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/hardware-counter.md index 259762f1333..217e54b532e 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/hardware-counter.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/hardware-counter.md @@ -17,20 +17,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/hardware.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/hardware.md index 4078a18a5e0..6d85f0180ed 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/hardware.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/hardware.md @@ -15,20 +15,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/hide-passwords.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/hide-passwords.md index ee0514f8a96..b205a6ab7e1 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/hide-passwords.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/hide-passwords.md @@ -25,20 +25,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/hostname.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/hostname.md index 4fc41c013a9..0c46dd6f616 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/hostname.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/hostname.md @@ -15,20 +15,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/igmp-snooping.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/igmp-snooping.md index 05afc981c9e..653cdbaeb30 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/igmp-snooping.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/igmp-snooping.md @@ -23,20 +23,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/interface-defaults.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/interface-defaults.md index be9208a9e81..b687d78f8b1 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/interface-defaults.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/interface-defaults.md @@ -18,20 +18,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/interface-profiles.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/interface-profiles.md index 555fbdc0ef3..14cdaabd4e5 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/interface-profiles.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/interface-profiles.md @@ -17,20 +17,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/ip-access-lists.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/ip-access-lists.md index 39e699f287c..008019438e9 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/ip-access-lists.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/ip-access-lists.md @@ -17,20 +17,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/ip-client-source-interfaces.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/ip-client-source-interfaces.md index 728a910ad4c..006dceb7ec0 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/ip-client-source-interfaces.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/ip-client-source-interfaces.md @@ -16,20 +16,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/ip-community-lists.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/ip-community-lists.md index b9f826f368e..06ab0113944 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/ip-community-lists.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/ip-community-lists.md @@ -17,20 +17,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/ip-dhcp-relay.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/ip-dhcp-relay.md index 19c4ee97a7e..e9a88e94df1 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/ip-dhcp-relay.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/ip-dhcp-relay.md @@ -18,20 +18,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/ip-dhcp-snooping.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/ip-dhcp-snooping.md index f1cd093dc49..4e239a7193a 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/ip-dhcp-snooping.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/ip-dhcp-snooping.md @@ -17,20 +17,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/ip-extended-community-lists-regexp.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/ip-extended-community-lists-regexp.md index 8c2c9a21ee6..7724efd82c3 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/ip-extended-community-lists-regexp.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/ip-extended-community-lists-regexp.md @@ -17,20 +17,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/ip-extended-community-lists.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/ip-extended-community-lists.md index 03b2a28122a..1a895bc57b1 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/ip-extended-community-lists.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/ip-extended-community-lists.md @@ -17,20 +17,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/ip-igmp-snooping-enable.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/ip-igmp-snooping-enable.md index 36fe8660913..07dd8eac85d 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/ip-igmp-snooping-enable.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/ip-igmp-snooping-enable.md @@ -17,20 +17,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/ip-nat.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/ip-nat.md index 08b04cfaec6..9524a22e8e5 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/ip-nat.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/ip-nat.md @@ -21,20 +21,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/ip-radius-source-interface.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/ip-radius-source-interface.md index 9b4f917b5e5..1ba72b371e9 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/ip-radius-source-interface.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/ip-radius-source-interface.md @@ -17,20 +17,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/ip-routing-fib.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/ip-routing-fib.md index bb37857e0d3..c7f04c85d95 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/ip-routing-fib.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/ip-routing-fib.md @@ -18,20 +18,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/ip-routing.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/ip-routing.md index 374d86fdbd3..34013b9f882 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/ip-routing.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/ip-routing.md @@ -21,20 +21,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/ip-security.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/ip-security.md index aa47f4dcb9f..062b1ea3b30 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/ip-security.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/ip-security.md @@ -21,20 +21,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/ip-tacacs-source-interface.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/ip-tacacs-source-interface.md index fb5009dd81a..f9fad3133c3 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/ip-tacacs-source-interface.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/ip-tacacs-source-interface.md @@ -17,20 +17,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/ip-virtual-router-mac-address.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/ip-virtual-router-mac-address.md index 091214ec5c0..c18f5601e0d 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/ip-virtual-router-mac-address.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/ip-virtual-router-mac-address.md @@ -17,20 +17,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/ipv6-access-lists.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/ipv6-access-lists.md index 9984bdd11fb..d33f6052d63 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/ipv6-access-lists.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/ipv6-access-lists.md @@ -18,20 +18,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/ipv6-dhcp-relay.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/ipv6-dhcp-relay.md index 83c6f9146b4..2e0c7ac50ed 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/ipv6-dhcp-relay.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/ipv6-dhcp-relay.md @@ -18,20 +18,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/ipv6-neighbors.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/ipv6-neighbors.md index 84224034e3e..d52513d677e 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/ipv6-neighbors.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/ipv6-neighbors.md @@ -17,20 +17,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/ipv6-static-routes.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/ipv6-static-routes.md index ab085a4256c..ccf0efe96be 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/ipv6-static-routes.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/ipv6-static-routes.md @@ -17,20 +17,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/l2-protocol-forwarding.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/l2-protocol-forwarding.md index 6296ca2afa4..ff205910a65 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/l2-protocol-forwarding.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/l2-protocol-forwarding.md @@ -21,20 +21,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/lacp.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/lacp.md index a30db9c7d83..91dd6c072cf 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/lacp.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/lacp.md @@ -18,20 +18,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/link-tracking-groups.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/link-tracking-groups.md index 801d340ca90..0276617573a 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/link-tracking-groups.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/link-tracking-groups.md @@ -16,20 +16,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/lldp.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/lldp.md index fe162e005b6..b8c3a6a06b1 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/lldp.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/lldp.md @@ -20,20 +20,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/load-interval.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/load-interval.md index 3085c39bdd7..03af9feee66 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/load-interval.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/load-interval.md @@ -15,20 +15,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/local-users.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/local-users.md index ff3427de457..0dc99603f88 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/local-users.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/local-users.md @@ -17,20 +17,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/logging-match-list.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/logging-match-list.md index 4451f135697..654d6c48612 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/logging-match-list.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/logging-match-list.md @@ -17,20 +17,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/logging-minimal.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/logging-minimal.md index 9b96988b89e..a0df6b3b4a8 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/logging-minimal.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/logging-minimal.md @@ -17,20 +17,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/logging.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/logging.md index f8529b4f9f1..3c0f2a0f29f 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/logging.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/logging.md @@ -17,20 +17,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/loopbacks-interfaces.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/loopbacks-interfaces.md index e2bbe7d707e..641a7891af3 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/loopbacks-interfaces.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/loopbacks-interfaces.md @@ -19,20 +19,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/mac-access-lists.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/mac-access-lists.md index 7676823604a..2ed4f8af15a 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/mac-access-lists.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/mac-access-lists.md @@ -17,20 +17,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/mac-address-table.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/mac-address-table.md index b4acb4ea1d9..155e5794fe8 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/mac-address-table.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/mac-address-table.md @@ -18,20 +18,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/mac-security-eth-po-entropy.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/mac-security-eth-po-entropy.md index 5dcee650f88..fe7ee1b3cb2 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/mac-security-eth-po-entropy.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/mac-security-eth-po-entropy.md @@ -25,20 +25,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/maintenance.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/maintenance.md index 13c56c1c1c4..b8912fd84ec 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/maintenance.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/maintenance.md @@ -17,20 +17,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/management-accounts.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/management-accounts.md index 0bd9266d4bd..7837ac0fc91 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/management-accounts.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/management-accounts.md @@ -16,20 +16,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/management-api-http.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/management-api-http.md index 25485a3a7ae..5e645fa575e 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/management-api-http.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/management-api-http.md @@ -18,20 +18,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/management-api-models.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/management-api-models.md index 24e80fd1f0f..f2f442fb399 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/management-api-models.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/management-api-models.md @@ -16,20 +16,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/management-console.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/management-console.md index 95fa4fb36c2..8717795921b 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/management-console.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/management-console.md @@ -16,20 +16,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/management-cvx.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/management-cvx.md index 4965b3f4709..e270c26a1b9 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/management-cvx.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/management-cvx.md @@ -16,20 +16,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/management-defaults.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/management-defaults.md index b2a83ac5b21..4e515cbd228 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/management-defaults.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/management-defaults.md @@ -17,20 +17,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/management-gnmi-grpc-tunnel.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/management-gnmi-grpc-tunnel.md index 458c3f75803..f3fc7491cc4 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/management-gnmi-grpc-tunnel.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/management-gnmi-grpc-tunnel.md @@ -16,20 +16,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/management-gnmi-new-flags.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/management-gnmi-new-flags.md index 6a383789e2b..2d67d7030ce 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/management-gnmi-new-flags.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/management-gnmi-new-flags.md @@ -16,20 +16,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/management-gnmi.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/management-gnmi.md index 73773aacd4c..0a2ed349844 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/management-gnmi.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/management-gnmi.md @@ -16,20 +16,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/management-interfaces.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/management-interfaces.md index 4f65bb1a942..181cb0e18f7 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/management-interfaces.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/management-interfaces.md @@ -16,7 +16,7 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | | Management0 | - | oob | default | 10.0.0.0 | - | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | | Management42 | - | oob | default | - | - | | Vlan123 | inband_management | inband | default | 10.73.0.123/24 | 10.73.0.1 | @@ -25,7 +25,7 @@ | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | | Management0 | - | oob | default | - | - | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | | Management42 | - | oob | default | - | - | | Vlan123 | inband_management | inband | default | - | - | @@ -38,7 +38,7 @@ interface Management0 ip address 10.0.0.0 ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ! diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/management-security.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/management-security.md index 7bd45ed9822..f49a3551a77 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/management-security.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/management-security.md @@ -25,20 +25,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/management-ssh-custom-cipher.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/management-ssh-custom-cipher.md index e8026fca85c..f63de0ad87b 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/management-ssh-custom-cipher.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/management-ssh-custom-cipher.md @@ -16,20 +16,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/management-ssh.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/management-ssh.md index 54f5e997083..a350e067699 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/management-ssh.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/management-ssh.md @@ -16,20 +16,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/management-tech-support.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/management-tech-support.md index 81c12952547..38c1237cad6 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/management-tech-support.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/management-tech-support.md @@ -16,20 +16,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/match-lists.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/match-lists.md index 3c874633d71..a99b9254689 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/match-lists.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/match-lists.md @@ -17,20 +17,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/mcs-client.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/mcs-client.md index 26a14fe3583..f9ad4783c4b 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/mcs-client.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/mcs-client.md @@ -17,20 +17,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/mlag-configuration.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/mlag-configuration.md index 801491b348d..ba9312c9894 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/mlag-configuration.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/mlag-configuration.md @@ -18,20 +18,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/monitor-connectivity-2.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/monitor-connectivity-2.md index e3d7cdda0ec..f9dca7962e9 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/monitor-connectivity-2.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/monitor-connectivity-2.md @@ -18,20 +18,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/monitor-connectivity.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/monitor-connectivity.md index 3068ab4575c..9d94a4ba77d 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/monitor-connectivity.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/monitor-connectivity.md @@ -19,20 +19,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/monitor-layer1.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/monitor-layer1.md index dcd3af21ff3..6a0020dcc85 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/monitor-layer1.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/monitor-layer1.md @@ -17,20 +17,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/monitor-session-default-encapsulation-gre.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/monitor-session-default-encapsulation-gre.md index 110a8b32c01..39031798432 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/monitor-session-default-encapsulation-gre.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/monitor-session-default-encapsulation-gre.md @@ -17,20 +17,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/monitor-sessions.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/monitor-sessions.md index 8e5158793af..fe930e40dfa 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/monitor-sessions.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/monitor-sessions.md @@ -17,20 +17,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/monitor-telemetry-influx.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/monitor-telemetry-influx.md index 221109f3352..0491df9d30d 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/monitor-telemetry-influx.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/monitor-telemetry-influx.md @@ -18,20 +18,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/monitor-telemetry-postcard-policy.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/monitor-telemetry-postcard-policy.md index fe17f700690..4dc64c8658f 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/monitor-telemetry-postcard-policy.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/monitor-telemetry-postcard-policy.md @@ -17,20 +17,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/mpls-2.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/mpls-2.md index da7e2b13ac8..fc946b56c34 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/mpls-2.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/mpls-2.md @@ -17,20 +17,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/mpls-3.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/mpls-3.md index 2fe23da78af..7bbbd6d4300 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/mpls-3.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/mpls-3.md @@ -17,20 +17,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/mpls.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/mpls.md index 1b3556bcf07..6652c779285 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/mpls.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/mpls.md @@ -21,20 +21,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/none_configuration.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/none_configuration.md index efcedc0e2b2..39c8ec9e711 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/none_configuration.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/none_configuration.md @@ -15,20 +15,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/ntp.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/ntp.md index e3862cec77c..9ba4b10c873 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/ntp.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/ntp.md @@ -16,20 +16,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/object-tracking.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/object-tracking.md index 808096ca195..649e732def6 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/object-tracking.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/object-tracking.md @@ -17,20 +17,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/patch-panel.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/patch-panel.md index 0ecf9a779e5..fb66c809fd3 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/patch-panel.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/patch-panel.md @@ -18,20 +18,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/peer-filters.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/peer-filters.md index 0464da47435..78592bcd060 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/peer-filters.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/peer-filters.md @@ -17,20 +17,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/platform.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/platform.md index 918715dc75c..65c6ffe3b10 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/platform.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/platform.md @@ -18,20 +18,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/poe.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/poe.md index 986ff6f9750..33fabaf00c1 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/poe.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/poe.md @@ -21,20 +21,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/policy-maps-pbr.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/policy-maps-pbr.md index d5641a66614..fdb97d6047d 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/policy-maps-pbr.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/policy-maps-pbr.md @@ -17,20 +17,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/policy-maps.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/policy-maps.md index d0b84faa583..357ac841ac5 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/policy-maps.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/policy-maps.md @@ -20,20 +20,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/port-channel-interfaces.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/port-channel-interfaces.md index bfb2dc0dbbd..e168bf9c561 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/port-channel-interfaces.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/port-channel-interfaces.md @@ -28,20 +28,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/prefix-lists.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/prefix-lists.md index e11019e1c2c..843d1b9f9d6 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/prefix-lists.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/prefix-lists.md @@ -19,20 +19,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/prompt-2.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/prompt-2.md index a311cb612e9..7c549b85e66 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/prompt-2.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/prompt-2.md @@ -16,20 +16,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/prompt.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/prompt.md index 7827373c1a2..3f107dff637 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/prompt.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/prompt.md @@ -16,20 +16,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/ptp.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/ptp.md index dc558ec43dc..be0899c6ff6 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/ptp.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/ptp.md @@ -19,20 +19,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/qos.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/qos.md index af55516fcbe..123908ef6a6 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/qos.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/qos.md @@ -28,20 +28,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/queue-monitor-length-notifying.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/queue-monitor-length-notifying.md index 65f6c096ff8..8907e1f98da 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/queue-monitor-length-notifying.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/queue-monitor-length-notifying.md @@ -18,20 +18,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/queue-monitor-length.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/queue-monitor-length.md index 3c320c99e2c..4da507e363d 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/queue-monitor-length.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/queue-monitor-length.md @@ -18,20 +18,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/queue-monitor-streaming.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/queue-monitor-streaming.md index 94e66de07e4..56d1e6ab709 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/queue-monitor-streaming.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/queue-monitor-streaming.md @@ -18,20 +18,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/radius-server-2.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/radius-server-2.md index 56c6313c1a0..1153843aa60 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/radius-server-2.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/radius-server-2.md @@ -17,20 +17,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/radius-server.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/radius-server.md index 9cb866b3021..2f06f1d6896 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/radius-server.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/radius-server.md @@ -17,20 +17,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/redundancy.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/redundancy.md index 3e40592be27..ebe8038859a 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/redundancy.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/redundancy.md @@ -15,20 +15,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/roles.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/roles.md index ecb5a0c1e20..03db8769308 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/roles.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/roles.md @@ -17,20 +17,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/route-maps.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/route-maps.md index 6db29977e4d..625ec4bee10 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/route-maps.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/route-maps.md @@ -17,20 +17,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-adaptive-virtual-topology.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-adaptive-virtual-topology.md index ad6e8a77c2b..42dc441f177 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-adaptive-virtual-topology.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-adaptive-virtual-topology.md @@ -17,20 +17,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-bfd-1.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-bfd-1.md index b8f454a09f6..532f3da98b1 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-bfd-1.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-bfd-1.md @@ -17,20 +17,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-bfd-2.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-bfd-2.md index 7c6b912efe0..9a0f896bbd4 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-bfd-2.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-bfd-2.md @@ -17,20 +17,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-bgp-asdot.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-bgp-asdot.md index d4d2158f1b1..de700059930 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-bgp-asdot.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-bgp-asdot.md @@ -17,20 +17,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-bgp-base.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-bgp-base.md index ab0c3cc2a14..313b509b99b 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-bgp-base.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-bgp-base.md @@ -17,20 +17,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-bgp-evpn-mpls.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-bgp-evpn-mpls.md index 4a932182f62..162925a39a5 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-bgp-evpn-mpls.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-bgp-evpn-mpls.md @@ -17,20 +17,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-bgp-evpn-vpn-import-pruning.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-bgp-evpn-vpn-import-pruning.md index 5a2c891f40f..12f92c296df 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-bgp-evpn-vpn-import-pruning.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-bgp-evpn-vpn-import-pruning.md @@ -17,20 +17,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-bgp-evpn.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-bgp-evpn.md index 80a41884d31..38325299009 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-bgp-evpn.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-bgp-evpn.md @@ -17,20 +17,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-bgp-link-state.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-bgp-link-state.md index 490fe918a8c..ebf5d9c75ff 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-bgp-link-state.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-bgp-link-state.md @@ -17,20 +17,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-bgp-path-selection.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-bgp-path-selection.md index cc59cf2c864..e8243c0df02 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-bgp-path-selection.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-bgp-path-selection.md @@ -17,20 +17,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-bgp-rtc.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-bgp-rtc.md index 6fc732d69d1..8489129addc 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-bgp-rtc.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-bgp-rtc.md @@ -17,20 +17,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-bgp-v4-evpn.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-bgp-v4-evpn.md index a83a24ae802..4c213ad84b5 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-bgp-v4-evpn.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-bgp-v4-evpn.md @@ -17,20 +17,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-bgp-v4-v6-evpn.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-bgp-v4-v6-evpn.md index 766a2e38fc1..3d92930df65 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-bgp-v4-v6-evpn.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-bgp-v4-v6-evpn.md @@ -17,20 +17,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-bgp-v4-v6-sr-te.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-bgp-v4-v6-sr-te.md index 2625cbdfadf..bd5556ff058 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-bgp-v4-v6-sr-te.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-bgp-v4-v6-sr-te.md @@ -17,20 +17,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-bgp-vpn-ipv4-vpn-ipv6.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-bgp-vpn-ipv4-vpn-ipv6.md index ec423598384..ad3bf1343db 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-bgp-vpn-ipv4-vpn-ipv6.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-bgp-vpn-ipv4-vpn-ipv6.md @@ -17,20 +17,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-bgp-vpws.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-bgp-vpws.md index 7299181d36e..02af69f11af 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-bgp-vpws.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-bgp-vpws.md @@ -17,20 +17,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-bgp-vrf-address-families.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-bgp-vrf-address-families.md index a946f78b25b..c6c200828d4 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-bgp-vrf-address-families.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-bgp-vrf-address-families.md @@ -17,20 +17,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-bgp-vrf-lite.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-bgp-vrf-lite.md index 847fa98a1c6..6b6987cea34 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-bgp-vrf-lite.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-bgp-vrf-lite.md @@ -21,20 +21,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-general.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-general.md index af14e357759..314e2639837 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-general.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-general.md @@ -17,20 +17,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-igmp.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-igmp.md index 6e83513152f..6453c0cfd08 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-igmp.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-igmp.md @@ -17,20 +17,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-internet-exit.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-internet-exit.md index c770344a5df..8b1a8596519 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-internet-exit.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-internet-exit.md @@ -16,20 +16,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-isis-1.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-isis-1.md index 55b2fdd540c..0f470a2ad71 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-isis-1.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-isis-1.md @@ -17,20 +17,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-isis-2.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-isis-2.md index 7d2e94afa4a..49dd5658bc0 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-isis-2.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-isis-2.md @@ -17,20 +17,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-isis-new.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-isis-new.md index 24ea42f289c..6573a0ed6a6 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-isis-new.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-isis-new.md @@ -21,20 +21,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.254.11/24 | 10.73.254.253 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.254.11/24 | 10.73.254.253 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.254.11/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-isis.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-isis.md index fe7763dacb6..13de77da2c5 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-isis.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-isis.md @@ -22,20 +22,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.254.11/24 | 10.73.254.253 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.254.11/24 | 10.73.254.253 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.254.11/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-l2-vpn.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-l2-vpn.md index b661d77522f..eddf0dbe199 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-l2-vpn.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-l2-vpn.md @@ -18,20 +18,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-msdp.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-msdp.md index bc3ff3f7f3c..061ad5c30e8 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-msdp.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-msdp.md @@ -17,20 +17,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-multicast.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-multicast.md index 91286566d40..cb009a7b627 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-multicast.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-multicast.md @@ -17,20 +17,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-ospf.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-ospf.md index e486e866b44..da6c94507cc 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-ospf.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-ospf.md @@ -22,20 +22,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-path-selection.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-path-selection.md index 6df2d3543d9..6f3734ebd91 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-path-selection.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-path-selection.md @@ -16,20 +16,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-pim-sparse-mode.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-pim-sparse-mode.md index 39c6a804fbb..2a84dadc254 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-pim-sparse-mode.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-pim-sparse-mode.md @@ -17,20 +17,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-segment-security.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-segment-security.md index 41a0027e578..fbe5442c5b9 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-segment-security.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-segment-security.md @@ -19,20 +19,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-service-insertion.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-service-insertion.md index 4344505527f..58988e09ad7 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-service-insertion.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-service-insertion.md @@ -19,20 +19,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-traffic-engineering.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-traffic-engineering.md index a47c46b8148..4866bb0c05b 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-traffic-engineering.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-traffic-engineering.md @@ -17,20 +17,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/service-routing-configuration-bgp.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/service-routing-configuration-bgp.md index 7763ad6ff2a..df1a454a4f8 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/service-routing-configuration-bgp.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/service-routing-configuration-bgp.md @@ -17,20 +17,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/service-routing-protocols-model-2.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/service-routing-protocols-model-2.md index e800a3bc4b6..6570fb8da70 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/service-routing-protocols-model-2.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/service-routing-protocols-model-2.md @@ -17,20 +17,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/service-routing-protocols-model.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/service-routing-protocols-model.md index 5e775176c54..4cebabe40d5 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/service-routing-protocols-model.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/service-routing-protocols-model.md @@ -17,20 +17,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/sflow.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/sflow.md index 84d0f27be7d..bf96eedd8d5 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/sflow.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/sflow.md @@ -17,20 +17,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/snmp-server-traps.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/snmp-server-traps.md index 19cca202c83..8e47e0237b6 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/snmp-server-traps.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/snmp-server-traps.md @@ -17,20 +17,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/snmp.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/snmp.md index 63d34860c19..3d955808d10 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/snmp.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/snmp.md @@ -17,20 +17,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/spanning-tree-bpdu.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/spanning-tree-bpdu.md index 9e2683d2d2b..52e3bbdf76f 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/spanning-tree-bpdu.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/spanning-tree-bpdu.md @@ -18,20 +18,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/spanning-tree-rapid-pvst.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/spanning-tree-rapid-pvst.md index da1d5b28b08..e55f6c0d83b 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/spanning-tree-rapid-pvst.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/spanning-tree-rapid-pvst.md @@ -18,20 +18,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/spanning-tree-rstp.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/spanning-tree-rstp.md index a25c4aaa58e..e141d469f88 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/spanning-tree-rstp.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/spanning-tree-rstp.md @@ -18,20 +18,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/spanning-tree.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/spanning-tree.md index e7f5a87b373..9d36b40852b 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/spanning-tree.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/spanning-tree.md @@ -18,20 +18,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/static-routes.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/static-routes.md index 0a6dfd6de31..af3d485e50c 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/static-routes.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/static-routes.md @@ -17,20 +17,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/stun.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/stun.md index c3aad497068..2bb9cd956df 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/stun.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/stun.md @@ -19,20 +19,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/switchport-mode.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/switchport-mode.md index cdf5e2f6331..2ee3acd31eb 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/switchport-mode.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/switchport-mode.md @@ -17,20 +17,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/switchport-port-security.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/switchport-port-security.md index 648da4de014..3b2a8d1a6ed 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/switchport-port-security.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/switchport-port-security.md @@ -18,20 +18,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/sync-e.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/sync-e.md index e9d97fa9b4b..ddd2fa8499d 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/sync-e.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/sync-e.md @@ -18,20 +18,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/system.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/system.md index e1a7a78d3af..84dfe3f0699 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/system.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/system.md @@ -19,20 +19,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/tap-aggregation.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/tap-aggregation.md index e63564b1884..d4ae53f10a3 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/tap-aggregation.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/tap-aggregation.md @@ -17,20 +17,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/tcam-profile.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/tcam-profile.md index 2f5c1b0da76..300df142d85 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/tcam-profile.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/tcam-profile.md @@ -18,20 +18,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/terminal.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/terminal.md index 296848cf17f..04e12f9fb78 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/terminal.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/terminal.md @@ -15,20 +15,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/terminattr-cloud.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/terminattr-cloud.md index 07e15b5eac9..4d9422dd834 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/terminattr-cloud.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/terminattr-cloud.md @@ -17,20 +17,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/terminattr-extra-flags.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/terminattr-extra-flags.md index b790dcbd695..30030ee1bae 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/terminattr-extra-flags.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/terminattr-extra-flags.md @@ -17,20 +17,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/terminattr-multi-cluster-certs.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/terminattr-multi-cluster-certs.md index 2a665fa4d00..879ff2f4e0b 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/terminattr-multi-cluster-certs.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/terminattr-multi-cluster-certs.md @@ -17,20 +17,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/terminattr-multi-cluster.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/terminattr-multi-cluster.md index 06a45399a62..a5c29ea845d 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/terminattr-multi-cluster.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/terminattr-multi-cluster.md @@ -17,20 +17,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/terminattr-onprem-certs.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/terminattr-onprem-certs.md index 804c2b808c6..ca4240ef3e1 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/terminattr-onprem-certs.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/terminattr-onprem-certs.md @@ -17,20 +17,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/terminattr-onprem-token.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/terminattr-onprem-token.md index 46f4cb6acee..719b3547081 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/terminattr-onprem-token.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/terminattr-onprem-token.md @@ -17,20 +17,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/terminattr-prem-disableaaa.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/terminattr-prem-disableaaa.md index a272d31966b..4e2254435fa 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/terminattr-prem-disableaaa.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/terminattr-prem-disableaaa.md @@ -17,20 +17,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/terminattr-prem-no-ingestkey.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/terminattr-prem-no-ingestkey.md index 2b33230c522..91da9f8cfaa 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/terminattr-prem-no-ingestkey.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/terminattr-prem-no-ingestkey.md @@ -17,20 +17,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/terminattr-prem.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/terminattr-prem.md index 7483776f21c..b760e8b5d1b 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/terminattr-prem.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/terminattr-prem.md @@ -17,20 +17,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/traffic-policies.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/traffic-policies.md index 59f435decae..deb5e627f5f 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/traffic-policies.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/traffic-policies.md @@ -19,20 +19,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/transceiver_qsfp_default_mode_4x10_false.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/transceiver_qsfp_default_mode_4x10_false.md index 0f0d40f4182..11bd44fff17 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/transceiver_qsfp_default_mode_4x10_false.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/transceiver_qsfp_default_mode_4x10_false.md @@ -15,20 +15,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/tunnel-interfaces.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/tunnel-interfaces.md index 9c795fea875..0f39bead16a 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/tunnel-interfaces.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/tunnel-interfaces.md @@ -17,20 +17,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/unsupported-transceiver.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/unsupported-transceiver.md index 2bd0ea0695f..15889841c7d 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/unsupported-transceiver.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/unsupported-transceiver.md @@ -15,20 +15,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/virtual-source-nat.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/virtual-source-nat.md index 33b56cbf1a3..3bfde16f53d 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/virtual-source-nat.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/virtual-source-nat.md @@ -18,20 +18,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/vlan-interfaces.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/vlan-interfaces.md index a6eb2b19de8..3b39466fd91 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/vlan-interfaces.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/vlan-interfaces.md @@ -21,20 +21,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/vlan-internal-order.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/vlan-internal-order.md index 74ea69bed35..0bed1f03abb 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/vlan-internal-order.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/vlan-internal-order.md @@ -18,20 +18,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/vlans.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/vlans.md index e472967d99f..2a50d8fc81f 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/vlans.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/vlans.md @@ -18,20 +18,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/vmtracer-sessions.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/vmtracer-sessions.md index 8332d67f90e..261d4ea2058 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/vmtracer-sessions.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/vmtracer-sessions.md @@ -17,20 +17,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/vrf-instances.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/vrf-instances.md index 12ad8c213f6..0f3b15219d0 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/vrf-instances.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/vrf-instances.md @@ -21,20 +21,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/vxlan-interface-false.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/vxlan-interface-false.md index e7c3194323a..dca03eb1391 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/vxlan-interface-false.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/vxlan-interface-false.md @@ -17,20 +17,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/vxlan-interface.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/vxlan-interface.md index 575286e3115..2ff0fb3b5f3 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/vxlan-interface.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/vxlan-interface.md @@ -17,20 +17,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/aaa-2.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/aaa-2.cfg index f6d3614cbd1..566cb4a3935 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/aaa-2.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/aaa-2.cfg @@ -3,6 +3,6 @@ aaa accounting exec console none aaa accounting exec default none ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/aaa.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/aaa.cfg index acce9f70d16..b3192be957c 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/aaa.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/aaa.cfg @@ -48,6 +48,6 @@ aaa accounting commands all default start-stop group TACACS logging aaa accounting commands 0 default start-stop logging ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/acl.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/acl.cfg index 032f2aea1ff..02da0664aa3 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/acl.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/acl.cfg @@ -1,6 +1,6 @@ ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ! diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/address-locking.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/address-locking.cfg index 84d8317977b..8cb272ac953 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/address-locking.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/address-locking.cfg @@ -26,6 +26,6 @@ interface Ethernet3 address locking ipv6 ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/agents.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/agents.cfg index 871974bcef5..3302960eff6 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/agents.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/agents.cfg @@ -3,6 +3,6 @@ agent Dummy environment V1=42:V2=666 agent KernelFib environment KERNELFIB_PROGRAM_ALL_ECMP=true ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/aliases.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/aliases.cfg index 3f23c691c78..649aadc0a96 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/aliases.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/aliases.cfg @@ -4,6 +4,6 @@ alias siib show ip interface brief ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/application-traffic-recognition.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/application-traffic-recognition.cfg index 4cca8683d79..6c81ccc3fa8 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/application-traffic-recognition.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/application-traffic-recognition.cfg @@ -1,6 +1,6 @@ ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ! diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/arp.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/arp.cfg index 77239ce8dc0..fb8e827f169 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/arp.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/arp.cfg @@ -1,6 +1,6 @@ ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ! diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/as-path.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/as-path.cfg index 65fdfbf5720..bfc7e3acd38 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/as-path.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/as-path.cfg @@ -1,6 +1,6 @@ ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ! diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/banners_without_eof.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/banners_without_eof.cfg index e8566f09ae5..31804b7d744 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/banners_without_eof.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/banners_without_eof.cfg @@ -30,7 +30,7 @@ management security password encryption-key common ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ! diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/base.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/base.cfg index e8566f09ae5..31804b7d744 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/base.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/base.cfg @@ -30,7 +30,7 @@ management security password encryption-key common ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ! diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/boot.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/boot.cfg index 439e5acc0a1..2a0763753f5 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/boot.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/boot.cfg @@ -2,6 +2,6 @@ boot secret 5 a153de6290ff1409257a ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/class-maps.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/class-maps.cfg index c65bade2c31..659d13ab7f2 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/class-maps.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/class-maps.cfg @@ -1,6 +1,6 @@ ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ! diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/clock.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/clock.cfg index 255794befc3..d736f7b1b3c 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/clock.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/clock.cfg @@ -2,6 +2,6 @@ clock timezone GMT ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/config-comment.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/config-comment.cfg index d0373dc8299..5c3d50e25b7 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/config-comment.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/config-comment.cfg @@ -3,6 +3,6 @@ !This is multiline comment. ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/custom-templates.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/custom-templates.cfg index c773f60d51b..207d81792a9 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/custom-templates.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/custom-templates.cfg @@ -1,6 +1,6 @@ ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ! diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/cvx-2.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/cvx-2.cfg index f3986bafe40..b856d9414f4 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/cvx-2.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/cvx-2.cfg @@ -7,6 +7,6 @@ cvx shutdown ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/cvx.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/cvx.cfg index d56c04b9732..89ff09468bb 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/cvx.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/cvx.cfg @@ -11,6 +11,6 @@ cvx vtep mac-learning control-plane ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/daemon_terminattr.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/daemon_terminattr.cfg index 3a2dd2f97c5..a39d2c41dbe 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/daemon_terminattr.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/daemon_terminattr.cfg @@ -4,6 +4,6 @@ daemon TerminAttr no shutdown ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/daemons.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/daemons.cfg index 413419271ad..72b6be11675 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/daemons.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/daemons.cfg @@ -8,6 +8,6 @@ daemon random shutdown ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/dhcp-relay.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/dhcp-relay.cfg index 18ad04aad3d..7dd9202a197 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/dhcp-relay.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/dhcp-relay.cfg @@ -6,6 +6,6 @@ dhcp relay mlag peer-link requests disabled ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/dhcp-servers.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/dhcp-servers.cfg index 0618c0d8544..4a2443a6f40 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/dhcp-servers.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/dhcp-servers.cfg @@ -63,6 +63,6 @@ dhcp server vrf VRF01 disabled ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/dns-ntp.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/dns-ntp.cfg index cf5f2744d5f..ea35a4f3ab6 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/dns-ntp.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/dns-ntp.cfg @@ -11,7 +11,7 @@ ip name-server vrf TEST 2001:db8::2 priority 3 dns domain test.local ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ! diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/domain-list.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/domain-list.cfg index 33336af21d4..dfcbed22ed8 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/domain-list.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/domain-list.cfg @@ -2,6 +2,6 @@ ip domain-list domain1.local ip domain-list domain2.local ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/dot1x-2.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/dot1x-2.cfg index 26ddc57d586..f27961c89d6 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/dot1x-2.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/dot1x-2.cfg @@ -1,6 +1,6 @@ ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ! diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/dot1x.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/dot1x.cfg index f17bf41bf2d..0950ec49c40 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/dot1x.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/dot1x.cfg @@ -1,6 +1,6 @@ ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ! diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/dps-interfaces.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/dps-interfaces.cfg index f0615251eec..a35c2f93a4b 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/dps-interfaces.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/dps-interfaces.cfg @@ -10,6 +10,6 @@ interface Dps1 load-interval 42 ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/enable-password.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/enable-password.cfg index 5f45d8f22f0..5939ca32918 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/enable-password.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/enable-password.cfg @@ -2,6 +2,6 @@ enable password sha512 $6$nXycSRhVPaxRINPL$tM1MNjjRCbFD5di4XWsj8CPkm8Pdwmf9fVqRV015y3DXD4t1vi8CAWQpFP8Vbi9Y2i7.JuFey5UaafXvI6quD1 ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/errdisable.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/errdisable.cfg index 79470639e51..e77d4de0bd8 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/errdisable.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/errdisable.cfg @@ -24,6 +24,6 @@ errdisable recovery cause xcvr-unsupported errdisable recovery interval 300 ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/ethernet-interfaces.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/ethernet-interfaces.cfg index 78f7da8e03c..696229fa059 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/ethernet-interfaces.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/ethernet-interfaces.cfg @@ -782,6 +782,6 @@ interface Ethernet72 dot1x mac based access-list ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/event-handlers.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/event-handlers.cfg index b291e482fa2..ceb17f7711c 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/event-handlers.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/event-handlers.cfg @@ -1,6 +1,6 @@ ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ! diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/event-monitor.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/event-monitor.cfg index 91fdac0447a..3dd8fb80d9f 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/event-monitor.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/event-monitor.cfg @@ -2,6 +2,6 @@ event-monitor ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/flow-tracking-2.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/flow-tracking-2.cfg index 8d037bbece3..44d926c8757 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/flow-tracking-2.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/flow-tracking-2.cfg @@ -8,6 +8,6 @@ flow tracking sampled record export mpls ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/flow-tracking.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/flow-tracking.cfg index 13d662eca20..5c84b42dae9 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/flow-tracking.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/flow-tracking.cfg @@ -70,6 +70,6 @@ interface Ethernet42 flow tracker sampled T3 ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/generate_device_documentation.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/generate_device_documentation.cfg index a02af1c3f85..e047f96bbfc 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/generate_device_documentation.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/generate_device_documentation.cfg @@ -1,5 +1,5 @@ ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/groups.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/groups.cfg index 4125cc4b960..6cf915a4291 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/groups.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/groups.cfg @@ -11,7 +11,7 @@ group bgp foo maintenance profile bgp uplink-neighbors ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ! diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/hardware-counter.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/hardware-counter.cfg index 27e2e78a203..3cae8d8f556 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/hardware-counter.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/hardware-counter.cfg @@ -9,6 +9,6 @@ hardware counter feature route ipv6 2001:db8:cafe::/64 hardware counter feature segment-security in ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/hardware.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/hardware.cfg index dfd5216b9fc..29da0814697 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/hardware.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/hardware.cfg @@ -6,6 +6,6 @@ hardware speed-group 2 serdes 25g hardware speed-group 3/1 serdes 25g ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/hide-passwords.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/hide-passwords.cfg index e7ca04b0ace..0bfb456436d 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/hide-passwords.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/hide-passwords.cfg @@ -14,7 +14,7 @@ ip security shared-key 7 ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ! diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/hostname.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/hostname.cfg index 60d1c30e848..a337019910c 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/hostname.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/hostname.cfg @@ -2,6 +2,6 @@ hostname hostname-set-via-hostname-var ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/igmp-snooping.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/igmp-snooping.cfg index c3dbb99971a..7630bb0703f 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/igmp-snooping.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/igmp-snooping.cfg @@ -14,6 +14,6 @@ vlan 3010 trunk group LEAF_PEER_L3 ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/interface-defaults.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/interface-defaults.cfg index c83c2c1fcac..f6f85640705 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/interface-defaults.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/interface-defaults.cfg @@ -7,6 +7,6 @@ interface defaults mtu 9000 ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/interface-profiles.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/interface-profiles.cfg index 7ed8233edf0..daa1d36f896 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/interface-profiles.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/interface-profiles.cfg @@ -1,6 +1,6 @@ ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ! diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/ip-access-lists.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/ip-access-lists.cfg index edd34c19737..dd984b52c18 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/ip-access-lists.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/ip-access-lists.cfg @@ -1,6 +1,6 @@ ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ! diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/ip-client-source-interfaces.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/ip-client-source-interfaces.cfg index 98430172ae1..7c637a071ed 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/ip-client-source-interfaces.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/ip-client-source-interfaces.cfg @@ -1,6 +1,6 @@ ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ! diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/ip-community-lists.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/ip-community-lists.cfg index 66ce4372435..73c99437dc9 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/ip-community-lists.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/ip-community-lists.cfg @@ -1,6 +1,6 @@ ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ! diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/ip-dhcp-relay.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/ip-dhcp-relay.cfg index 209996035f0..ac3eb588e3b 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/ip-dhcp-relay.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/ip-dhcp-relay.cfg @@ -4,6 +4,6 @@ ip dhcp relay always-on ip dhcp relay all-subnets default ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/ip-dhcp-snooping.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/ip-dhcp-snooping.cfg index 71580250534..4fc26748515 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/ip-dhcp-snooping.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/ip-dhcp-snooping.cfg @@ -5,6 +5,6 @@ ip dhcp snooping information option circuit-id type 10 format %h:%p ip dhcp snooping vlan 10,20,500,1000-2000 ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/ip-extended-community-lists-regexp.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/ip-extended-community-lists-regexp.cfg index c77bb43e565..f652d9ecae3 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/ip-extended-community-lists-regexp.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/ip-extended-community-lists-regexp.cfg @@ -1,6 +1,6 @@ ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ! diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/ip-extended-community-lists.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/ip-extended-community-lists.cfg index ec2ae239aab..3a87f581467 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/ip-extended-community-lists.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/ip-extended-community-lists.cfg @@ -1,6 +1,6 @@ ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ! diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/ip-igmp-snooping-enable.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/ip-igmp-snooping-enable.cfg index fdf36b44295..a3c0943a32e 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/ip-igmp-snooping-enable.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/ip-igmp-snooping-enable.cfg @@ -33,6 +33,6 @@ ip igmp snooping vlan 23 proxy no ip igmp snooping vlan 25 proxy ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/ip-nat.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/ip-nat.cfg index e0b269ac6f9..3ee9b1b95e8 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/ip-nat.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/ip-nat.cfg @@ -49,7 +49,7 @@ ip nat profile NAT-PROFILE-NO-VRF-2 ip nat profile NAT-PROFILE-TEST-VRF vrf TEST ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ! diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/ip-radius-source-interface.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/ip-radius-source-interface.cfg index b3ea17c1170..c042aaba3cd 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/ip-radius-source-interface.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/ip-radius-source-interface.cfg @@ -1,6 +1,6 @@ ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ! diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/ip-routing-fib.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/ip-routing-fib.cfg index df3a4726947..a5e454da595 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/ip-routing-fib.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/ip-routing-fib.cfg @@ -1,6 +1,6 @@ ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ! diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/ip-routing.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/ip-routing.cfg index 54115f934a2..4c84b9e9fbe 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/ip-routing.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/ip-routing.cfg @@ -4,7 +4,7 @@ vrf instance TEST1 vrf instance TEST2 ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ! diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/ip-security.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/ip-security.cfg index 606a57670ca..4be315090d1 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/ip-security.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/ip-security.cfg @@ -70,6 +70,6 @@ ip security hardware encryption disabled ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/ip-tacacs-source-interface.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/ip-tacacs-source-interface.cfg index 9b87cebf874..0ff20529839 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/ip-tacacs-source-interface.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/ip-tacacs-source-interface.cfg @@ -1,6 +1,6 @@ ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ! diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/ip-virtual-router-mac-address.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/ip-virtual-router-mac-address.cfg index 1e6d0d76964..1324e77269a 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/ip-virtual-router-mac-address.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/ip-virtual-router-mac-address.cfg @@ -1,6 +1,6 @@ ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ! diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/ipv6-access-lists.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/ipv6-access-lists.cfg index 27111e6315e..e41d5b20fef 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/ipv6-access-lists.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/ipv6-access-lists.cfg @@ -1,6 +1,6 @@ ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ! diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/ipv6-dhcp-relay.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/ipv6-dhcp-relay.cfg index 337088f3cca..5cf46f0d12a 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/ipv6-dhcp-relay.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/ipv6-dhcp-relay.cfg @@ -5,6 +5,6 @@ ipv6 dhcp relay option link-layer address ipv6 dhcp relay option remote-id format %m:%i ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/ipv6-neighbors.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/ipv6-neighbors.cfg index af5f8052e59..b58b61996f5 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/ipv6-neighbors.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/ipv6-neighbors.cfg @@ -1,6 +1,6 @@ ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ! diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/ipv6-static-routes.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/ipv6-static-routes.cfg index 808ea7ec07f..baa6a55e808 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/ipv6-static-routes.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/ipv6-static-routes.cfg @@ -1,6 +1,6 @@ ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ! diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/l2-protocol-forwarding.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/l2-protocol-forwarding.cfg index 1dd44e2de0d..bbb4d6d4978 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/l2-protocol-forwarding.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/l2-protocol-forwarding.cfg @@ -48,6 +48,6 @@ interface Ethernet1 l2-protocol forwarding profile TEST1 ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/lacp.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/lacp.cfg index a3938ec596f..6de776addad 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/lacp.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/lacp.cfg @@ -4,6 +4,6 @@ no lacp rate-limit default lacp system-priority 0 ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/link-tracking-groups.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/link-tracking-groups.cfg index 4952395fbca..17bcabb5645 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/link-tracking-groups.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/link-tracking-groups.cfg @@ -5,6 +5,6 @@ link tracking group EVPN_MH_ES1 link tracking group EVPN_MH_ES2 ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/lldp.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/lldp.cfg index 3a132196cc9..7cee9690b29 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/lldp.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/lldp.cfg @@ -32,6 +32,6 @@ interface Ethernet4 no lldp receive ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/load-interval.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/load-interval.cfg index ebb5bcbeb70..0e7a36bc17f 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/load-interval.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/load-interval.cfg @@ -2,6 +2,6 @@ load-interval default 25 ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/local-users.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/local-users.cfg index c132089b90a..8fa14b2330c 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/local-users.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/local-users.cfg @@ -5,6 +5,6 @@ username shell ssh-key SSH_KEY username shell ssh-key secondary SECONDARY_SSH_KEY ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/logging-match-list.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/logging-match-list.cfg index ce1ae49b86f..161111b5346 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/logging-match-list.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/logging-match-list.cfg @@ -4,6 +4,6 @@ logging monitor debugging logging policy match match-list molecule discard ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/logging-minimal.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/logging-minimal.cfg index 21fb835592c..a095a59494c 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/logging-minimal.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/logging-minimal.cfg @@ -5,6 +5,6 @@ logging monitor debugging logging facility syslog ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/logging.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/logging.cfg index a12c87ab5c2..7be31184cb7 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/logging.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/logging.cfg @@ -28,6 +28,6 @@ logging level ACL critical logging level BGP 0 ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/loopbacks-interfaces.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/loopbacks-interfaces.cfg index 4b76597036a..ea6eac8f6ca 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/loopbacks-interfaces.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/loopbacks-interfaces.cfg @@ -34,6 +34,6 @@ interface Loopback100 ip address 10.1.255.3/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/mac-access-lists.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/mac-access-lists.cfg index d3570bd4f26..e51bc69bab2 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/mac-access-lists.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/mac-access-lists.cfg @@ -1,6 +1,6 @@ ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ! diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/mac-address-table.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/mac-address-table.cfg index 9463d83aa86..dbc918f79b4 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/mac-address-table.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/mac-address-table.cfg @@ -1,6 +1,6 @@ ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ! diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/mac-security-eth-po-entropy.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/mac-security-eth-po-entropy.cfg index eec01378434..7a26acb357c 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/mac-security-eth-po-entropy.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/mac-security-eth-po-entropy.cfg @@ -44,6 +44,6 @@ interface Ethernet3 channel-group 3 mode active ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/maintenance.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/maintenance.cfg index 57daf55acdd..d325e4e21e3 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/maintenance.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/maintenance.cfg @@ -1,6 +1,6 @@ ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ! diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/management-accounts.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/management-accounts.cfg index d1ebe9f1fc7..1ee1035cd59 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/management-accounts.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/management-accounts.cfg @@ -3,6 +3,6 @@ management accounts password policy AVD_POLICY ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/management-api-http.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/management-api-http.cfg index 02242339e0e..375cbe0b117 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/management-api-http.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/management-api-http.cfg @@ -20,7 +20,7 @@ EOF EOF ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ! diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/management-api-models.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/management-api-models.cfg index 19d9056a803..003f04f89a8 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/management-api-models.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/management-api-models.cfg @@ -14,6 +14,6 @@ management api models path cell/1/agent disabled ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/management-console.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/management-console.cfg index 750ce0acd4d..dc603e4c156 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/management-console.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/management-console.cfg @@ -3,6 +3,6 @@ management console idle-timeout 15 ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/management-cvx.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/management-cvx.cfg index 8bf67eb86ff..737c7a38520 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/management-cvx.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/management-cvx.cfg @@ -8,6 +8,6 @@ management cvx vrf MGMT ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/management-defaults.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/management-defaults.cfg index bd1a47d3ec4..d5187f40ef3 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/management-defaults.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/management-defaults.cfg @@ -3,6 +3,6 @@ management defaults secret hash md5 ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/management-gnmi-grpc-tunnel.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/management-gnmi-grpc-tunnel.cfg index 3fe89d0bbcd..3074fcbf341 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/management-gnmi-grpc-tunnel.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/management-gnmi-grpc-tunnel.cfg @@ -30,6 +30,6 @@ management api gnmi provider eos-native ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/management-gnmi-new-flags.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/management-gnmi-new-flags.cfg index d7b4656b484..9b16413a8a5 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/management-gnmi-new-flags.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/management-gnmi-new-flags.cfg @@ -12,6 +12,6 @@ management api gnmi provider eos-native ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/management-gnmi.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/management-gnmi.cfg index 532c78f7a09..f2314a30248 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/management-gnmi.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/management-gnmi.cfg @@ -9,6 +9,6 @@ management api gnmi provider eos-native ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/management-interfaces.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/management-interfaces.cfg index b3f9698f054..3b9057ef346 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/management-interfaces.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/management-interfaces.cfg @@ -4,7 +4,7 @@ interface Management0 ip address 10.0.0.0 ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ! diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/management-security.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/management-security.cfg index 90c09849c57..616e7f4c96d 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/management-security.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/management-security.cfg @@ -51,6 +51,6 @@ management security tls versions 1.0 1.1 ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/management-ssh-custom-cipher.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/management-ssh-custom-cipher.cfg index 9a2a2d66c50..a981367ca96 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/management-ssh-custom-cipher.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/management-ssh-custom-cipher.cfg @@ -1,6 +1,6 @@ ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ! diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/management-ssh.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/management-ssh.cfg index df5ea4e292c..4d8622756ef 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/management-ssh.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/management-ssh.cfg @@ -1,6 +1,6 @@ ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ! diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/management-tech-support.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/management-tech-support.cfg index d55965395b4..40393f38e19 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/management-tech-support.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/management-tech-support.cfg @@ -1,6 +1,6 @@ ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ! diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/match-lists.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/match-lists.cfg index d249d9e9329..d18fb176b8c 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/match-lists.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/match-lists.cfg @@ -11,6 +11,6 @@ match-list input string molecule 20 match regex ^.*TESTING.*$ ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/mcs-client.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/mcs-client.cfg index d420788c31d..d528683f0c2 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/mcs-client.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/mcs-client.cfg @@ -9,6 +9,6 @@ mcs client server host leaf2.atd.lab ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/mlag-configuration.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/mlag-configuration.cfg index 3f2456693af..5f5d01422fc 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/mlag-configuration.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/mlag-configuration.cfg @@ -1,6 +1,6 @@ ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ! diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/monitor-connectivity-2.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/monitor-connectivity-2.cfg index ccb8c974804..4d971c5d86e 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/monitor-connectivity-2.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/monitor-connectivity-2.cfg @@ -1,6 +1,6 @@ ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ! diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/monitor-connectivity.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/monitor-connectivity.cfg index 8fea129e4a9..d2812d5b675 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/monitor-connectivity.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/monitor-connectivity.cfg @@ -1,6 +1,6 @@ ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ! diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/monitor-layer1.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/monitor-layer1.cfg index e921763f384..30663de2526 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/monitor-layer1.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/monitor-layer1.cfg @@ -6,6 +6,6 @@ monitor layer1 logging mac fault ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/monitor-session-default-encapsulation-gre.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/monitor-session-default-encapsulation-gre.cfg index 71bb75d53a2..7694cc2149c 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/monitor-session-default-encapsulation-gre.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/monitor-session-default-encapsulation-gre.cfg @@ -1,6 +1,6 @@ ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ! diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/monitor-sessions.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/monitor-sessions.cfg index 962a6569fed..aa755271b6c 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/monitor-sessions.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/monitor-sessions.cfg @@ -1,6 +1,6 @@ ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ! diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/monitor-telemetry-influx.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/monitor-telemetry-influx.cfg index d79d83a0e3e..8381b387a47 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/monitor-telemetry-influx.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/monitor-telemetry-influx.cfg @@ -26,6 +26,6 @@ monitor telemetry influx source group standard disabled ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/monitor-telemetry-postcard-policy.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/monitor-telemetry-postcard-policy.cfg index 7b8ac510687..dd1b6bcd12e 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/monitor-telemetry-postcard-policy.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/monitor-telemetry-postcard-policy.cfg @@ -1,6 +1,6 @@ ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ! diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/mpls-2.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/mpls-2.cfg index f75373c4cf5..83d5dcbf41c 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/mpls-2.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/mpls-2.cfg @@ -1,6 +1,6 @@ ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ! diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/mpls-3.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/mpls-3.cfg index 48e329b137c..9bf5af600d7 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/mpls-3.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/mpls-3.cfg @@ -1,6 +1,6 @@ ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ! diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/mpls.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/mpls.cfg index dd7110d906d..cdba47875b5 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/mpls.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/mpls.cfg @@ -11,7 +11,7 @@ interface Loopback0 mpls ldp interface ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ! diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/none_configuration.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/none_configuration.cfg index a02af1c3f85..e047f96bbfc 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/none_configuration.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/none_configuration.cfg @@ -1,5 +1,5 @@ ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/ntp.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/ntp.cfg index bd803f4ea8d..568ee7ece77 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/ntp.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/ntp.cfg @@ -1,6 +1,6 @@ ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ! diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/object-tracking.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/object-tracking.cfg index 143a1c54601..5d2de50584c 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/object-tracking.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/object-tracking.cfg @@ -3,6 +3,6 @@ track MyTrackNoProperty interface Ethernet1/1 line-protocol track MyTrackSetProperty interface Ethernet2/1 line-protocol ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/patch-panel.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/patch-panel.cfg index d0c0e5db5f1..a92744d36b2 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/patch-panel.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/patch-panel.cfg @@ -1,6 +1,6 @@ ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ! diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/peer-filters.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/peer-filters.cfg index 8e520a5f512..afe4952cd3a 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/peer-filters.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/peer-filters.cfg @@ -1,6 +1,6 @@ ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ! diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/platform.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/platform.cfg index 4dcf5aa5186..78eca7a9c3c 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/platform.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/platform.cfg @@ -32,7 +32,7 @@ platform sand mdb profile l3-xxl platform sfe data-plane cpu allocation maximum 42 ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ! diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/poe.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/poe.cfg index 6a45b19ed7a..f4484954195 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/poe.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/poe.cfg @@ -7,6 +7,6 @@ poe interface shutdown action power-off ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/policy-maps-pbr.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/policy-maps-pbr.cfg index b4dcc423e18..a47148e9535 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/policy-maps-pbr.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/policy-maps-pbr.cfg @@ -1,6 +1,6 @@ ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ! diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/policy-maps.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/policy-maps.cfg index 3bd4066a52a..b2313431f05 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/policy-maps.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/policy-maps.cfg @@ -1,6 +1,6 @@ ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ! diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/port-channel-interfaces.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/port-channel-interfaces.cfg index a9439488008..6f046689c8e 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/port-channel-interfaces.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/port-channel-interfaces.cfg @@ -546,6 +546,6 @@ interface Ethernet50 no lldp receive ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/prefix-lists.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/prefix-lists.cfg index 8b6c3aa275e..b7ca39f537d 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/prefix-lists.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/prefix-lists.cfg @@ -1,6 +1,6 @@ ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ! diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/prompt-2.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/prompt-2.cfg index 741a3d393e1..c86f989e3fd 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/prompt-2.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/prompt-2.cfg @@ -2,6 +2,6 @@ prompt Test ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/prompt.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/prompt.cfg index a0486bf3b02..c22490143c2 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/prompt.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/prompt.cfg @@ -2,6 +2,6 @@ prompt %H__%D{%H:%M:%S}%v%P ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/ptp.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/ptp.cfg index deed90ddb62..a27dc6bff5c 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/ptp.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/ptp.cfg @@ -70,6 +70,6 @@ interface Ethernet6 ptp role dynamic ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/qos.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/qos.cfg index ee2e6f2ed8b..5bf11a609cd 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/qos.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/qos.cfg @@ -214,7 +214,7 @@ interface Ethernet7 random-detect ecn count ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ! diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/queue-monitor-length-notifying.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/queue-monitor-length-notifying.cfg index 5da0a65ed3b..9b9c3823c85 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/queue-monitor-length-notifying.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/queue-monitor-length-notifying.cfg @@ -4,6 +4,6 @@ queue-monitor length default threshold 100 no queue-monitor length notifying ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/queue-monitor-length.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/queue-monitor-length.cfg index 904d785c2d6..a194d05037d 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/queue-monitor-length.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/queue-monitor-length.cfg @@ -7,6 +7,6 @@ queue-monitor length tx-latency queue-monitor length cpu thresholds 200000 100000 ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/queue-monitor-streaming.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/queue-monitor-streaming.cfg index b5f84910d86..8b401ed129e 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/queue-monitor-streaming.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/queue-monitor-streaming.cfg @@ -7,6 +7,6 @@ queue-monitor streaming no shutdown ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/radius-server-2.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/radius-server-2.cfg index 5a5b10c3a7c..710b10c45e5 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/radius-server-2.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/radius-server-2.cfg @@ -2,6 +2,6 @@ radius-server attribute 32 include-in-access-req format myformat ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/radius-server.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/radius-server.cfg index a13d26c34b0..9783bac9acb 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/radius-server.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/radius-server.cfg @@ -13,6 +13,6 @@ radius-server host 10.10.11.156 tls port 1700 timeout 1 retransmit 1 radius-server host 10.10.11.155 vrf mgt tls ssl-profile HOST_SSL_PROFILE port 2083 timeout 1 retransmit 1 ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/redundancy.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/redundancy.cfg index a8596d4f941..430a33806dc 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/redundancy.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/redundancy.cfg @@ -3,6 +3,6 @@ redundancy protocol sso ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/roles.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/roles.cfg index 6788aa4ed9e..39370566920 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/roles.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/roles.cfg @@ -1,6 +1,6 @@ ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ! diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/route-maps.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/route-maps.cfg index 5c6e4ecdf0a..4b4d9f77e58 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/route-maps.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/route-maps.cfg @@ -1,6 +1,6 @@ ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ! diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-adaptive-virtual-topology.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-adaptive-virtual-topology.cfg index d15127bbbd6..e9a948c5c49 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-adaptive-virtual-topology.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-adaptive-virtual-topology.cfg @@ -46,6 +46,6 @@ router adaptive-virtual-topology avt profile voice id 2 ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-bfd-1.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-bfd-1.cfg index 1eadedd0071..5c44a76af44 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-bfd-1.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-bfd-1.cfg @@ -1,6 +1,6 @@ ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ! diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-bfd-2.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-bfd-2.cfg index d954fc08e10..ebb414e6319 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-bfd-2.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-bfd-2.cfg @@ -1,6 +1,6 @@ ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ! diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-bgp-base.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-bgp-base.cfg index 60c01ef5c8e..748bd2e0e65 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-bgp-base.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-bgp-base.cfg @@ -1,6 +1,6 @@ ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ! diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-bgp-evpn-mpls.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-bgp-evpn-mpls.cfg index ace6a72f2cb..7154c869d62 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-bgp-evpn-mpls.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-bgp-evpn-mpls.cfg @@ -1,6 +1,6 @@ ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ! diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-bgp-evpn-vpn-import-pruning.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-bgp-evpn-vpn-import-pruning.cfg index c7e0a672ef1..6ec44a2c81a 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-bgp-evpn-vpn-import-pruning.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-bgp-evpn-vpn-import-pruning.cfg @@ -1,6 +1,6 @@ ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ! diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-bgp-evpn.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-bgp-evpn.cfg index 002729b8904..12712f7c156 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-bgp-evpn.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-bgp-evpn.cfg @@ -1,6 +1,6 @@ ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ! diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-bgp-link-state.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-bgp-link-state.cfg index 278d94a1561..b6e0af4da21 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-bgp-link-state.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-bgp-link-state.cfg @@ -1,6 +1,6 @@ ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ! diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-bgp-path-selection.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-bgp-path-selection.cfg index 1c53a62cbaf..0256a883141 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-bgp-path-selection.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-bgp-path-selection.cfg @@ -1,6 +1,6 @@ ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ! diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-bgp-rtc.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-bgp-rtc.cfg index 78128ec839c..3df3b6ef962 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-bgp-rtc.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-bgp-rtc.cfg @@ -1,6 +1,6 @@ ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ! diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-bgp-v4-evpn.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-bgp-v4-evpn.cfg index 11283dde19f..b171dfce041 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-bgp-v4-evpn.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-bgp-v4-evpn.cfg @@ -1,6 +1,6 @@ ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ! diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-bgp-v4-v6-evpn.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-bgp-v4-v6-evpn.cfg index 968b5bc4d4c..623a9320a62 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-bgp-v4-v6-evpn.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-bgp-v4-v6-evpn.cfg @@ -1,6 +1,6 @@ ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ! diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-bgp-v4-v6-sr-te.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-bgp-v4-v6-sr-te.cfg index 4a78f98c3e1..f4a309d23d1 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-bgp-v4-v6-sr-te.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-bgp-v4-v6-sr-te.cfg @@ -1,6 +1,6 @@ ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ! diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-bgp-vpn-ipv4-vpn-ipv6.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-bgp-vpn-ipv4-vpn-ipv6.cfg index db9c55c6120..b463d7eeb4b 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-bgp-vpn-ipv4-vpn-ipv6.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-bgp-vpn-ipv4-vpn-ipv6.cfg @@ -1,6 +1,6 @@ ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ! diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-bgp-vpws.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-bgp-vpws.cfg index 106181fa3e5..4779e24f522 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-bgp-vpws.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-bgp-vpws.cfg @@ -1,6 +1,6 @@ ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ! diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-bgp-vrf-address-families.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-bgp-vrf-address-families.cfg index 3b410869746..1084d94f7e8 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-bgp-vrf-address-families.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-bgp-vrf-address-families.cfg @@ -1,6 +1,6 @@ ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ! diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-bgp-vrf-lite.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-bgp-vrf-lite.cfg index 0c0388c4266..f9ce01345b9 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-bgp-vrf-lite.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-bgp-vrf-lite.cfg @@ -1,6 +1,6 @@ ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ! diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-general.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-general.cfg index 6512c553883..32e21c08d1e 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-general.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-general.cfg @@ -1,6 +1,6 @@ ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ! diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-igmp.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-igmp.cfg index bf734973937..bcfef6d9142 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-igmp.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-igmp.cfg @@ -1,6 +1,6 @@ ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ! diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-internet-exit.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-internet-exit.cfg index a49801433ec..d496dc01a87 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-internet-exit.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-internet-exit.cfg @@ -29,6 +29,6 @@ router internet-exit exit-group po_eg_03_01 ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-isis-1.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-isis-1.cfg index de90376404a..35110573484 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-isis-1.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-isis-1.cfg @@ -1,6 +1,6 @@ ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ! diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-isis-2.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-isis-2.cfg index 1cbabd833ad..b45e1df447e 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-isis-2.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-isis-2.cfg @@ -1,6 +1,6 @@ ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ! diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-isis-new.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-isis-new.cfg index 0e794521ca1..be579c9b4cf 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-isis-new.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-isis-new.cfg @@ -34,7 +34,7 @@ interface Loopback1 isis passive ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.254.11/24 ! diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-isis.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-isis.cfg index 3486db5a8ed..08e4a567060 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-isis.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-isis.cfg @@ -75,7 +75,7 @@ interface Loopback2 node-segment ipv6 index 1000 ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.254.11/24 ! diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-l2-vpn.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-l2-vpn.cfg index ffeb1e1e05e..944ba6f6325 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-l2-vpn.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-l2-vpn.cfg @@ -9,6 +9,6 @@ router l2-vpn virtual-router neighbor advertisement flooding disabled ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-msdp.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-msdp.cfg index c6027b0281b..4527aed3564 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-msdp.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-msdp.cfg @@ -1,6 +1,6 @@ ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ! diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-multicast.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-multicast.cfg index 7a2fec17148..aac7caa8b19 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-multicast.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-multicast.cfg @@ -1,6 +1,6 @@ ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ! diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-ospf.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-ospf.cfg index b5fe0be16c3..89d00e120d4 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-ospf.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-ospf.cfg @@ -19,7 +19,7 @@ interface Loopback2 ip ospf area 0.0.0.2 ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ! diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-path-selection.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-path-selection.cfg index a564a88e8c3..950c61abdd0 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-path-selection.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-path-selection.cfg @@ -93,6 +93,6 @@ router path-selection vrf VRF-3 ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-pim-sparse-mode.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-pim-sparse-mode.cfg index f94faec1e56..88a4b1d4e6f 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-pim-sparse-mode.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-pim-sparse-mode.cfg @@ -1,6 +1,6 @@ ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ! diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-segment-security.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-segment-security.cfg index da9b9622138..20da216c65d 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-segment-security.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-segment-security.cfg @@ -1,6 +1,6 @@ ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ! diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-service-insertion.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-service-insertion.cfg index f496779ba0f..c0e20139ea7 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-service-insertion.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-service-insertion.cfg @@ -25,6 +25,6 @@ router service-insertion monitor connectivity host host4 ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-traffic-engineering.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-traffic-engineering.cfg index 88b176d04e9..d29ad17ddb1 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-traffic-engineering.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-traffic-engineering.cfg @@ -1,6 +1,6 @@ ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ! diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/service-routing-configuration-bgp.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/service-routing-configuration-bgp.cfg index 21dc24b0e12..bba34f8cac6 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/service-routing-configuration-bgp.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/service-routing-configuration-bgp.cfg @@ -2,6 +2,6 @@ service routing configuration bgp no-equals-default ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/service-routing-protocols-model-2.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/service-routing-protocols-model-2.cfg index cd6b9dc2ac6..5a0edbfdd61 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/service-routing-protocols-model-2.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/service-routing-protocols-model-2.cfg @@ -2,6 +2,6 @@ service routing protocols model ribd ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/service-routing-protocols-model.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/service-routing-protocols-model.cfg index b8748322d75..dfed0a814c6 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/service-routing-protocols-model.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/service-routing-protocols-model.cfg @@ -2,6 +2,6 @@ service routing protocols model multi-agent ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/sflow.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/sflow.cfg index cf61d003635..1daeab925b7 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/sflow.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/sflow.cfg @@ -31,6 +31,6 @@ sflow hardware acceleration module Linecard2 no sflow hardware acceleration module Linecard3 ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/snmp-server-traps.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/snmp-server-traps.cfg index de8f2eb799c..d777754260b 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/snmp-server-traps.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/snmp-server-traps.cfg @@ -15,6 +15,6 @@ no snmp-server vrf default snmp-server vrf MGMT ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/snmp.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/snmp.cfg index ff9047a86d6..02a777aa83b 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/snmp.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/snmp.cfg @@ -40,6 +40,6 @@ snmp-server vrf MGMT snmp-server ifmib ifspeed shape-rate ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/spanning-tree-bpdu.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/spanning-tree-bpdu.cfg index ecbff85f8d7..cae904fa9ae 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/spanning-tree-bpdu.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/spanning-tree-bpdu.cfg @@ -5,6 +5,6 @@ spanning-tree bpduguard rate-limit default spanning-tree bpduguard rate-limit count 100 ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/spanning-tree-rapid-pvst.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/spanning-tree-rapid-pvst.cfg index e37d810c933..8d2abcad52d 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/spanning-tree-rapid-pvst.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/spanning-tree-rapid-pvst.cfg @@ -5,6 +5,6 @@ spanning-tree vlan-id 3 priority 8192 spanning-tree vlan-id 100-500 priority 16384 ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/spanning-tree-rstp.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/spanning-tree-rstp.cfg index 33e6823e02c..39da0271ffc 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/spanning-tree-rstp.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/spanning-tree-rstp.cfg @@ -3,6 +3,6 @@ spanning-tree mode rstp spanning-tree priority 8192 ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/spanning-tree.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/spanning-tree.cfg index b6a6b0f2fcc..e5fdd562236 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/spanning-tree.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/spanning-tree.cfg @@ -14,6 +14,6 @@ spanning-tree mst configuration instance 4 vlan 200-300 ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/static-routes.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/static-routes.cfg index f087c09db17..9d81dc6164a 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/static-routes.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/static-routes.cfg @@ -1,6 +1,6 @@ ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ! diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/stun.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/stun.cfg index 26e3210e23e..ecbba147717 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/stun.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/stun.cfg @@ -1,6 +1,6 @@ ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ! diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/switchport-mode.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/switchport-mode.cfg index 6a6f2ef9542..ad7d7e040ac 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/switchport-mode.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/switchport-mode.cfg @@ -6,6 +6,6 @@ switchport default phone cos 0 switchport default phone vlan 69 ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/switchport-port-security.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/switchport-port-security.cfg index be309dcd5a7..fb30e58bda7 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/switchport-port-security.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/switchport-port-security.cfg @@ -5,6 +5,6 @@ switchport port-security persistence disabled switchport port-security violation protect chip-based ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/sync-e.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/sync-e.cfg index 49b4cc85802..a68cb88f444 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/sync-e.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/sync-e.cfg @@ -23,6 +23,6 @@ interface Ethernet6 priority disabled ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/system.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/system.cfg index 6bd85cf5e2f..338748a3b3c 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/system.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/system.cfg @@ -4,7 +4,7 @@ system l1 unsupported error-correction action error ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ! diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/tap-aggregation.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/tap-aggregation.cfg index 03be9d8c878..b5d085c8d21 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/tap-aggregation.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/tap-aggregation.cfg @@ -13,6 +13,6 @@ tap aggregation mac fcs-error pass-through ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/tcam-profile.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/tcam-profile.cfg index 7b1e8cea172..29e313cdbc4 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/tcam-profile.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/tcam-profile.cfg @@ -1,6 +1,6 @@ ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ! diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/terminal.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/terminal.cfg index a6954326c1f..dd975586aa1 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/terminal.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/terminal.cfg @@ -3,6 +3,6 @@ terminal width 1000 terminal length 1000 ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/terminattr-cloud.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/terminattr-cloud.cfg index 08bf2af4e60..0ee543bf2e3 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/terminattr-cloud.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/terminattr-cloud.cfg @@ -4,6 +4,6 @@ daemon TerminAttr no shutdown ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/terminattr-extra-flags.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/terminattr-extra-flags.cfg index dce72a03119..e5d1ffc549f 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/terminattr-extra-flags.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/terminattr-extra-flags.cfg @@ -4,6 +4,6 @@ daemon TerminAttr no shutdown ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/terminattr-multi-cluster-certs.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/terminattr-multi-cluster-certs.cfg index 4d5da73739e..1a6798589e2 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/terminattr-multi-cluster-certs.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/terminattr-multi-cluster-certs.cfg @@ -4,6 +4,6 @@ daemon TerminAttr no shutdown ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/terminattr-multi-cluster.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/terminattr-multi-cluster.cfg index 57bece6036a..093afa458b0 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/terminattr-multi-cluster.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/terminattr-multi-cluster.cfg @@ -4,6 +4,6 @@ daemon TerminAttr no shutdown ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/terminattr-onprem-certs.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/terminattr-onprem-certs.cfg index 146eb2bc651..433d715546c 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/terminattr-onprem-certs.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/terminattr-onprem-certs.cfg @@ -4,6 +4,6 @@ daemon TerminAttr no shutdown ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/terminattr-onprem-token.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/terminattr-onprem-token.cfg index c2a3503defb..4ca2bf54eaf 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/terminattr-onprem-token.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/terminattr-onprem-token.cfg @@ -4,6 +4,6 @@ daemon TerminAttr no shutdown ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/terminattr-prem-disableaaa.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/terminattr-prem-disableaaa.cfg index 36c85cf98e0..3314d8466c0 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/terminattr-prem-disableaaa.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/terminattr-prem-disableaaa.cfg @@ -4,6 +4,6 @@ daemon TerminAttr no shutdown ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/terminattr-prem-no-ingestkey.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/terminattr-prem-no-ingestkey.cfg index d1db07e08f5..58b75511288 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/terminattr-prem-no-ingestkey.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/terminattr-prem-no-ingestkey.cfg @@ -4,6 +4,6 @@ daemon TerminAttr no shutdown ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/terminattr-prem.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/terminattr-prem.cfg index 3dd48f8e0c6..b83bfe17c4b 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/terminattr-prem.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/terminattr-prem.cfg @@ -4,6 +4,6 @@ daemon TerminAttr no shutdown ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/traffic-policies.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/traffic-policies.cfg index e1c9c8cc543..9a5444b2cf8 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/traffic-policies.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/traffic-policies.cfg @@ -10,7 +10,7 @@ interface Ethernet1 traffic-policy output BLUE-C2-POLICY ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ! diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/transceiver_qsfp_default_mode_4x10_false.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/transceiver_qsfp_default_mode_4x10_false.cfg index a02af1c3f85..e047f96bbfc 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/transceiver_qsfp_default_mode_4x10_false.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/transceiver_qsfp_default_mode_4x10_false.cfg @@ -1,5 +1,5 @@ ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/tunnel-interfaces.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/tunnel-interfaces.cfg index d9c0d1afa83..518ccbb62c7 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/tunnel-interfaces.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/tunnel-interfaces.cfg @@ -1,6 +1,6 @@ ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ! diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/unsupported-transceiver.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/unsupported-transceiver.cfg index 1a3281376fb..d09a27c3865 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/unsupported-transceiver.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/unsupported-transceiver.cfg @@ -2,6 +2,6 @@ service unsupported-transceiver test dsafDSFfvadskjh3424 ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/virtual-source-nat.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/virtual-source-nat.cfg index e74e2beaab0..5f25cabe6a4 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/virtual-source-nat.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/virtual-source-nat.cfg @@ -1,6 +1,6 @@ ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ! diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/vlan-interfaces.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/vlan-interfaces.cfg index 3263d8506a4..6ae5032dd34 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/vlan-interfaces.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/vlan-interfaces.cfg @@ -1,6 +1,6 @@ ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ! diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/vlan-internal-order.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/vlan-internal-order.cfg index 2e5f12981de..9952d313fbc 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/vlan-internal-order.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/vlan-internal-order.cfg @@ -2,6 +2,6 @@ vlan internal order ascending range 10 40 ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/vlans.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/vlans.cfg index c2a74b73435..a4b43989065 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/vlans.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/vlans.cfg @@ -25,6 +25,6 @@ vlan 3012 trunk group MY_TRUNK_GROUP ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/vmtracer-sessions.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/vmtracer-sessions.cfg index 5b72257ccc8..188b436c48a 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/vmtracer-sessions.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/vmtracer-sessions.cfg @@ -1,6 +1,6 @@ ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ! diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/vrf-instances.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/vrf-instances.cfg index 036fb0c680e..a9539a629e9 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/vrf-instances.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/vrf-instances.cfg @@ -6,7 +6,7 @@ vrf instance TENANT_A_PROJECT01 vrf instance TENANT_A_PROJECT02 ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 no ip routing vrf MGMT diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/vxlan-interface-false.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/vxlan-interface-false.cfg index f6b9308a935..fa15284e5a6 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/vxlan-interface-false.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/vxlan-interface-false.cfg @@ -1,6 +1,6 @@ ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ! diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/vxlan-interface.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/vxlan-interface.cfg index 90df39b6775..510fec353b7 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/vxlan-interface.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/vxlan-interface.cfg @@ -1,6 +1,6 @@ ! interface Management1 - description oob_management + description OOB_MANAGEMENT vrf MGMT ip address 10.73.255.122/24 ! diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/inventory/group_vars/all.yml b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/inventory/group_vars/all.yml index 489c44b4fec..4ac6ca7b5bf 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/inventory/group_vars/all.yml +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/inventory/group_vars/all.yml @@ -4,7 +4,7 @@ is_for_test: true ### Management Interfaces ### management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT vrf: MGMT ip_address: 10.73.255.122/24 gateway: 10.73.255.2 diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/inventory/host_vars/management-interfaces.yml b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/inventory/host_vars/management-interfaces.yml index abf6d26c196..c23d7afbcd5 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/inventory/host_vars/management-interfaces.yml +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/inventory/host_vars/management-interfaces.yml @@ -1,7 +1,7 @@ ### Management Interfaces ### management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT vrf: MGMT ip_address: 10.73.255.122/24 gateway: 10.73.255.2 diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/inventory/host_vars/router-isis-new.yml b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/inventory/host_vars/router-isis-new.yml index bb11839ac7a..5ab2e962757 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/inventory/host_vars/router-isis-new.yml +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/inventory/host_vars/router-isis-new.yml @@ -182,7 +182,7 @@ loopback_interfaces: ### Management Interfaces ### management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT vrf: MGMT ip_address: 10.73.254.11/24 gateway: 10.73.254.253 diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/inventory/host_vars/router-isis.yml b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/inventory/host_vars/router-isis.yml index f99936c9b7d..0bab20e51f7 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/inventory/host_vars/router-isis.yml +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/inventory/host_vars/router-isis.yml @@ -154,7 +154,7 @@ loopback_interfaces: ### Management Interfaces ### management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT vrf: MGMT ip_address: 10.73.254.11/24 gateway: 10.73.254.253 diff --git a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/documentation/devices/DC1-BL1A.md b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/documentation/devices/DC1-BL1A.md index 087b8a90f26..271f2973dbf 100644 --- a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/documentation/devices/DC1-BL1A.md +++ b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/documentation/devices/DC1-BL1A.md @@ -58,20 +58,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 192.168.200.110/24 | 192.168.200.5 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 192.168.200.110/24 | 192.168.200.5 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.110/24 diff --git a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/documentation/devices/DC1-BL1B.md b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/documentation/devices/DC1-BL1B.md index f8d8ac8669d..b7f6bc90cce 100644 --- a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/documentation/devices/DC1-BL1B.md +++ b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/documentation/devices/DC1-BL1B.md @@ -58,20 +58,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 192.168.200.111/24 | 192.168.200.5 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 192.168.200.111/24 | 192.168.200.5 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.111/24 diff --git a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/documentation/devices/DC1-L2LEAF1A.md b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/documentation/devices/DC1-L2LEAF1A.md index e67adcd439a..510cb28c324 100644 --- a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/documentation/devices/DC1-L2LEAF1A.md +++ b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/documentation/devices/DC1-L2LEAF1A.md @@ -45,20 +45,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 192.168.200.112/24 | 192.168.200.5 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 192.168.200.112/24 | 192.168.200.5 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.112/24 diff --git a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/documentation/devices/DC1-L2LEAF2A.md b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/documentation/devices/DC1-L2LEAF2A.md index d30bdba48bf..28d365ef71a 100644 --- a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/documentation/devices/DC1-L2LEAF2A.md +++ b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/documentation/devices/DC1-L2LEAF2A.md @@ -49,20 +49,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 192.168.200.113/24 | 192.168.200.5 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 192.168.200.113/24 | 192.168.200.5 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.113/24 diff --git a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/documentation/devices/DC1-L2LEAF2B.md b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/documentation/devices/DC1-L2LEAF2B.md index 4bcccecd363..a468234d480 100644 --- a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/documentation/devices/DC1-L2LEAF2B.md +++ b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/documentation/devices/DC1-L2LEAF2B.md @@ -49,20 +49,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 192.168.200.114/24 | 192.168.200.5 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 192.168.200.114/24 | 192.168.200.5 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.114/24 diff --git a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/documentation/devices/DC1-LEAF1A.md b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/documentation/devices/DC1-LEAF1A.md index 84b2e238f38..8daf67839bc 100644 --- a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/documentation/devices/DC1-LEAF1A.md +++ b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/documentation/devices/DC1-LEAF1A.md @@ -54,20 +54,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 192.168.200.105/24 | 192.168.200.5 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 192.168.200.105/24 | 192.168.200.5 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.105/24 diff --git a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/documentation/devices/DC1-LEAF2A.md b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/documentation/devices/DC1-LEAF2A.md index 97352c23729..ab47ccc956e 100644 --- a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/documentation/devices/DC1-LEAF2A.md +++ b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/documentation/devices/DC1-LEAF2A.md @@ -61,20 +61,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 192.168.200.106/24 | 192.168.200.5 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 192.168.200.106/24 | 192.168.200.5 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.106/24 diff --git a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/documentation/devices/DC1-LEAF2B.md b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/documentation/devices/DC1-LEAF2B.md index 890ecf1dbf5..f998472d81f 100644 --- a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/documentation/devices/DC1-LEAF2B.md +++ b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/documentation/devices/DC1-LEAF2B.md @@ -61,20 +61,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 192.168.200.107/24 | 192.168.200.5 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 192.168.200.107/24 | 192.168.200.5 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.107/24 diff --git a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/documentation/devices/DC1-SPINE1.md b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/documentation/devices/DC1-SPINE1.md index fbad1090e51..cf91fe4ef2a 100644 --- a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/documentation/devices/DC1-SPINE1.md +++ b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/documentation/devices/DC1-SPINE1.md @@ -46,20 +46,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 192.168.200.101/24 | 192.168.200.5 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 192.168.200.101/24 | 192.168.200.5 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.101/24 diff --git a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/documentation/devices/DC1-SPINE2.md b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/documentation/devices/DC1-SPINE2.md index 4af41cef6c8..eb19a155d69 100644 --- a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/documentation/devices/DC1-SPINE2.md +++ b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/documentation/devices/DC1-SPINE2.md @@ -46,20 +46,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 192.168.200.102/24 | 192.168.200.5 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 192.168.200.102/24 | 192.168.200.5 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.102/24 diff --git a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/documentation/devices/DC1-SPINE3.md b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/documentation/devices/DC1-SPINE3.md index bfaf960876f..029198d2760 100644 --- a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/documentation/devices/DC1-SPINE3.md +++ b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/documentation/devices/DC1-SPINE3.md @@ -46,20 +46,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 192.168.200.103/24 | 192.168.200.5 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 192.168.200.103/24 | 192.168.200.5 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.103/24 diff --git a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/documentation/devices/DC1-SPINE4.md b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/documentation/devices/DC1-SPINE4.md index cd0bc31bc02..4f9a815224e 100644 --- a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/documentation/devices/DC1-SPINE4.md +++ b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/documentation/devices/DC1-SPINE4.md @@ -46,20 +46,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 192.168.200.104/24 | 192.168.200.5 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 192.168.200.104/24 | 192.168.200.5 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.104/24 diff --git a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/documentation/devices/DC1-SVC3A.md b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/documentation/devices/DC1-SVC3A.md index 650d36d9a41..cef609cd0a2 100644 --- a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/documentation/devices/DC1-SVC3A.md +++ b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/documentation/devices/DC1-SVC3A.md @@ -61,20 +61,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 192.168.200.108/24 | 192.168.200.5 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 192.168.200.108/24 | 192.168.200.5 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.108/24 diff --git a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/documentation/devices/DC1-SVC3B.md b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/documentation/devices/DC1-SVC3B.md index dfcb3edfc20..ecf0d544447 100644 --- a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/documentation/devices/DC1-SVC3B.md +++ b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/documentation/devices/DC1-SVC3B.md @@ -61,20 +61,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 192.168.200.109/24 | 192.168.200.5 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 192.168.200.109/24 | 192.168.200.5 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.109/24 diff --git a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/configs/DC1-BL1A.cfg b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/configs/DC1-BL1A.cfg index 12ee1ffe699..11a9284bad5 100644 --- a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/configs/DC1-BL1A.cfg +++ b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/configs/DC1-BL1A.cfg @@ -124,7 +124,7 @@ interface Loopback1 ip address 192.168.254.10/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.110/24 diff --git a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/configs/DC1-BL1B.cfg b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/configs/DC1-BL1B.cfg index 76403920c24..6219a3929aa 100644 --- a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/configs/DC1-BL1B.cfg +++ b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/configs/DC1-BL1B.cfg @@ -124,7 +124,7 @@ interface Loopback1 ip address 192.168.254.10/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.111/24 diff --git a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/configs/DC1-L2LEAF1A.cfg b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/configs/DC1-L2LEAF1A.cfg index 6ae5bc5d92f..3623d719514 100644 --- a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/configs/DC1-L2LEAF1A.cfg +++ b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/configs/DC1-L2LEAF1A.cfg @@ -69,7 +69,7 @@ interface Ethernet2 channel-group 1 mode active ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.112/24 diff --git a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/configs/DC1-L2LEAF2A.cfg b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/configs/DC1-L2LEAF2A.cfg index 2215880f169..5594419aaee 100644 --- a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/configs/DC1-L2LEAF2A.cfg +++ b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/configs/DC1-L2LEAF2A.cfg @@ -119,7 +119,7 @@ interface Ethernet4 channel-group 3 mode active ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.113/24 diff --git a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/configs/DC1-L2LEAF2B.cfg b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/configs/DC1-L2LEAF2B.cfg index a7b4a8b9d3d..93f2c5528c4 100644 --- a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/configs/DC1-L2LEAF2B.cfg +++ b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/configs/DC1-L2LEAF2B.cfg @@ -119,7 +119,7 @@ interface Ethernet4 channel-group 3 mode active ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.114/24 diff --git a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/configs/DC1-LEAF1A.cfg b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/configs/DC1-LEAF1A.cfg index 6172ac41e11..9dd9ef90522 100644 --- a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/configs/DC1-LEAF1A.cfg +++ b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/configs/DC1-LEAF1A.cfg @@ -102,7 +102,7 @@ interface Loopback1 ip address 192.168.254.5/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.105/24 diff --git a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/configs/DC1-LEAF2A.cfg b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/configs/DC1-LEAF2A.cfg index fa8e12e2306..ec12457be30 100644 --- a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/configs/DC1-LEAF2A.cfg +++ b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/configs/DC1-LEAF2A.cfg @@ -203,7 +203,7 @@ interface Loopback100 ip address 10.255.1.6/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.106/24 diff --git a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/configs/DC1-LEAF2B.cfg b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/configs/DC1-LEAF2B.cfg index 6a6e5f90a39..2ab1d250ab6 100644 --- a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/configs/DC1-LEAF2B.cfg +++ b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/configs/DC1-LEAF2B.cfg @@ -203,7 +203,7 @@ interface Loopback100 ip address 10.255.1.7/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.107/24 diff --git a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/configs/DC1-SPINE1.cfg b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/configs/DC1-SPINE1.cfg index a0e5c0fda86..9ef8d4648b7 100644 --- a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/configs/DC1-SPINE1.cfg +++ b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/configs/DC1-SPINE1.cfg @@ -85,7 +85,7 @@ interface Loopback0 ip address 192.168.255.1/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.101/24 diff --git a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/configs/DC1-SPINE2.cfg b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/configs/DC1-SPINE2.cfg index 7603e1f83f2..2900315c187 100644 --- a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/configs/DC1-SPINE2.cfg +++ b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/configs/DC1-SPINE2.cfg @@ -85,7 +85,7 @@ interface Loopback0 ip address 192.168.255.2/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.102/24 diff --git a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/configs/DC1-SPINE3.cfg b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/configs/DC1-SPINE3.cfg index 2281b57aa3c..c5f3d0f2c57 100644 --- a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/configs/DC1-SPINE3.cfg +++ b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/configs/DC1-SPINE3.cfg @@ -85,7 +85,7 @@ interface Loopback0 ip address 192.168.255.3/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.103/24 diff --git a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/configs/DC1-SPINE4.cfg b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/configs/DC1-SPINE4.cfg index 011be5bbcbc..28acfbb8238 100644 --- a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/configs/DC1-SPINE4.cfg +++ b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/configs/DC1-SPINE4.cfg @@ -85,7 +85,7 @@ interface Loopback0 ip address 192.168.255.4/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.104/24 diff --git a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/configs/DC1-SVC3A.cfg b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/configs/DC1-SVC3A.cfg index e73c9874445..1b52f115562 100644 --- a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/configs/DC1-SVC3A.cfg +++ b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/configs/DC1-SVC3A.cfg @@ -238,7 +238,7 @@ interface Loopback100 ip address 10.255.1.8/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.108/24 diff --git a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/configs/DC1-SVC3B.cfg b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/configs/DC1-SVC3B.cfg index 009e220ff03..63594f61cf1 100644 --- a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/configs/DC1-SVC3B.cfg +++ b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/configs/DC1-SVC3B.cfg @@ -222,7 +222,7 @@ interface Loopback100 ip address 10.255.1.9/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.109/24 diff --git a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/structured_configs/DC1-BL1A.yml b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/structured_configs/DC1-BL1A.yml index 9836adaef2f..1e1f54e6588 100644 --- a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/structured_configs/DC1-BL1A.yml +++ b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/structured_configs/DC1-BL1A.yml @@ -243,7 +243,7 @@ vrfs: ip_routing: true management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.110/24 diff --git a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/structured_configs/DC1-BL1B.yml b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/structured_configs/DC1-BL1B.yml index b42f684a2db..b325b003327 100644 --- a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/structured_configs/DC1-BL1B.yml +++ b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/structured_configs/DC1-BL1B.yml @@ -243,7 +243,7 @@ vrfs: ip_routing: true management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.111/24 diff --git a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/structured_configs/DC1-L2LEAF1A.yml b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/structured_configs/DC1-L2LEAF1A.yml index 6d043bc8dfb..c1f8908d42b 100644 --- a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/structured_configs/DC1-L2LEAF1A.yml +++ b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/structured_configs/DC1-L2LEAF1A.yml @@ -50,7 +50,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.112/24 diff --git a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/structured_configs/DC1-L2LEAF2A.yml b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/structured_configs/DC1-L2LEAF2A.yml index b379b4b47ef..f8238c9a8b8 100644 --- a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/structured_configs/DC1-L2LEAF2A.yml +++ b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/structured_configs/DC1-L2LEAF2A.yml @@ -51,7 +51,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.113/24 diff --git a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/structured_configs/DC1-L2LEAF2B.yml b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/structured_configs/DC1-L2LEAF2B.yml index 7afb518ffe0..b02ebfc7288 100644 --- a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/structured_configs/DC1-L2LEAF2B.yml +++ b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/structured_configs/DC1-L2LEAF2B.yml @@ -51,7 +51,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.114/24 diff --git a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/structured_configs/DC1-LEAF1A.yml b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/structured_configs/DC1-LEAF1A.yml index cdc9941b029..768b0f987d4 100644 --- a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/structured_configs/DC1-LEAF1A.yml +++ b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/structured_configs/DC1-LEAF1A.yml @@ -184,7 +184,7 @@ vrfs: ip_routing: true management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.105/24 diff --git a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/structured_configs/DC1-LEAF2A.yml b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/structured_configs/DC1-LEAF2A.yml index 7b3cfe7cfbe..95dd042cf05 100644 --- a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/structured_configs/DC1-LEAF2A.yml +++ b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/structured_configs/DC1-LEAF2A.yml @@ -336,7 +336,7 @@ vrfs: ip_routing: true management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.106/24 diff --git a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/structured_configs/DC1-LEAF2B.yml b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/structured_configs/DC1-LEAF2B.yml index 6e7de5bb651..833c51e31bf 100644 --- a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/structured_configs/DC1-LEAF2B.yml +++ b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/structured_configs/DC1-LEAF2B.yml @@ -336,7 +336,7 @@ vrfs: ip_routing: true management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.107/24 diff --git a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/structured_configs/DC1-SPINE1.yml b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/structured_configs/DC1-SPINE1.yml index 949c9b0898a..773734b331f 100644 --- a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/structured_configs/DC1-SPINE1.yml +++ b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/structured_configs/DC1-SPINE1.yml @@ -164,7 +164,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.101/24 diff --git a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/structured_configs/DC1-SPINE2.yml b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/structured_configs/DC1-SPINE2.yml index 3092941a37f..5d46349e5d2 100644 --- a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/structured_configs/DC1-SPINE2.yml +++ b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/structured_configs/DC1-SPINE2.yml @@ -164,7 +164,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.102/24 diff --git a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/structured_configs/DC1-SPINE3.yml b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/structured_configs/DC1-SPINE3.yml index d22179bb0f5..aef045f3b4f 100644 --- a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/structured_configs/DC1-SPINE3.yml +++ b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/structured_configs/DC1-SPINE3.yml @@ -164,7 +164,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.103/24 diff --git a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/structured_configs/DC1-SPINE4.yml b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/structured_configs/DC1-SPINE4.yml index cd45391afee..3571ba33494 100644 --- a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/structured_configs/DC1-SPINE4.yml +++ b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/structured_configs/DC1-SPINE4.yml @@ -164,7 +164,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.104/24 diff --git a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/structured_configs/DC1-SVC3A.yml b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/structured_configs/DC1-SVC3A.yml index 26825f5024c..fe251c1018e 100644 --- a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/structured_configs/DC1-SVC3A.yml +++ b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/structured_configs/DC1-SVC3A.yml @@ -429,7 +429,7 @@ vrfs: ip_routing: true management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.108/24 diff --git a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/structured_configs/DC1-SVC3B.yml b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/structured_configs/DC1-SVC3B.yml index 30a351ee0aa..23da6515434 100644 --- a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/structured_configs/DC1-SVC3B.yml +++ b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/structured_configs/DC1-SVC3B.yml @@ -429,7 +429,7 @@ vrfs: ip_routing: true management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.109/24 diff --git a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/structured_configs/cvp-empty-filter/cv_server_configlets.yml b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/structured_configs/cvp-empty-filter/cv_server_configlets.yml index 5e0d5aec164..16e25f67d42 100644 --- a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/structured_configs/cvp-empty-filter/cv_server_configlets.yml +++ b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/structured_configs/cvp-empty-filter/cv_server_configlets.yml @@ -32,7 +32,7 @@ cvp_configlets: 5 mode active\n!\ninterface Loopback0\n description ROUTER_ID\n no shutdown\n \ ip address 192.168.255.10/32\n!\ninterface Loopback1\n description VXLAN_TUNNEL_SOURCE\n \ no shutdown\n ip address 192.168.254.10/32\n!\ninterface Management1\n description - oob_management\n no shutdown\n vrf MGMT\n ip address 192.168.200.110/24\n!\ninterface + OOB_MANAGEMENT\n no shutdown\n vrf MGMT\n ip address 192.168.200.110/24\n!\ninterface Vlan150\n description Tenant_A_WAN_Zone_1\n no shutdown\n vrf Tenant_A_WAN_Zone\n \ ip address virtual 10.1.40.1/24\n!\ninterface Vlan250\n description Tenant_B_WAN_Zone_1\n \ no shutdown\n vrf Tenant_B_WAN_Zone\n ip address virtual 10.2.50.1/24\n!\ninterface @@ -147,7 +147,7 @@ cvp_configlets: 5 mode active\n!\ninterface Loopback0\n description ROUTER_ID\n no shutdown\n \ ip address 192.168.255.11/32\n!\ninterface Loopback1\n description VXLAN_TUNNEL_SOURCE\n \ no shutdown\n ip address 192.168.254.10/32\n!\ninterface Management1\n description - oob_management\n no shutdown\n vrf MGMT\n ip address 192.168.200.111/24\n!\ninterface + OOB_MANAGEMENT\n no shutdown\n vrf MGMT\n ip address 192.168.200.111/24\n!\ninterface Vlan150\n description Tenant_A_WAN_Zone_1\n no shutdown\n vrf Tenant_A_WAN_Zone\n \ ip address virtual 10.1.40.1/24\n!\ninterface Vlan250\n description Tenant_B_WAN_Zone_1\n \ no shutdown\n vrf Tenant_B_WAN_Zone\n ip address virtual 10.2.50.1/24\n!\ninterface @@ -247,7 +247,7 @@ cvp_configlets: allowed vlan 110-111,120-121,130-131\n switchport mode trunk\n!\ninterface Ethernet1\n \ description DC1-LEAF2A_Ethernet7\n no shutdown\n channel-group 1 mode active\n!\ninterface Ethernet2\n description DC1-LEAF2B_Ethernet7\n no shutdown\n channel-group - 1 mode active\n!\ninterface Management1\n description oob_management\n no + 1 mode active\n!\ninterface Management1\n description OOB_MANAGEMENT\n no shutdown\n vrf MGMT\n ip address 192.168.200.112/24\nno ip routing vrf MGMT\n!\nip route vrf MGMT 0.0.0.0/0 192.168.200.5\n!\nntp local-interface vrf MGMT Management1\nntp server vrf MGMT 192.168.200.5 prefer\n!\nend\n" @@ -280,7 +280,7 @@ cvp_configlets: mode active\n!\ninterface Ethernet3\n description MLAG_PEER_DC1-L2LEAF2B_Ethernet3\n \ no shutdown\n channel-group 3 mode active\n!\ninterface Ethernet4\n description MLAG_PEER_DC1-L2LEAF2B_Ethernet4\n no shutdown\n channel-group 3 mode active\n!\ninterface - Management1\n description oob_management\n no shutdown\n vrf MGMT\n ip + Management1\n description OOB_MANAGEMENT\n no shutdown\n vrf MGMT\n ip address 192.168.200.113/24\n!\ninterface Vlan4094\n description MLAG_PEER\n \ no shutdown\n mtu 1500\n no autostate\n ip address 10.255.252.16/31\nno ip routing vrf MGMT\n!\nmlag configuration\n domain-id DC1_L2LEAF2\n local-interface @@ -316,7 +316,7 @@ cvp_configlets: mode active\n!\ninterface Ethernet3\n description MLAG_PEER_DC1-L2LEAF2A_Ethernet3\n \ no shutdown\n channel-group 3 mode active\n!\ninterface Ethernet4\n description MLAG_PEER_DC1-L2LEAF2A_Ethernet4\n no shutdown\n channel-group 3 mode active\n!\ninterface - Management1\n description oob_management\n no shutdown\n vrf MGMT\n ip + Management1\n description OOB_MANAGEMENT\n no shutdown\n vrf MGMT\n ip address 192.168.200.114/24\n!\ninterface Vlan4094\n description MLAG_PEER\n \ no shutdown\n mtu 1500\n no autostate\n ip address 10.255.252.17/31\nno ip routing vrf MGMT\n!\nmlag configuration\n domain-id DC1_L2LEAF2\n local-interface @@ -349,7 +349,7 @@ cvp_configlets: \ no shutdown\n switchport access vlan 110\n switchport mode access\n switchport\n!\ninterface Loopback0\n description ROUTER_ID\n no shutdown\n ip address 192.168.255.5/32\n!\ninterface Loopback1\n description VXLAN_TUNNEL_SOURCE\n no shutdown\n ip address 192.168.254.5/32\n!\ninterface - Management1\n description oob_management\n no shutdown\n vrf MGMT\n ip + Management1\n description OOB_MANAGEMENT\n no shutdown\n vrf MGMT\n ip address 192.168.200.105/24\n!\ninterface Vlan120\n description Tenant_A_WEB_Zone_1\n \ no shutdown\n vrf Tenant_A_WEB_Zone\n ip helper-address 1.1.1.1 vrf TEST source-interface lo100\n ip address virtual 10.1.20.1/24\n!\ninterface Vlan121\n @@ -453,7 +453,7 @@ cvp_configlets: \ description VXLAN_TUNNEL_SOURCE\n no shutdown\n ip address 192.168.254.6/32\n!\ninterface Loopback100\n description Tenant_A_OP_Zone_VTEP_DIAGNOSTICS\n no shutdown\n \ vrf Tenant_A_OP_Zone\n ip address 10.255.1.6/32\n!\ninterface Management1\n - \ description oob_management\n no shutdown\n vrf MGMT\n ip address 192.168.200.106/24\n!\ninterface + \ description OOB_MANAGEMENT\n no shutdown\n vrf MGMT\n ip address 192.168.200.106/24\n!\ninterface Vlan110\n description Tenant_A_OP_Zone_1\n no shutdown\n vrf Tenant_A_OP_Zone\n \ ip address virtual 10.1.10.1/24\n!\ninterface Vlan111\n description Tenant_A_OP_Zone_2\n \ no shutdown\n vrf Tenant_A_OP_Zone\n ip helper-address 1.1.1.1 vrf MGMT @@ -630,7 +630,7 @@ cvp_configlets: \ description VXLAN_TUNNEL_SOURCE\n no shutdown\n ip address 192.168.254.6/32\n!\ninterface Loopback100\n description Tenant_A_OP_Zone_VTEP_DIAGNOSTICS\n no shutdown\n \ vrf Tenant_A_OP_Zone\n ip address 10.255.1.7/32\n!\ninterface Management1\n - \ description oob_management\n no shutdown\n vrf MGMT\n ip address 192.168.200.107/24\n!\ninterface + \ description OOB_MANAGEMENT\n no shutdown\n vrf MGMT\n ip address 192.168.200.107/24\n!\ninterface Vlan110\n description Tenant_A_OP_Zone_1\n no shutdown\n vrf Tenant_A_OP_Zone\n \ ip address virtual 10.1.10.1/24\n!\ninterface Vlan111\n description Tenant_A_OP_Zone_2\n \ no shutdown\n vrf Tenant_A_OP_Zone\n ip helper-address 1.1.1.1 vrf MGMT @@ -781,7 +781,7 @@ cvp_configlets: \ description P2P_LINK_TO_DC1-BL1B_Ethernet1\n no shutdown\n mtu 1500\n no switchport\n ip address 172.31.255.48/31\n!\ninterface Loopback0\n description ROUTER_ID\n no shutdown\n ip address 192.168.255.1/32\n!\ninterface Management1\n - \ description oob_management\n no shutdown\n vrf MGMT\n ip address 192.168.200.101/24\n!\nip + \ description OOB_MANAGEMENT\n no shutdown\n vrf MGMT\n ip address 192.168.200.101/24\n!\nip routing\nno ip routing vrf MGMT\n!\nip prefix-list PL-LOOPBACKS-EVPN-OVERLAY\n \ seq 10 permit 192.168.255.0/24 eq 32\n!\nip route vrf MGMT 0.0.0.0/0 192.168.200.5\n!\nntp local-interface vrf MGMT Management1\nntp server vrf MGMT 192.168.200.5 prefer\n!\nroute-map @@ -851,7 +851,7 @@ cvp_configlets: \ description P2P_LINK_TO_DC1-BL1B_Ethernet2\n no shutdown\n mtu 1500\n no switchport\n ip address 172.31.255.50/31\n!\ninterface Loopback0\n description ROUTER_ID\n no shutdown\n ip address 192.168.255.2/32\n!\ninterface Management1\n - \ description oob_management\n no shutdown\n vrf MGMT\n ip address 192.168.200.102/24\n!\nip + \ description OOB_MANAGEMENT\n no shutdown\n vrf MGMT\n ip address 192.168.200.102/24\n!\nip routing\nno ip routing vrf MGMT\n!\nip prefix-list PL-LOOPBACKS-EVPN-OVERLAY\n \ seq 10 permit 192.168.255.0/24 eq 32\n!\nip route vrf MGMT 0.0.0.0/0 192.168.200.5\n!\nntp local-interface vrf MGMT Management1\nntp server vrf MGMT 192.168.200.5 prefer\n!\nroute-map @@ -921,7 +921,7 @@ cvp_configlets: \ description P2P_LINK_TO_DC1-BL1B_Ethernet3\n no shutdown\n mtu 1500\n no switchport\n ip address 172.31.255.52/31\n!\ninterface Loopback0\n description ROUTER_ID\n no shutdown\n ip address 192.168.255.3/32\n!\ninterface Management1\n - \ description oob_management\n no shutdown\n vrf MGMT\n ip address 192.168.200.103/24\n!\nip + \ description OOB_MANAGEMENT\n no shutdown\n vrf MGMT\n ip address 192.168.200.103/24\n!\nip routing\nno ip routing vrf MGMT\n!\nip prefix-list PL-LOOPBACKS-EVPN-OVERLAY\n \ seq 10 permit 192.168.255.0/24 eq 32\n!\nip route vrf MGMT 0.0.0.0/0 192.168.200.5\n!\nntp local-interface vrf MGMT Management1\nntp server vrf MGMT 192.168.200.5 prefer\n!\nroute-map @@ -991,7 +991,7 @@ cvp_configlets: \ description P2P_LINK_TO_DC1-BL1B_Ethernet4\n no shutdown\n mtu 1500\n no switchport\n ip address 172.31.255.54/31\n!\ninterface Loopback0\n description ROUTER_ID\n no shutdown\n ip address 192.168.255.4/32\n!\ninterface Management1\n - \ description oob_management\n no shutdown\n vrf MGMT\n ip address 192.168.200.104/24\n!\nip + \ description OOB_MANAGEMENT\n no shutdown\n vrf MGMT\n ip address 192.168.200.104/24\n!\nip routing\nno ip routing vrf MGMT\n!\nip prefix-list PL-LOOPBACKS-EVPN-OVERLAY\n \ seq 10 permit 192.168.255.0/24 eq 32\n!\nip route vrf MGMT 0.0.0.0/0 192.168.200.5\n!\nntp local-interface vrf MGMT Management1\nntp server vrf MGMT 192.168.200.5 prefer\n!\nroute-map @@ -1096,7 +1096,7 @@ cvp_configlets: Loopback1\n description VXLAN_TUNNEL_SOURCE\n no shutdown\n ip address 192.168.254.8/32\n!\ninterface Loopback100\n description Tenant_A_OP_Zone_VTEP_DIAGNOSTICS\n no shutdown\n \ vrf Tenant_A_OP_Zone\n ip address 10.255.1.8/32\n!\ninterface Management1\n - \ description oob_management\n no shutdown\n vrf MGMT\n ip address 192.168.200.108/24\n!\ninterface + \ description OOB_MANAGEMENT\n no shutdown\n vrf MGMT\n ip address 192.168.200.108/24\n!\ninterface Vlan110\n description Tenant_A_OP_Zone_1\n no shutdown\n vrf Tenant_A_OP_Zone\n \ ip address virtual 10.1.10.1/24\n!\ninterface Vlan111\n description Tenant_A_OP_Zone_2\n \ no shutdown\n vrf Tenant_A_OP_Zone\n ip helper-address 1.1.1.1 vrf MGMT @@ -1309,7 +1309,7 @@ cvp_configlets: \ description VXLAN_TUNNEL_SOURCE\n no shutdown\n ip address 192.168.254.8/32\n!\ninterface Loopback100\n description Tenant_A_OP_Zone_VTEP_DIAGNOSTICS\n no shutdown\n \ vrf Tenant_A_OP_Zone\n ip address 10.255.1.9/32\n!\ninterface Management1\n - \ description oob_management\n no shutdown\n vrf MGMT\n ip address 192.168.200.109/24\n!\ninterface + \ description OOB_MANAGEMENT\n no shutdown\n vrf MGMT\n ip address 192.168.200.109/24\n!\ninterface Vlan110\n description Tenant_A_OP_Zone_1\n no shutdown\n vrf Tenant_A_OP_Zone\n \ ip address virtual 10.1.10.1/24\n!\ninterface Vlan111\n description Tenant_A_OP_Zone_2\n \ no shutdown\n vrf Tenant_A_OP_Zone\n ip helper-address 1.1.1.1 vrf MGMT diff --git a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/structured_configs/cvp/cv_server_configlets.yml b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/structured_configs/cvp/cv_server_configlets.yml index 5e0d5aec164..16e25f67d42 100644 --- a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/structured_configs/cvp/cv_server_configlets.yml +++ b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/intended/structured_configs/cvp/cv_server_configlets.yml @@ -32,7 +32,7 @@ cvp_configlets: 5 mode active\n!\ninterface Loopback0\n description ROUTER_ID\n no shutdown\n \ ip address 192.168.255.10/32\n!\ninterface Loopback1\n description VXLAN_TUNNEL_SOURCE\n \ no shutdown\n ip address 192.168.254.10/32\n!\ninterface Management1\n description - oob_management\n no shutdown\n vrf MGMT\n ip address 192.168.200.110/24\n!\ninterface + OOB_MANAGEMENT\n no shutdown\n vrf MGMT\n ip address 192.168.200.110/24\n!\ninterface Vlan150\n description Tenant_A_WAN_Zone_1\n no shutdown\n vrf Tenant_A_WAN_Zone\n \ ip address virtual 10.1.40.1/24\n!\ninterface Vlan250\n description Tenant_B_WAN_Zone_1\n \ no shutdown\n vrf Tenant_B_WAN_Zone\n ip address virtual 10.2.50.1/24\n!\ninterface @@ -147,7 +147,7 @@ cvp_configlets: 5 mode active\n!\ninterface Loopback0\n description ROUTER_ID\n no shutdown\n \ ip address 192.168.255.11/32\n!\ninterface Loopback1\n description VXLAN_TUNNEL_SOURCE\n \ no shutdown\n ip address 192.168.254.10/32\n!\ninterface Management1\n description - oob_management\n no shutdown\n vrf MGMT\n ip address 192.168.200.111/24\n!\ninterface + OOB_MANAGEMENT\n no shutdown\n vrf MGMT\n ip address 192.168.200.111/24\n!\ninterface Vlan150\n description Tenant_A_WAN_Zone_1\n no shutdown\n vrf Tenant_A_WAN_Zone\n \ ip address virtual 10.1.40.1/24\n!\ninterface Vlan250\n description Tenant_B_WAN_Zone_1\n \ no shutdown\n vrf Tenant_B_WAN_Zone\n ip address virtual 10.2.50.1/24\n!\ninterface @@ -247,7 +247,7 @@ cvp_configlets: allowed vlan 110-111,120-121,130-131\n switchport mode trunk\n!\ninterface Ethernet1\n \ description DC1-LEAF2A_Ethernet7\n no shutdown\n channel-group 1 mode active\n!\ninterface Ethernet2\n description DC1-LEAF2B_Ethernet7\n no shutdown\n channel-group - 1 mode active\n!\ninterface Management1\n description oob_management\n no + 1 mode active\n!\ninterface Management1\n description OOB_MANAGEMENT\n no shutdown\n vrf MGMT\n ip address 192.168.200.112/24\nno ip routing vrf MGMT\n!\nip route vrf MGMT 0.0.0.0/0 192.168.200.5\n!\nntp local-interface vrf MGMT Management1\nntp server vrf MGMT 192.168.200.5 prefer\n!\nend\n" @@ -280,7 +280,7 @@ cvp_configlets: mode active\n!\ninterface Ethernet3\n description MLAG_PEER_DC1-L2LEAF2B_Ethernet3\n \ no shutdown\n channel-group 3 mode active\n!\ninterface Ethernet4\n description MLAG_PEER_DC1-L2LEAF2B_Ethernet4\n no shutdown\n channel-group 3 mode active\n!\ninterface - Management1\n description oob_management\n no shutdown\n vrf MGMT\n ip + Management1\n description OOB_MANAGEMENT\n no shutdown\n vrf MGMT\n ip address 192.168.200.113/24\n!\ninterface Vlan4094\n description MLAG_PEER\n \ no shutdown\n mtu 1500\n no autostate\n ip address 10.255.252.16/31\nno ip routing vrf MGMT\n!\nmlag configuration\n domain-id DC1_L2LEAF2\n local-interface @@ -316,7 +316,7 @@ cvp_configlets: mode active\n!\ninterface Ethernet3\n description MLAG_PEER_DC1-L2LEAF2A_Ethernet3\n \ no shutdown\n channel-group 3 mode active\n!\ninterface Ethernet4\n description MLAG_PEER_DC1-L2LEAF2A_Ethernet4\n no shutdown\n channel-group 3 mode active\n!\ninterface - Management1\n description oob_management\n no shutdown\n vrf MGMT\n ip + Management1\n description OOB_MANAGEMENT\n no shutdown\n vrf MGMT\n ip address 192.168.200.114/24\n!\ninterface Vlan4094\n description MLAG_PEER\n \ no shutdown\n mtu 1500\n no autostate\n ip address 10.255.252.17/31\nno ip routing vrf MGMT\n!\nmlag configuration\n domain-id DC1_L2LEAF2\n local-interface @@ -349,7 +349,7 @@ cvp_configlets: \ no shutdown\n switchport access vlan 110\n switchport mode access\n switchport\n!\ninterface Loopback0\n description ROUTER_ID\n no shutdown\n ip address 192.168.255.5/32\n!\ninterface Loopback1\n description VXLAN_TUNNEL_SOURCE\n no shutdown\n ip address 192.168.254.5/32\n!\ninterface - Management1\n description oob_management\n no shutdown\n vrf MGMT\n ip + Management1\n description OOB_MANAGEMENT\n no shutdown\n vrf MGMT\n ip address 192.168.200.105/24\n!\ninterface Vlan120\n description Tenant_A_WEB_Zone_1\n \ no shutdown\n vrf Tenant_A_WEB_Zone\n ip helper-address 1.1.1.1 vrf TEST source-interface lo100\n ip address virtual 10.1.20.1/24\n!\ninterface Vlan121\n @@ -453,7 +453,7 @@ cvp_configlets: \ description VXLAN_TUNNEL_SOURCE\n no shutdown\n ip address 192.168.254.6/32\n!\ninterface Loopback100\n description Tenant_A_OP_Zone_VTEP_DIAGNOSTICS\n no shutdown\n \ vrf Tenant_A_OP_Zone\n ip address 10.255.1.6/32\n!\ninterface Management1\n - \ description oob_management\n no shutdown\n vrf MGMT\n ip address 192.168.200.106/24\n!\ninterface + \ description OOB_MANAGEMENT\n no shutdown\n vrf MGMT\n ip address 192.168.200.106/24\n!\ninterface Vlan110\n description Tenant_A_OP_Zone_1\n no shutdown\n vrf Tenant_A_OP_Zone\n \ ip address virtual 10.1.10.1/24\n!\ninterface Vlan111\n description Tenant_A_OP_Zone_2\n \ no shutdown\n vrf Tenant_A_OP_Zone\n ip helper-address 1.1.1.1 vrf MGMT @@ -630,7 +630,7 @@ cvp_configlets: \ description VXLAN_TUNNEL_SOURCE\n no shutdown\n ip address 192.168.254.6/32\n!\ninterface Loopback100\n description Tenant_A_OP_Zone_VTEP_DIAGNOSTICS\n no shutdown\n \ vrf Tenant_A_OP_Zone\n ip address 10.255.1.7/32\n!\ninterface Management1\n - \ description oob_management\n no shutdown\n vrf MGMT\n ip address 192.168.200.107/24\n!\ninterface + \ description OOB_MANAGEMENT\n no shutdown\n vrf MGMT\n ip address 192.168.200.107/24\n!\ninterface Vlan110\n description Tenant_A_OP_Zone_1\n no shutdown\n vrf Tenant_A_OP_Zone\n \ ip address virtual 10.1.10.1/24\n!\ninterface Vlan111\n description Tenant_A_OP_Zone_2\n \ no shutdown\n vrf Tenant_A_OP_Zone\n ip helper-address 1.1.1.1 vrf MGMT @@ -781,7 +781,7 @@ cvp_configlets: \ description P2P_LINK_TO_DC1-BL1B_Ethernet1\n no shutdown\n mtu 1500\n no switchport\n ip address 172.31.255.48/31\n!\ninterface Loopback0\n description ROUTER_ID\n no shutdown\n ip address 192.168.255.1/32\n!\ninterface Management1\n - \ description oob_management\n no shutdown\n vrf MGMT\n ip address 192.168.200.101/24\n!\nip + \ description OOB_MANAGEMENT\n no shutdown\n vrf MGMT\n ip address 192.168.200.101/24\n!\nip routing\nno ip routing vrf MGMT\n!\nip prefix-list PL-LOOPBACKS-EVPN-OVERLAY\n \ seq 10 permit 192.168.255.0/24 eq 32\n!\nip route vrf MGMT 0.0.0.0/0 192.168.200.5\n!\nntp local-interface vrf MGMT Management1\nntp server vrf MGMT 192.168.200.5 prefer\n!\nroute-map @@ -851,7 +851,7 @@ cvp_configlets: \ description P2P_LINK_TO_DC1-BL1B_Ethernet2\n no shutdown\n mtu 1500\n no switchport\n ip address 172.31.255.50/31\n!\ninterface Loopback0\n description ROUTER_ID\n no shutdown\n ip address 192.168.255.2/32\n!\ninterface Management1\n - \ description oob_management\n no shutdown\n vrf MGMT\n ip address 192.168.200.102/24\n!\nip + \ description OOB_MANAGEMENT\n no shutdown\n vrf MGMT\n ip address 192.168.200.102/24\n!\nip routing\nno ip routing vrf MGMT\n!\nip prefix-list PL-LOOPBACKS-EVPN-OVERLAY\n \ seq 10 permit 192.168.255.0/24 eq 32\n!\nip route vrf MGMT 0.0.0.0/0 192.168.200.5\n!\nntp local-interface vrf MGMT Management1\nntp server vrf MGMT 192.168.200.5 prefer\n!\nroute-map @@ -921,7 +921,7 @@ cvp_configlets: \ description P2P_LINK_TO_DC1-BL1B_Ethernet3\n no shutdown\n mtu 1500\n no switchport\n ip address 172.31.255.52/31\n!\ninterface Loopback0\n description ROUTER_ID\n no shutdown\n ip address 192.168.255.3/32\n!\ninterface Management1\n - \ description oob_management\n no shutdown\n vrf MGMT\n ip address 192.168.200.103/24\n!\nip + \ description OOB_MANAGEMENT\n no shutdown\n vrf MGMT\n ip address 192.168.200.103/24\n!\nip routing\nno ip routing vrf MGMT\n!\nip prefix-list PL-LOOPBACKS-EVPN-OVERLAY\n \ seq 10 permit 192.168.255.0/24 eq 32\n!\nip route vrf MGMT 0.0.0.0/0 192.168.200.5\n!\nntp local-interface vrf MGMT Management1\nntp server vrf MGMT 192.168.200.5 prefer\n!\nroute-map @@ -991,7 +991,7 @@ cvp_configlets: \ description P2P_LINK_TO_DC1-BL1B_Ethernet4\n no shutdown\n mtu 1500\n no switchport\n ip address 172.31.255.54/31\n!\ninterface Loopback0\n description ROUTER_ID\n no shutdown\n ip address 192.168.255.4/32\n!\ninterface Management1\n - \ description oob_management\n no shutdown\n vrf MGMT\n ip address 192.168.200.104/24\n!\nip + \ description OOB_MANAGEMENT\n no shutdown\n vrf MGMT\n ip address 192.168.200.104/24\n!\nip routing\nno ip routing vrf MGMT\n!\nip prefix-list PL-LOOPBACKS-EVPN-OVERLAY\n \ seq 10 permit 192.168.255.0/24 eq 32\n!\nip route vrf MGMT 0.0.0.0/0 192.168.200.5\n!\nntp local-interface vrf MGMT Management1\nntp server vrf MGMT 192.168.200.5 prefer\n!\nroute-map @@ -1096,7 +1096,7 @@ cvp_configlets: Loopback1\n description VXLAN_TUNNEL_SOURCE\n no shutdown\n ip address 192.168.254.8/32\n!\ninterface Loopback100\n description Tenant_A_OP_Zone_VTEP_DIAGNOSTICS\n no shutdown\n \ vrf Tenant_A_OP_Zone\n ip address 10.255.1.8/32\n!\ninterface Management1\n - \ description oob_management\n no shutdown\n vrf MGMT\n ip address 192.168.200.108/24\n!\ninterface + \ description OOB_MANAGEMENT\n no shutdown\n vrf MGMT\n ip address 192.168.200.108/24\n!\ninterface Vlan110\n description Tenant_A_OP_Zone_1\n no shutdown\n vrf Tenant_A_OP_Zone\n \ ip address virtual 10.1.10.1/24\n!\ninterface Vlan111\n description Tenant_A_OP_Zone_2\n \ no shutdown\n vrf Tenant_A_OP_Zone\n ip helper-address 1.1.1.1 vrf MGMT @@ -1309,7 +1309,7 @@ cvp_configlets: \ description VXLAN_TUNNEL_SOURCE\n no shutdown\n ip address 192.168.254.8/32\n!\ninterface Loopback100\n description Tenant_A_OP_Zone_VTEP_DIAGNOSTICS\n no shutdown\n \ vrf Tenant_A_OP_Zone\n ip address 10.255.1.9/32\n!\ninterface Management1\n - \ description oob_management\n no shutdown\n vrf MGMT\n ip address 192.168.200.109/24\n!\ninterface + \ description OOB_MANAGEMENT\n no shutdown\n vrf MGMT\n ip address 192.168.200.109/24\n!\ninterface Vlan110\n description Tenant_A_OP_Zone_1\n no shutdown\n vrf Tenant_A_OP_Zone\n \ ip address virtual 10.1.10.1/24\n!\ninterface Vlan111\n description Tenant_A_OP_Zone_2\n \ no shutdown\n vrf Tenant_A_OP_Zone\n ip helper-address 1.1.1.1 vrf MGMT diff --git a/ansible_collections/arista/avd/molecule/eos_designs-l2ls/documentation/devices/ISIS-LEAF1.md b/ansible_collections/arista/avd/molecule/eos_designs-l2ls/documentation/devices/ISIS-LEAF1.md index 59fa433a654..cc2929fe708 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-l2ls/documentation/devices/ISIS-LEAF1.md +++ b/ansible_collections/arista/avd/molecule/eos_designs-l2ls/documentation/devices/ISIS-LEAF1.md @@ -38,20 +38,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 192.168.200.105/24 | 172.31.0.1 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 192.168.200.105/24 | 172.31.0.1 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.105/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs-l2ls/documentation/devices/ISIS-SPINE1.md b/ansible_collections/arista/avd/molecule/eos_designs-l2ls/documentation/devices/ISIS-SPINE1.md index 1ea101d5c02..f6d3a31086b 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-l2ls/documentation/devices/ISIS-SPINE1.md +++ b/ansible_collections/arista/avd/molecule/eos_designs-l2ls/documentation/devices/ISIS-SPINE1.md @@ -41,20 +41,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 192.168.200.101/24 | 172.31.0.1 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 192.168.200.101/24 | 172.31.0.1 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.101/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs-l2ls/intended/configs/ISIS-LEAF1.cfg b/ansible_collections/arista/avd/molecule/eos_designs-l2ls/intended/configs/ISIS-LEAF1.cfg index edc26fd1fd6..012f0857f7d 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-l2ls/intended/configs/ISIS-LEAF1.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs-l2ls/intended/configs/ISIS-LEAF1.cfg @@ -38,7 +38,7 @@ interface Ethernet1 channel-group 1 mode active ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.105/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs-l2ls/intended/configs/ISIS-SPINE1.cfg b/ansible_collections/arista/avd/molecule/eos_designs-l2ls/intended/configs/ISIS-SPINE1.cfg index 21319b753f9..396cbe242e3 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-l2ls/intended/configs/ISIS-SPINE1.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs-l2ls/intended/configs/ISIS-SPINE1.cfg @@ -52,7 +52,7 @@ interface Loopback0 isis passive ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.101/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs-l2ls/intended/structured_configs/ISIS-LEAF1.yml b/ansible_collections/arista/avd/molecule/eos_designs-l2ls/intended/structured_configs/ISIS-LEAF1.yml index 4e6ffc6dd4f..88ed33bf551 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-l2ls/intended/structured_configs/ISIS-LEAF1.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs-l2ls/intended/structured_configs/ISIS-LEAF1.yml @@ -23,7 +23,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.105/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs-l2ls/intended/structured_configs/ISIS-SPINE1.yml b/ansible_collections/arista/avd/molecule/eos_designs-l2ls/intended/structured_configs/ISIS-SPINE1.yml index 164ca104993..a2c1c9912dd 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-l2ls/intended/structured_configs/ISIS-SPINE1.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs-l2ls/intended/structured_configs/ISIS-SPINE1.yml @@ -25,7 +25,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.101/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs-mpls-isis-sr-ldp/documentation/devices/SITE1-LER1.md b/ansible_collections/arista/avd/molecule/eos_designs-mpls-isis-sr-ldp/documentation/devices/SITE1-LER1.md index 0e22361d1ed..64d86cbcae3 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-mpls-isis-sr-ldp/documentation/devices/SITE1-LER1.md +++ b/ansible_collections/arista/avd/molecule/eos_designs-mpls-isis-sr-ldp/documentation/devices/SITE1-LER1.md @@ -55,20 +55,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 192.168.200.105/24 | 192.168.200.5 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 192.168.200.105/24 | 192.168.200.5 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.105/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs-mpls-isis-sr-ldp/documentation/devices/SITE1-LER2.md b/ansible_collections/arista/avd/molecule/eos_designs-mpls-isis-sr-ldp/documentation/devices/SITE1-LER2.md index 0e1eb206d91..fd9e3ec51bb 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-mpls-isis-sr-ldp/documentation/devices/SITE1-LER2.md +++ b/ansible_collections/arista/avd/molecule/eos_designs-mpls-isis-sr-ldp/documentation/devices/SITE1-LER2.md @@ -54,20 +54,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 192.168.200.106/24 | 192.168.200.5 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 192.168.200.106/24 | 192.168.200.5 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.106/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs-mpls-isis-sr-ldp/documentation/devices/SITE1-LSR1.md b/ansible_collections/arista/avd/molecule/eos_designs-mpls-isis-sr-ldp/documentation/devices/SITE1-LSR1.md index 3f9aec00a6c..fb9681a53ff 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-mpls-isis-sr-ldp/documentation/devices/SITE1-LSR1.md +++ b/ansible_collections/arista/avd/molecule/eos_designs-mpls-isis-sr-ldp/documentation/devices/SITE1-LSR1.md @@ -40,20 +40,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 192.168.200.101/24 | 192.168.200.5 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 192.168.200.101/24 | 192.168.200.5 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.101/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs-mpls-isis-sr-ldp/documentation/devices/SITE1-LSR2.md b/ansible_collections/arista/avd/molecule/eos_designs-mpls-isis-sr-ldp/documentation/devices/SITE1-LSR2.md index dc056914718..9c8fee733f7 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-mpls-isis-sr-ldp/documentation/devices/SITE1-LSR2.md +++ b/ansible_collections/arista/avd/molecule/eos_designs-mpls-isis-sr-ldp/documentation/devices/SITE1-LSR2.md @@ -40,20 +40,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 192.168.200.102/24 | 192.168.200.5 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 192.168.200.102/24 | 192.168.200.5 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.102/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs-mpls-isis-sr-ldp/documentation/devices/SITE1-RR1.md b/ansible_collections/arista/avd/molecule/eos_designs-mpls-isis-sr-ldp/documentation/devices/SITE1-RR1.md index df23a954996..3953b2bad35 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-mpls-isis-sr-ldp/documentation/devices/SITE1-RR1.md +++ b/ansible_collections/arista/avd/molecule/eos_designs-mpls-isis-sr-ldp/documentation/devices/SITE1-RR1.md @@ -43,20 +43,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.30.30.108/24 | 192.168.200.5 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.30.30.108/24 | 192.168.200.5 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 10.30.30.108/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs-mpls-isis-sr-ldp/documentation/devices/SITE2-LER1.md b/ansible_collections/arista/avd/molecule/eos_designs-mpls-isis-sr-ldp/documentation/devices/SITE2-LER1.md index 1d7f92924d6..b8084577736 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-mpls-isis-sr-ldp/documentation/devices/SITE2-LER1.md +++ b/ansible_collections/arista/avd/molecule/eos_designs-mpls-isis-sr-ldp/documentation/devices/SITE2-LER1.md @@ -55,20 +55,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 192.168.200.107/24 | 192.168.200.5 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 192.168.200.107/24 | 192.168.200.5 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.107/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs-mpls-isis-sr-ldp/documentation/devices/SITE2-LSR1.md b/ansible_collections/arista/avd/molecule/eos_designs-mpls-isis-sr-ldp/documentation/devices/SITE2-LSR1.md index d870ab69242..1b1b576d8e1 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-mpls-isis-sr-ldp/documentation/devices/SITE2-LSR1.md +++ b/ansible_collections/arista/avd/molecule/eos_designs-mpls-isis-sr-ldp/documentation/devices/SITE2-LSR1.md @@ -40,20 +40,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 192.168.200.103/24 | 192.168.200.5 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 192.168.200.103/24 | 192.168.200.5 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.103/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs-mpls-isis-sr-ldp/documentation/devices/SITE2-LSR2.md b/ansible_collections/arista/avd/molecule/eos_designs-mpls-isis-sr-ldp/documentation/devices/SITE2-LSR2.md index a024b32d6a0..61669325d39 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-mpls-isis-sr-ldp/documentation/devices/SITE2-LSR2.md +++ b/ansible_collections/arista/avd/molecule/eos_designs-mpls-isis-sr-ldp/documentation/devices/SITE2-LSR2.md @@ -41,20 +41,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 192.168.200.104/24 | 192.168.200.5 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 192.168.200.104/24 | 192.168.200.5 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.104/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs-mpls-isis-sr-ldp/documentation/devices/SITE2-RR1.md b/ansible_collections/arista/avd/molecule/eos_designs-mpls-isis-sr-ldp/documentation/devices/SITE2-RR1.md index 2096d1e5393..504dd79b5e5 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-mpls-isis-sr-ldp/documentation/devices/SITE2-RR1.md +++ b/ansible_collections/arista/avd/molecule/eos_designs-mpls-isis-sr-ldp/documentation/devices/SITE2-RR1.md @@ -43,20 +43,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 10.30.30.109/24 | 192.168.200.5 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 10.30.30.109/24 | 192.168.200.5 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 10.30.30.109/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs-mpls-isis-sr-ldp/documentation/devices/SITE3-LER1.md b/ansible_collections/arista/avd/molecule/eos_designs-mpls-isis-sr-ldp/documentation/devices/SITE3-LER1.md index b3afcbfed9e..ca8831814c9 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-mpls-isis-sr-ldp/documentation/devices/SITE3-LER1.md +++ b/ansible_collections/arista/avd/molecule/eos_designs-mpls-isis-sr-ldp/documentation/devices/SITE3-LER1.md @@ -42,20 +42,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 192.168.200.110/24 | 192.168.200.5 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 192.168.200.110/24 | 192.168.200.5 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.110/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs-mpls-isis-sr-ldp/intended/configs/SITE1-LER1.cfg b/ansible_collections/arista/avd/molecule/eos_designs-mpls-isis-sr-ldp/intended/configs/SITE1-LER1.cfg index 8e69c0ddfeb..97a15935ba3 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-mpls-isis-sr-ldp/intended/configs/SITE1-LER1.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs-mpls-isis-sr-ldp/intended/configs/SITE1-LER1.cfg @@ -169,7 +169,7 @@ interface Loopback0 node-segment ipv6 index 205 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.105/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs-mpls-isis-sr-ldp/intended/configs/SITE1-LER2.cfg b/ansible_collections/arista/avd/molecule/eos_designs-mpls-isis-sr-ldp/intended/configs/SITE1-LER2.cfg index 220bb696d75..34087efd8d6 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-mpls-isis-sr-ldp/intended/configs/SITE1-LER2.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs-mpls-isis-sr-ldp/intended/configs/SITE1-LER2.cfg @@ -166,7 +166,7 @@ interface Loopback0 node-segment ipv6 index 206 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.106/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs-mpls-isis-sr-ldp/intended/configs/SITE1-LSR1.cfg b/ansible_collections/arista/avd/molecule/eos_designs-mpls-isis-sr-ldp/intended/configs/SITE1-LSR1.cfg index 8030166d957..a99f4b58f8b 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-mpls-isis-sr-ldp/intended/configs/SITE1-LSR1.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs-mpls-isis-sr-ldp/intended/configs/SITE1-LSR1.cfg @@ -96,7 +96,7 @@ interface Loopback0 node-segment ipv6 index 301 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.101/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs-mpls-isis-sr-ldp/intended/configs/SITE1-LSR2.cfg b/ansible_collections/arista/avd/molecule/eos_designs-mpls-isis-sr-ldp/intended/configs/SITE1-LSR2.cfg index 61a8be3a541..9a03e004208 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-mpls-isis-sr-ldp/intended/configs/SITE1-LSR2.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs-mpls-isis-sr-ldp/intended/configs/SITE1-LSR2.cfg @@ -75,7 +75,7 @@ interface Loopback0 node-segment ipv6 index 302 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.102/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs-mpls-isis-sr-ldp/intended/configs/SITE1-RR1.cfg b/ansible_collections/arista/avd/molecule/eos_designs-mpls-isis-sr-ldp/intended/configs/SITE1-RR1.cfg index 68f6e6112db..77b52c140eb 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-mpls-isis-sr-ldp/intended/configs/SITE1-RR1.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs-mpls-isis-sr-ldp/intended/configs/SITE1-RR1.cfg @@ -54,7 +54,7 @@ interface Loopback0 node-segment ipv6 index 108 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 10.30.30.108/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs-mpls-isis-sr-ldp/intended/configs/SITE2-LER1.cfg b/ansible_collections/arista/avd/molecule/eos_designs-mpls-isis-sr-ldp/intended/configs/SITE2-LER1.cfg index 8f033e4668c..be1ac3a40ab 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-mpls-isis-sr-ldp/intended/configs/SITE2-LER1.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs-mpls-isis-sr-ldp/intended/configs/SITE2-LER1.cfg @@ -214,7 +214,7 @@ interface Loopback0 node-segment ipv6 index 207 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.107/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs-mpls-isis-sr-ldp/intended/configs/SITE2-LSR1.cfg b/ansible_collections/arista/avd/molecule/eos_designs-mpls-isis-sr-ldp/intended/configs/SITE2-LSR1.cfg index 8c059ff1109..2ed17aa615e 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-mpls-isis-sr-ldp/intended/configs/SITE2-LSR1.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs-mpls-isis-sr-ldp/intended/configs/SITE2-LSR1.cfg @@ -96,7 +96,7 @@ interface Loopback0 node-segment ipv6 index 303 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.103/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs-mpls-isis-sr-ldp/intended/configs/SITE2-LSR2.cfg b/ansible_collections/arista/avd/molecule/eos_designs-mpls-isis-sr-ldp/intended/configs/SITE2-LSR2.cfg index e92e01e0211..2ea149a5f81 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-mpls-isis-sr-ldp/intended/configs/SITE2-LSR2.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs-mpls-isis-sr-ldp/intended/configs/SITE2-LSR2.cfg @@ -118,7 +118,7 @@ interface Loopback0 node-segment ipv6 index 304 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.104/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs-mpls-isis-sr-ldp/intended/configs/SITE2-RR1.cfg b/ansible_collections/arista/avd/molecule/eos_designs-mpls-isis-sr-ldp/intended/configs/SITE2-RR1.cfg index 81d36b56486..fd593f3a14a 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-mpls-isis-sr-ldp/intended/configs/SITE2-RR1.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs-mpls-isis-sr-ldp/intended/configs/SITE2-RR1.cfg @@ -54,7 +54,7 @@ interface Loopback0 node-segment ipv6 index 109 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 10.30.30.109/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs-mpls-isis-sr-ldp/intended/configs/SITE3-LER1.cfg b/ansible_collections/arista/avd/molecule/eos_designs-mpls-isis-sr-ldp/intended/configs/SITE3-LER1.cfg index 0a1b223076c..b5640364113 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-mpls-isis-sr-ldp/intended/configs/SITE3-LER1.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs-mpls-isis-sr-ldp/intended/configs/SITE3-LER1.cfg @@ -34,7 +34,7 @@ interface Loopback0 node-segment ipv6 index 210 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.110/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs-mpls-isis-sr-ldp/intended/structured_configs/SITE1-LER1.yml b/ansible_collections/arista/avd/molecule/eos_designs-mpls-isis-sr-ldp/intended/structured_configs/SITE1-LER1.yml index 75b6807deda..6264d3dd776 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-mpls-isis-sr-ldp/intended/structured_configs/SITE1-LER1.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs-mpls-isis-sr-ldp/intended/structured_configs/SITE1-LER1.yml @@ -143,7 +143,7 @@ vrfs: ip_routing: true management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.105/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs-mpls-isis-sr-ldp/intended/structured_configs/SITE1-LER2.yml b/ansible_collections/arista/avd/molecule/eos_designs-mpls-isis-sr-ldp/intended/structured_configs/SITE1-LER2.yml index c0e1178840d..c4dabcdeb0e 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-mpls-isis-sr-ldp/intended/structured_configs/SITE1-LER2.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs-mpls-isis-sr-ldp/intended/structured_configs/SITE1-LER2.yml @@ -188,7 +188,7 @@ vrfs: ip_routing: true management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.106/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs-mpls-isis-sr-ldp/intended/structured_configs/SITE1-LSR1.yml b/ansible_collections/arista/avd/molecule/eos_designs-mpls-isis-sr-ldp/intended/structured_configs/SITE1-LSR1.yml index a9c57146c69..ef301e5f6ac 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-mpls-isis-sr-ldp/intended/structured_configs/SITE1-LSR1.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs-mpls-isis-sr-ldp/intended/structured_configs/SITE1-LSR1.yml @@ -25,7 +25,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.101/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs-mpls-isis-sr-ldp/intended/structured_configs/SITE1-LSR2.yml b/ansible_collections/arista/avd/molecule/eos_designs-mpls-isis-sr-ldp/intended/structured_configs/SITE1-LSR2.yml index 00e218852b5..b8373dc28b6 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-mpls-isis-sr-ldp/intended/structured_configs/SITE1-LSR2.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs-mpls-isis-sr-ldp/intended/structured_configs/SITE1-LSR2.yml @@ -25,7 +25,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.102/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs-mpls-isis-sr-ldp/intended/structured_configs/SITE1-RR1.yml b/ansible_collections/arista/avd/molecule/eos_designs-mpls-isis-sr-ldp/intended/structured_configs/SITE1-RR1.yml index eeadba51495..75272462167 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-mpls-isis-sr-ldp/intended/structured_configs/SITE1-RR1.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs-mpls-isis-sr-ldp/intended/structured_configs/SITE1-RR1.yml @@ -101,7 +101,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 10.30.30.108/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs-mpls-isis-sr-ldp/intended/structured_configs/SITE2-LER1.yml b/ansible_collections/arista/avd/molecule/eos_designs-mpls-isis-sr-ldp/intended/structured_configs/SITE2-LER1.yml index 1a2e57e9db1..9cf94a917e2 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-mpls-isis-sr-ldp/intended/structured_configs/SITE2-LER1.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs-mpls-isis-sr-ldp/intended/structured_configs/SITE2-LER1.yml @@ -195,7 +195,7 @@ vrfs: ip_routing: true management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.107/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs-mpls-isis-sr-ldp/intended/structured_configs/SITE2-LSR1.yml b/ansible_collections/arista/avd/molecule/eos_designs-mpls-isis-sr-ldp/intended/structured_configs/SITE2-LSR1.yml index 885e9eb62e7..854fddad5f0 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-mpls-isis-sr-ldp/intended/structured_configs/SITE2-LSR1.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs-mpls-isis-sr-ldp/intended/structured_configs/SITE2-LSR1.yml @@ -25,7 +25,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.103/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs-mpls-isis-sr-ldp/intended/structured_configs/SITE2-LSR2.yml b/ansible_collections/arista/avd/molecule/eos_designs-mpls-isis-sr-ldp/intended/structured_configs/SITE2-LSR2.yml index ec5dbfeada4..5f9bb9d83b5 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-mpls-isis-sr-ldp/intended/structured_configs/SITE2-LSR2.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs-mpls-isis-sr-ldp/intended/structured_configs/SITE2-LSR2.yml @@ -25,7 +25,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.104/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs-mpls-isis-sr-ldp/intended/structured_configs/SITE2-RR1.yml b/ansible_collections/arista/avd/molecule/eos_designs-mpls-isis-sr-ldp/intended/structured_configs/SITE2-RR1.yml index 79d886f1ca6..da04b5234a2 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-mpls-isis-sr-ldp/intended/structured_configs/SITE2-RR1.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs-mpls-isis-sr-ldp/intended/structured_configs/SITE2-RR1.yml @@ -101,7 +101,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 10.30.30.109/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs-mpls-isis-sr-ldp/intended/structured_configs/SITE3-LER1.yml b/ansible_collections/arista/avd/molecule/eos_designs-mpls-isis-sr-ldp/intended/structured_configs/SITE3-LER1.yml index b06f004dab9..74fc1d6703f 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-mpls-isis-sr-ldp/intended/structured_configs/SITE3-LER1.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs-mpls-isis-sr-ldp/intended/structured_configs/SITE3-LER1.yml @@ -28,7 +28,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.110/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD1-L2LEAF2B.md b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD1-L2LEAF2B.md index 014871916b5..f02e84adc7b 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD1-L2LEAF2B.md +++ b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD1-L2LEAF2B.md @@ -48,20 +48,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 192.168.1.12/24 | 192.168.1.254 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 192.168.1.12/24 | 192.168.1.254 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.1.12/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD1-LEAF2B.md b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD1-LEAF2B.md index 1bdb8cf53cd..13f0b4a6745 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD1-LEAF2B.md +++ b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD1-LEAF2B.md @@ -60,20 +60,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 192.168.1.9/16 | 192.168.1.254 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 192.168.1.9/16 | 192.168.1.254 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.1.9/16 diff --git a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD1-SPINE2.md b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD1-SPINE2.md index 8cc9fc9ca00..f04598f6635 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD1-SPINE2.md +++ b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD1-SPINE2.md @@ -40,20 +40,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 192.168.1.6/24 | 192.168.1.254 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 192.168.1.6/24 | 192.168.1.254 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.1.6/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD2-LEAF1A.md b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD2-LEAF1A.md index 28613100e10..8482cf90a4f 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD2-LEAF1A.md +++ b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD2-LEAF1A.md @@ -57,20 +57,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 192.168.1.15/24 | 192.168.1.254 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 192.168.1.15/24 | 192.168.1.254 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.1.15/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD2-SPINE1.md b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD2-SPINE1.md index a6123135b7d..4528bd2f390 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD2-SPINE1.md +++ b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD2-SPINE1.md @@ -45,20 +45,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 192.168.1.13/24 | 192.168.1.254 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 192.168.1.13/24 | 192.168.1.254 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.1.13/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD2-SPINE2.md b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD2-SPINE2.md index e2efddfd272..a332fdb6cc1 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD2-SPINE2.md +++ b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD2-SPINE2.md @@ -45,20 +45,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 192.168.1.14/24 | 192.168.1.254 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 192.168.1.14/24 | 192.168.1.254 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.1.14/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-RS2.md b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-RS2.md index 97f3f18053d..bf1d4d6ebce 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-RS2.md +++ b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-RS2.md @@ -45,20 +45,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 192.168.1.4/24 | 192.168.1.254 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 192.168.1.4/24 | 192.168.1.254 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.1.4/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-SUPER-SPINE2.md b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-SUPER-SPINE2.md index 64f14ddcbd4..ac58f133e9e 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-SUPER-SPINE2.md +++ b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-SUPER-SPINE2.md @@ -43,20 +43,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 192.168.1.2/24 | 192.168.1.254 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 192.168.1.2/24 | 192.168.1.254 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.1.2/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC2-POD1-L2LEAF1A.md b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC2-POD1-L2LEAF1A.md index 7b076b1722b..79ca7be378b 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC2-POD1-L2LEAF1A.md +++ b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC2-POD1-L2LEAF1A.md @@ -45,20 +45,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 192.168.1.23/24 | 192.168.1.254 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 192.168.1.23/24 | 192.168.1.254 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.1.23/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC2-POD1-L2LEAF2A.md b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC2-POD1-L2LEAF2A.md index 0ffcd008c74..b5cb94014ee 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC2-POD1-L2LEAF2A.md +++ b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC2-POD1-L2LEAF2A.md @@ -45,20 +45,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 192.168.1.25/24 | 192.168.1.254 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 192.168.1.25/24 | 192.168.1.254 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.1.25/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC2-POD1-LEAF1A.md b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC2-POD1-LEAF1A.md index 9348a806d9a..7bdbaa51938 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC2-POD1-LEAF1A.md +++ b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC2-POD1-LEAF1A.md @@ -58,20 +58,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 192.168.1.22/24 | 192.168.1.254 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 192.168.1.22/24 | 192.168.1.254 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.1.22/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC2-POD1-LEAF2A.md b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC2-POD1-LEAF2A.md index 4bd747c5212..ab70bcd3d44 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC2-POD1-LEAF2A.md +++ b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC2-POD1-LEAF2A.md @@ -54,20 +54,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 192.168.1.24/24 | 192.168.1.254 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 192.168.1.24/24 | 192.168.1.254 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.1.24/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC2-POD1-SPINE1.md b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC2-POD1-SPINE1.md index 0d66aa02cc6..ad4cad34977 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC2-POD1-SPINE1.md +++ b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC2-POD1-SPINE1.md @@ -45,20 +45,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 192.168.1.20/24 | 192.168.1.254 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 192.168.1.20/24 | 192.168.1.254 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.1.20/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC2-POD1-SPINE2.md b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC2-POD1-SPINE2.md index 611a8fc8590..25aab895702 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC2-POD1-SPINE2.md +++ b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC2-POD1-SPINE2.md @@ -43,20 +43,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 192.168.1.21/24 | 192.168.1.254 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 192.168.1.21/24 | 192.168.1.254 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.1.21/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC2-RS1.md b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC2-RS1.md index 076af5ada96..d37c6c4a99e 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC2-RS1.md +++ b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC2-RS1.md @@ -45,20 +45,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 192.168.1.18/24 | 192.168.1.254 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 192.168.1.18/24 | 192.168.1.254 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.1.18/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC2-RS2.md b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC2-RS2.md index 843e3ccd581..2eb84dafb63 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC2-RS2.md +++ b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC2-RS2.md @@ -43,20 +43,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 192.168.1.19/24 | 192.168.1.254 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 192.168.1.19/24 | 192.168.1.254 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.1.19/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC2-SUPER-SPINE1.md b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC2-SUPER-SPINE1.md index a66709b3f78..4627bc1ebb1 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC2-SUPER-SPINE1.md +++ b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC2-SUPER-SPINE1.md @@ -45,20 +45,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 192.168.1.16/24 | 192.168.1.254 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 192.168.1.16/24 | 192.168.1.254 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.1.16/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC2-SUPER-SPINE2.md b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC2-SUPER-SPINE2.md index 6a81225ed74..a797db57b5f 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC2-SUPER-SPINE2.md +++ b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC2-SUPER-SPINE2.md @@ -43,20 +43,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 192.168.1.17/24 | 192.168.1.254 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 192.168.1.17/24 | 192.168.1.254 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.1.17/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC1-POD1-L2LEAF2B.cfg b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC1-POD1-L2LEAF2B.cfg index fb0a85084da..f54234c3aff 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC1-POD1-L2LEAF2B.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC1-POD1-L2LEAF2B.cfg @@ -102,7 +102,7 @@ interface Ethernet4 channel-group 3 mode active ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.1.12/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC1-POD1-LEAF2B.cfg b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC1-POD1-LEAF2B.cfg index 0e2d3639463..d79524bf66c 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC1-POD1-LEAF2B.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC1-POD1-LEAF2B.cfg @@ -259,7 +259,7 @@ interface Loopback102 ip address 10.102.101.5/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.1.9/16 diff --git a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC1-POD1-SPINE2.cfg b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC1-POD1-SPINE2.cfg index 9d033f70823..ac7eb281d00 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC1-POD1-SPINE2.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC1-POD1-SPINE2.cfg @@ -94,7 +94,7 @@ interface Loopback0 ip address 172.16.110.2/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.1.6/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC1-POD2-LEAF1A.cfg b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC1-POD2-LEAF1A.cfg index 32acf69eca2..c73985fbf7e 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC1-POD2-LEAF1A.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC1-POD2-LEAF1A.cfg @@ -112,7 +112,7 @@ interface Loopback101 ip address 10.101.102.3/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.1.15/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC1-POD2-SPINE1.cfg b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC1-POD2-SPINE1.cfg index c987cdd1153..3c3ed16b284 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC1-POD2-SPINE1.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC1-POD2-SPINE1.cfg @@ -71,7 +71,7 @@ interface Loopback0 ip address 172.16.120.1/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.1.13/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC1-POD2-SPINE2.cfg b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC1-POD2-SPINE2.cfg index 650e2e0aca4..6ef0d4e13c9 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC1-POD2-SPINE2.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC1-POD2-SPINE2.cfg @@ -65,7 +65,7 @@ interface Loopback0 ip address 172.16.120.2/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.1.14/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC1-RS2.cfg b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC1-RS2.cfg index 8009021a98e..7335e1f6506 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC1-RS2.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC1-RS2.cfg @@ -52,7 +52,7 @@ interface Loopback0 ip address 172.16.10.2/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.1.4/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC1-SUPER-SPINE2.cfg b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC1-SUPER-SPINE2.cfg index e1900482fc3..709e678d336 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC1-SUPER-SPINE2.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC1-SUPER-SPINE2.cfg @@ -80,7 +80,7 @@ interface Loopback0 ip address 172.16.100.2/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.1.2/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC2-POD1-L2LEAF1A.cfg b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC2-POD1-L2LEAF1A.cfg index 102b84cdb06..52a266246f0 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC2-POD1-L2LEAF1A.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC2-POD1-L2LEAF1A.cfg @@ -43,7 +43,7 @@ interface Ethernet1 channel-group 1 mode active ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.1.23/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC2-POD1-L2LEAF2A.cfg b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC2-POD1-L2LEAF2A.cfg index 3311b429d2b..a08752114f2 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC2-POD1-L2LEAF2A.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC2-POD1-L2LEAF2A.cfg @@ -43,7 +43,7 @@ interface Ethernet1 channel-group 1 mode active ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.1.25/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC2-POD1-LEAF1A.cfg b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC2-POD1-LEAF1A.cfg index 7bd62b16226..2ca3366fdfb 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC2-POD1-LEAF1A.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC2-POD1-LEAF1A.cfg @@ -103,7 +103,7 @@ interface Loopback101 ip address 10.101.201.3/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.1.22/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC2-POD1-LEAF2A.cfg b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC2-POD1-LEAF2A.cfg index e9e5332c5f3..e85fff76d7e 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC2-POD1-LEAF2A.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC2-POD1-LEAF2A.cfg @@ -69,7 +69,7 @@ interface Loopback1 ip address 172.18.210.4/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.1.24/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC2-POD1-SPINE1.cfg b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC2-POD1-SPINE1.cfg index 45968f17bd9..b02b20c95a1 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC2-POD1-SPINE1.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC2-POD1-SPINE1.cfg @@ -69,7 +69,7 @@ interface Loopback0 ip address 172.16.210.1/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.1.20/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC2-POD1-SPINE2.cfg b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC2-POD1-SPINE2.cfg index 177007a92e2..108b51800b6 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC2-POD1-SPINE2.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC2-POD1-SPINE2.cfg @@ -70,7 +70,7 @@ interface Loopback0 ip address 172.16.210.2/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.1.21/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC2-RS1.cfg b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC2-RS1.cfg index 32b81009dd6..1b2442140ad 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC2-RS1.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC2-RS1.cfg @@ -45,7 +45,7 @@ interface Loopback0 ip address 172.16.20.1/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.1.18/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC2-RS2.cfg b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC2-RS2.cfg index ec028594b3a..6e9a95a9830 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC2-RS2.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC2-RS2.cfg @@ -45,7 +45,7 @@ interface Loopback0 ip address 172.16.20.2/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.1.19/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC2-SUPER-SPINE1.cfg b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC2-SUPER-SPINE1.cfg index 7efa28b4926..13aeb3ddda9 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC2-SUPER-SPINE1.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC2-SUPER-SPINE1.cfg @@ -83,7 +83,7 @@ interface Loopback0 ip address 172.16.200.1/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.1.16/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC2-SUPER-SPINE2.cfg b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC2-SUPER-SPINE2.cfg index 3a68f0b7618..8003656f166 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC2-SUPER-SPINE2.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/configs/DC2-SUPER-SPINE2.cfg @@ -53,7 +53,7 @@ interface Loopback0 ip address 172.16.200.2/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.1.17/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/structured_configs/DC1-POD1-L2LEAF2B.yml b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/structured_configs/DC1-POD1-L2LEAF2B.yml index 7c2f5bbc0a7..aa056e7311f 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/structured_configs/DC1-POD1-L2LEAF2B.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/structured_configs/DC1-POD1-L2LEAF2B.yml @@ -35,7 +35,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.1.12/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/structured_configs/DC1-POD1-LEAF2B.yml b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/structured_configs/DC1-POD1-LEAF2B.yml index cc7ee2e182c..154ac21290e 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/structured_configs/DC1-POD1-LEAF2B.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/structured_configs/DC1-POD1-LEAF2B.yml @@ -343,7 +343,7 @@ vrfs: ip_routing: true management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.1.9/16 diff --git a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/structured_configs/DC1-POD1-SPINE2.yml b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/structured_configs/DC1-POD1-SPINE2.yml index 87fece6078e..50c4043dca3 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/structured_configs/DC1-POD1-SPINE2.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/structured_configs/DC1-POD1-SPINE2.yml @@ -92,7 +92,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.1.6/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/structured_configs/DC1-POD2-LEAF1A.yml b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/structured_configs/DC1-POD2-LEAF1A.yml index 2990c7a6c6a..e5e86b4d65f 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/structured_configs/DC1-POD2-LEAF1A.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/structured_configs/DC1-POD2-LEAF1A.yml @@ -254,7 +254,7 @@ vrfs: ip_routing: true management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.1.15/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/structured_configs/DC1-POD2-SPINE1.yml b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/structured_configs/DC1-POD2-SPINE1.yml index 938cf95e4f5..e004296840f 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/structured_configs/DC1-POD2-SPINE1.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/structured_configs/DC1-POD2-SPINE1.yml @@ -109,7 +109,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.1.13/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/structured_configs/DC1-POD2-SPINE2.yml b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/structured_configs/DC1-POD2-SPINE2.yml index 2234990f5e3..e521cc72512 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/structured_configs/DC1-POD2-SPINE2.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/structured_configs/DC1-POD2-SPINE2.yml @@ -105,7 +105,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.1.14/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/structured_configs/DC1-RS2.yml b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/structured_configs/DC1-RS2.yml index 875dc474244..bd602ad9c59 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/structured_configs/DC1-RS2.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/structured_configs/DC1-RS2.yml @@ -120,7 +120,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.1.4/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/structured_configs/DC1-SUPER-SPINE2.yml b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/structured_configs/DC1-SUPER-SPINE2.yml index 862d827215a..344538ffc4f 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/structured_configs/DC1-SUPER-SPINE2.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/structured_configs/DC1-SUPER-SPINE2.yml @@ -88,7 +88,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.1.2/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/structured_configs/DC2-POD1-L2LEAF1A.yml b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/structured_configs/DC2-POD1-L2LEAF1A.yml index 80658365187..dfaf2e09b4b 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/structured_configs/DC2-POD1-L2LEAF1A.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/structured_configs/DC2-POD1-L2LEAF1A.yml @@ -34,7 +34,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.1.23/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/structured_configs/DC2-POD1-L2LEAF2A.yml b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/structured_configs/DC2-POD1-L2LEAF2A.yml index 988e1b10e89..1f161754636 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/structured_configs/DC2-POD1-L2LEAF2A.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/structured_configs/DC2-POD1-L2LEAF2A.yml @@ -34,7 +34,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.1.25/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/structured_configs/DC2-POD1-LEAF1A.yml b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/structured_configs/DC2-POD1-LEAF1A.yml index 7f86d12550a..6a47babb4f4 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/structured_configs/DC2-POD1-LEAF1A.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/structured_configs/DC2-POD1-LEAF1A.yml @@ -200,7 +200,7 @@ vrfs: ip_routing: true management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.1.22/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/structured_configs/DC2-POD1-LEAF2A.yml b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/structured_configs/DC2-POD1-LEAF2A.yml index 37aaf122139..8c9db85ff0b 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/structured_configs/DC2-POD1-LEAF2A.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/structured_configs/DC2-POD1-LEAF2A.yml @@ -90,7 +90,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.1.24/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/structured_configs/DC2-POD1-SPINE1.yml b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/structured_configs/DC2-POD1-SPINE1.yml index 2c733043b0f..b7d8f5291fa 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/structured_configs/DC2-POD1-SPINE1.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/structured_configs/DC2-POD1-SPINE1.yml @@ -121,7 +121,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.1.20/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/structured_configs/DC2-POD1-SPINE2.yml b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/structured_configs/DC2-POD1-SPINE2.yml index 4b923d44463..13fa72dffe7 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/structured_configs/DC2-POD1-SPINE2.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/structured_configs/DC2-POD1-SPINE2.yml @@ -82,7 +82,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.1.21/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/structured_configs/DC2-RS1.yml b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/structured_configs/DC2-RS1.yml index ad8c6a73da1..93cd0081da4 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/structured_configs/DC2-RS1.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/structured_configs/DC2-RS1.yml @@ -106,7 +106,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.1.18/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/structured_configs/DC2-RS2.yml b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/structured_configs/DC2-RS2.yml index 0f6d60808d6..5ef01b8f24c 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/structured_configs/DC2-RS2.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/structured_configs/DC2-RS2.yml @@ -66,7 +66,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.1.19/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/structured_configs/DC2-SUPER-SPINE1.yml b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/structured_configs/DC2-SUPER-SPINE1.yml index bf1cf0ec64e..cf5f409ac45 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/structured_configs/DC2-SUPER-SPINE1.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/structured_configs/DC2-SUPER-SPINE1.yml @@ -132,7 +132,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.1.16/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/structured_configs/DC2-SUPER-SPINE2.yml b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/structured_configs/DC2-SUPER-SPINE2.yml index 01b6841d387..c069becf3be 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/structured_configs/DC2-SUPER-SPINE2.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/intended/structured_configs/DC2-SUPER-SPINE2.yml @@ -71,7 +71,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.1.17/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/7010TX-LEAF1.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/7010TX-LEAF1.cfg index cd601cd5dc6..bda33829f33 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/7010TX-LEAF1.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/7010TX-LEAF1.cfg @@ -58,7 +58,7 @@ interface Loopback1 ip address 192.168.254.35/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.201.116/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/7010TX-LEAF2.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/7010TX-LEAF2.cfg index 6cf26fbc104..7d025f67a8a 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/7010TX-LEAF2.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/7010TX-LEAF2.cfg @@ -53,7 +53,7 @@ interface Loopback0 ip address 192.168.255.36/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.201.117/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/AUTO_BGP_ASN_LEAF1A.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/AUTO_BGP_ASN_LEAF1A.cfg index 75f7433afc3..c55ffde98fe 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/AUTO_BGP_ASN_LEAF1A.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/AUTO_BGP_ASN_LEAF1A.cfg @@ -33,7 +33,7 @@ interface Loopback1 ip address 192.168.254.3/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.202.105/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/AUTO_BGP_ASN_LEAF1B.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/AUTO_BGP_ASN_LEAF1B.cfg index fce8159db29..10d2bf5d239 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/AUTO_BGP_ASN_LEAF1B.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/AUTO_BGP_ASN_LEAF1B.cfg @@ -33,7 +33,7 @@ interface Loopback1 ip address 192.168.254.4/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.202.106/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/AUTO_BGP_ASN_LEAF2.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/AUTO_BGP_ASN_LEAF2.cfg index 800a021d095..e832a2e1c23 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/AUTO_BGP_ASN_LEAF2.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/AUTO_BGP_ASN_LEAF2.cfg @@ -33,7 +33,7 @@ interface Loopback1 ip address 192.168.254.5/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.202.107/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/AUTO_BGP_ASN_LEAF3A.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/AUTO_BGP_ASN_LEAF3A.cfg index d45698d91f6..967c4e302ac 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/AUTO_BGP_ASN_LEAF3A.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/AUTO_BGP_ASN_LEAF3A.cfg @@ -60,7 +60,7 @@ interface Loopback1 ip address 192.168.254.7/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.202.109/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/AUTO_BGP_ASN_LEAF3B.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/AUTO_BGP_ASN_LEAF3B.cfg index 26305830fba..b56e8daa94e 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/AUTO_BGP_ASN_LEAF3B.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/AUTO_BGP_ASN_LEAF3B.cfg @@ -60,7 +60,7 @@ interface Loopback1 ip address 192.168.254.7/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.202.110/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/AUTO_BGP_ASN_LEAF4A.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/AUTO_BGP_ASN_LEAF4A.cfg index feb7ac55f3d..aae6b483558 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/AUTO_BGP_ASN_LEAF4A.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/AUTO_BGP_ASN_LEAF4A.cfg @@ -60,7 +60,7 @@ interface Loopback1 ip address 192.168.254.9/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.202.111/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/AUTO_BGP_ASN_LEAF4B.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/AUTO_BGP_ASN_LEAF4B.cfg index 3a62e4d60fe..809a35e9dcc 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/AUTO_BGP_ASN_LEAF4B.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/AUTO_BGP_ASN_LEAF4B.cfg @@ -60,7 +60,7 @@ interface Loopback1 ip address 192.168.254.9/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.202.112/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/AUTO_BGP_ASN_LEAF5A.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/AUTO_BGP_ASN_LEAF5A.cfg index 1288ff82a08..7bf8f684392 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/AUTO_BGP_ASN_LEAF5A.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/AUTO_BGP_ASN_LEAF5A.cfg @@ -33,7 +33,7 @@ interface Loopback1 ip address 192.168.254.11/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.202.113/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/AUTO_BGP_ASN_LEAF7A.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/AUTO_BGP_ASN_LEAF7A.cfg index 7470fb2fd73..a0fe00242e2 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/AUTO_BGP_ASN_LEAF7A.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/AUTO_BGP_ASN_LEAF7A.cfg @@ -60,7 +60,7 @@ interface Loopback1 ip address 192.168.254.13/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.202.115/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/AUTO_BGP_ASN_LEAF7B.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/AUTO_BGP_ASN_LEAF7B.cfg index 6da61578468..f9d0ec55e33 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/AUTO_BGP_ASN_LEAF7B.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/AUTO_BGP_ASN_LEAF7B.cfg @@ -60,7 +60,7 @@ interface Loopback1 ip address 192.168.254.13/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.202.116/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/AUTO_BGP_ASN_LEAF8A.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/AUTO_BGP_ASN_LEAF8A.cfg index 813239e48ed..aef53ec7406 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/AUTO_BGP_ASN_LEAF8A.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/AUTO_BGP_ASN_LEAF8A.cfg @@ -33,7 +33,7 @@ interface Loopback1 ip address 192.168.254.15/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.202.117/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/AUTO_BGP_ASN_LEAF8B.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/AUTO_BGP_ASN_LEAF8B.cfg index 7b77fc08657..087a8fead90 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/AUTO_BGP_ASN_LEAF8B.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/AUTO_BGP_ASN_LEAF8B.cfg @@ -33,7 +33,7 @@ interface Loopback1 ip address 192.168.254.16/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.202.118/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/AUTO_BGP_UNGROUPED_LEAF6.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/AUTO_BGP_UNGROUPED_LEAF6.cfg index 549ad467a58..b86c0b72ec9 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/AUTO_BGP_UNGROUPED_LEAF6.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/AUTO_BGP_UNGROUPED_LEAF6.cfg @@ -33,7 +33,7 @@ interface Loopback1 ip address 192.168.254.12/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.202.114/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/AUTO_NODE_TYPE_LEAF01.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/AUTO_NODE_TYPE_LEAF01.cfg index 551d5f003ca..37619803cb5 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/AUTO_NODE_TYPE_LEAF01.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/AUTO_NODE_TYPE_LEAF01.cfg @@ -47,7 +47,7 @@ interface Loopback1 ip address 192.168.254.3/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.203.12/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/AUTO_NODE_TYPE_SPINE01.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/AUTO_NODE_TYPE_SPINE01.cfg index 5f86e1b8b28..218fee44406 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/AUTO_NODE_TYPE_SPINE01.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/AUTO_NODE_TYPE_SPINE01.cfg @@ -41,7 +41,7 @@ interface Loopback0 ip address 192.168.255.1/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.203.10 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/AUTO_NODE_TYPE_SPINE02.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/AUTO_NODE_TYPE_SPINE02.cfg index 040e5b0c8d0..d8c6a9182d7 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/AUTO_NODE_TYPE_SPINE02.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/AUTO_NODE_TYPE_SPINE02.cfg @@ -41,7 +41,7 @@ interface Loopback0 ip address 192.168.255.2/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.203.11 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/AUTO_NODE_TYPE_UNGROUPED_LEAF02.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/AUTO_NODE_TYPE_UNGROUPED_LEAF02.cfg index 3ca96cc6786..5f0ff5d637d 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/AUTO_NODE_TYPE_UNGROUPED_LEAF02.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/AUTO_NODE_TYPE_UNGROUPED_LEAF02.cfg @@ -47,7 +47,7 @@ interface Loopback1 ip address 192.168.254.4/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.203.13/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/CUSTOM-PYTHON_MODULES-L3LEAF1A.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/CUSTOM-PYTHON_MODULES-L3LEAF1A.cfg index a0a1ff8e7f0..59b51053f6b 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/CUSTOM-PYTHON_MODULES-L3LEAF1A.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/CUSTOM-PYTHON_MODULES-L3LEAF1A.cfg @@ -85,7 +85,7 @@ interface Loopback1 ip address 192.168.254.21/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.101/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/CUSTOM-PYTHON_MODULES-L3LEAF1B.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/CUSTOM-PYTHON_MODULES-L3LEAF1B.cfg index 287a47d1ca4..44a817208d7 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/CUSTOM-PYTHON_MODULES-L3LEAF1B.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/CUSTOM-PYTHON_MODULES-L3LEAF1B.cfg @@ -74,7 +74,7 @@ interface Loopback1 ip address 192.168.254.21/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.102/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/CUSTOM-PYTHON_MODULES-SPINE1.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/CUSTOM-PYTHON_MODULES-SPINE1.cfg index 188f00d4a26..6e860d6fc5f 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/CUSTOM-PYTHON_MODULES-SPINE1.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/CUSTOM-PYTHON_MODULES-SPINE1.cfg @@ -41,7 +41,7 @@ interface Loopback0 ip address 192.168.255.1/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.101/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/CUSTOM-TEMPLATES-L2LEAF1A.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/CUSTOM-TEMPLATES-L2LEAF1A.cfg index 3c41be08935..300cd493f68 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/CUSTOM-TEMPLATES-L2LEAF1A.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/CUSTOM-TEMPLATES-L2LEAF1A.cfg @@ -61,7 +61,7 @@ interface Ethernet4 channel-group 3 mode active ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.103/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/CUSTOM-TEMPLATES-L2LEAF1B.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/CUSTOM-TEMPLATES-L2LEAF1B.cfg index 2e3299c6724..c62fe5476b3 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/CUSTOM-TEMPLATES-L2LEAF1B.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/CUSTOM-TEMPLATES-L2LEAF1B.cfg @@ -61,7 +61,7 @@ interface Ethernet4 channel-group 3 mode active ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.103/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/CUSTOM-TEMPLATES-L3LEAF1A.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/CUSTOM-TEMPLATES-L3LEAF1A.cfg index 0aab1b1a094..96af6707361 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/CUSTOM-TEMPLATES-L3LEAF1A.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/CUSTOM-TEMPLATES-L3LEAF1A.cfg @@ -98,7 +98,7 @@ interface Loopback1 ip address 192.168.254.21/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.101/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/CUSTOM-TEMPLATES-L3LEAF1B.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/CUSTOM-TEMPLATES-L3LEAF1B.cfg index 239d7f6359d..a481e6c9882 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/CUSTOM-TEMPLATES-L3LEAF1B.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/CUSTOM-TEMPLATES-L3LEAF1B.cfg @@ -108,7 +108,7 @@ interface Loopback1 ip address 192.168.254.21/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.102/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/CUSTOM-TEMPLATES-SPINE1.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/CUSTOM-TEMPLATES-SPINE1.cfg index 6b1c1e1da81..78faaff3f46 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/CUSTOM-TEMPLATES-SPINE1.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/CUSTOM-TEMPLATES-SPINE1.cfg @@ -41,7 +41,7 @@ interface Loopback0 ip address 192.168.255.1/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.101/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/DC1-BL1A.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/DC1-BL1A.cfg index 327ef601d88..adf33a6fe9b 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/DC1-BL1A.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/DC1-BL1A.cfg @@ -197,7 +197,7 @@ interface Loopback1 ip address 192.168.255.255/32 secondary ! interface Management99 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.110/24 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 0a7a78be8e3..a424cb2c179 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 @@ -187,7 +187,7 @@ interface Loopback1 ip address 192.168.254.15/32 ! interface Management99 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.111/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/DC1-BL2A.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/DC1-BL2A.cfg index b3c4c5aa3f2..ca199d58a2e 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/DC1-BL2A.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/DC1-BL2A.cfg @@ -104,7 +104,7 @@ interface Loopback1 ip address 192.168.254.16/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.117/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/DC1-BL2B.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/DC1-BL2B.cfg index 753d4823a14..9b12c148c70 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/DC1-BL2B.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/DC1-BL2B.cfg @@ -102,7 +102,7 @@ interface Loopback1 ip address 192.168.254.17/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.118/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/DC1-CL1A.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/DC1-CL1A.cfg index 1c7a363fcef..63cda236fad 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/DC1-CL1A.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/DC1-CL1A.cfg @@ -171,7 +171,7 @@ interface Loopback1 ip address 192.168.254.18/32 ! interface Management0 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.119/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/DC1-CL1B.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/DC1-CL1B.cfg index 6983ed70b90..f7d2ee49d4a 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/DC1-CL1B.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/DC1-CL1B.cfg @@ -171,7 +171,7 @@ interface Loopback1 ip address 192.168.254.18/32 ! interface Management0 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.120/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/DC1-L2LEAF1A.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/DC1-L2LEAF1A.cfg index ce36fd8ee13..9bf66424b96 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/DC1-L2LEAF1A.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/DC1-L2LEAF1A.cfg @@ -128,7 +128,7 @@ interface Ethernet5 channel-group 5 mode active ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.112/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/DC1-L2LEAF1B.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/DC1-L2LEAF1B.cfg index 126b3fd28dc..71fad971ad9 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/DC1-L2LEAF1B.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/DC1-L2LEAF1B.cfg @@ -128,7 +128,7 @@ interface Ethernet5 channel-group 5 mode active ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.115/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/DC1-L2LEAF2A.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/DC1-L2LEAF2A.cfg index f3e4b260c5e..c2a8dcf6743 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/DC1-L2LEAF2A.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/DC1-L2LEAF2A.cfg @@ -140,7 +140,7 @@ interface Ethernet4 channel-group 3 mode active ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.113/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/DC1-L2LEAF2B.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/DC1-L2LEAF2B.cfg index dae80b77eef..f8b1fcd8a97 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/DC1-L2LEAF2B.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/DC1-L2LEAF2B.cfg @@ -140,7 +140,7 @@ interface Ethernet4 channel-group 3 mode active ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.114/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/DC1-L2LEAF3A.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/DC1-L2LEAF3A.cfg index 13e63403030..42a70840d34 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/DC1-L2LEAF3A.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/DC1-L2LEAF3A.cfg @@ -88,7 +88,7 @@ interface Ethernet2 channel-group 1 mode active ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.116/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/DC1-L2LEAF4A.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/DC1-L2LEAF4A.cfg index efc3b4aed41..4c8183cea23 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/DC1-L2LEAF4A.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/DC1-L2LEAF4A.cfg @@ -88,7 +88,7 @@ interface Ethernet2 channel-group 1001 mode active ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.119/24 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 a215d7a637f..734ad59f8f3 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 @@ -164,7 +164,7 @@ interface Loopback100 ip address 10.255.1.9/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.105/24 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 2303962a853..3ae9ad2da78 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 @@ -441,7 +441,7 @@ interface Loopback123 ip ospf area 1 ! interface Management99 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.106/24 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 3f055373859..012eef323f5 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 @@ -406,7 +406,7 @@ interface Loopback123 ! interface Management99 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.107/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/DC1-SPINE1.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/DC1-SPINE1.cfg index c26464b215f..4252ea3caa6 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/DC1-SPINE1.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/DC1-SPINE1.cfg @@ -201,7 +201,7 @@ interface Loopback0 ip address 192.168.255.1/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.101/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/DC1-SPINE2.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/DC1-SPINE2.cfg index 300b6eca7af..56cf09ac256 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/DC1-SPINE2.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/DC1-SPINE2.cfg @@ -168,7 +168,7 @@ interface Loopback0 ip address 192.168.255.2/32 ! interface Management0 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.102/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/DC1-SPINE3.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/DC1-SPINE3.cfg index 9d9f23a90df..77b510d53fd 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/DC1-SPINE3.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/DC1-SPINE3.cfg @@ -166,7 +166,7 @@ interface Loopback0 ip address 192.168.255.3/32 ! interface Management0 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.103/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/DC1-SPINE4.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/DC1-SPINE4.cfg index abf30e7447d..3edd25aca09 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/DC1-SPINE4.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/DC1-SPINE4.cfg @@ -166,7 +166,7 @@ interface Loopback0 ip address 192.168.255.4/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.104/24 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 d021da9eb91..882a781ba84 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 @@ -615,7 +615,7 @@ interface Loopback100 ip address 10.255.1.12/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.108/24 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 494f672dd35..e91dea69878 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 @@ -581,7 +581,7 @@ interface Loopback100 ip address 10.255.1.13/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.109/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/DC1.L2LEAF5A.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/DC1.L2LEAF5A.cfg index 426085fbb16..e6dd0a41449 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/DC1.L2LEAF5A.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/DC1.L2LEAF5A.cfg @@ -111,7 +111,7 @@ interface Ethernet4 channel-group 3 mode active ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.120/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/DC1.L2LEAF5B.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/DC1.L2LEAF5B.cfg index 8a0f31cde89..5cb03b71f0d 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/DC1.L2LEAF5B.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/DC1.L2LEAF5B.cfg @@ -111,7 +111,7 @@ interface Ethernet4 channel-group 3 mode active ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.121/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/DC1.L2LEAF6A.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/DC1.L2LEAF6A.cfg index ab466891fc7..50ecd0b82d8 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/DC1.L2LEAF6A.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/DC1.L2LEAF6A.cfg @@ -145,7 +145,7 @@ interface Ethernet4 channel-group 3 mode active ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.122/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/DC1.L2LEAF6B.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/DC1.L2LEAF6B.cfg index 7d88c293850..d725c993701 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/DC1.L2LEAF6B.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/DC1.L2LEAF6B.cfg @@ -145,7 +145,7 @@ interface Ethernet4 channel-group 3 mode active ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.123/24 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 5481be5395a..eb824d6e3ec 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 @@ -240,7 +240,7 @@ interface Loopback100 ip address 10.255.1.21/32 ! interface Management42 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.121/24 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 448cb0c3210..551cb86a4ff 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 @@ -240,7 +240,7 @@ interface Loopback100 ip address 10.255.1.22/32 ! interface Management42 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.122/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/DUP-LEAF1.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/DUP-LEAF1.cfg index c404b5ca181..f4123858958 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/DUP-LEAF1.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/DUP-LEAF1.cfg @@ -39,7 +39,7 @@ interface Loopback1 ip address 10.10.0.1/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.101/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/DUP-LEAF2.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/DUP-LEAF2.cfg index ff1ae57f0bd..6333e5adadc 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/DUP-LEAF2.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/DUP-LEAF2.cfg @@ -39,7 +39,7 @@ interface Loopback1 ip address 10.10.0.2/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.102/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/EVPN-MULTICAST-DISABLED.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/EVPN-MULTICAST-DISABLED.cfg index 473020642fa..de86dc172ac 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/EVPN-MULTICAST-DISABLED.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/EVPN-MULTICAST-DISABLED.cfg @@ -248,7 +248,7 @@ interface Loopback60 ip address 10.255.60.8/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.108/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/EVPN-MULTICAST-L2LEAF1A.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/EVPN-MULTICAST-L2LEAF1A.cfg index f7fa9c2343b..267f94e4658 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/EVPN-MULTICAST-L2LEAF1A.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/EVPN-MULTICAST-L2LEAF1A.cfg @@ -145,7 +145,7 @@ interface Ethernet2 channel-group 1 mode active ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.109/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/EVPN-MULTICAST-L3LEAF1A.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/EVPN-MULTICAST-L3LEAF1A.cfg index b819b6a2ce5..ca58e3f305a 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/EVPN-MULTICAST-L3LEAF1A.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/EVPN-MULTICAST-L3LEAF1A.cfg @@ -422,7 +422,7 @@ interface Loopback60 ip address 10.255.60.3/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.105/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/EVPN-MULTICAST-L3LEAF1B.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/EVPN-MULTICAST-L3LEAF1B.cfg index ed47d2ac587..d1190e29b8a 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/EVPN-MULTICAST-L3LEAF1B.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/EVPN-MULTICAST-L3LEAF1B.cfg @@ -422,7 +422,7 @@ interface Loopback60 ip address 10.255.60.4/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.106/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/EVPN-MULTICAST-L3LEAF2A.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/EVPN-MULTICAST-L3LEAF2A.cfg index bf310e9a11e..d23f74993ac 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/EVPN-MULTICAST-L3LEAF2A.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/EVPN-MULTICAST-L3LEAF2A.cfg @@ -288,7 +288,7 @@ interface Loopback60 ip address 10.255.60.5/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.107/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/EVPN-MULTICAST-L3LEAF3A.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/EVPN-MULTICAST-L3LEAF3A.cfg index cef9b8852a2..f2ae221850c 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/EVPN-MULTICAST-L3LEAF3A.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/EVPN-MULTICAST-L3LEAF3A.cfg @@ -316,7 +316,7 @@ interface Loopback60 ip address 10.255.60.6/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.108/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/EVPN-MULTICAST-L3LEAF3B.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/EVPN-MULTICAST-L3LEAF3B.cfg index 80e4e425f84..f5361a8419b 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/EVPN-MULTICAST-L3LEAF3B.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/EVPN-MULTICAST-L3LEAF3B.cfg @@ -316,7 +316,7 @@ interface Loopback60 ip address 10.255.60.7/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.109/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/EVPN-MULTICAST-SPINE1.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/EVPN-MULTICAST-SPINE1.cfg index 1b06105a0d5..a7ec74eb847 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/EVPN-MULTICAST-SPINE1.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/EVPN-MULTICAST-SPINE1.cfg @@ -75,7 +75,7 @@ interface Loopback0 ip address 192.168.255.1/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.101/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/IGMP-QUERIER-L2LEAF1A.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/IGMP-QUERIER-L2LEAF1A.cfg index d8943f19733..088777e1ee6 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/IGMP-QUERIER-L2LEAF1A.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/IGMP-QUERIER-L2LEAF1A.cfg @@ -83,7 +83,7 @@ interface Ethernet1 channel-group 1 mode active ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.101/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/IGMP-QUERIER-L3LEAF1A.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/IGMP-QUERIER-L3LEAF1A.cfg index c18e4d050a7..49733b22b6f 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/IGMP-QUERIER-L3LEAF1A.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/IGMP-QUERIER-L3LEAF1A.cfg @@ -147,7 +147,7 @@ interface Loopback1 ip address 192.168.254.1/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.101/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/MH-L2LEAF1A.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/MH-L2LEAF1A.cfg index 8644f6b3390..5a153d65831 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/MH-L2LEAF1A.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/MH-L2LEAF1A.cfg @@ -67,7 +67,7 @@ interface Ethernet10 link tracking group l2leaf-server02 downstream ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.201.201/24 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 a313326fcb4..09918d936e8 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 @@ -311,7 +311,7 @@ interface Loopback100 ip address 10.255.1.33/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.201.104/24 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 69bb25fa50a..d3cb46d3fb8 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 @@ -311,7 +311,7 @@ interface Loopback100 ip address 10.255.1.34/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.201.105/24 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 3dda21d5a13..8c07ce4b3f5 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 @@ -96,7 +96,7 @@ interface Loopback100 ip address 10.255.1.35/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.201.106/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/MLAG-OSPF-L3LEAF1A.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/MLAG-OSPF-L3LEAF1A.cfg index 17911d47ac4..724a66a27cc 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/MLAG-OSPF-L3LEAF1A.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/MLAG-OSPF-L3LEAF1A.cfg @@ -87,7 +87,7 @@ interface Loopback1 ip ospf area 0.0.0.0 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.201.114/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/MLAG-OSPF-L3LEAF1B.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/MLAG-OSPF-L3LEAF1B.cfg index 7b9aaebfabd..2e1c28b5754 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/MLAG-OSPF-L3LEAF1B.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/MLAG-OSPF-L3LEAF1B.cfg @@ -87,7 +87,7 @@ interface Loopback1 ip ospf area 0.0.0.0 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.201.115/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/MLAG_IPV6_L3LEAF1A.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/MLAG_IPV6_L3LEAF1A.cfg index 1f7047505a7..6935f4ac217 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/MLAG_IPV6_L3LEAF1A.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/MLAG_IPV6_L3LEAF1A.cfg @@ -58,7 +58,7 @@ interface Loopback1 ip address 192.168.254.35/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.201.116/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/MLAG_IPV6_L3LEAF1B.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/MLAG_IPV6_L3LEAF1B.cfg index dd206156ff2..82036b125d0 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/MLAG_IPV6_L3LEAF1B.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/MLAG_IPV6_L3LEAF1B.cfg @@ -58,7 +58,7 @@ interface Loopback1 ip address 192.168.254.35/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.201.117/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/MLAG_ODD_ID_L3LEAF1A.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/MLAG_ODD_ID_L3LEAF1A.cfg index cede279a04b..47a57142980 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/MLAG_ODD_ID_L3LEAF1A.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/MLAG_ODD_ID_L3LEAF1A.cfg @@ -65,7 +65,7 @@ interface Loopback1 ip address 192.168.254.35/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.201.116/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/MLAG_ODD_ID_L3LEAF1B.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/MLAG_ODD_ID_L3LEAF1B.cfg index 06e9431ee83..b2d588b01a2 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/MLAG_ODD_ID_L3LEAF1B.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/MLAG_ODD_ID_L3LEAF1B.cfg @@ -65,7 +65,7 @@ interface Loopback1 ip address 192.168.254.35/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.201.117/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/MLAG_SAME_SUBNET_L3LEAF1A.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/MLAG_SAME_SUBNET_L3LEAF1A.cfg index cc729779c6d..d4aaa6d3a3f 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/MLAG_SAME_SUBNET_L3LEAF1A.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/MLAG_SAME_SUBNET_L3LEAF1A.cfg @@ -67,7 +67,7 @@ interface Loopback1 ip address 192.168.254.32/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.201.116/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/MLAG_SAME_SUBNET_L3LEAF1B.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/MLAG_SAME_SUBNET_L3LEAF1B.cfg index 020877ee419..74c41a84b65 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/MLAG_SAME_SUBNET_L3LEAF1B.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/MLAG_SAME_SUBNET_L3LEAF1B.cfg @@ -67,7 +67,7 @@ interface Loopback1 ip address 192.168.254.32/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.201.117/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/MLAG_SAME_SUBNET_L3LEAF2A.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/MLAG_SAME_SUBNET_L3LEAF2A.cfg index 53a789de642..28192b6ed48 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/MLAG_SAME_SUBNET_L3LEAF2A.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/MLAG_SAME_SUBNET_L3LEAF2A.cfg @@ -67,7 +67,7 @@ interface Loopback1 ip address 192.168.254.34/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.201.118/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/MLAG_SAME_SUBNET_L3LEAF2B.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/MLAG_SAME_SUBNET_L3LEAF2B.cfg index 66d60b6bf38..b79fd1a124a 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/MLAG_SAME_SUBNET_L3LEAF2B.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/MLAG_SAME_SUBNET_L3LEAF2B.cfg @@ -67,7 +67,7 @@ interface Loopback1 ip address 192.168.254.34/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.201.119/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/OVERLAY_ROUTING_PROTOCOL_CVX_SERVER1.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/OVERLAY_ROUTING_PROTOCOL_CVX_SERVER1.cfg index 5e3702dd8ac..ef6363eb2d5 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/OVERLAY_ROUTING_PROTOCOL_CVX_SERVER1.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/OVERLAY_ROUTING_PROTOCOL_CVX_SERVER1.cfg @@ -28,7 +28,7 @@ cvx no shutdown ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.254.254/23 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/OVERLAY_ROUTING_PROTOCOL_CVX_SERVER2.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/OVERLAY_ROUTING_PROTOCOL_CVX_SERVER2.cfg index d78354678fb..18bacde1bff 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/OVERLAY_ROUTING_PROTOCOL_CVX_SERVER2.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/OVERLAY_ROUTING_PROTOCOL_CVX_SERVER2.cfg @@ -28,7 +28,7 @@ cvx no shutdown ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.254.255/23 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/OVERRIDE_VTEP_L3LEAF1A.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/OVERRIDE_VTEP_L3LEAF1A.cfg index a07eb651206..709ff89a18b 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/OVERRIDE_VTEP_L3LEAF1A.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/OVERRIDE_VTEP_L3LEAF1A.cfg @@ -58,7 +58,7 @@ interface Loopback1 ip address 192.168.254.35/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.201.116/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/OVERRIDE_VTEP_L3LEAF1B.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/OVERRIDE_VTEP_L3LEAF1B.cfg index 60161db5c66..7bb12757aba 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/OVERRIDE_VTEP_L3LEAF1B.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/OVERRIDE_VTEP_L3LEAF1B.cfg @@ -53,7 +53,7 @@ interface Loopback0 ip address 192.168.255.36/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.201.117/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/RD-RT-ADMIN-SUBFIELD-L3LEAF1.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/RD-RT-ADMIN-SUBFIELD-L3LEAF1.cfg index 1e1f0afc7f8..770cf43c1f8 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/RD-RT-ADMIN-SUBFIELD-L3LEAF1.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/RD-RT-ADMIN-SUBFIELD-L3LEAF1.cfg @@ -45,7 +45,7 @@ interface Loopback1 ip address 192.168.254.1/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.101/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/RD-RT-ADMIN-SUBFIELD-L3LEAF2.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/RD-RT-ADMIN-SUBFIELD-L3LEAF2.cfg index fd3d1aac9e7..d322076fb74 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/RD-RT-ADMIN-SUBFIELD-L3LEAF2.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/RD-RT-ADMIN-SUBFIELD-L3LEAF2.cfg @@ -45,7 +45,7 @@ interface Loopback1 ip address 192.168.254.2/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.102/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/RD-RT-ADMIN-SUBFIELD-L3LEAF3.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/RD-RT-ADMIN-SUBFIELD-L3LEAF3.cfg index 5e2991b6976..a1b4b50c7f2 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/RD-RT-ADMIN-SUBFIELD-L3LEAF3.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/RD-RT-ADMIN-SUBFIELD-L3LEAF3.cfg @@ -45,7 +45,7 @@ interface Loopback1 ip address 192.168.254.3/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.103/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/RD-RT-ADMIN-SUBFIELD-L3LEAF4.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/RD-RT-ADMIN-SUBFIELD-L3LEAF4.cfg index c67059991fb..1d1dbe1872f 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/RD-RT-ADMIN-SUBFIELD-L3LEAF4.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/RD-RT-ADMIN-SUBFIELD-L3LEAF4.cfg @@ -45,7 +45,7 @@ interface Loopback1 ip address 192.168.254.4/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.104/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/RD-RT-ADMIN-SUBFIELD-L3LEAF5.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/RD-RT-ADMIN-SUBFIELD-L3LEAF5.cfg index d56850c4dbc..268e5718bf1 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/RD-RT-ADMIN-SUBFIELD-L3LEAF5.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/RD-RT-ADMIN-SUBFIELD-L3LEAF5.cfg @@ -45,7 +45,7 @@ interface Loopback1 ip address 192.168.254.5/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.105/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/RD-RT-ADMIN-SUBFIELD-L3LEAF6.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/RD-RT-ADMIN-SUBFIELD-L3LEAF6.cfg index ed8bc66b6b1..0c61a5c7c0b 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/RD-RT-ADMIN-SUBFIELD-L3LEAF6.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/RD-RT-ADMIN-SUBFIELD-L3LEAF6.cfg @@ -45,7 +45,7 @@ interface Loopback1 ip address 192.168.254.6/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.106/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/RD-RT-ADMIN-SUBFIELD-L3LEAF7.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/RD-RT-ADMIN-SUBFIELD-L3LEAF7.cfg index 0634c92c7af..897c8ec97ec 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/RD-RT-ADMIN-SUBFIELD-L3LEAF7.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/RD-RT-ADMIN-SUBFIELD-L3LEAF7.cfg @@ -45,7 +45,7 @@ interface Loopback1 ip address 192.168.254.7/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.107/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/TEST-MGMT-GATEWAY-IN-NODE-GROUP.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/TEST-MGMT-GATEWAY-IN-NODE-GROUP.cfg index 57937ded9e1..37778fc7af8 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/TEST-MGMT-GATEWAY-IN-NODE-GROUP.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/TEST-MGMT-GATEWAY-IN-NODE-GROUP.cfg @@ -20,7 +20,7 @@ hostname TEST-MGMT-GATEWAY-IN-NODE-GROUP vrf instance MGMT ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.201.202/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/UNDERLAY-MULTICAST-L2LEAF1A.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/UNDERLAY-MULTICAST-L2LEAF1A.cfg index e90a69d0ac6..e51a3b6cb8a 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/UNDERLAY-MULTICAST-L2LEAF1A.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/UNDERLAY-MULTICAST-L2LEAF1A.cfg @@ -32,7 +32,7 @@ interface Ethernet1 channel-group 1 mode active ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.109/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/UNDERLAY-MULTICAST-L3LEAF1A.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/UNDERLAY-MULTICAST-L3LEAF1A.cfg index 1245692aa84..e1e09cd789d 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/UNDERLAY-MULTICAST-L3LEAF1A.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/UNDERLAY-MULTICAST-L3LEAF1A.cfg @@ -93,7 +93,7 @@ interface Loopback4 ip address 192.168.200.4/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.105/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/UNDERLAY-MULTICAST-L3LEAF1B.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/UNDERLAY-MULTICAST-L3LEAF1B.cfg index db764f12e2a..4f142c99514 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/UNDERLAY-MULTICAST-L3LEAF1B.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/UNDERLAY-MULTICAST-L3LEAF1B.cfg @@ -77,7 +77,7 @@ interface Loopback4 ip address 192.168.200.4/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.106/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/UNDERLAY-MULTICAST-L3LEAF2A.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/UNDERLAY-MULTICAST-L3LEAF2A.cfg index 80521ca5aea..9e9d70ff73f 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/UNDERLAY-MULTICAST-L3LEAF2A.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/UNDERLAY-MULTICAST-L3LEAF2A.cfg @@ -73,7 +73,7 @@ interface Loopback5 ip address 192.168.200.5/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.107/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/UNDERLAY-MULTICAST-L3LEAF2B.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/UNDERLAY-MULTICAST-L3LEAF2B.cfg index 7c3e6984618..d7ca3530992 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/UNDERLAY-MULTICAST-L3LEAF2B.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/UNDERLAY-MULTICAST-L3LEAF2B.cfg @@ -73,7 +73,7 @@ interface Loopback5 ip address 192.168.200.5/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.108/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/UNDERLAY-MULTICAST-SPINE1.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/UNDERLAY-MULTICAST-SPINE1.cfg index f40b8e65262..5fcc24f1e04 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/UNDERLAY-MULTICAST-SPINE1.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/UNDERLAY-MULTICAST-SPINE1.cfg @@ -59,7 +59,7 @@ interface Loopback0 ip address 192.168.255.1/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.101/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/UNDERLAY-MULTICAST-SPINE2.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/UNDERLAY-MULTICAST-SPINE2.cfg index 891f3886faf..4ecd8c7eefe 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/UNDERLAY-MULTICAST-SPINE2.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/UNDERLAY-MULTICAST-SPINE2.cfg @@ -55,7 +55,7 @@ interface Loopback0 ip address 192.168.255.2/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.102/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/UPLINK-MLAG-STRUCTURED-CONFIG-L2LEAF1A.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/UPLINK-MLAG-STRUCTURED-CONFIG-L2LEAF1A.cfg index 142f8e569ed..0a5b7e27e9f 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/UPLINK-MLAG-STRUCTURED-CONFIG-L2LEAF1A.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/UPLINK-MLAG-STRUCTURED-CONFIG-L2LEAF1A.cfg @@ -69,7 +69,7 @@ interface Ethernet4 channel-group 3 mode active ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.201.201/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/UPLINK-MLAG-STRUCTURED-CONFIG-L2LEAF1B.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/UPLINK-MLAG-STRUCTURED-CONFIG-L2LEAF1B.cfg index ff9efc04b0d..9319e1936a5 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/UPLINK-MLAG-STRUCTURED-CONFIG-L2LEAF1B.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/UPLINK-MLAG-STRUCTURED-CONFIG-L2LEAF1B.cfg @@ -69,7 +69,7 @@ interface Ethernet4 channel-group 3 mode active ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.201.201/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/UPLINK-MLAG-STRUCTURED-CONFIG-L3LEAF1A.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/UPLINK-MLAG-STRUCTURED-CONFIG-L3LEAF1A.cfg index 033e6864360..753e90638e2 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/UPLINK-MLAG-STRUCTURED-CONFIG-L3LEAF1A.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/UPLINK-MLAG-STRUCTURED-CONFIG-L3LEAF1A.cfg @@ -89,7 +89,7 @@ interface Loopback1 ip address 192.168.254.3/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.105/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/UPLINK-MLAG-STRUCTURED-CONFIG-L3LEAF1B.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/UPLINK-MLAG-STRUCTURED-CONFIG-L3LEAF1B.cfg index a3081c3c461..f2f8510756f 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/UPLINK-MLAG-STRUCTURED-CONFIG-L3LEAF1B.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/UPLINK-MLAG-STRUCTURED-CONFIG-L3LEAF1B.cfg @@ -89,7 +89,7 @@ interface Loopback1 ip address 192.168.254.3/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.107/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/UPLINK-MLAG-STRUCTURED-CONFIG-SPINE1.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/UPLINK-MLAG-STRUCTURED-CONFIG-SPINE1.cfg index caa9aaf51a6..8e5e92dd376 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/UPLINK-MLAG-STRUCTURED-CONFIG-SPINE1.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/UPLINK-MLAG-STRUCTURED-CONFIG-SPINE1.cfg @@ -43,7 +43,7 @@ interface Loopback0 ip address 192.168.255.1/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.101/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/bgp-from-network-services-1.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/bgp-from-network-services-1.cfg index c47dd033ed4..f00cc7c4139 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/bgp-from-network-services-1.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/bgp-from-network-services-1.cfg @@ -54,7 +54,7 @@ interface Loopback0 ip address 192.0.255.1/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 10.1.1.1/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/bgp-from-network-services-2.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/bgp-from-network-services-2.cfg index 1c1fd07ba04..b22abbe3f3e 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/bgp-from-network-services-2.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/bgp-from-network-services-2.cfg @@ -45,7 +45,7 @@ interface Loopback0 ip address 192.0.255.2/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 10.1.1.2/24 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 ae237a79131..b7cc0a55d16 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 @@ -179,7 +179,7 @@ interface Loopback100 ip address 10.255.1.109/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.0.101/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/evpn_services_l2_only_true.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/evpn_services_l2_only_true.cfg index 06e47859a76..b47f3a2181a 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/evpn_services_l2_only_true.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/evpn_services_l2_only_true.cfg @@ -150,7 +150,7 @@ interface Loopback1 ip address 192.168.254.109/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.0.101/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/flow-tracking-tests-l2-leaf1.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/flow-tracking-tests-l2-leaf1.cfg index 0be1cd1620c..19dc3596cc0 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/flow-tracking-tests-l2-leaf1.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/flow-tracking-tests-l2-leaf1.cfg @@ -55,7 +55,7 @@ interface Ethernet2 channel-group 1 mode active ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.0.201/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/flow-tracking-tests-l2-leaf2.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/flow-tracking-tests-l2-leaf2.cfg index 2fb24d21421..1f46612399f 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/flow-tracking-tests-l2-leaf2.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/flow-tracking-tests-l2-leaf2.cfg @@ -55,7 +55,7 @@ interface Ethernet2 channel-group 1 mode active ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.0.202/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/flow-tracking-tests-leaf1.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/flow-tracking-tests-leaf1.cfg index d12eb633331..85f1f14c2d0 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/flow-tracking-tests-leaf1.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/flow-tracking-tests-leaf1.cfg @@ -129,7 +129,7 @@ interface Loopback1 ip address 10.254.11.1/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.0.101/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/flow-tracking-tests-leaf2.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/flow-tracking-tests-leaf2.cfg index 81479f5336c..2c589761d2b 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/flow-tracking-tests-leaf2.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/flow-tracking-tests-leaf2.cfg @@ -128,7 +128,7 @@ interface Loopback1 ip address 10.254.11.2/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.0.102/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/flow-tracking-tests-leaf3.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/flow-tracking-tests-leaf3.cfg index e27efa41992..02f806f9883 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/flow-tracking-tests-leaf3.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/flow-tracking-tests-leaf3.cfg @@ -173,7 +173,7 @@ interface Loopback1 ip address 10.254.11.5/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.0.103/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/flow-tracking-tests-leaf4.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/flow-tracking-tests-leaf4.cfg index f6e2d323e9f..cc17f65e99e 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/flow-tracking-tests-leaf4.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/flow-tracking-tests-leaf4.cfg @@ -173,7 +173,7 @@ interface Loopback1 ip address 10.254.11.5/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.0.104/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/flow-tracking-tests-spine1.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/flow-tracking-tests-spine1.cfg index 6b51c749f8e..48ca517f6db 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/flow-tracking-tests-spine1.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/flow-tracking-tests-spine1.cfg @@ -133,7 +133,7 @@ interface Loopback0 ip address 10.255.0.1/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.0.11/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/flow-tracking-tests-spine2.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/flow-tracking-tests-spine2.cfg index cc57c3ec4ab..00905af528d 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/flow-tracking-tests-spine2.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/flow-tracking-tests-spine2.cfg @@ -129,7 +129,7 @@ interface Loopback0 ip address 10.255.0.2/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.0.21/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/mgmt_interface_default.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/mgmt_interface_default.cfg index 641fed910b9..6d20ecc6d76 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/mgmt_interface_default.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/mgmt_interface_default.cfg @@ -140,7 +140,7 @@ vlan 1234 vrf instance MGMT ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 1.1.1.2 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/mgmt_interface_dualstack.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/mgmt_interface_dualstack.cfg index f8dba5b7184..1fe644c7259 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/mgmt_interface_dualstack.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/mgmt_interface_dualstack.cfg @@ -20,7 +20,7 @@ hostname mgmt_interface_dualstack vrf instance MGMT ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.105 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/mgmt_interface_fabric.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/mgmt_interface_fabric.cfg index 3492580d226..ed23550bb88 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/mgmt_interface_fabric.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/mgmt_interface_fabric.cfg @@ -140,7 +140,7 @@ vlan 1234 vrf instance MGMT ! interface MY_INTERFACE_FABRIC - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 1.1.1.2 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/mgmt_interface_host.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/mgmt_interface_host.cfg index 81501f9e941..f443abb76bc 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/mgmt_interface_host.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/mgmt_interface_host.cfg @@ -142,7 +142,7 @@ vlan 1234 vrf instance MGMT ! interface MY_INTERFACE_HOST - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 1.1.1.2 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/mgmt_interface_ipv6.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/mgmt_interface_ipv6.cfg index fa9c335db49..fba17885676 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/mgmt_interface_ipv6.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/mgmt_interface_ipv6.cfg @@ -20,7 +20,7 @@ hostname mgmt_interface_ipv6 vrf instance MGMT ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ipv6 enable diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/mgmt_interface_platform.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/mgmt_interface_platform.cfg index f3912e37824..47864a05744 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/mgmt_interface_platform.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/mgmt_interface_platform.cfg @@ -142,7 +142,7 @@ vlan 1234 vrf instance MGMT ! interface Management0 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 1.1.1.2 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/no_mgmt_gateway.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/no_mgmt_gateway.cfg index 1cb20574fd7..534448263a1 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/no_mgmt_gateway.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/no_mgmt_gateway.cfg @@ -20,7 +20,7 @@ hostname no_mgmt_gateway vrf instance MGMT ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.106 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/ntp-settings-1.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/ntp-settings-1.cfg index 6c4a6550666..e261d3c3d5f 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/ntp-settings-1.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/ntp-settings-1.cfg @@ -20,7 +20,7 @@ hostname ntp-settings-1 vrf instance MGMT ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.0.2/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/ptp-tests-leaf1.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/ptp-tests-leaf1.cfg index 6ec9fc2a2d7..db8ba8cfedf 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/ptp-tests-leaf1.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/ptp-tests-leaf1.cfg @@ -221,7 +221,7 @@ interface Loopback1 ip address 10.254.11.1/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.0.101/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/ptp-tests-leaf2.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/ptp-tests-leaf2.cfg index 262b29ff491..380eb83976e 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/ptp-tests-leaf2.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/ptp-tests-leaf2.cfg @@ -201,7 +201,7 @@ interface Loopback1 ip address 10.254.11.1/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.0.102/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/ptp-tests-spine1.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/ptp-tests-spine1.cfg index 3f07dd6936f..e3804189dfa 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/ptp-tests-spine1.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/ptp-tests-spine1.cfg @@ -140,7 +140,7 @@ interface Loopback0 ip address 10.255.0.1/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.0.11/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/ptp-tests-spine2.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/ptp-tests-spine2.cfg index f7be24582b9..ece4043dc8b 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/ptp-tests-spine2.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/ptp-tests-spine2.cfg @@ -96,7 +96,7 @@ interface Loopback0 ip address 10.255.0.2/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.0.21/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/ptp-tests-spine3.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/ptp-tests-spine3.cfg index fa509c2a5b2..f45e95a887d 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/ptp-tests-spine3.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/ptp-tests-spine3.cfg @@ -39,7 +39,7 @@ interface Loopback0 ip address 10.255.0.3/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.0.31/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/sflow-tests-l2-leaf1.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/sflow-tests-l2-leaf1.cfg index 773fabeae0a..641342a1ead 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/sflow-tests-l2-leaf1.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/sflow-tests-l2-leaf1.cfg @@ -52,7 +52,7 @@ interface Ethernet2 channel-group 1 mode active ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.0.201/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/sflow-tests-l2-leaf2.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/sflow-tests-l2-leaf2.cfg index b257fe229cb..bca168b4b15 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/sflow-tests-l2-leaf2.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/sflow-tests-l2-leaf2.cfg @@ -52,7 +52,7 @@ interface Ethernet2 channel-group 1 mode active ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.0.202/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/sflow-tests-leaf1.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/sflow-tests-leaf1.cfg index b75f0e89aeb..6681ce5c153 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/sflow-tests-leaf1.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/sflow-tests-leaf1.cfg @@ -85,7 +85,7 @@ interface Loopback1 ip address 10.254.11.1/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.0.101/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/sflow-tests-leaf2.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/sflow-tests-leaf2.cfg index 2a96442d5ba..494ba3d6049 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/sflow-tests-leaf2.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/sflow-tests-leaf2.cfg @@ -61,7 +61,7 @@ interface Loopback1 ip address 10.254.11.2/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.0.102/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/sflow-tests-leaf3.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/sflow-tests-leaf3.cfg index 31abfce7c3b..535a0c6d8b1 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/sflow-tests-leaf3.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/sflow-tests-leaf3.cfg @@ -154,7 +154,7 @@ interface Loopback1 ip address 10.254.11.5/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.0.103/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/sflow-tests-leaf4.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/sflow-tests-leaf4.cfg index 0924c203364..c1e83284ff7 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/sflow-tests-leaf4.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/sflow-tests-leaf4.cfg @@ -154,7 +154,7 @@ interface Loopback1 ip address 10.254.11.5/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.0.104/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/sflow-tests-spine1.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/sflow-tests-spine1.cfg index 6dcd18d84b2..2f95109baa3 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/sflow-tests-spine1.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/sflow-tests-spine1.cfg @@ -140,7 +140,7 @@ interface Loopback0 ip address 10.255.0.1/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.0.11/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/sflow-tests-spine2.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/sflow-tests-spine2.cfg index a530b3c0dc4..40336e9a9c2 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/sflow-tests-spine2.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/sflow-tests-spine2.cfg @@ -76,7 +76,7 @@ interface Loopback0 ip address 10.255.0.2/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.0.21/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/snmp-settings-1.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/snmp-settings-1.cfg index 7909d374735..df21d44b1a8 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/snmp-settings-1.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/snmp-settings-1.cfg @@ -45,7 +45,7 @@ snmp-server vrf MGMT vrf instance MGMT ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 10.10.10.43/26 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/source-interfaces.cfg b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/source-interfaces.cfg index 274b8ce9128..959add34e0e 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/source-interfaces.cfg +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/source-interfaces.cfg @@ -28,7 +28,7 @@ vlan 4092 vrf instance INBANDMGMT ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown ip address 192.168.0.2/24 ! diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/7010TX-LEAF1.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/7010TX-LEAF1.yml index 554ca74edb2..bd4b8c0cb2d 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/7010TX-LEAF1.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/7010TX-LEAF1.yml @@ -69,7 +69,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.201.116/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/7010TX-LEAF2.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/7010TX-LEAF2.yml index c55daac3190..2280de9dd2a 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/7010TX-LEAF2.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/7010TX-LEAF2.yml @@ -69,7 +69,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.201.117/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/AUTO_BGP_ASN_LEAF1A.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/AUTO_BGP_ASN_LEAF1A.yml index edcb2f1ab4e..36c9747766b 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/AUTO_BGP_ASN_LEAF1A.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/AUTO_BGP_ASN_LEAF1A.yml @@ -65,7 +65,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.202.105/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/AUTO_BGP_ASN_LEAF1B.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/AUTO_BGP_ASN_LEAF1B.yml index d1272a432f0..8ab00af19f2 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/AUTO_BGP_ASN_LEAF1B.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/AUTO_BGP_ASN_LEAF1B.yml @@ -65,7 +65,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.202.106/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/AUTO_BGP_ASN_LEAF2.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/AUTO_BGP_ASN_LEAF2.yml index 5123391ce7e..a31953ee87a 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/AUTO_BGP_ASN_LEAF2.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/AUTO_BGP_ASN_LEAF2.yml @@ -65,7 +65,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.202.107/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/AUTO_BGP_ASN_LEAF3A.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/AUTO_BGP_ASN_LEAF3A.yml index 10d9217f56e..71d3e51441a 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/AUTO_BGP_ASN_LEAF3A.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/AUTO_BGP_ASN_LEAF3A.yml @@ -81,7 +81,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.202.109/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/AUTO_BGP_ASN_LEAF3B.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/AUTO_BGP_ASN_LEAF3B.yml index b0c9c136381..60a453bccac 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/AUTO_BGP_ASN_LEAF3B.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/AUTO_BGP_ASN_LEAF3B.yml @@ -81,7 +81,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.202.110/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/AUTO_BGP_ASN_LEAF4A.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/AUTO_BGP_ASN_LEAF4A.yml index 95dc5413e9d..62817ce5d55 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/AUTO_BGP_ASN_LEAF4A.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/AUTO_BGP_ASN_LEAF4A.yml @@ -81,7 +81,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.202.111/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/AUTO_BGP_ASN_LEAF4B.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/AUTO_BGP_ASN_LEAF4B.yml index 96e30ef5702..e9d8e0fd01b 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/AUTO_BGP_ASN_LEAF4B.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/AUTO_BGP_ASN_LEAF4B.yml @@ -81,7 +81,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.202.112/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/AUTO_BGP_ASN_LEAF5A.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/AUTO_BGP_ASN_LEAF5A.yml index becceb4ad43..728896a5526 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/AUTO_BGP_ASN_LEAF5A.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/AUTO_BGP_ASN_LEAF5A.yml @@ -65,7 +65,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.202.113/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/AUTO_BGP_ASN_LEAF7A.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/AUTO_BGP_ASN_LEAF7A.yml index 3b149428238..0f4638e34e0 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/AUTO_BGP_ASN_LEAF7A.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/AUTO_BGP_ASN_LEAF7A.yml @@ -81,7 +81,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.202.115/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/AUTO_BGP_ASN_LEAF7B.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/AUTO_BGP_ASN_LEAF7B.yml index 69e2e53bd18..5788bf5705f 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/AUTO_BGP_ASN_LEAF7B.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/AUTO_BGP_ASN_LEAF7B.yml @@ -81,7 +81,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.202.116/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/AUTO_BGP_ASN_LEAF8A.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/AUTO_BGP_ASN_LEAF8A.yml index 3fb96998e32..bf4a75d476e 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/AUTO_BGP_ASN_LEAF8A.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/AUTO_BGP_ASN_LEAF8A.yml @@ -65,7 +65,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.202.117/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/AUTO_BGP_ASN_LEAF8B.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/AUTO_BGP_ASN_LEAF8B.yml index 7d607b0fc36..446b56eddae 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/AUTO_BGP_ASN_LEAF8B.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/AUTO_BGP_ASN_LEAF8B.yml @@ -65,7 +65,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.202.118/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/AUTO_BGP_UNGROUPED_LEAF6.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/AUTO_BGP_UNGROUPED_LEAF6.yml index 4bf71547063..ae99c38cc24 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/AUTO_BGP_UNGROUPED_LEAF6.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/AUTO_BGP_UNGROUPED_LEAF6.yml @@ -65,7 +65,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.202.114/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/AUTO_NODE_TYPE_LEAF01.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/AUTO_NODE_TYPE_LEAF01.yml index 03fd74c2718..e91832f6c7b 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/AUTO_NODE_TYPE_LEAF01.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/AUTO_NODE_TYPE_LEAF01.yml @@ -86,7 +86,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.203.12/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/AUTO_NODE_TYPE_SPINE01.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/AUTO_NODE_TYPE_SPINE01.yml index 6cb27465320..b699c269a70 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/AUTO_NODE_TYPE_SPINE01.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/AUTO_NODE_TYPE_SPINE01.yml @@ -84,7 +84,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.203.10 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/AUTO_NODE_TYPE_SPINE02.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/AUTO_NODE_TYPE_SPINE02.yml index 67d0f32691c..1de5e76d94a 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/AUTO_NODE_TYPE_SPINE02.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/AUTO_NODE_TYPE_SPINE02.yml @@ -84,7 +84,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.203.11 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/AUTO_NODE_TYPE_UNGROUPED_LEAF02.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/AUTO_NODE_TYPE_UNGROUPED_LEAF02.yml index 8e3213fa2fc..7b786f9174c 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/AUTO_NODE_TYPE_UNGROUPED_LEAF02.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/AUTO_NODE_TYPE_UNGROUPED_LEAF02.yml @@ -86,7 +86,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.203.13/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/CUSTOM-PYTHON_MODULES-L3LEAF1A.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/CUSTOM-PYTHON_MODULES-L3LEAF1A.yml index 609f90ec89a..e05bdf5564b 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/CUSTOM-PYTHON_MODULES-L3LEAF1A.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/CUSTOM-PYTHON_MODULES-L3LEAF1A.yml @@ -125,7 +125,7 @@ vrfs: ip_routing: true management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.101/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/CUSTOM-PYTHON_MODULES-L3LEAF1B.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/CUSTOM-PYTHON_MODULES-L3LEAF1B.yml index 6efc7da1ce9..fc69604ebf0 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/CUSTOM-PYTHON_MODULES-L3LEAF1B.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/CUSTOM-PYTHON_MODULES-L3LEAF1B.yml @@ -116,7 +116,7 @@ vrfs: ip_routing: true management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.102/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/CUSTOM-PYTHON_MODULES-SPINE1.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/CUSTOM-PYTHON_MODULES-SPINE1.yml index 160cb80a0fc..7da4c382faa 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/CUSTOM-PYTHON_MODULES-SPINE1.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/CUSTOM-PYTHON_MODULES-SPINE1.yml @@ -82,7 +82,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.101/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/CUSTOM-TEMPLATES-L2LEAF1A.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/CUSTOM-TEMPLATES-L2LEAF1A.yml index adb086aa1d3..af4e18ae3e8 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/CUSTOM-TEMPLATES-L2LEAF1A.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/CUSTOM-TEMPLATES-L2LEAF1A.yml @@ -21,7 +21,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.103/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/CUSTOM-TEMPLATES-L2LEAF1B.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/CUSTOM-TEMPLATES-L2LEAF1B.yml index dc4745f920e..1b31f9ac220 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/CUSTOM-TEMPLATES-L2LEAF1B.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/CUSTOM-TEMPLATES-L2LEAF1B.yml @@ -21,7 +21,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.103/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/CUSTOM-TEMPLATES-L3LEAF1A.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/CUSTOM-TEMPLATES-L3LEAF1A.yml index dac5e6a7a6c..4dbdba9af2d 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/CUSTOM-TEMPLATES-L3LEAF1A.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/CUSTOM-TEMPLATES-L3LEAF1A.yml @@ -116,7 +116,7 @@ vrfs: ip_routing: true management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.101/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/CUSTOM-TEMPLATES-L3LEAF1B.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/CUSTOM-TEMPLATES-L3LEAF1B.yml index 5220d6d881c..4bde5113cdf 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/CUSTOM-TEMPLATES-L3LEAF1B.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/CUSTOM-TEMPLATES-L3LEAF1B.yml @@ -116,7 +116,7 @@ vrfs: ip_routing: true management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.102/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/CUSTOM-TEMPLATES-SPINE1.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/CUSTOM-TEMPLATES-SPINE1.yml index 58a4aa8121f..c8fb218d6a8 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/CUSTOM-TEMPLATES-SPINE1.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/CUSTOM-TEMPLATES-SPINE1.yml @@ -82,7 +82,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.101/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/DC1-BL1A.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/DC1-BL1A.yml index b0346e57833..8eec1c7f45d 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/DC1-BL1A.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/DC1-BL1A.yml @@ -384,7 +384,7 @@ vrfs: ip_routing: true management_interfaces: - name: Management99 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.110/24 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 6600109db59..1105b93fbc8 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 @@ -376,7 +376,7 @@ vrfs: ip_routing: true management_interfaces: - name: Management99 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.111/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/DC1-BL2A.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/DC1-BL2A.yml index 62f4336f196..71f1de73e46 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/DC1-BL2A.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/DC1-BL2A.yml @@ -334,7 +334,7 @@ vrfs: ip_routing: true management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.117/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/DC1-BL2B.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/DC1-BL2B.yml index 59c37562497..f64c3b6c62f 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/DC1-BL2B.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/DC1-BL2B.yml @@ -332,7 +332,7 @@ vrfs: ip_routing: true management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.118/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/DC1-CL1A.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/DC1-CL1A.yml index 8a3ec8658f4..1d1b5ae80db 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/DC1-CL1A.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/DC1-CL1A.yml @@ -253,7 +253,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management0 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.119/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/DC1-CL1B.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/DC1-CL1B.yml index 2c599006240..c4bd6910945 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/DC1-CL1B.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/DC1-CL1B.yml @@ -254,7 +254,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management0 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.120/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/DC1-L2LEAF1A.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/DC1-L2LEAF1A.yml index e48b7f1fa08..692b3cf2046 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/DC1-L2LEAF1A.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/DC1-L2LEAF1A.yml @@ -60,7 +60,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.112/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/DC1-L2LEAF1B.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/DC1-L2LEAF1B.yml index d09f7993b3e..b1d1cf6597e 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/DC1-L2LEAF1B.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/DC1-L2LEAF1B.yml @@ -60,7 +60,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.115/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/DC1-L2LEAF2A.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/DC1-L2LEAF2A.yml index 618da395029..36765e81065 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/DC1-L2LEAF2A.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/DC1-L2LEAF2A.yml @@ -60,7 +60,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.113/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/DC1-L2LEAF2B.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/DC1-L2LEAF2B.yml index 9b0e66a003d..4017a65453f 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/DC1-L2LEAF2B.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/DC1-L2LEAF2B.yml @@ -60,7 +60,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.114/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/DC1-L2LEAF3A.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/DC1-L2LEAF3A.yml index 4280e27357f..91717379f0b 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/DC1-L2LEAF3A.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/DC1-L2LEAF3A.yml @@ -59,7 +59,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.116/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/DC1-L2LEAF4A.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/DC1-L2LEAF4A.yml index e0b2de36c1b..cc0c9add397 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/DC1-L2LEAF4A.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/DC1-L2LEAF4A.yml @@ -59,7 +59,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.119/24 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 581c9b80da7..b9b91631846 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 @@ -261,7 +261,7 @@ vrfs: ipv6_routing: true management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.105/24 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 bd197f80ba0..3f5fb891458 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 @@ -434,7 +434,7 @@ vrfs: ipv6_routing: true management_interfaces: - name: Management99 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.106/24 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 ac383ebd288..0c2cfc7f401 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 @@ -434,7 +434,7 @@ vrfs: ipv6_routing: true management_interfaces: - name: Management99 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.107/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/DC1-SPINE1.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/DC1-SPINE1.yml index 1adea78ec91..c2de4a22367 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/DC1-SPINE1.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/DC1-SPINE1.yml @@ -293,7 +293,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.101/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/DC1-SPINE2.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/DC1-SPINE2.yml index 6575e74fa99..8194e0a4113 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/DC1-SPINE2.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/DC1-SPINE2.yml @@ -243,7 +243,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management0 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.102/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/DC1-SPINE3.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/DC1-SPINE3.yml index 8f118fde352..a0b3b3ccd56 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/DC1-SPINE3.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/DC1-SPINE3.yml @@ -243,7 +243,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management0 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.103/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/DC1-SPINE4.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/DC1-SPINE4.yml index f32bc84939b..69f56e4fb8a 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/DC1-SPINE4.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/DC1-SPINE4.yml @@ -239,7 +239,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.104/24 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 3519788b0be..caa8d6466c1 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 @@ -469,7 +469,7 @@ vrfs: ip_routing: true management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.108/24 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 86378b2bc01..bb73c5b3375 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 @@ -469,7 +469,7 @@ vrfs: ip_routing: true management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.109/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/DC1.L2LEAF5A.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/DC1.L2LEAF5A.yml index 68ed9ef27cc..f22d1d80434 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/DC1.L2LEAF5A.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/DC1.L2LEAF5A.yml @@ -60,7 +60,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.120/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/DC1.L2LEAF5B.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/DC1.L2LEAF5B.yml index 387522425b2..6c9ff07f8b4 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/DC1.L2LEAF5B.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/DC1.L2LEAF5B.yml @@ -60,7 +60,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.121/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/DC1.L2LEAF6A.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/DC1.L2LEAF6A.yml index bd0f1198dbb..04d94d309f3 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/DC1.L2LEAF6A.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/DC1.L2LEAF6A.yml @@ -60,7 +60,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.122/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/DC1.L2LEAF6B.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/DC1.L2LEAF6B.yml index 95685642513..6e521cedb5f 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/DC1.L2LEAF6B.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/DC1.L2LEAF6B.yml @@ -60,7 +60,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.123/24 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 569aaf8ccda..bd775be6501 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 @@ -481,7 +481,7 @@ vrfs: ip_routing: true management_interfaces: - name: Management42 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.121/24 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 a8a6ca03a48..be07dc9ea6f 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 @@ -481,7 +481,7 @@ vrfs: ip_routing: true management_interfaces: - name: Management42 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.122/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/DUP-LEAF1.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/DUP-LEAF1.yml index 76153128f2c..0c74336517d 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/DUP-LEAF1.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/DUP-LEAF1.yml @@ -90,7 +90,7 @@ vrfs: description: TEST management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.101/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/DUP-LEAF2.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/DUP-LEAF2.yml index 4d856b40ddb..1c34d44bf03 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/DUP-LEAF2.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/DUP-LEAF2.yml @@ -90,7 +90,7 @@ vrfs: description: TEST management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.102/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/EVPN-MULTICAST-DISABLED.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/EVPN-MULTICAST-DISABLED.yml index c2dff292c08..16e3e8ce643 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/EVPN-MULTICAST-DISABLED.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/EVPN-MULTICAST-DISABLED.yml @@ -632,7 +632,7 @@ vrfs: description: PEG_L3_MULTICAST_ENABLED in Tenant E management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.108/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/EVPN-MULTICAST-L2LEAF1A.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/EVPN-MULTICAST-L2LEAF1A.yml index 0a0c59af66e..9cc50c3c9ab 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/EVPN-MULTICAST-L2LEAF1A.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/EVPN-MULTICAST-L2LEAF1A.yml @@ -21,7 +21,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.109/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/EVPN-MULTICAST-L3LEAF1A.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/EVPN-MULTICAST-L3LEAF1A.yml index ccec3358283..e50003d27a6 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/EVPN-MULTICAST-L3LEAF1A.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/EVPN-MULTICAST-L3LEAF1A.yml @@ -688,7 +688,7 @@ vrfs: description: PEG_L3_MULTICAST_ENABLED in Tenant E management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.105/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/EVPN-MULTICAST-L3LEAF1B.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/EVPN-MULTICAST-L3LEAF1B.yml index e896f590c8e..2606a58dd95 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/EVPN-MULTICAST-L3LEAF1B.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/EVPN-MULTICAST-L3LEAF1B.yml @@ -688,7 +688,7 @@ vrfs: description: PEG_L3_MULTICAST_ENABLED in Tenant E management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.106/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/EVPN-MULTICAST-L3LEAF2A.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/EVPN-MULTICAST-L3LEAF2A.yml index ad2e31a5093..db262a54144 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/EVPN-MULTICAST-L3LEAF2A.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/EVPN-MULTICAST-L3LEAF2A.yml @@ -676,7 +676,7 @@ vrfs: description: PEG_L3_MULTICAST_ENABLED in Tenant E management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.107/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/EVPN-MULTICAST-L3LEAF3A.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/EVPN-MULTICAST-L3LEAF3A.yml index a84657607f2..6bc9c595114 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/EVPN-MULTICAST-L3LEAF3A.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/EVPN-MULTICAST-L3LEAF3A.yml @@ -682,7 +682,7 @@ vrfs: description: PEG_L3_MULTICAST_ENABLED in Tenant E management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.108/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/EVPN-MULTICAST-L3LEAF3B.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/EVPN-MULTICAST-L3LEAF3B.yml index e2921dca3c5..b0ceca3dda2 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/EVPN-MULTICAST-L3LEAF3B.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/EVPN-MULTICAST-L3LEAF3B.yml @@ -682,7 +682,7 @@ vrfs: description: PEG_L3_MULTICAST_ENABLED in Tenant E management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.109/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/EVPN-MULTICAST-SPINE1.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/EVPN-MULTICAST-SPINE1.yml index b778fe2d643..6c0f4ee0c5c 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/EVPN-MULTICAST-SPINE1.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/EVPN-MULTICAST-SPINE1.yml @@ -125,7 +125,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.101/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/IGMP-QUERIER-L2LEAF1A.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/IGMP-QUERIER-L2LEAF1A.yml index f9738bc6973..1ba97090a56 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/IGMP-QUERIER-L2LEAF1A.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/IGMP-QUERIER-L2LEAF1A.yml @@ -21,7 +21,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.101/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/IGMP-QUERIER-L3LEAF1A.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/IGMP-QUERIER-L3LEAF1A.yml index 0f97c2c9375..758ed99fc76 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/IGMP-QUERIER-L3LEAF1A.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/IGMP-QUERIER-L3LEAF1A.yml @@ -250,7 +250,7 @@ vrfs: description: IGMP_QUERIER_TEST_3 management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.101/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/MH-L2LEAF1A.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/MH-L2LEAF1A.yml index 6d4698ad8c7..740bf3cfd2d 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/MH-L2LEAF1A.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/MH-L2LEAF1A.yml @@ -59,7 +59,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.201.201/24 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 bc3f15b7b72..2791ee8a249 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 @@ -136,7 +136,7 @@ vrfs: ip_routing: true management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.201.104/24 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 eb0d9582a3b..a5aea58d95c 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 @@ -136,7 +136,7 @@ vrfs: ip_routing: true management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.201.105/24 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 63fc5fb14ea..ae93daaf88a 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 @@ -161,7 +161,7 @@ vrfs: ip_routing: true management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.201.106/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/MLAG-OSPF-L3LEAF1A.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/MLAG-OSPF-L3LEAF1A.yml index d72d987d125..d73f7d78331 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/MLAG-OSPF-L3LEAF1A.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/MLAG-OSPF-L3LEAF1A.yml @@ -94,7 +94,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.201.114/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/MLAG-OSPF-L3LEAF1B.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/MLAG-OSPF-L3LEAF1B.yml index 7304ae0f2cc..978f9125c36 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/MLAG-OSPF-L3LEAF1B.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/MLAG-OSPF-L3LEAF1B.yml @@ -94,7 +94,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.201.115/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/MLAG_IPV6_L3LEAF1A.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/MLAG_IPV6_L3LEAF1A.yml index 06236a5725f..5cce4499d99 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/MLAG_IPV6_L3LEAF1A.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/MLAG_IPV6_L3LEAF1A.yml @@ -69,7 +69,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.201.116/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/MLAG_IPV6_L3LEAF1B.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/MLAG_IPV6_L3LEAF1B.yml index 6ea3cec0122..45f142ad5fc 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/MLAG_IPV6_L3LEAF1B.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/MLAG_IPV6_L3LEAF1B.yml @@ -69,7 +69,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.201.117/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/MLAG_ODD_ID_L3LEAF1A.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/MLAG_ODD_ID_L3LEAF1A.yml index c2e6d6239bc..5e99e9f193f 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/MLAG_ODD_ID_L3LEAF1A.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/MLAG_ODD_ID_L3LEAF1A.yml @@ -74,7 +74,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.201.116/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/MLAG_ODD_ID_L3LEAF1B.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/MLAG_ODD_ID_L3LEAF1B.yml index d778a39d9df..517f8d91eb1 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/MLAG_ODD_ID_L3LEAF1B.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/MLAG_ODD_ID_L3LEAF1B.yml @@ -74,7 +74,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.201.117/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/MLAG_SAME_SUBNET_L3LEAF1A.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/MLAG_SAME_SUBNET_L3LEAF1A.yml index 0ead0afaa0f..daf18c4332e 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/MLAG_SAME_SUBNET_L3LEAF1A.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/MLAG_SAME_SUBNET_L3LEAF1A.yml @@ -102,7 +102,7 @@ vrfs: ip_routing: true management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.201.116/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/MLAG_SAME_SUBNET_L3LEAF1B.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/MLAG_SAME_SUBNET_L3LEAF1B.yml index 6e7cea72dcb..7f9b230edc5 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/MLAG_SAME_SUBNET_L3LEAF1B.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/MLAG_SAME_SUBNET_L3LEAF1B.yml @@ -102,7 +102,7 @@ vrfs: ip_routing: true management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.201.117/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/MLAG_SAME_SUBNET_L3LEAF2A.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/MLAG_SAME_SUBNET_L3LEAF2A.yml index 1fdcaa88378..21858634b42 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/MLAG_SAME_SUBNET_L3LEAF2A.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/MLAG_SAME_SUBNET_L3LEAF2A.yml @@ -102,7 +102,7 @@ vrfs: ip_routing: true management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.201.118/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/MLAG_SAME_SUBNET_L3LEAF2B.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/MLAG_SAME_SUBNET_L3LEAF2B.yml index 47c9ef5d55b..ad3bc097cb7 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/MLAG_SAME_SUBNET_L3LEAF2B.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/MLAG_SAME_SUBNET_L3LEAF2B.yml @@ -102,7 +102,7 @@ vrfs: ip_routing: true management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.201.119/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/OVERLAY_ROUTING_PROTOCOL_CVX_SERVER1.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/OVERLAY_ROUTING_PROTOCOL_CVX_SERVER1.yml index daa6840bb74..5044016eaf7 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/OVERLAY_ROUTING_PROTOCOL_CVX_SERVER1.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/OVERLAY_ROUTING_PROTOCOL_CVX_SERVER1.yml @@ -19,7 +19,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.254.254/23 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/OVERLAY_ROUTING_PROTOCOL_CVX_SERVER2.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/OVERLAY_ROUTING_PROTOCOL_CVX_SERVER2.yml index 0ebcc3ffcc9..299d31ba2ac 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/OVERLAY_ROUTING_PROTOCOL_CVX_SERVER2.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/OVERLAY_ROUTING_PROTOCOL_CVX_SERVER2.yml @@ -19,7 +19,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.254.255/23 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/OVERRIDE_VTEP_L3LEAF1A.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/OVERRIDE_VTEP_L3LEAF1A.yml index 1d5cb78fecc..f3339baf6b1 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/OVERRIDE_VTEP_L3LEAF1A.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/OVERRIDE_VTEP_L3LEAF1A.yml @@ -69,7 +69,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.201.116/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/OVERRIDE_VTEP_L3LEAF1B.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/OVERRIDE_VTEP_L3LEAF1B.yml index e5798a10e04..b3462712df2 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/OVERRIDE_VTEP_L3LEAF1B.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/OVERRIDE_VTEP_L3LEAF1B.yml @@ -69,7 +69,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.201.117/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/RD-RT-ADMIN-SUBFIELD-L3LEAF1.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/RD-RT-ADMIN-SUBFIELD-L3LEAF1.yml index 442ea7171b8..8bda0e94399 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/RD-RT-ADMIN-SUBFIELD-L3LEAF1.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/RD-RT-ADMIN-SUBFIELD-L3LEAF1.yml @@ -110,7 +110,7 @@ vrfs: description: TEST1 management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.101/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/RD-RT-ADMIN-SUBFIELD-L3LEAF2.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/RD-RT-ADMIN-SUBFIELD-L3LEAF2.yml index 2d536c4708e..27ff2d2f5fe 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/RD-RT-ADMIN-SUBFIELD-L3LEAF2.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/RD-RT-ADMIN-SUBFIELD-L3LEAF2.yml @@ -110,7 +110,7 @@ vrfs: description: TEST1 management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.102/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/RD-RT-ADMIN-SUBFIELD-L3LEAF3.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/RD-RT-ADMIN-SUBFIELD-L3LEAF3.yml index c977e2a2b8a..7cf0bb130d6 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/RD-RT-ADMIN-SUBFIELD-L3LEAF3.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/RD-RT-ADMIN-SUBFIELD-L3LEAF3.yml @@ -110,7 +110,7 @@ vrfs: description: TEST1 management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.103/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/RD-RT-ADMIN-SUBFIELD-L3LEAF4.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/RD-RT-ADMIN-SUBFIELD-L3LEAF4.yml index 3084238869e..17d8e3ccd99 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/RD-RT-ADMIN-SUBFIELD-L3LEAF4.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/RD-RT-ADMIN-SUBFIELD-L3LEAF4.yml @@ -110,7 +110,7 @@ vrfs: description: TEST1 management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.104/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/RD-RT-ADMIN-SUBFIELD-L3LEAF5.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/RD-RT-ADMIN-SUBFIELD-L3LEAF5.yml index 04d459e505b..3be10a816f0 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/RD-RT-ADMIN-SUBFIELD-L3LEAF5.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/RD-RT-ADMIN-SUBFIELD-L3LEAF5.yml @@ -110,7 +110,7 @@ vrfs: description: TEST1 management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.105/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/RD-RT-ADMIN-SUBFIELD-L3LEAF6.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/RD-RT-ADMIN-SUBFIELD-L3LEAF6.yml index 4d6eea9c928..39af07bc22e 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/RD-RT-ADMIN-SUBFIELD-L3LEAF6.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/RD-RT-ADMIN-SUBFIELD-L3LEAF6.yml @@ -110,7 +110,7 @@ vrfs: description: TEST1 management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.106/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/RD-RT-ADMIN-SUBFIELD-L3LEAF7.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/RD-RT-ADMIN-SUBFIELD-L3LEAF7.yml index e34c764324e..bec3942aded 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/RD-RT-ADMIN-SUBFIELD-L3LEAF7.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/RD-RT-ADMIN-SUBFIELD-L3LEAF7.yml @@ -110,7 +110,7 @@ vrfs: description: TEST1 management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.107/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/TEST-MGMT-GATEWAY-IN-NODE-GROUP.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/TEST-MGMT-GATEWAY-IN-NODE-GROUP.yml index 7852a9e049f..36629b20451 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/TEST-MGMT-GATEWAY-IN-NODE-GROUP.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/TEST-MGMT-GATEWAY-IN-NODE-GROUP.yml @@ -26,7 +26,7 @@ vrfs: ipv6_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.201.202/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/UNDERLAY-MULTICAST-L2LEAF1A.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/UNDERLAY-MULTICAST-L2LEAF1A.yml index 8aa4e1c51a9..5379b671d3c 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/UNDERLAY-MULTICAST-L2LEAF1A.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/UNDERLAY-MULTICAST-L2LEAF1A.yml @@ -21,7 +21,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.109/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/UNDERLAY-MULTICAST-L3LEAF1A.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/UNDERLAY-MULTICAST-L3LEAF1A.yml index 1e578b5b5a7..3e9ca70573e 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/UNDERLAY-MULTICAST-L3LEAF1A.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/UNDERLAY-MULTICAST-L3LEAF1A.yml @@ -96,7 +96,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.105/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/UNDERLAY-MULTICAST-L3LEAF1B.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/UNDERLAY-MULTICAST-L3LEAF1B.yml index 909425667aa..2efb2e072b4 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/UNDERLAY-MULTICAST-L3LEAF1B.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/UNDERLAY-MULTICAST-L3LEAF1B.yml @@ -96,7 +96,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.106/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/UNDERLAY-MULTICAST-L3LEAF2A.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/UNDERLAY-MULTICAST-L3LEAF2A.yml index f1d6c49ffd3..2ef15b7510a 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/UNDERLAY-MULTICAST-L3LEAF2A.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/UNDERLAY-MULTICAST-L3LEAF2A.yml @@ -96,7 +96,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.107/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/UNDERLAY-MULTICAST-L3LEAF2B.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/UNDERLAY-MULTICAST-L3LEAF2B.yml index 7a339949eb7..e993552898d 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/UNDERLAY-MULTICAST-L3LEAF2B.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/UNDERLAY-MULTICAST-L3LEAF2B.yml @@ -96,7 +96,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.108/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/UNDERLAY-MULTICAST-SPINE1.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/UNDERLAY-MULTICAST-SPINE1.yml index a4734ab7445..5ccfe000a50 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/UNDERLAY-MULTICAST-SPINE1.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/UNDERLAY-MULTICAST-SPINE1.yml @@ -105,7 +105,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.101/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/UNDERLAY-MULTICAST-SPINE2.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/UNDERLAY-MULTICAST-SPINE2.yml index e7eb83f7751..17dd608f4a9 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/UNDERLAY-MULTICAST-SPINE2.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/UNDERLAY-MULTICAST-SPINE2.yml @@ -102,7 +102,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.102/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/UPLINK-MLAG-STRUCTURED-CONFIG-L2LEAF1A.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/UPLINK-MLAG-STRUCTURED-CONFIG-L2LEAF1A.yml index 0f19bf48f2e..10cc82a5c91 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/UPLINK-MLAG-STRUCTURED-CONFIG-L2LEAF1A.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/UPLINK-MLAG-STRUCTURED-CONFIG-L2LEAF1A.yml @@ -27,7 +27,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.201.201/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/UPLINK-MLAG-STRUCTURED-CONFIG-L2LEAF1B.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/UPLINK-MLAG-STRUCTURED-CONFIG-L2LEAF1B.yml index 9b837c5c043..3c92752ac94 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/UPLINK-MLAG-STRUCTURED-CONFIG-L2LEAF1B.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/UPLINK-MLAG-STRUCTURED-CONFIG-L2LEAF1B.yml @@ -27,7 +27,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.201.201/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/UPLINK-MLAG-STRUCTURED-CONFIG-L3LEAF1A.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/UPLINK-MLAG-STRUCTURED-CONFIG-L3LEAF1A.yml index 7cb1fd569a9..8e9801affd5 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/UPLINK-MLAG-STRUCTURED-CONFIG-L3LEAF1A.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/UPLINK-MLAG-STRUCTURED-CONFIG-L3LEAF1A.yml @@ -89,7 +89,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.105/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/UPLINK-MLAG-STRUCTURED-CONFIG-L3LEAF1B.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/UPLINK-MLAG-STRUCTURED-CONFIG-L3LEAF1B.yml index 8838362df66..f1268bdeed0 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/UPLINK-MLAG-STRUCTURED-CONFIG-L3LEAF1B.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/UPLINK-MLAG-STRUCTURED-CONFIG-L3LEAF1B.yml @@ -89,7 +89,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.107/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/UPLINK-MLAG-STRUCTURED-CONFIG-SPINE1.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/UPLINK-MLAG-STRUCTURED-CONFIG-SPINE1.yml index 8a8c062cd00..cad41a4e191 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/UPLINK-MLAG-STRUCTURED-CONFIG-SPINE1.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/UPLINK-MLAG-STRUCTURED-CONFIG-SPINE1.yml @@ -82,7 +82,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.101/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/bgp-from-network-services-1.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/bgp-from-network-services-1.yml index b418b7c663c..ebe4a0a4204 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/bgp-from-network-services-1.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/bgp-from-network-services-1.yml @@ -58,7 +58,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 10.1.1.1/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/bgp-from-network-services-2.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/bgp-from-network-services-2.yml index 328e2c0b016..db0359ff1b0 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/bgp-from-network-services-2.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/bgp-from-network-services-2.yml @@ -21,7 +21,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 10.1.1.2/24 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 7678e6bf38b..1af6e3b2243 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 @@ -440,7 +440,7 @@ vrfs: ipv6_routing: true management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.0.101/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/evpn_services_l2_only_true.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/evpn_services_l2_only_true.yml index e021cece27c..b8517fac011 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/evpn_services_l2_only_true.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/evpn_services_l2_only_true.yml @@ -231,7 +231,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.0.101/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/flow-tracking-tests-l2-leaf1.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/flow-tracking-tests-l2-leaf1.yml index b3fc73f390f..bd75151ef31 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/flow-tracking-tests-l2-leaf1.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/flow-tracking-tests-l2-leaf1.yml @@ -23,7 +23,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.0.201/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/flow-tracking-tests-l2-leaf2.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/flow-tracking-tests-l2-leaf2.yml index 240f964166b..a311082cf48 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/flow-tracking-tests-l2-leaf2.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/flow-tracking-tests-l2-leaf2.yml @@ -23,7 +23,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.0.202/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/flow-tracking-tests-leaf1.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/flow-tracking-tests-leaf1.yml index 21f223c6eb9..f6a20d4c653 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/flow-tracking-tests-leaf1.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/flow-tracking-tests-leaf1.yml @@ -109,7 +109,7 @@ vrfs: ip_routing: true management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.0.101/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/flow-tracking-tests-leaf2.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/flow-tracking-tests-leaf2.yml index d0e74b3de43..9e5c84213fd 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/flow-tracking-tests-leaf2.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/flow-tracking-tests-leaf2.yml @@ -109,7 +109,7 @@ vrfs: ip_routing: true management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.0.102/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/flow-tracking-tests-leaf3.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/flow-tracking-tests-leaf3.yml index bbc2a7e36e2..6a229987e12 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/flow-tracking-tests-leaf3.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/flow-tracking-tests-leaf3.yml @@ -129,7 +129,7 @@ vrfs: ip_routing: true management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.0.103/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/flow-tracking-tests-leaf4.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/flow-tracking-tests-leaf4.yml index 8acee44e591..f8569e2e7de 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/flow-tracking-tests-leaf4.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/flow-tracking-tests-leaf4.yml @@ -129,7 +129,7 @@ vrfs: ip_routing: true management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.0.104/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/flow-tracking-tests-spine1.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/flow-tracking-tests-spine1.yml index 70671586236..4e4531166bd 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/flow-tracking-tests-spine1.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/flow-tracking-tests-spine1.yml @@ -102,7 +102,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.0.11/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/flow-tracking-tests-spine2.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/flow-tracking-tests-spine2.yml index 8d4272c99b8..9fc9a2e63a6 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/flow-tracking-tests-spine2.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/flow-tracking-tests-spine2.yml @@ -102,7 +102,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.0.21/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/mgmt_interface_default.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/mgmt_interface_default.yml index 7c8c6fb0879..35eb31fa11d 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/mgmt_interface_default.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/mgmt_interface_default.yml @@ -54,7 +54,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 1.1.1.2 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/mgmt_interface_dualstack.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/mgmt_interface_dualstack.yml index 647ad9e05bb..baf6c4269a9 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/mgmt_interface_dualstack.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/mgmt_interface_dualstack.yml @@ -32,7 +32,7 @@ vrfs: ipv6_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.105 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/mgmt_interface_fabric.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/mgmt_interface_fabric.yml index 733b079d46f..948b45e6584 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/mgmt_interface_fabric.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/mgmt_interface_fabric.yml @@ -54,7 +54,7 @@ vrfs: ip_routing: false management_interfaces: - name: MY_INTERFACE_FABRIC - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 1.1.1.2 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/mgmt_interface_host.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/mgmt_interface_host.yml index 86408b68056..1ce54f468cc 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/mgmt_interface_host.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/mgmt_interface_host.yml @@ -54,7 +54,7 @@ vrfs: ip_routing: false management_interfaces: - name: MY_INTERFACE_HOST - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 1.1.1.2 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/mgmt_interface_ipv6.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/mgmt_interface_ipv6.yml index a142d1525b4..88e0c90e23b 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/mgmt_interface_ipv6.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/mgmt_interface_ipv6.yml @@ -22,7 +22,7 @@ vrfs: ipv6_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: null diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/mgmt_interface_platform.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/mgmt_interface_platform.yml index 6bfab172342..c2f0598753d 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/mgmt_interface_platform.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/mgmt_interface_platform.yml @@ -54,7 +54,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management0 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 1.1.1.2 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/no_mgmt_gateway.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/no_mgmt_gateway.yml index 87ca331b8f4..65db29d163c 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/no_mgmt_gateway.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/no_mgmt_gateway.yml @@ -17,7 +17,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.106 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/ntp-settings-1.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/ntp-settings-1.yml index 6aaaeda19a3..219e39abf3c 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/ntp-settings-1.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/ntp-settings-1.yml @@ -17,7 +17,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.0.2/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/ptp-tests-leaf1.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/ptp-tests-leaf1.yml index 89ef330006c..c5da12ad31a 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/ptp-tests-leaf1.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/ptp-tests-leaf1.yml @@ -123,7 +123,7 @@ vrfs: ip_routing: true management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.0.101/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/ptp-tests-leaf2.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/ptp-tests-leaf2.yml index a6e81edab02..69e2310b22d 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/ptp-tests-leaf2.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/ptp-tests-leaf2.yml @@ -123,7 +123,7 @@ vrfs: ip_routing: true management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.0.102/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/ptp-tests-spine1.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/ptp-tests-spine1.yml index 3c88f642b60..b6adc97be4e 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/ptp-tests-spine1.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/ptp-tests-spine1.yml @@ -92,7 +92,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.0.11/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/ptp-tests-spine2.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/ptp-tests-spine2.yml index d4209daeb3f..c4a40e41fc8 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/ptp-tests-spine2.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/ptp-tests-spine2.yml @@ -61,7 +61,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.0.21/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/ptp-tests-spine3.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/ptp-tests-spine3.yml index 762f9269997..01481091f73 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/ptp-tests-spine3.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/ptp-tests-spine3.yml @@ -61,7 +61,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.0.31/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/sflow-tests-l2-leaf1.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/sflow-tests-l2-leaf1.yml index 532c0a0519d..eb2e9cefe18 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/sflow-tests-l2-leaf1.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/sflow-tests-l2-leaf1.yml @@ -23,7 +23,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.0.201/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/sflow-tests-l2-leaf2.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/sflow-tests-l2-leaf2.yml index 2def76227ee..8bdec073d30 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/sflow-tests-l2-leaf2.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/sflow-tests-l2-leaf2.yml @@ -23,7 +23,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.0.202/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/sflow-tests-leaf1.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/sflow-tests-leaf1.yml index 7578df5e32b..f9cfb8dd935 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/sflow-tests-leaf1.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/sflow-tests-leaf1.yml @@ -104,7 +104,7 @@ vrfs: ip_routing: true management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.0.101/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/sflow-tests-leaf2.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/sflow-tests-leaf2.yml index dece3ad80d6..25dcd69b48a 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/sflow-tests-leaf2.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/sflow-tests-leaf2.yml @@ -104,7 +104,7 @@ vrfs: ip_routing: true management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.0.102/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/sflow-tests-leaf3.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/sflow-tests-leaf3.yml index 0eea74cff91..8a7960ca5f7 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/sflow-tests-leaf3.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/sflow-tests-leaf3.yml @@ -124,7 +124,7 @@ vrfs: ip_routing: true management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.0.103/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/sflow-tests-leaf4.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/sflow-tests-leaf4.yml index 6c0b9175b6f..c3e6b11025f 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/sflow-tests-leaf4.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/sflow-tests-leaf4.yml @@ -124,7 +124,7 @@ vrfs: ip_routing: true management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.0.104/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/sflow-tests-spine1.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/sflow-tests-spine1.yml index 4fccb7f6a2e..8b66b534ce5 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/sflow-tests-spine1.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/sflow-tests-spine1.yml @@ -122,7 +122,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.0.11/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/sflow-tests-spine2.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/sflow-tests-spine2.yml index 6920a4f6259..1eb07f1bd26 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/sflow-tests-spine2.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/sflow-tests-spine2.yml @@ -61,7 +61,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.0.21/24 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/snmp-settings-1.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/snmp-settings-1.yml index aa31ac2c416..4a8edd8d3ee 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/snmp-settings-1.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/snmp-settings-1.yml @@ -21,7 +21,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 10.10.10.43/26 diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/source-interfaces.yml b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/source-interfaces.yml index 190924f4ea7..3b91100bea5 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/source-interfaces.yml +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/structured_configs/source-interfaces.yml @@ -18,7 +18,7 @@ vrfs: - name: INBANDMGMT management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: default ip_address: 192.168.0.2/24 diff --git a/ansible_collections/arista/avd/molecule/eos_validate_state/intended/structured_configs/dc1-leaf1a.yml b/ansible_collections/arista/avd/molecule/eos_validate_state/intended/structured_configs/dc1-leaf1a.yml index 341dd353695..071196c346e 100644 --- a/ansible_collections/arista/avd/molecule/eos_validate_state/intended/structured_configs/dc1-leaf1a.yml +++ b/ansible_collections/arista/avd/molecule/eos_validate_state/intended/structured_configs/dc1-leaf1a.yml @@ -215,7 +215,7 @@ vrfs: ip_routing: true management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 172.16.1.101/24 diff --git a/ansible_collections/arista/avd/molecule/eos_validate_state/intended/structured_configs/dc1-leaf1b.yml b/ansible_collections/arista/avd/molecule/eos_validate_state/intended/structured_configs/dc1-leaf1b.yml index 38765db3d73..c4dcffb8fd7 100644 --- a/ansible_collections/arista/avd/molecule/eos_validate_state/intended/structured_configs/dc1-leaf1b.yml +++ b/ansible_collections/arista/avd/molecule/eos_validate_state/intended/structured_configs/dc1-leaf1b.yml @@ -212,7 +212,7 @@ vrfs: ip_routing: true management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 172.16.1.102/24 diff --git a/ansible_collections/arista/avd/molecule/eos_validate_state/intended/structured_configs/dc1-leaf2a.yml b/ansible_collections/arista/avd/molecule/eos_validate_state/intended/structured_configs/dc1-leaf2a.yml index ee51ec3e68c..cbf92749b2d 100644 --- a/ansible_collections/arista/avd/molecule/eos_validate_state/intended/structured_configs/dc1-leaf2a.yml +++ b/ansible_collections/arista/avd/molecule/eos_validate_state/intended/structured_configs/dc1-leaf2a.yml @@ -264,7 +264,7 @@ vrfs: ip_routing: true management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 172.16.1.103/24 diff --git a/ansible_collections/arista/avd/molecule/eos_validate_state/intended/structured_configs/dc1-leaf2b.yml b/ansible_collections/arista/avd/molecule/eos_validate_state/intended/structured_configs/dc1-leaf2b.yml index 6166631d2ac..8341809fc6b 100644 --- a/ansible_collections/arista/avd/molecule/eos_validate_state/intended/structured_configs/dc1-leaf2b.yml +++ b/ansible_collections/arista/avd/molecule/eos_validate_state/intended/structured_configs/dc1-leaf2b.yml @@ -264,7 +264,7 @@ vrfs: ip_routing: true management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 172.16.1.104/24 diff --git a/ansible_collections/arista/avd/molecule/eos_validate_state/intended/structured_configs/dc1-spine1.yml b/ansible_collections/arista/avd/molecule/eos_validate_state/intended/structured_configs/dc1-spine1.yml index 4ffe93979ed..87a261bee2d 100644 --- a/ansible_collections/arista/avd/molecule/eos_validate_state/intended/structured_configs/dc1-spine1.yml +++ b/ansible_collections/arista/avd/molecule/eos_validate_state/intended/structured_configs/dc1-spine1.yml @@ -177,7 +177,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 172.16.1.11/24 diff --git a/ansible_collections/arista/avd/molecule/eos_validate_state/intended/structured_configs/dc1-spine2.yml b/ansible_collections/arista/avd/molecule/eos_validate_state/intended/structured_configs/dc1-spine2.yml index 12156f4a5b3..8c10d7211f5 100644 --- a/ansible_collections/arista/avd/molecule/eos_validate_state/intended/structured_configs/dc1-spine2.yml +++ b/ansible_collections/arista/avd/molecule/eos_validate_state/intended/structured_configs/dc1-spine2.yml @@ -159,7 +159,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 172.16.1.12/24 diff --git a/ansible_collections/arista/avd/molecule/eos_validate_state/intended/structured_configs/dc1-svc-leaf1a.yml b/ansible_collections/arista/avd/molecule/eos_validate_state/intended/structured_configs/dc1-svc-leaf1a.yml index 4eb69b3ae95..85317929140 100644 --- a/ansible_collections/arista/avd/molecule/eos_validate_state/intended/structured_configs/dc1-svc-leaf1a.yml +++ b/ansible_collections/arista/avd/molecule/eos_validate_state/intended/structured_configs/dc1-svc-leaf1a.yml @@ -109,7 +109,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 172.16.1.31/24 diff --git a/ansible_collections/arista/avd/molecule/eos_validate_state/intended/structured_configs/dc1-svc-leaf1b.yml b/ansible_collections/arista/avd/molecule/eos_validate_state/intended/structured_configs/dc1-svc-leaf1b.yml index 656c25a0a7f..0c60d6c7c82 100644 --- a/ansible_collections/arista/avd/molecule/eos_validate_state/intended/structured_configs/dc1-svc-leaf1b.yml +++ b/ansible_collections/arista/avd/molecule/eos_validate_state/intended/structured_configs/dc1-svc-leaf1b.yml @@ -109,7 +109,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 172.16.1.32/24 diff --git a/ansible_collections/arista/avd/molecule/eos_validate_state/intended/structured_configs/dc1-wan1.yml b/ansible_collections/arista/avd/molecule/eos_validate_state/intended/structured_configs/dc1-wan1.yml index f9788374873..63a94ef203a 100644 --- a/ansible_collections/arista/avd/molecule/eos_validate_state/intended/structured_configs/dc1-wan1.yml +++ b/ansible_collections/arista/avd/molecule/eos_validate_state/intended/structured_configs/dc1-wan1.yml @@ -148,7 +148,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 172.16.1.15/24 diff --git a/ansible_collections/arista/avd/molecule/eos_validate_state/intended/structured_configs/dc1-wan2.yml b/ansible_collections/arista/avd/molecule/eos_validate_state/intended/structured_configs/dc1-wan2.yml index 92e387e3f2b..c76cb98eb1a 100644 --- a/ansible_collections/arista/avd/molecule/eos_validate_state/intended/structured_configs/dc1-wan2.yml +++ b/ansible_collections/arista/avd/molecule/eos_validate_state/intended/structured_configs/dc1-wan2.yml @@ -148,7 +148,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 172.16.1.16/24 diff --git a/ansible_collections/arista/avd/molecule/eos_validate_state/intended/structured_configs/dc2-leaf1a.yml b/ansible_collections/arista/avd/molecule/eos_validate_state/intended/structured_configs/dc2-leaf1a.yml index 466200dd83d..70c45a2df35 100644 --- a/ansible_collections/arista/avd/molecule/eos_validate_state/intended/structured_configs/dc2-leaf1a.yml +++ b/ansible_collections/arista/avd/molecule/eos_validate_state/intended/structured_configs/dc2-leaf1a.yml @@ -201,7 +201,7 @@ vrfs: ip_routing: true management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 172.16.1.111/24 diff --git a/ansible_collections/arista/avd/molecule/eos_validate_state/intended/structured_configs/dc2-leaf1b.yml b/ansible_collections/arista/avd/molecule/eos_validate_state/intended/structured_configs/dc2-leaf1b.yml index b9bd75151a7..1e18d5fbb70 100644 --- a/ansible_collections/arista/avd/molecule/eos_validate_state/intended/structured_configs/dc2-leaf1b.yml +++ b/ansible_collections/arista/avd/molecule/eos_validate_state/intended/structured_configs/dc2-leaf1b.yml @@ -201,7 +201,7 @@ vrfs: ip_routing: true management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 172.16.1.112/24 diff --git a/ansible_collections/arista/avd/molecule/eos_validate_state/intended/structured_configs/dc2-leaf1c.yml b/ansible_collections/arista/avd/molecule/eos_validate_state/intended/structured_configs/dc2-leaf1c.yml index 33188cfd810..3a83329d2dd 100644 --- a/ansible_collections/arista/avd/molecule/eos_validate_state/intended/structured_configs/dc2-leaf1c.yml +++ b/ansible_collections/arista/avd/molecule/eos_validate_state/intended/structured_configs/dc2-leaf1c.yml @@ -35,7 +35,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 172.16.1.161/24 diff --git a/ansible_collections/arista/avd/molecule/eos_validate_state/intended/structured_configs/dc2-leaf2a.yml b/ansible_collections/arista/avd/molecule/eos_validate_state/intended/structured_configs/dc2-leaf2a.yml index 301fde7c023..40fbc29809a 100644 --- a/ansible_collections/arista/avd/molecule/eos_validate_state/intended/structured_configs/dc2-leaf2a.yml +++ b/ansible_collections/arista/avd/molecule/eos_validate_state/intended/structured_configs/dc2-leaf2a.yml @@ -263,7 +263,7 @@ vrfs: ip_routing: true management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 172.16.1.113/24 diff --git a/ansible_collections/arista/avd/molecule/eos_validate_state/intended/structured_configs/dc2-leaf2b.yml b/ansible_collections/arista/avd/molecule/eos_validate_state/intended/structured_configs/dc2-leaf2b.yml index e51994cda85..1a77021eeb8 100644 --- a/ansible_collections/arista/avd/molecule/eos_validate_state/intended/structured_configs/dc2-leaf2b.yml +++ b/ansible_collections/arista/avd/molecule/eos_validate_state/intended/structured_configs/dc2-leaf2b.yml @@ -263,7 +263,7 @@ vrfs: ip_routing: true management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 172.16.1.114/24 diff --git a/ansible_collections/arista/avd/molecule/eos_validate_state/intended/structured_configs/dc2-leaf2c.yml b/ansible_collections/arista/avd/molecule/eos_validate_state/intended/structured_configs/dc2-leaf2c.yml index 1d4ca7d412c..5161d66c639 100644 --- a/ansible_collections/arista/avd/molecule/eos_validate_state/intended/structured_configs/dc2-leaf2c.yml +++ b/ansible_collections/arista/avd/molecule/eos_validate_state/intended/structured_configs/dc2-leaf2c.yml @@ -35,7 +35,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 172.16.1.162/24 diff --git a/ansible_collections/arista/avd/molecule/eos_validate_state/intended/structured_configs/dc2-leaf3a.arista.com.yml b/ansible_collections/arista/avd/molecule/eos_validate_state/intended/structured_configs/dc2-leaf3a.arista.com.yml index d36168ed916..3867af8fd46 100644 --- a/ansible_collections/arista/avd/molecule/eos_validate_state/intended/structured_configs/dc2-leaf3a.arista.com.yml +++ b/ansible_collections/arista/avd/molecule/eos_validate_state/intended/structured_configs/dc2-leaf3a.arista.com.yml @@ -201,7 +201,7 @@ vrfs: ip_routing: true management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 172.16.1.115/24 diff --git a/ansible_collections/arista/avd/molecule/eos_validate_state/intended/structured_configs/dc2-leaf3b.arista.com.yml b/ansible_collections/arista/avd/molecule/eos_validate_state/intended/structured_configs/dc2-leaf3b.arista.com.yml index ad949b69733..a6c5d1c9632 100644 --- a/ansible_collections/arista/avd/molecule/eos_validate_state/intended/structured_configs/dc2-leaf3b.arista.com.yml +++ b/ansible_collections/arista/avd/molecule/eos_validate_state/intended/structured_configs/dc2-leaf3b.arista.com.yml @@ -201,7 +201,7 @@ vrfs: ip_routing: true management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 172.16.1.116/24 diff --git a/ansible_collections/arista/avd/molecule/eos_validate_state/intended/structured_configs/dc2-spine1.yml b/ansible_collections/arista/avd/molecule/eos_validate_state/intended/structured_configs/dc2-spine1.yml index 813071c542e..31e8eca2251 100644 --- a/ansible_collections/arista/avd/molecule/eos_validate_state/intended/structured_configs/dc2-spine1.yml +++ b/ansible_collections/arista/avd/molecule/eos_validate_state/intended/structured_configs/dc2-spine1.yml @@ -131,7 +131,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 172.16.1.21/24 diff --git a/ansible_collections/arista/avd/molecule/eos_validate_state/intended/structured_configs/dc2-spine2.yml b/ansible_collections/arista/avd/molecule/eos_validate_state/intended/structured_configs/dc2-spine2.yml index 08dbab98581..15d3371ad87 100644 --- a/ansible_collections/arista/avd/molecule/eos_validate_state/intended/structured_configs/dc2-spine2.yml +++ b/ansible_collections/arista/avd/molecule/eos_validate_state/intended/structured_configs/dc2-spine2.yml @@ -131,7 +131,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 172.16.1.22/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-BL1A.md b/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-BL1A.md index 857d9027f8a..7df95897977 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-BL1A.md +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-BL1A.md @@ -62,20 +62,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 192.168.200.110/24 | 192.168.200.5 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 192.168.200.110/24 | 192.168.200.5 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.110/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-BL1B.md b/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-BL1B.md index a54883541b4..49452c8a3c7 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-BL1B.md +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-BL1B.md @@ -62,20 +62,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 192.168.200.111/24 | 192.168.200.5 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 192.168.200.111/24 | 192.168.200.5 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.111/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-L2LEAF1A.md b/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-L2LEAF1A.md index 5905875040b..5afedef1ef8 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-L2LEAF1A.md +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-L2LEAF1A.md @@ -53,20 +53,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 192.168.200.112/24 | 192.168.200.5 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 192.168.200.112/24 | 192.168.200.5 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.112/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-L2LEAF1B.md b/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-L2LEAF1B.md index 4bf1b175ad7..66c924bc9cc 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-L2LEAF1B.md +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-L2LEAF1B.md @@ -53,20 +53,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 192.168.200.115/24 | 192.168.200.5 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 192.168.200.115/24 | 192.168.200.5 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.115/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-L2LEAF2A.md b/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-L2LEAF2A.md index 29c5ca49945..f0390ebe901 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-L2LEAF2A.md +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-L2LEAF2A.md @@ -53,20 +53,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 192.168.200.113/24 | 192.168.200.5 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 192.168.200.113/24 | 192.168.200.5 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.113/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-L2LEAF2B.md b/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-L2LEAF2B.md index 94496d972a1..63a3e612378 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-L2LEAF2B.md +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-L2LEAF2B.md @@ -53,20 +53,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 192.168.200.114/24 | 192.168.200.5 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 192.168.200.114/24 | 192.168.200.5 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.114/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-L2LEAF3A.md b/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-L2LEAF3A.md index 00f1d71353f..2aa813222a2 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-L2LEAF3A.md +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-L2LEAF3A.md @@ -49,20 +49,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 192.168.200.116/24 | 192.168.200.5 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 192.168.200.116/24 | 192.168.200.5 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.116/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-LEAF1A.md b/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-LEAF1A.md index 6fcb8ce9ffe..8b3fe707c34 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-LEAF1A.md +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-LEAF1A.md @@ -58,20 +58,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 192.168.200.105/24 | 192.168.200.5 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 192.168.200.105/24 | 192.168.200.5 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.105/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-LEAF2A.md b/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-LEAF2A.md index f607454b1b3..0cebfc4e93c 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-LEAF2A.md +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-LEAF2A.md @@ -67,20 +67,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 192.168.200.106/24 | 192.168.200.5 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 192.168.200.106/24 | 192.168.200.5 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.106/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-LEAF2B.md b/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-LEAF2B.md index 6ac8da5704a..76b9b653e11 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-LEAF2B.md +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-LEAF2B.md @@ -67,20 +67,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 192.168.200.107/24 | 192.168.200.5 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 192.168.200.107/24 | 192.168.200.5 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.107/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-SPINE1.md b/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-SPINE1.md index 7aced6eb00c..2dd31839e7c 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-SPINE1.md +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-SPINE1.md @@ -50,20 +50,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 192.168.200.101/24 | 192.168.200.5 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 192.168.200.101/24 | 192.168.200.5 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.101/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-SPINE2.md b/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-SPINE2.md index b620a5cb3fc..7f596d1257e 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-SPINE2.md +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-SPINE2.md @@ -50,20 +50,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 192.168.200.102/24 | 192.168.200.5 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 192.168.200.102/24 | 192.168.200.5 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.102/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-SPINE3.md b/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-SPINE3.md index dbe5d03e549..8d0b7e52bb2 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-SPINE3.md +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-SPINE3.md @@ -50,20 +50,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 192.168.200.103/24 | 192.168.200.5 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 192.168.200.103/24 | 192.168.200.5 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.103/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-SPINE4.md b/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-SPINE4.md index bfa3aba95c5..14b06926ee4 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-SPINE4.md +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-SPINE4.md @@ -50,20 +50,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 192.168.200.104/24 | 192.168.200.5 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 192.168.200.104/24 | 192.168.200.5 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.104/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-SVC3A.md b/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-SVC3A.md index ded6a45aae3..a963e18d8ca 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-SVC3A.md +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-SVC3A.md @@ -65,20 +65,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 192.168.200.108/24 | 192.168.200.5 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 192.168.200.108/24 | 192.168.200.5 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.108/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-SVC3B.md b/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-SVC3B.md index 0b1c8b41ca0..50d4853e9b8 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-SVC3B.md +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-SVC3B.md @@ -65,20 +65,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 192.168.200.109/24 | 192.168.200.5 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 192.168.200.109/24 | 192.168.200.5 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.109/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/intended/configs/DC1-BL1A.cfg b/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/intended/configs/DC1-BL1A.cfg index cac90f16385..1c15a6ce672 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/intended/configs/DC1-BL1A.cfg +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/intended/configs/DC1-BL1A.cfg @@ -160,7 +160,7 @@ interface Loopback1 ip address 192.168.254.14/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.110/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/intended/configs/DC1-BL1B.cfg b/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/intended/configs/DC1-BL1B.cfg index e0fddc62062..da8967ade6a 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/intended/configs/DC1-BL1B.cfg +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/intended/configs/DC1-BL1B.cfg @@ -159,7 +159,7 @@ interface Loopback1 ip address 192.168.254.15/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.111/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/intended/configs/DC1-L2LEAF1A.cfg b/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/intended/configs/DC1-L2LEAF1A.cfg index dd8d84a74ca..a46381e7618 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/intended/configs/DC1-L2LEAF1A.cfg +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/intended/configs/DC1-L2LEAF1A.cfg @@ -118,7 +118,7 @@ interface Ethernet4 channel-group 3 mode active ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.112/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/intended/configs/DC1-L2LEAF1B.cfg b/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/intended/configs/DC1-L2LEAF1B.cfg index d7716cb113b..8def01c9b11 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/intended/configs/DC1-L2LEAF1B.cfg +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/intended/configs/DC1-L2LEAF1B.cfg @@ -118,7 +118,7 @@ interface Ethernet4 channel-group 3 mode active ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.115/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/intended/configs/DC1-L2LEAF2A.cfg b/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/intended/configs/DC1-L2LEAF2A.cfg index 65124eaac0d..26ee586dd35 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/intended/configs/DC1-L2LEAF2A.cfg +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/intended/configs/DC1-L2LEAF2A.cfg @@ -145,7 +145,7 @@ interface Ethernet4 channel-group 3 mode active ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.113/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/intended/configs/DC1-L2LEAF2B.cfg b/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/intended/configs/DC1-L2LEAF2B.cfg index 54fb7e662af..f3155b7d244 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/intended/configs/DC1-L2LEAF2B.cfg +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/intended/configs/DC1-L2LEAF2B.cfg @@ -145,7 +145,7 @@ interface Ethernet4 channel-group 3 mode active ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.114/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/intended/configs/DC1-L2LEAF3A.cfg b/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/intended/configs/DC1-L2LEAF3A.cfg index c0bc996f753..2b859ce1f63 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/intended/configs/DC1-L2LEAF3A.cfg +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/intended/configs/DC1-L2LEAF3A.cfg @@ -95,7 +95,7 @@ interface Ethernet2 channel-group 1 mode active ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.116/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/intended/configs/DC1-LEAF1A.cfg b/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/intended/configs/DC1-LEAF1A.cfg index 7ee2292223c..011e75be245 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/intended/configs/DC1-LEAF1A.cfg +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/intended/configs/DC1-LEAF1A.cfg @@ -124,7 +124,7 @@ interface Loopback0 ip address 192.168.255.9/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.105/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/intended/configs/DC1-LEAF2A.cfg b/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/intended/configs/DC1-LEAF2A.cfg index 6e4b637cc60..5ca6d75bd6f 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/intended/configs/DC1-LEAF2A.cfg +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/intended/configs/DC1-LEAF2A.cfg @@ -261,7 +261,7 @@ interface Loopback100 ip address 10.255.1.10/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.106/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/intended/configs/DC1-LEAF2B.cfg b/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/intended/configs/DC1-LEAF2B.cfg index e536cadf350..b7598d26cb4 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/intended/configs/DC1-LEAF2B.cfg +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/intended/configs/DC1-LEAF2B.cfg @@ -261,7 +261,7 @@ interface Loopback100 ip address 10.255.1.11/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.107/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/intended/configs/DC1-SPINE1.cfg b/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/intended/configs/DC1-SPINE1.cfg index 3bfa6fe5436..03a8ebfe28f 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/intended/configs/DC1-SPINE1.cfg +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/intended/configs/DC1-SPINE1.cfg @@ -98,7 +98,7 @@ interface Loopback0 ip address 192.168.255.1/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.101/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/intended/configs/DC1-SPINE2.cfg b/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/intended/configs/DC1-SPINE2.cfg index 768f6f85227..2a600b738ed 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/intended/configs/DC1-SPINE2.cfg +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/intended/configs/DC1-SPINE2.cfg @@ -98,7 +98,7 @@ interface Loopback0 ip address 192.168.255.2/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.102/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/intended/configs/DC1-SPINE3.cfg b/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/intended/configs/DC1-SPINE3.cfg index f80c6e4f4b4..6fe43d63810 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/intended/configs/DC1-SPINE3.cfg +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/intended/configs/DC1-SPINE3.cfg @@ -98,7 +98,7 @@ interface Loopback0 ip address 192.168.255.3/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.103/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/intended/configs/DC1-SPINE4.cfg b/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/intended/configs/DC1-SPINE4.cfg index 54939b1b6b9..d1c90c706f1 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/intended/configs/DC1-SPINE4.cfg +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/intended/configs/DC1-SPINE4.cfg @@ -98,7 +98,7 @@ interface Loopback0 ip address 192.168.255.4/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.104/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/intended/configs/DC1-SVC3A.cfg b/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/intended/configs/DC1-SVC3A.cfg index 57f6096f7f2..e5b8644e527 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/intended/configs/DC1-SVC3A.cfg +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/intended/configs/DC1-SVC3A.cfg @@ -453,7 +453,7 @@ interface Loopback100 ip address 10.255.1.12/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.108/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/intended/configs/DC1-SVC3B.cfg b/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/intended/configs/DC1-SVC3B.cfg index 8718e00eceb..07ee169c124 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/intended/configs/DC1-SVC3B.cfg +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/intended/configs/DC1-SVC3B.cfg @@ -453,7 +453,7 @@ interface Loopback100 ip address 10.255.1.13/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.109/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/intended/structured_configs/DC1-BL1A.yml b/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/intended/structured_configs/DC1-BL1A.yml index 006dc6fe2ed..b8a390c0ef4 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/intended/structured_configs/DC1-BL1A.yml +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/intended/structured_configs/DC1-BL1A.yml @@ -330,7 +330,7 @@ vrfs: ip_routing: true management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.110/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/intended/structured_configs/DC1-BL1B.yml b/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/intended/structured_configs/DC1-BL1B.yml index 8d745cf3906..5777123c545 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/intended/structured_configs/DC1-BL1B.yml +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/intended/structured_configs/DC1-BL1B.yml @@ -328,7 +328,7 @@ vrfs: ip_routing: true management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.111/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/intended/structured_configs/DC1-L2LEAF1A.yml b/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/intended/structured_configs/DC1-L2LEAF1A.yml index 8f90735f20c..901b3500b27 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/intended/structured_configs/DC1-L2LEAF1A.yml +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/intended/structured_configs/DC1-L2LEAF1A.yml @@ -54,7 +54,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.112/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/intended/structured_configs/DC1-L2LEAF1B.yml b/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/intended/structured_configs/DC1-L2LEAF1B.yml index fa7efc55784..c99d71b3398 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/intended/structured_configs/DC1-L2LEAF1B.yml +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/intended/structured_configs/DC1-L2LEAF1B.yml @@ -54,7 +54,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.115/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/intended/structured_configs/DC1-L2LEAF2A.yml b/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/intended/structured_configs/DC1-L2LEAF2A.yml index 572fec4cd4b..2e4c10f377d 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/intended/structured_configs/DC1-L2LEAF2A.yml +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/intended/structured_configs/DC1-L2LEAF2A.yml @@ -54,7 +54,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.113/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/intended/structured_configs/DC1-L2LEAF2B.yml b/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/intended/structured_configs/DC1-L2LEAF2B.yml index b9a94a1da3a..aa5194547e5 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/intended/structured_configs/DC1-L2LEAF2B.yml +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/intended/structured_configs/DC1-L2LEAF2B.yml @@ -54,7 +54,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.114/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/intended/structured_configs/DC1-L2LEAF3A.yml b/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/intended/structured_configs/DC1-L2LEAF3A.yml index 68b098f09f4..2f2c521b1ab 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/intended/structured_configs/DC1-L2LEAF3A.yml +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/intended/structured_configs/DC1-L2LEAF3A.yml @@ -53,7 +53,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.116/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/intended/structured_configs/DC1-LEAF1A.yml b/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/intended/structured_configs/DC1-LEAF1A.yml index a8c01967b47..ea1f1d4dcb9 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/intended/structured_configs/DC1-LEAF1A.yml +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/intended/structured_configs/DC1-LEAF1A.yml @@ -192,7 +192,7 @@ vrfs: ip_routing: true management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.105/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/intended/structured_configs/DC1-LEAF2A.yml b/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/intended/structured_configs/DC1-LEAF2A.yml index 476434ac503..a871db98e7d 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/intended/structured_configs/DC1-LEAF2A.yml +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/intended/structured_configs/DC1-LEAF2A.yml @@ -330,7 +330,7 @@ vrfs: ip_routing: true management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.106/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/intended/structured_configs/DC1-LEAF2B.yml b/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/intended/structured_configs/DC1-LEAF2B.yml index 3adb6915198..55142f711b9 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/intended/structured_configs/DC1-LEAF2B.yml +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/intended/structured_configs/DC1-LEAF2B.yml @@ -330,7 +330,7 @@ vrfs: ip_routing: true management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.107/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/intended/structured_configs/DC1-SPINE1.yml b/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/intended/structured_configs/DC1-SPINE1.yml index dfba9bbb4c9..10c272ec388 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/intended/structured_configs/DC1-SPINE1.yml +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/intended/structured_configs/DC1-SPINE1.yml @@ -163,7 +163,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.101/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/intended/structured_configs/DC1-SPINE2.yml b/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/intended/structured_configs/DC1-SPINE2.yml index ac91e78d347..1a0b1fbc00e 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/intended/structured_configs/DC1-SPINE2.yml +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/intended/structured_configs/DC1-SPINE2.yml @@ -163,7 +163,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.102/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/intended/structured_configs/DC1-SPINE3.yml b/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/intended/structured_configs/DC1-SPINE3.yml index 82f4e688754..5e1aeb5433a 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/intended/structured_configs/DC1-SPINE3.yml +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/intended/structured_configs/DC1-SPINE3.yml @@ -163,7 +163,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.103/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/intended/structured_configs/DC1-SPINE4.yml b/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/intended/structured_configs/DC1-SPINE4.yml index cfbadb81c76..1665a3a3660 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/intended/structured_configs/DC1-SPINE4.yml +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/intended/structured_configs/DC1-SPINE4.yml @@ -163,7 +163,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.104/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/intended/structured_configs/DC1-SVC3A.yml b/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/intended/structured_configs/DC1-SVC3A.yml index d76808f6c44..a9290d4f897 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/intended/structured_configs/DC1-SVC3A.yml +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/intended/structured_configs/DC1-SVC3A.yml @@ -462,7 +462,7 @@ vrfs: ip_routing: true management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.108/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/intended/structured_configs/DC1-SVC3B.yml b/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/intended/structured_configs/DC1-SVC3B.yml index d316985e61c..850d103d316 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/intended/structured_configs/DC1-SVC3B.yml +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/intended/structured_configs/DC1-SVC3B.yml @@ -462,7 +462,7 @@ vrfs: ip_routing: true management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.109/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-BL1A.md b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-BL1A.md index bd43bc58412..ef92d904fd0 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-BL1A.md +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-BL1A.md @@ -59,20 +59,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 192.168.200.110/24 | 192.168.200.5 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 192.168.200.110/24 | 192.168.200.5 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.110/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-BL1B.md b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-BL1B.md index 81966dda9a5..1e73b6a7d4d 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-BL1B.md +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-BL1B.md @@ -59,20 +59,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 192.168.200.111/24 | 192.168.200.5 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 192.168.200.111/24 | 192.168.200.5 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.111/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-L2LEAF1A.md b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-L2LEAF1A.md index b2af6749b99..8d2f05c219f 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-L2LEAF1A.md +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-L2LEAF1A.md @@ -42,20 +42,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 192.168.200.112/24 | 192.168.200.5 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 192.168.200.112/24 | 192.168.200.5 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.112/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-L2LEAF2A.md b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-L2LEAF2A.md index d6f0be68e52..e303ccf526a 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-L2LEAF2A.md +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-L2LEAF2A.md @@ -49,20 +49,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 192.168.200.113/24 | 192.168.200.5 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 192.168.200.113/24 | 192.168.200.5 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.113/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-L2LEAF2B.md b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-L2LEAF2B.md index 259eaa09b13..76e4f4084b2 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-L2LEAF2B.md +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-L2LEAF2B.md @@ -49,20 +49,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 192.168.200.114/24 | 192.168.200.5 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 192.168.200.114/24 | 192.168.200.5 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.114/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-LEAF1A.md b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-LEAF1A.md index e4363ff7bad..f7d8123ae0a 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-LEAF1A.md +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-LEAF1A.md @@ -51,20 +51,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 192.168.200.105/24 | 192.168.200.5 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 192.168.200.105/24 | 192.168.200.5 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.105/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-LEAF2A.md b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-LEAF2A.md index e0da5d23ed9..1fd2f1071a8 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-LEAF2A.md +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-LEAF2A.md @@ -59,20 +59,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 192.168.200.106/24 | 192.168.200.5 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 192.168.200.106/24 | 192.168.200.5 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.106/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-LEAF2B.md b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-LEAF2B.md index a7a19f1912a..12f2e03edfd 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-LEAF2B.md +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-LEAF2B.md @@ -59,20 +59,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 192.168.200.107/24 | 192.168.200.5 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 192.168.200.107/24 | 192.168.200.5 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.107/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-SPINE1.md b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-SPINE1.md index 9b145f060e7..52f81308eb6 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-SPINE1.md +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-SPINE1.md @@ -44,20 +44,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 192.168.200.101/24 | 192.168.200.5 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 192.168.200.101/24 | 192.168.200.5 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.101/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-SPINE2.md b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-SPINE2.md index d52f6b4eb78..c4f2a49a449 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-SPINE2.md +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-SPINE2.md @@ -41,20 +41,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 192.168.200.102/24 | 192.168.200.5 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 192.168.200.102/24 | 192.168.200.5 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.102/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-SPINE3.md b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-SPINE3.md index 1ddf5ac2a18..2a1f6fb946c 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-SPINE3.md +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-SPINE3.md @@ -41,20 +41,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 192.168.200.103/24 | 192.168.200.5 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 192.168.200.103/24 | 192.168.200.5 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.103/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-SPINE4.md b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-SPINE4.md index 67b80ff49a9..0c0edb78d84 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-SPINE4.md +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-SPINE4.md @@ -44,20 +44,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 192.168.200.104/24 | 192.168.200.5 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 192.168.200.104/24 | 192.168.200.5 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.104/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-SVC3A.md b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-SVC3A.md index 6d75463da51..b599c77fa81 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-SVC3A.md +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-SVC3A.md @@ -59,20 +59,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 192.168.200.108/24 | 192.168.200.5 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 192.168.200.108/24 | 192.168.200.5 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.108/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-SVC3B.md b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-SVC3B.md index 2779114bb9b..406843ce751 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-SVC3B.md +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-SVC3B.md @@ -59,20 +59,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 192.168.200.109/24 | 192.168.200.5 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 192.168.200.109/24 | 192.168.200.5 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.109/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/configs/DC1-BL1A.cfg b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/configs/DC1-BL1A.cfg index d65e8b37db5..acaabe4a759 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/configs/DC1-BL1A.cfg +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/configs/DC1-BL1A.cfg @@ -134,7 +134,7 @@ interface Loopback1 isis passive ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.110/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/configs/DC1-BL1B.cfg b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/configs/DC1-BL1B.cfg index 95796c762ad..fa003e7f38e 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/configs/DC1-BL1B.cfg +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/configs/DC1-BL1B.cfg @@ -121,7 +121,7 @@ interface Loopback1 isis passive ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.111/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/configs/DC1-L2LEAF1A.cfg b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/configs/DC1-L2LEAF1A.cfg index a333d0b9ff3..c081c90ae8c 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/configs/DC1-L2LEAF1A.cfg +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/configs/DC1-L2LEAF1A.cfg @@ -49,7 +49,7 @@ interface Ethernet2 channel-group 1 mode active ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.112/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/configs/DC1-L2LEAF2A.cfg b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/configs/DC1-L2LEAF2A.cfg index 5d53688d7e5..8249a5a72a3 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/configs/DC1-L2LEAF2A.cfg +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/configs/DC1-L2LEAF2A.cfg @@ -72,7 +72,7 @@ interface Ethernet4 channel-group 3 mode active ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.113/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/configs/DC1-L2LEAF2B.cfg b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/configs/DC1-L2LEAF2B.cfg index 6da57f3c6c0..ff05d4577e1 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/configs/DC1-L2LEAF2B.cfg +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/configs/DC1-L2LEAF2B.cfg @@ -72,7 +72,7 @@ interface Ethernet4 channel-group 3 mode active ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.114/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/configs/DC1-LEAF1A.cfg b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/configs/DC1-LEAF1A.cfg index 4aa7cd2ae9a..1d9fa6c57cc 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/configs/DC1-LEAF1A.cfg +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/configs/DC1-LEAF1A.cfg @@ -87,7 +87,7 @@ interface Loopback0 isis passive ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.105/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/configs/DC1-LEAF2A.cfg b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/configs/DC1-LEAF2A.cfg index 88e56ab52ae..c867ddff201 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/configs/DC1-LEAF2A.cfg +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/configs/DC1-LEAF2A.cfg @@ -134,7 +134,7 @@ interface Loopback10 isis passive ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.106/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/configs/DC1-LEAF2B.cfg b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/configs/DC1-LEAF2B.cfg index 8841cf77c10..9e11404f88f 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/configs/DC1-LEAF2B.cfg +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/configs/DC1-LEAF2B.cfg @@ -134,7 +134,7 @@ interface Loopback10 isis passive ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.107/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/configs/DC1-SPINE1.cfg b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/configs/DC1-SPINE1.cfg index f4e42fa8f29..bc9075dcb87 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/configs/DC1-SPINE1.cfg +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/configs/DC1-SPINE1.cfg @@ -122,7 +122,7 @@ interface Loopback0 isis passive ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.101/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/configs/DC1-SPINE2.cfg b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/configs/DC1-SPINE2.cfg index 2641a43950d..8e5938c8d4e 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/configs/DC1-SPINE2.cfg +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/configs/DC1-SPINE2.cfg @@ -122,7 +122,7 @@ interface Loopback0 isis passive ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.102/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/configs/DC1-SPINE3.cfg b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/configs/DC1-SPINE3.cfg index 8fe8256bcb8..ea4f689088f 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/configs/DC1-SPINE3.cfg +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/configs/DC1-SPINE3.cfg @@ -122,7 +122,7 @@ interface Loopback0 isis passive ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.103/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/configs/DC1-SPINE4.cfg b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/configs/DC1-SPINE4.cfg index b7950088eb9..13f593c7d73 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/configs/DC1-SPINE4.cfg +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/configs/DC1-SPINE4.cfg @@ -122,7 +122,7 @@ interface Loopback0 isis passive ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.104/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/configs/DC1-SVC3A.cfg b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/configs/DC1-SVC3A.cfg index 75b911c934e..35d60233081 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/configs/DC1-SVC3A.cfg +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/configs/DC1-SVC3A.cfg @@ -135,7 +135,7 @@ interface Loopback1 isis passive ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.108/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/configs/DC1-SVC3B.cfg b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/configs/DC1-SVC3B.cfg index d2fe0542f9e..ae0228962d5 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/configs/DC1-SVC3B.cfg +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/configs/DC1-SVC3B.cfg @@ -135,7 +135,7 @@ interface Loopback1 isis passive ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.109/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/structured_configs/DC1-BL1A.yml b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/structured_configs/DC1-BL1A.yml index aaace82870a..6630404dcbc 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/structured_configs/DC1-BL1A.yml +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/structured_configs/DC1-BL1A.yml @@ -93,7 +93,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.110/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/structured_configs/DC1-BL1B.yml b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/structured_configs/DC1-BL1B.yml index 3192e08c384..fbcedd67d10 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/structured_configs/DC1-BL1B.yml +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/structured_configs/DC1-BL1B.yml @@ -93,7 +93,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.111/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/structured_configs/DC1-L2LEAF1A.yml b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/structured_configs/DC1-L2LEAF1A.yml index c1ecbf8dc47..08ad25fea56 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/structured_configs/DC1-L2LEAF1A.yml +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/structured_configs/DC1-L2LEAF1A.yml @@ -50,7 +50,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.112/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/structured_configs/DC1-L2LEAF2A.yml b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/structured_configs/DC1-L2LEAF2A.yml index ffab1edf407..3127eb64126 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/structured_configs/DC1-L2LEAF2A.yml +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/structured_configs/DC1-L2LEAF2A.yml @@ -51,7 +51,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.113/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/structured_configs/DC1-L2LEAF2B.yml b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/structured_configs/DC1-L2LEAF2B.yml index 15240326e7f..b364c525109 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/structured_configs/DC1-L2LEAF2B.yml +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/structured_configs/DC1-L2LEAF2B.yml @@ -51,7 +51,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.114/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/structured_configs/DC1-LEAF1A.yml b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/structured_configs/DC1-LEAF1A.yml index 5cf395a75be..3d51dd24a6d 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/structured_configs/DC1-LEAF1A.yml +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/structured_configs/DC1-LEAF1A.yml @@ -92,7 +92,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.105/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/structured_configs/DC1-LEAF2A.yml b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/structured_configs/DC1-LEAF2A.yml index 976ba08cce7..90803cfe1a4 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/structured_configs/DC1-LEAF2A.yml +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/structured_configs/DC1-LEAF2A.yml @@ -93,7 +93,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.106/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/structured_configs/DC1-LEAF2B.yml b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/structured_configs/DC1-LEAF2B.yml index b9a5c24b53e..983add479de 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/structured_configs/DC1-LEAF2B.yml +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/structured_configs/DC1-LEAF2B.yml @@ -93,7 +93,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.107/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/structured_configs/DC1-SPINE1.yml b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/structured_configs/DC1-SPINE1.yml index 9ffd9f7b76d..7c386d589ce 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/structured_configs/DC1-SPINE1.yml +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/structured_configs/DC1-SPINE1.yml @@ -109,7 +109,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.101/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/structured_configs/DC1-SPINE2.yml b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/structured_configs/DC1-SPINE2.yml index a440ddee90e..be08bf15e23 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/structured_configs/DC1-SPINE2.yml +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/structured_configs/DC1-SPINE2.yml @@ -48,7 +48,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.102/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/structured_configs/DC1-SPINE3.yml b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/structured_configs/DC1-SPINE3.yml index e4d04574fd2..cbe4009c071 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/structured_configs/DC1-SPINE3.yml +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/structured_configs/DC1-SPINE3.yml @@ -48,7 +48,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.103/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/structured_configs/DC1-SPINE4.yml b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/structured_configs/DC1-SPINE4.yml index 0866ed169be..ab16c0adb68 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/structured_configs/DC1-SPINE4.yml +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/structured_configs/DC1-SPINE4.yml @@ -109,7 +109,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.104/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/structured_configs/DC1-SVC3A.yml b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/structured_configs/DC1-SVC3A.yml index 17038cf00a4..a4c88c454db 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/structured_configs/DC1-SVC3A.yml +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/structured_configs/DC1-SVC3A.yml @@ -93,7 +93,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.108/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/structured_configs/DC1-SVC3B.yml b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/structured_configs/DC1-SVC3B.yml index 5d3aab70c95..b1e7fa8c764 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/structured_configs/DC1-SVC3B.yml +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/intended/structured_configs/DC1-SVC3B.yml @@ -93,7 +93,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.109/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/documentation/devices/DC1-BL1A.md b/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/documentation/devices/DC1-BL1A.md index 60a47c651af..9b9e05f45bc 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/documentation/devices/DC1-BL1A.md +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/documentation/devices/DC1-BL1A.md @@ -56,20 +56,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 192.168.200.110/24 | 192.168.200.5 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 192.168.200.110/24 | 192.168.200.5 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.110/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/documentation/devices/DC1-BL1B.md b/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/documentation/devices/DC1-BL1B.md index 33226fd5ccb..4122bddc479 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/documentation/devices/DC1-BL1B.md +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/documentation/devices/DC1-BL1B.md @@ -56,20 +56,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 192.168.200.111/24 | 192.168.200.5 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 192.168.200.111/24 | 192.168.200.5 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.111/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/documentation/devices/DC1-L2LEAF1A.md b/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/documentation/devices/DC1-L2LEAF1A.md index fba30bad946..b11d6dac766 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/documentation/devices/DC1-L2LEAF1A.md +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/documentation/devices/DC1-L2LEAF1A.md @@ -45,20 +45,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 192.168.200.112/24 | 192.168.200.5 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 192.168.200.112/24 | 192.168.200.5 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.112/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/documentation/devices/DC1-L2LEAF2A.md b/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/documentation/devices/DC1-L2LEAF2A.md index 5a574714edf..76a984c0b97 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/documentation/devices/DC1-L2LEAF2A.md +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/documentation/devices/DC1-L2LEAF2A.md @@ -49,20 +49,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 192.168.200.113/24 | 192.168.200.5 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 192.168.200.113/24 | 192.168.200.5 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.113/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/documentation/devices/DC1-L2LEAF2B.md b/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/documentation/devices/DC1-L2LEAF2B.md index ab00eca0b05..1c87ebdcd04 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/documentation/devices/DC1-L2LEAF2B.md +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/documentation/devices/DC1-L2LEAF2B.md @@ -49,20 +49,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 192.168.200.114/24 | 192.168.200.5 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 192.168.200.114/24 | 192.168.200.5 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.114/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/documentation/devices/DC1-LEAF1A.md b/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/documentation/devices/DC1-LEAF1A.md index 9c8d96f0db2..e681505bdfb 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/documentation/devices/DC1-LEAF1A.md +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/documentation/devices/DC1-LEAF1A.md @@ -48,20 +48,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 192.168.200.105/24 | 192.168.200.5 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 192.168.200.105/24 | 192.168.200.5 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.105/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/documentation/devices/DC1-LEAF2A.md b/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/documentation/devices/DC1-LEAF2A.md index a86777af896..27507036034 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/documentation/devices/DC1-LEAF2A.md +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/documentation/devices/DC1-LEAF2A.md @@ -58,20 +58,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 192.168.200.106/24 | 192.168.200.5 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 192.168.200.106/24 | 192.168.200.5 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.106/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/documentation/devices/DC1-LEAF2B.md b/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/documentation/devices/DC1-LEAF2B.md index 0488a3bfe83..e5c68678f0b 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/documentation/devices/DC1-LEAF2B.md +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/documentation/devices/DC1-LEAF2B.md @@ -58,20 +58,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 192.168.200.107/24 | 192.168.200.5 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 192.168.200.107/24 | 192.168.200.5 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.107/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/documentation/devices/DC1-SPINE1.md b/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/documentation/devices/DC1-SPINE1.md index dd9c5accb4d..0d3ce02ff85 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/documentation/devices/DC1-SPINE1.md +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/documentation/devices/DC1-SPINE1.md @@ -44,20 +44,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 192.168.200.101/24 | 192.168.200.5 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 192.168.200.101/24 | 192.168.200.5 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.101/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/documentation/devices/DC1-SPINE2.md b/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/documentation/devices/DC1-SPINE2.md index 29e3bbb154e..3a254ec1914 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/documentation/devices/DC1-SPINE2.md +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/documentation/devices/DC1-SPINE2.md @@ -44,20 +44,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 192.168.200.102/24 | 192.168.200.5 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 192.168.200.102/24 | 192.168.200.5 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.102/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/documentation/devices/DC1-SPINE3.md b/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/documentation/devices/DC1-SPINE3.md index 88d6bfc2589..70f758fc4af 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/documentation/devices/DC1-SPINE3.md +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/documentation/devices/DC1-SPINE3.md @@ -44,20 +44,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 192.168.200.103/24 | 192.168.200.5 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 192.168.200.103/24 | 192.168.200.5 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.103/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/documentation/devices/DC1-SPINE4.md b/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/documentation/devices/DC1-SPINE4.md index 8a2b34045b9..2cfe7ef2bf6 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/documentation/devices/DC1-SPINE4.md +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/documentation/devices/DC1-SPINE4.md @@ -44,20 +44,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 192.168.200.104/24 | 192.168.200.5 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 192.168.200.104/24 | 192.168.200.5 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.104/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/documentation/devices/DC1-SVC3A.md b/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/documentation/devices/DC1-SVC3A.md index b40f9d9f915..ca601f33266 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/documentation/devices/DC1-SVC3A.md +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/documentation/devices/DC1-SVC3A.md @@ -58,20 +58,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 192.168.200.108/24 | 192.168.200.5 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 192.168.200.108/24 | 192.168.200.5 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.108/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/documentation/devices/DC1-SVC3B.md b/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/documentation/devices/DC1-SVC3B.md index 34c8410fba0..0e310e500d2 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/documentation/devices/DC1-SVC3B.md +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/documentation/devices/DC1-SVC3B.md @@ -58,20 +58,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 192.168.200.109/24 | 192.168.200.5 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 192.168.200.109/24 | 192.168.200.5 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.109/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/configs/DC1-BL1A.cfg b/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/configs/DC1-BL1A.cfg index cbdc022ea67..719a401e0f0 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/configs/DC1-BL1A.cfg +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/configs/DC1-BL1A.cfg @@ -115,7 +115,7 @@ interface Loopback1 ip ospf area 0.0.0.0 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.110/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/configs/DC1-BL1B.cfg b/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/configs/DC1-BL1B.cfg index 7a966e548f3..767ba935488 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/configs/DC1-BL1B.cfg +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/configs/DC1-BL1B.cfg @@ -115,7 +115,7 @@ interface Loopback1 ip ospf area 0.0.0.0 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.111/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/configs/DC1-L2LEAF1A.cfg b/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/configs/DC1-L2LEAF1A.cfg index 0a38b690467..ca85e72badc 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/configs/DC1-L2LEAF1A.cfg +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/configs/DC1-L2LEAF1A.cfg @@ -52,7 +52,7 @@ interface Ethernet2 channel-group 1 mode active ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.112/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/configs/DC1-L2LEAF2A.cfg b/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/configs/DC1-L2LEAF2A.cfg index 026c5667002..8923f0267f7 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/configs/DC1-L2LEAF2A.cfg +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/configs/DC1-L2LEAF2A.cfg @@ -75,7 +75,7 @@ interface Ethernet4 channel-group 3 mode active ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.113/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/configs/DC1-L2LEAF2B.cfg b/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/configs/DC1-L2LEAF2B.cfg index 4ce7be2421a..da18cfbea87 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/configs/DC1-L2LEAF2B.cfg +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/configs/DC1-L2LEAF2B.cfg @@ -75,7 +75,7 @@ interface Ethernet4 channel-group 3 mode active ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.114/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/configs/DC1-LEAF1A.cfg b/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/configs/DC1-LEAF1A.cfg index 2ab24b3ceb8..c5081246fe3 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/configs/DC1-LEAF1A.cfg +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/configs/DC1-LEAF1A.cfg @@ -88,7 +88,7 @@ interface Loopback1 ip ospf area 0.0.0.0 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.105/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/configs/DC1-LEAF2A.cfg b/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/configs/DC1-LEAF2A.cfg index dcf37a3ea87..bd316026626 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/configs/DC1-LEAF2A.cfg +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/configs/DC1-LEAF2A.cfg @@ -137,7 +137,7 @@ interface Loopback1 ip ospf area 0.0.0.0 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.106/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/configs/DC1-LEAF2B.cfg b/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/configs/DC1-LEAF2B.cfg index 0c2cad4ee43..b6f3a5c02dc 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/configs/DC1-LEAF2B.cfg +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/configs/DC1-LEAF2B.cfg @@ -137,7 +137,7 @@ interface Loopback1 ip ospf area 0.0.0.0 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.107/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/configs/DC1-SPINE1.cfg b/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/configs/DC1-SPINE1.cfg index 9eb1fcc628c..a2ff07aa7f8 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/configs/DC1-SPINE1.cfg +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/configs/DC1-SPINE1.cfg @@ -114,7 +114,7 @@ interface Loopback0 ip ospf area 0.0.0.0 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.101/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/configs/DC1-SPINE2.cfg b/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/configs/DC1-SPINE2.cfg index 4d17231495d..1d9212ef44d 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/configs/DC1-SPINE2.cfg +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/configs/DC1-SPINE2.cfg @@ -114,7 +114,7 @@ interface Loopback0 ip ospf area 0.0.0.0 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.102/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/configs/DC1-SPINE3.cfg b/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/configs/DC1-SPINE3.cfg index fe6299ce20f..58efbd7c6de 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/configs/DC1-SPINE3.cfg +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/configs/DC1-SPINE3.cfg @@ -114,7 +114,7 @@ interface Loopback0 ip ospf area 0.0.0.0 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.103/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/configs/DC1-SPINE4.cfg b/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/configs/DC1-SPINE4.cfg index f29b50293ff..4c73f1320f1 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/configs/DC1-SPINE4.cfg +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/configs/DC1-SPINE4.cfg @@ -114,7 +114,7 @@ interface Loopback0 ip ospf area 0.0.0.0 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.104/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/configs/DC1-SVC3A.cfg b/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/configs/DC1-SVC3A.cfg index a56ae0938bc..bd442e06ec9 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/configs/DC1-SVC3A.cfg +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/configs/DC1-SVC3A.cfg @@ -138,7 +138,7 @@ interface Loopback1 ip ospf area 0.0.0.0 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.108/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/configs/DC1-SVC3B.cfg b/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/configs/DC1-SVC3B.cfg index 7c90752bcd4..366c8af0355 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/configs/DC1-SVC3B.cfg +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/configs/DC1-SVC3B.cfg @@ -138,7 +138,7 @@ interface Loopback1 ip ospf area 0.0.0.0 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.109/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/structured_configs/DC1-BL1A.yml b/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/structured_configs/DC1-BL1A.yml index 29d371881fe..8adf739a4a4 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/structured_configs/DC1-BL1A.yml +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/structured_configs/DC1-BL1A.yml @@ -107,7 +107,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.110/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/structured_configs/DC1-BL1B.yml b/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/structured_configs/DC1-BL1B.yml index 76705da3f72..e52f7d34fae 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/structured_configs/DC1-BL1B.yml +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/structured_configs/DC1-BL1B.yml @@ -107,7 +107,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.111/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/structured_configs/DC1-L2LEAF1A.yml b/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/structured_configs/DC1-L2LEAF1A.yml index de002a25b8c..ab643161213 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/structured_configs/DC1-L2LEAF1A.yml +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/structured_configs/DC1-L2LEAF1A.yml @@ -50,7 +50,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.112/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/structured_configs/DC1-L2LEAF2A.yml b/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/structured_configs/DC1-L2LEAF2A.yml index d500f854f6a..b19e482fc03 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/structured_configs/DC1-L2LEAF2A.yml +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/structured_configs/DC1-L2LEAF2A.yml @@ -51,7 +51,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.113/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/structured_configs/DC1-L2LEAF2B.yml b/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/structured_configs/DC1-L2LEAF2B.yml index 769e68368a0..8815ad9974a 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/structured_configs/DC1-L2LEAF2B.yml +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/structured_configs/DC1-L2LEAF2B.yml @@ -51,7 +51,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.114/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/structured_configs/DC1-LEAF1A.yml b/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/structured_configs/DC1-LEAF1A.yml index bbe5d964fdf..4c12c0dbadd 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/structured_configs/DC1-LEAF1A.yml +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/structured_configs/DC1-LEAF1A.yml @@ -106,7 +106,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.105/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/structured_configs/DC1-LEAF2A.yml b/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/structured_configs/DC1-LEAF2A.yml index d38feb4929e..31f93441fba 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/structured_configs/DC1-LEAF2A.yml +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/structured_configs/DC1-LEAF2A.yml @@ -151,7 +151,7 @@ vrfs: ip_routing: true management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.106/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/structured_configs/DC1-LEAF2B.yml b/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/structured_configs/DC1-LEAF2B.yml index 24eb04df9ef..638f7035bf5 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/structured_configs/DC1-LEAF2B.yml +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/structured_configs/DC1-LEAF2B.yml @@ -151,7 +151,7 @@ vrfs: ip_routing: true management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.107/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/structured_configs/DC1-SPINE1.yml b/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/structured_configs/DC1-SPINE1.yml index 0dd688c23f3..0100acd649b 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/structured_configs/DC1-SPINE1.yml +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/structured_configs/DC1-SPINE1.yml @@ -115,7 +115,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.101/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/structured_configs/DC1-SPINE2.yml b/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/structured_configs/DC1-SPINE2.yml index 3f506337372..37a09c5f8a0 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/structured_configs/DC1-SPINE2.yml +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/structured_configs/DC1-SPINE2.yml @@ -115,7 +115,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.102/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/structured_configs/DC1-SPINE3.yml b/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/structured_configs/DC1-SPINE3.yml index bfc07b3477f..9c0f758a66a 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/structured_configs/DC1-SPINE3.yml +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/structured_configs/DC1-SPINE3.yml @@ -115,7 +115,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.103/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/structured_configs/DC1-SPINE4.yml b/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/structured_configs/DC1-SPINE4.yml index 00a6a999430..4bfb6363d5e 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/structured_configs/DC1-SPINE4.yml +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/structured_configs/DC1-SPINE4.yml @@ -115,7 +115,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.104/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/structured_configs/DC1-SVC3A.yml b/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/structured_configs/DC1-SVC3A.yml index 2e713f77357..b1ba009ec7e 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/structured_configs/DC1-SVC3A.yml +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/structured_configs/DC1-SVC3A.yml @@ -151,7 +151,7 @@ vrfs: ip_routing: true management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.108/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/structured_configs/DC1-SVC3B.yml b/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/structured_configs/DC1-SVC3B.yml index 87000db8bc2..5a3d24e77f0 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/structured_configs/DC1-SVC3B.yml +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/intended/structured_configs/DC1-SVC3B.yml @@ -151,7 +151,7 @@ vrfs: ip_routing: true management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.109/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-BL1A.md b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-BL1A.md index 87fd2a9d47e..1f824da770c 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-BL1A.md +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-BL1A.md @@ -60,20 +60,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 192.168.200.110/24 | 192.168.200.5 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 192.168.200.110/24 | 192.168.200.5 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.110/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-BL1B.md b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-BL1B.md index c3ec8b9d10d..ca9e2d74efd 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-BL1B.md +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-BL1B.md @@ -59,20 +59,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 192.168.200.111/24 | 192.168.200.5 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 192.168.200.111/24 | 192.168.200.5 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.111/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-L2LEAF1A.md b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-L2LEAF1A.md index 0d16f6ec2ed..e6863ad890a 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-L2LEAF1A.md +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-L2LEAF1A.md @@ -45,20 +45,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 192.168.200.112/24 | 192.168.200.5 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 192.168.200.112/24 | 192.168.200.5 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.112/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-L2LEAF2A.md b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-L2LEAF2A.md index 52f0536f142..cb8b5951ebc 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-L2LEAF2A.md +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-L2LEAF2A.md @@ -49,20 +49,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 192.168.200.113/24 | 192.168.200.5 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 192.168.200.113/24 | 192.168.200.5 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.113/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-L2LEAF2B.md b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-L2LEAF2B.md index 2a181119062..5f1e1dd085c 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-L2LEAF2B.md +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-L2LEAF2B.md @@ -49,20 +49,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 192.168.200.114/24 | 192.168.200.5 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 192.168.200.114/24 | 192.168.200.5 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.114/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-LEAF1A.md b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-LEAF1A.md index b51eec8881d..4521047f121 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-LEAF1A.md +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-LEAF1A.md @@ -59,20 +59,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 192.168.200.105/24 | 192.168.200.5 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 192.168.200.105/24 | 192.168.200.5 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.105/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-LEAF2A.md b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-LEAF2A.md index 21d00a461e2..82ab62c8dfc 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-LEAF2A.md +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-LEAF2A.md @@ -66,20 +66,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 192.168.200.106/24 | 192.168.200.5 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 192.168.200.106/24 | 192.168.200.5 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.106/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-LEAF2B.md b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-LEAF2B.md index 3a19ae2756d..eb0d6ee2e84 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-LEAF2B.md +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-LEAF2B.md @@ -66,20 +66,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 192.168.200.107/24 | 192.168.200.5 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 192.168.200.107/24 | 192.168.200.5 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.107/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-LEAF3A.md b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-LEAF3A.md index 73d47886811..0952f8f10e3 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-LEAF3A.md +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-LEAF3A.md @@ -67,20 +67,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 192.168.200.106/24 | 192.168.200.5 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 192.168.200.106/24 | 192.168.200.5 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.106/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-LEAF3B.md b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-LEAF3B.md index 39e9a213520..8cb32e2f2b9 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-LEAF3B.md +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-LEAF3B.md @@ -67,20 +67,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 192.168.200.107/24 | 192.168.200.5 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 192.168.200.107/24 | 192.168.200.5 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.107/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-LEAF4A.md b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-LEAF4A.md index cbb1684c871..092c4964cff 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-LEAF4A.md +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-LEAF4A.md @@ -67,20 +67,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 192.168.200.106/24 | 192.168.200.5 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 192.168.200.106/24 | 192.168.200.5 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.106/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-LEAF4B.md b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-LEAF4B.md index de865747f94..7d52a52dde0 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-LEAF4B.md +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-LEAF4B.md @@ -67,20 +67,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 192.168.200.107/24 | 192.168.200.5 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 192.168.200.107/24 | 192.168.200.5 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.107/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-SPINE1.md b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-SPINE1.md index c2a1e2e852c..e267dccb2a7 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-SPINE1.md +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-SPINE1.md @@ -46,20 +46,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 192.168.200.101/24 | 192.168.200.5 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 192.168.200.101/24 | 192.168.200.5 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.101/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-SPINE2.md b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-SPINE2.md index 53217999382..19384fa1c96 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-SPINE2.md +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-SPINE2.md @@ -46,20 +46,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 192.168.200.102/24 | 192.168.200.5 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 192.168.200.102/24 | 192.168.200.5 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.102/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-SPINE3.md b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-SPINE3.md index 6b07cd0980e..b8641c2ade5 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-SPINE3.md +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-SPINE3.md @@ -46,20 +46,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 192.168.200.103/24 | 192.168.200.5 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 192.168.200.103/24 | 192.168.200.5 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.103/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-SPINE4.md b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-SPINE4.md index ba3f12272ab..d5982091778 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-SPINE4.md +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-SPINE4.md @@ -46,20 +46,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 192.168.200.104/24 | 192.168.200.5 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 192.168.200.104/24 | 192.168.200.5 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.104/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-SPINE5.md b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-SPINE5.md index 1da4848cfcb..605d259259e 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-SPINE5.md +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-SPINE5.md @@ -47,20 +47,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 192.168.200.105/24 | 192.168.200.5 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 192.168.200.105/24 | 192.168.200.5 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.105/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-SPINE6.md b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-SPINE6.md index 27df3479ef6..13f751d0a4e 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-SPINE6.md +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-SPINE6.md @@ -47,20 +47,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 192.168.200.105/24 | 192.168.200.5 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 192.168.200.105/24 | 192.168.200.5 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.105/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-SVC3A.md b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-SVC3A.md index 4935749d7d8..6db0ffd8844 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-SVC3A.md +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-SVC3A.md @@ -66,20 +66,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 192.168.200.108/24 | 192.168.200.5 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 192.168.200.108/24 | 192.168.200.5 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.108/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-SVC3B.md b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-SVC3B.md index d68d580b150..04b6c5f0201 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-SVC3B.md +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-SVC3B.md @@ -66,20 +66,20 @@ | Management Interface | Description | Type | VRF | IP Address | Gateway | | -------------------- | ----------- | ---- | --- | ---------- | ------- | -| Management1 | oob_management | oob | MGMT | 192.168.200.109/24 | 192.168.200.5 | +| Management1 | OOB_MANAGEMENT | oob | MGMT | 192.168.200.109/24 | 192.168.200.5 | ##### IPv6 | Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | -------------------- | ----------- | ---- | --- | ------------ | ------------ | -| Management1 | oob_management | oob | MGMT | - | - | +| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | #### Management Interfaces Device Configuration ```eos ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.109/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/configs/DC1-BL1A.cfg b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/configs/DC1-BL1A.cfg index acdcdc24f38..5cbcc6036bb 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/configs/DC1-BL1A.cfg +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/configs/DC1-BL1A.cfg @@ -115,7 +115,7 @@ interface Loopback1 ip address 192.168.254.10/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.110/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/configs/DC1-BL1B.cfg b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/configs/DC1-BL1B.cfg index d4d3b4feb55..1487ac315df 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/configs/DC1-BL1B.cfg +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/configs/DC1-BL1B.cfg @@ -116,7 +116,7 @@ interface Loopback1 ip address 192.168.254.11/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.111/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/configs/DC1-L2LEAF1A.cfg b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/configs/DC1-L2LEAF1A.cfg index f269761fbca..536e8a1a8ea 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/configs/DC1-L2LEAF1A.cfg +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/configs/DC1-L2LEAF1A.cfg @@ -75,7 +75,7 @@ interface Ethernet2 channel-group 1 mode active ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.112/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/configs/DC1-L2LEAF2A.cfg b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/configs/DC1-L2LEAF2A.cfg index 67564b65bfe..9fd39e5a0f3 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/configs/DC1-L2LEAF2A.cfg +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/configs/DC1-L2LEAF2A.cfg @@ -125,7 +125,7 @@ interface Ethernet4 channel-group 3 mode active ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.113/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/configs/DC1-L2LEAF2B.cfg b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/configs/DC1-L2LEAF2B.cfg index 2f9d222b4c4..d4899063d24 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/configs/DC1-L2LEAF2B.cfg +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/configs/DC1-L2LEAF2B.cfg @@ -125,7 +125,7 @@ interface Ethernet4 channel-group 3 mode active ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.114/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/configs/DC1-LEAF1A.cfg b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/configs/DC1-LEAF1A.cfg index eb88d1c4dff..c1bad57fa4b 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/configs/DC1-LEAF1A.cfg +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/configs/DC1-LEAF1A.cfg @@ -110,7 +110,7 @@ interface Loopback1 ip address 192.168.254.5/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.105/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/configs/DC1-LEAF2A.cfg b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/configs/DC1-LEAF2A.cfg index ab55a623e45..5c1a8a9c23f 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/configs/DC1-LEAF2A.cfg +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/configs/DC1-LEAF2A.cfg @@ -236,7 +236,7 @@ interface Loopback100 ip address 10.255.1.6/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.106/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/configs/DC1-LEAF2B.cfg b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/configs/DC1-LEAF2B.cfg index 4f172bbbf09..0b4e8c9c13c 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/configs/DC1-LEAF2B.cfg +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/configs/DC1-LEAF2B.cfg @@ -236,7 +236,7 @@ interface Loopback100 ip address 10.255.1.7/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.107/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/configs/DC1-LEAF3A.cfg b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/configs/DC1-LEAF3A.cfg index 5f8a39cf1bb..e3b8457e5fe 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/configs/DC1-LEAF3A.cfg +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/configs/DC1-LEAF3A.cfg @@ -172,7 +172,7 @@ interface Loopback100 ip address 10.255.1.12/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.106/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/configs/DC1-LEAF3B.cfg b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/configs/DC1-LEAF3B.cfg index 13bb4c395e6..5d57d4c1c78 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/configs/DC1-LEAF3B.cfg +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/configs/DC1-LEAF3B.cfg @@ -172,7 +172,7 @@ interface Loopback100 ip address 10.255.1.13/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.107/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/configs/DC1-LEAF4A.cfg b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/configs/DC1-LEAF4A.cfg index 6a8cea2627a..89f23fad568 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/configs/DC1-LEAF4A.cfg +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/configs/DC1-LEAF4A.cfg @@ -165,7 +165,7 @@ interface Loopback100 ip address 10.255.1.14/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.106/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/configs/DC1-LEAF4B.cfg b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/configs/DC1-LEAF4B.cfg index 30558b0628e..eaddf7450d3 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/configs/DC1-LEAF4B.cfg +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/configs/DC1-LEAF4B.cfg @@ -165,7 +165,7 @@ interface Loopback100 ip address 10.255.1.15/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.107/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/configs/DC1-SPINE1.cfg b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/configs/DC1-SPINE1.cfg index 0179f0ea42a..6872eb97bba 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/configs/DC1-SPINE1.cfg +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/configs/DC1-SPINE1.cfg @@ -85,7 +85,7 @@ interface Loopback0 ip address 192.168.255.1/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.101/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/configs/DC1-SPINE2.cfg b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/configs/DC1-SPINE2.cfg index 8cf000ab65d..efd246c7efb 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/configs/DC1-SPINE2.cfg +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/configs/DC1-SPINE2.cfg @@ -85,7 +85,7 @@ interface Loopback0 ip address 192.168.255.2/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.102/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/configs/DC1-SPINE3.cfg b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/configs/DC1-SPINE3.cfg index 5d459554643..3aba74f39fc 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/configs/DC1-SPINE3.cfg +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/configs/DC1-SPINE3.cfg @@ -85,7 +85,7 @@ interface Loopback0 ip address 192.168.255.3/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.103/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/configs/DC1-SPINE4.cfg b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/configs/DC1-SPINE4.cfg index d5019f8661c..c536f6ea775 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/configs/DC1-SPINE4.cfg +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/configs/DC1-SPINE4.cfg @@ -85,7 +85,7 @@ interface Loopback0 ip address 192.168.255.4/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.104/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/configs/DC1-SPINE5.cfg b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/configs/DC1-SPINE5.cfg index ee0117280a9..eeaab478787 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/configs/DC1-SPINE5.cfg +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/configs/DC1-SPINE5.cfg @@ -65,7 +65,7 @@ interface Loopback0 ipv6 address 2001:1::5/128 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.105/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/configs/DC1-SPINE6.cfg b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/configs/DC1-SPINE6.cfg index 651015cee9c..42f0d0febbe 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/configs/DC1-SPINE6.cfg +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/configs/DC1-SPINE6.cfg @@ -51,7 +51,7 @@ interface Loopback0 ipv6 address 2001:1::6/128 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.105/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/configs/DC1-SVC3A.cfg b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/configs/DC1-SVC3A.cfg index 99fdb8bf943..aaa75f8c51d 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/configs/DC1-SVC3A.cfg +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/configs/DC1-SVC3A.cfg @@ -336,7 +336,7 @@ interface Loopback100 ip address 10.255.1.8/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.108/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/configs/DC1-SVC3B.cfg b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/configs/DC1-SVC3B.cfg index aca17dd9a25..26e97e5e1b7 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/configs/DC1-SVC3B.cfg +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/configs/DC1-SVC3B.cfg @@ -320,7 +320,7 @@ interface Loopback100 ip address 10.255.1.9/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 192.168.200.109/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/structured_configs/DC1-BL1A.yml b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/structured_configs/DC1-BL1A.yml index 6d33fc89b8a..582159da465 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/structured_configs/DC1-BL1A.yml +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/structured_configs/DC1-BL1A.yml @@ -268,7 +268,7 @@ vrfs: ip_routing: true management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.110/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/structured_configs/DC1-BL1B.yml b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/structured_configs/DC1-BL1B.yml index 4951cb9be4d..a9eeb6f0c62 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/structured_configs/DC1-BL1B.yml +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/structured_configs/DC1-BL1B.yml @@ -268,7 +268,7 @@ vrfs: ip_routing: true management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.111/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/structured_configs/DC1-L2LEAF1A.yml b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/structured_configs/DC1-L2LEAF1A.yml index 7d768e62ed3..ae7a6000d97 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/structured_configs/DC1-L2LEAF1A.yml +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/structured_configs/DC1-L2LEAF1A.yml @@ -50,7 +50,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.112/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/structured_configs/DC1-L2LEAF2A.yml b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/structured_configs/DC1-L2LEAF2A.yml index e625dd85222..baef8c2545c 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/structured_configs/DC1-L2LEAF2A.yml +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/structured_configs/DC1-L2LEAF2A.yml @@ -51,7 +51,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.113/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/structured_configs/DC1-L2LEAF2B.yml b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/structured_configs/DC1-L2LEAF2B.yml index 95539b511e6..4f7b13d0256 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/structured_configs/DC1-L2LEAF2B.yml +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/structured_configs/DC1-L2LEAF2B.yml @@ -51,7 +51,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.114/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/structured_configs/DC1-LEAF1A.yml b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/structured_configs/DC1-LEAF1A.yml index df2b707b3ee..95ca7b85e21 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/structured_configs/DC1-LEAF1A.yml +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/structured_configs/DC1-LEAF1A.yml @@ -194,7 +194,7 @@ vrfs: ip_routing: true management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.105/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/structured_configs/DC1-LEAF2A.yml b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/structured_configs/DC1-LEAF2A.yml index 059450eaab1..6f811920dfd 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/structured_configs/DC1-LEAF2A.yml +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/structured_configs/DC1-LEAF2A.yml @@ -405,7 +405,7 @@ vrfs: ip_routing: true management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.106/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/structured_configs/DC1-LEAF2B.yml b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/structured_configs/DC1-LEAF2B.yml index 2685e8393eb..f091c2936cf 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/structured_configs/DC1-LEAF2B.yml +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/structured_configs/DC1-LEAF2B.yml @@ -405,7 +405,7 @@ vrfs: ip_routing: true management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.107/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/structured_configs/DC1-LEAF3A.yml b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/structured_configs/DC1-LEAF3A.yml index 6a139cb68df..82841dd40de 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/structured_configs/DC1-LEAF3A.yml +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/structured_configs/DC1-LEAF3A.yml @@ -350,7 +350,7 @@ vrfs: ipv6_routing: true management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.106/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/structured_configs/DC1-LEAF3B.yml b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/structured_configs/DC1-LEAF3B.yml index 741ad0ef9c0..6404f64f240 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/structured_configs/DC1-LEAF3B.yml +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/structured_configs/DC1-LEAF3B.yml @@ -350,7 +350,7 @@ vrfs: ipv6_routing: true management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.107/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/structured_configs/DC1-LEAF4A.yml b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/structured_configs/DC1-LEAF4A.yml index 6c84f43b325..cb3ce9eb24f 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/structured_configs/DC1-LEAF4A.yml +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/structured_configs/DC1-LEAF4A.yml @@ -345,7 +345,7 @@ vrfs: ipv6_routing: true management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.106/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/structured_configs/DC1-LEAF4B.yml b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/structured_configs/DC1-LEAF4B.yml index 1dd83d4bab0..428c1f7e5bf 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/structured_configs/DC1-LEAF4B.yml +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/structured_configs/DC1-LEAF4B.yml @@ -345,7 +345,7 @@ vrfs: ipv6_routing: true management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.107/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/structured_configs/DC1-SPINE1.yml b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/structured_configs/DC1-SPINE1.yml index 578aa1e0e65..7434d0b8779 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/structured_configs/DC1-SPINE1.yml +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/structured_configs/DC1-SPINE1.yml @@ -166,7 +166,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.101/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/structured_configs/DC1-SPINE2.yml b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/structured_configs/DC1-SPINE2.yml index 2a66a46012c..d61ac74bf68 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/structured_configs/DC1-SPINE2.yml +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/structured_configs/DC1-SPINE2.yml @@ -166,7 +166,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.102/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/structured_configs/DC1-SPINE3.yml b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/structured_configs/DC1-SPINE3.yml index 9dfa2c2d095..66e051d4342 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/structured_configs/DC1-SPINE3.yml +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/structured_configs/DC1-SPINE3.yml @@ -166,7 +166,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.103/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/structured_configs/DC1-SPINE4.yml b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/structured_configs/DC1-SPINE4.yml index a1b6294c6f0..0e47a28845f 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/structured_configs/DC1-SPINE4.yml +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/structured_configs/DC1-SPINE4.yml @@ -166,7 +166,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.104/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/structured_configs/DC1-SPINE5.yml b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/structured_configs/DC1-SPINE5.yml index da857d6d1f8..494cc1b8dfd 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/structured_configs/DC1-SPINE5.yml +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/structured_configs/DC1-SPINE5.yml @@ -130,7 +130,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.105/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/structured_configs/DC1-SPINE6.yml b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/structured_configs/DC1-SPINE6.yml index 4092b7dc55e..29176c42717 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/structured_configs/DC1-SPINE6.yml +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/structured_configs/DC1-SPINE6.yml @@ -120,7 +120,7 @@ vrfs: ip_routing: false management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.105/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/structured_configs/DC1-SVC3A.yml b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/structured_configs/DC1-SVC3A.yml index 2b41b3703ca..3a59e6ba058 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/structured_configs/DC1-SVC3A.yml +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/structured_configs/DC1-SVC3A.yml @@ -462,7 +462,7 @@ vrfs: ipv6_routing: true management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.108/24 diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/structured_configs/DC1-SVC3B.yml b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/structured_configs/DC1-SVC3B.yml index 7719e204716..b7eea63e07e 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/structured_configs/DC1-SVC3B.yml +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/intended/structured_configs/DC1-SVC3B.yml @@ -462,7 +462,7 @@ vrfs: ipv6_routing: true management_interfaces: - name: Management1 - description: oob_management + description: OOB_MANAGEMENT shutdown: false vrf: MGMT ip_address: 192.168.200.109/24 diff --git a/ansible_collections/arista/avd/roles/eos_designs/docs/tables/management-interface-settings.md b/ansible_collections/arista/avd/roles/eos_designs/docs/tables/management-interface-settings.md index a167532c024..1a986a93e68 100644 --- a/ansible_collections/arista/avd/roles/eos_designs/docs/tables/management-interface-settings.md +++ b/ansible_collections/arista/avd/roles/eos_designs/docs/tables/management-interface-settings.md @@ -12,7 +12,7 @@ | [  - <str>](## "mgmt_destination_networks.[]") | String | | | | IPv4_address/Mask. | | [mgmt_gateway](## "mgmt_gateway") | String | | | | OOB Management interface gateway in IPv4 format.
Used as next-hop for default gateway or static routes defined under 'mgmt_destination_networks'.
| | [mgmt_interface](## "mgmt_interface") | String | | `Management1` | | OOB Management interface. | - | [mgmt_interface_description](## "mgmt_interface_description") | String | | `oob_management` | | Management interface description.
| + | [mgmt_interface_description](## "mgmt_interface_description") | String | | `OOB_MANAGEMENT` | | Management interface description.
| | [mgmt_interface_vrf](## "mgmt_interface_vrf") | String | | `MGMT` | | OOB Management VRF. | | [mgmt_vrf_routing](## "mgmt_vrf_routing") | Boolean | | `False` | | Configure IP routing for the OOB Management VRF. | @@ -44,7 +44,7 @@ mgmt_interface: # Management interface description. - mgmt_interface_description: + mgmt_interface_description: # OOB Management VRF. mgmt_interface_vrf: diff --git a/ansible_collections/arista/avd/tests/inventory/configlet_build_config/expected_output/expected_with_all_parameters.yml b/ansible_collections/arista/avd/tests/inventory/configlet_build_config/expected_output/expected_with_all_parameters.yml index 79b9e3c691b..577ff37c9d7 100644 --- a/ansible_collections/arista/avd/tests/inventory/configlet_build_config/expected_output/expected_with_all_parameters.yml +++ b/ansible_collections/arista/avd/tests/inventory/configlet_build_config/expected_output/expected_with_all_parameters.yml @@ -21,7 +21,7 @@ cvp_configlets: \ 1 mode active\n!\ninterface Ethernet2\n description DC1-LEAF1B_Ethernet5\n\ \ no shutdown\n channel-group 1 mode active\n!\ninterface Ethernet5\n description\ \ server01_Eth0\n no shutdown\n switchport\n switchport access vlan 110\n\ - \ switchport mode access\n!\ninterface Management1\n description oob_management\n\ + \ switchport mode access\n!\ninterface Management1\n description OOB_MANAGEMENT\n\ \ no shutdown\n vrf MGMT\n ip address 10.255.0.17/24\n!\nip routing\nno\ \ ip routing vrf MGMT\n!\nip route vrf MGMT 0.0.0.0/0 10.255.0.1\n!\nmanagement\ \ api http-commands\n protocol https\n no shutdown\n !\n vrf MGMT\n \ @@ -47,7 +47,7 @@ cvp_configlets: \ 1 mode active\n!\ninterface Ethernet2\n description DC1-LEAF2B_Ethernet5\n\ \ no shutdown\n channel-group 1 mode active\n!\ninterface Ethernet5\n description\ \ server02_Eth0\n no shutdown\n switchport\n switchport access vlan 110\n\ - \ switchport mode access\n!\ninterface Management1\n description oob_management\n\ + \ switchport mode access\n!\ninterface Management1\n description OOB_MANAGEMENT\n\ \ no shutdown\n vrf MGMT\n ip address 10.255.0.18/24\n!\nip routing\nno\ \ ip routing vrf MGMT\n!\nip route vrf MGMT 0.0.0.0/0 10.255.0.1\n!\nmanagement\ \ api http-commands\n protocol https\n no shutdown\n !\n vrf MGMT\n \ @@ -104,7 +104,7 @@ cvp_configlets: \ address 192.168.255.3/32\n!\ninterface Loopback1\n description VTEP_VXLAN_Tunnel_Source\n\ \ no shutdown\n ip address 192.168.254.3/32\n!\ninterface Loopback100\n \ \ description Tenant_A_OP_Zone_VTEP_DIAGNOSTICS\n no shutdown\n vrf Tenant_A_OP_Zone\n\ - \ ip address 10.255.1.3/32\n!\ninterface Management1\n description oob_management\n\ + \ ip address 10.255.1.3/32\n!\ninterface Management1\n description OOB_MANAGEMENT\n\ \ no shutdown\n vrf MGMT\n ip address 10.255.0.13/24\n!\ninterface Vlan110\n\ \ description Tenant_A_OP_Zone_1\n no shutdown\n vrf Tenant_A_OP_Zone\n\ \ ip address virtual 10.1.10.1/24\n!\ninterface Vlan111\n description Tenant_A_OP_Zone_2\n\ @@ -306,7 +306,7 @@ cvp_configlets: \ address 192.168.255.4/32\n!\ninterface Loopback1\n description VTEP_VXLAN_Tunnel_Source\n\ \ no shutdown\n ip address 192.168.254.3/32\n!\ninterface Loopback100\n \ \ description Tenant_A_OP_Zone_VTEP_DIAGNOSTICS\n no shutdown\n vrf Tenant_A_OP_Zone\n\ - \ ip address 10.255.1.4/32\n!\ninterface Management1\n description oob_management\n\ + \ ip address 10.255.1.4/32\n!\ninterface Management1\n description OOB_MANAGEMENT\n\ \ no shutdown\n vrf MGMT\n ip address 10.255.0.14/24\n!\ninterface Vlan110\n\ \ description Tenant_A_OP_Zone_1\n no shutdown\n vrf Tenant_A_OP_Zone\n\ \ ip address virtual 10.1.10.1/24\n!\ninterface Vlan111\n description Tenant_A_OP_Zone_2\n\ @@ -508,7 +508,7 @@ cvp_configlets: \ address 192.168.255.5/32\n!\ninterface Loopback1\n description VTEP_VXLAN_Tunnel_Source\n\ \ no shutdown\n ip address 192.168.254.5/32\n!\ninterface Loopback100\n \ \ description Tenant_A_OP_Zone_VTEP_DIAGNOSTICS\n no shutdown\n vrf Tenant_A_OP_Zone\n\ - \ ip address 10.255.1.5/32\n!\ninterface Management1\n description oob_management\n\ + \ ip address 10.255.1.5/32\n!\ninterface Management1\n description OOB_MANAGEMENT\n\ \ no shutdown\n vrf MGMT\n ip address 10.255.0.15/24\n!\ninterface Vlan110\n\ \ description Tenant_A_OP_Zone_1\n no shutdown\n vrf Tenant_A_OP_Zone\n\ \ ip address virtual 10.1.10.1/24\n!\ninterface Vlan111\n description Tenant_A_OP_Zone_2\n\ @@ -710,7 +710,7 @@ cvp_configlets: \ address 192.168.255.6/32\n!\ninterface Loopback1\n description VTEP_VXLAN_Tunnel_Source\n\ \ no shutdown\n ip address 192.168.254.5/32\n!\ninterface Loopback100\n \ \ description Tenant_A_OP_Zone_VTEP_DIAGNOSTICS\n no shutdown\n vrf Tenant_A_OP_Zone\n\ - \ ip address 10.255.1.6/32\n!\ninterface Management1\n description oob_management\n\ + \ ip address 10.255.1.6/32\n!\ninterface Management1\n description OOB_MANAGEMENT\n\ \ no shutdown\n vrf MGMT\n ip address 10.255.0.16/24\n!\ninterface Vlan110\n\ \ description Tenant_A_OP_Zone_1\n no shutdown\n vrf Tenant_A_OP_Zone\n\ \ ip address virtual 10.1.10.1/24\n!\ninterface Vlan111\n description Tenant_A_OP_Zone_2\n\ @@ -880,7 +880,7 @@ cvp_configlets: \ description P2P_LINK_TO_DC1-LEAF2B_Ethernet1\n no shutdown\n mtu 1500\n\ \ no switchport\n ip address 172.31.255.12/31\n!\ninterface Loopback0\n \ \ description EVPN_Overlay_Peering\n no shutdown\n ip address 192.168.255.1/32\n\ - !\ninterface Management1\n description oob_management\n no shutdown\n vrf\ + !\ninterface Management1\n description OOB_MANAGEMENT\n no shutdown\n vrf\ \ MGMT\n ip address 10.255.0.11/24\n!\nip routing\nno ip routing vrf MGMT\n\ !\nip prefix-list PL-LOOPBACKS-EVPN-OVERLAY\n seq 10 permit 192.168.255.0/24\ \ eq 32\n!\nip route vrf MGMT 0.0.0.0/0 10.255.0.1\n!\nroute-map RM-CONN-2-BGP\ @@ -936,7 +936,7 @@ cvp_configlets: \ description P2P_LINK_TO_DC1-LEAF2B_Ethernet2\n no shutdown\n mtu 1500\n\ \ no switchport\n ip address 172.31.255.14/31\n!\ninterface Loopback0\n \ \ description EVPN_Overlay_Peering\n no shutdown\n ip address 192.168.255.2/32\n\ - !\ninterface Management1\n description oob_management\n no shutdown\n vrf\ + !\ninterface Management1\n description OOB_MANAGEMENT\n no shutdown\n vrf\ \ MGMT\n ip address 10.255.0.12/24\n!\nip routing\nno ip routing vrf MGMT\n\ !\nip prefix-list PL-LOOPBACKS-EVPN-OVERLAY\n seq 10 permit 192.168.255.0/24\ \ eq 32\n!\nip route vrf MGMT 0.0.0.0/0 10.255.0.1\n!\nroute-map RM-CONN-2-BGP\ @@ -993,7 +993,7 @@ cvp_configlets: \ 1 mode active\n!\ninterface Ethernet2\n description DC1-LEAF1B_Ethernet5\n\ \ no shutdown\n channel-group 1 mode active\n!\ninterface Ethernet5\n description\ \ server01_Eth0\n no shutdown\n switchport\n switchport access vlan 110\n\ - \ switchport mode access\n!\ninterface Management1\n description oob_management\n\ + \ switchport mode access\n!\ninterface Management1\n description OOB_MANAGEMENT\n\ \ no shutdown\n vrf MGMT\n ip address 10.255.0.17/24\n!\nip routing\nno\ \ ip routing vrf MGMT\n!\nip route vrf MGMT 0.0.0.0/0 10.255.0.1\n!\nmanagement\ \ api http-commands\n protocol https\n no shutdown\n !\n vrf MGMT\n \ diff --git a/ansible_collections/arista/avd/tests/inventory/configlet_build_config/expected_output/expected_with_blank_prefix.yml b/ansible_collections/arista/avd/tests/inventory/configlet_build_config/expected_output/expected_with_blank_prefix.yml index 516a01f22d8..71391f7a92c 100644 --- a/ansible_collections/arista/avd/tests/inventory/configlet_build_config/expected_output/expected_with_blank_prefix.yml +++ b/ansible_collections/arista/avd/tests/inventory/configlet_build_config/expected_output/expected_with_blank_prefix.yml @@ -21,7 +21,7 @@ cvp_configlets: \ 1 mode active\n!\ninterface Ethernet2\n description DC1-LEAF1B_Ethernet5\n\ \ no shutdown\n channel-group 1 mode active\n!\ninterface Ethernet5\n description\ \ server01_Eth0\n no shutdown\n switchport\n switchport access vlan 110\n\ - \ switchport mode access\n!\ninterface Management1\n description oob_management\n\ + \ switchport mode access\n!\ninterface Management1\n description OOB_MANAGEMENT\n\ \ no shutdown\n vrf MGMT\n ip address 10.255.0.17/24\n!\nip routing\nno\ \ ip routing vrf MGMT\n!\nip route vrf MGMT 0.0.0.0/0 10.255.0.1\n!\nmanagement\ \ api http-commands\n protocol https\n no shutdown\n !\n vrf MGMT\n \ @@ -47,7 +47,7 @@ cvp_configlets: \ 1 mode active\n!\ninterface Ethernet2\n description DC1-LEAF2B_Ethernet5\n\ \ no shutdown\n channel-group 1 mode active\n!\ninterface Ethernet5\n description\ \ server02_Eth0\n no shutdown\n switchport\n switchport access vlan 110\n\ - \ switchport mode access\n!\ninterface Management1\n description oob_management\n\ + \ switchport mode access\n!\ninterface Management1\n description OOB_MANAGEMENT\n\ \ no shutdown\n vrf MGMT\n ip address 10.255.0.18/24\n!\nip routing\nno\ \ ip routing vrf MGMT\n!\nip route vrf MGMT 0.0.0.0/0 10.255.0.1\n!\nmanagement\ \ api http-commands\n protocol https\n no shutdown\n !\n vrf MGMT\n \ @@ -104,7 +104,7 @@ cvp_configlets: \ address 192.168.255.3/32\n!\ninterface Loopback1\n description VTEP_VXLAN_Tunnel_Source\n\ \ no shutdown\n ip address 192.168.254.3/32\n!\ninterface Loopback100\n \ \ description Tenant_A_OP_Zone_VTEP_DIAGNOSTICS\n no shutdown\n vrf Tenant_A_OP_Zone\n\ - \ ip address 10.255.1.3/32\n!\ninterface Management1\n description oob_management\n\ + \ ip address 10.255.1.3/32\n!\ninterface Management1\n description OOB_MANAGEMENT\n\ \ no shutdown\n vrf MGMT\n ip address 10.255.0.13/24\n!\ninterface Vlan110\n\ \ description Tenant_A_OP_Zone_1\n no shutdown\n vrf Tenant_A_OP_Zone\n\ \ ip address virtual 10.1.10.1/24\n!\ninterface Vlan111\n description Tenant_A_OP_Zone_2\n\ @@ -306,7 +306,7 @@ cvp_configlets: \ address 192.168.255.4/32\n!\ninterface Loopback1\n description VTEP_VXLAN_Tunnel_Source\n\ \ no shutdown\n ip address 192.168.254.3/32\n!\ninterface Loopback100\n \ \ description Tenant_A_OP_Zone_VTEP_DIAGNOSTICS\n no shutdown\n vrf Tenant_A_OP_Zone\n\ - \ ip address 10.255.1.4/32\n!\ninterface Management1\n description oob_management\n\ + \ ip address 10.255.1.4/32\n!\ninterface Management1\n description OOB_MANAGEMENT\n\ \ no shutdown\n vrf MGMT\n ip address 10.255.0.14/24\n!\ninterface Vlan110\n\ \ description Tenant_A_OP_Zone_1\n no shutdown\n vrf Tenant_A_OP_Zone\n\ \ ip address virtual 10.1.10.1/24\n!\ninterface Vlan111\n description Tenant_A_OP_Zone_2\n\ @@ -508,7 +508,7 @@ cvp_configlets: \ address 192.168.255.5/32\n!\ninterface Loopback1\n description VTEP_VXLAN_Tunnel_Source\n\ \ no shutdown\n ip address 192.168.254.5/32\n!\ninterface Loopback100\n \ \ description Tenant_A_OP_Zone_VTEP_DIAGNOSTICS\n no shutdown\n vrf Tenant_A_OP_Zone\n\ - \ ip address 10.255.1.5/32\n!\ninterface Management1\n description oob_management\n\ + \ ip address 10.255.1.5/32\n!\ninterface Management1\n description OOB_MANAGEMENT\n\ \ no shutdown\n vrf MGMT\n ip address 10.255.0.15/24\n!\ninterface Vlan110\n\ \ description Tenant_A_OP_Zone_1\n no shutdown\n vrf Tenant_A_OP_Zone\n\ \ ip address virtual 10.1.10.1/24\n!\ninterface Vlan111\n description Tenant_A_OP_Zone_2\n\ @@ -710,7 +710,7 @@ cvp_configlets: \ address 192.168.255.6/32\n!\ninterface Loopback1\n description VTEP_VXLAN_Tunnel_Source\n\ \ no shutdown\n ip address 192.168.254.5/32\n!\ninterface Loopback100\n \ \ description Tenant_A_OP_Zone_VTEP_DIAGNOSTICS\n no shutdown\n vrf Tenant_A_OP_Zone\n\ - \ ip address 10.255.1.6/32\n!\ninterface Management1\n description oob_management\n\ + \ ip address 10.255.1.6/32\n!\ninterface Management1\n description OOB_MANAGEMENT\n\ \ no shutdown\n vrf MGMT\n ip address 10.255.0.16/24\n!\ninterface Vlan110\n\ \ description Tenant_A_OP_Zone_1\n no shutdown\n vrf Tenant_A_OP_Zone\n\ \ ip address virtual 10.1.10.1/24\n!\ninterface Vlan111\n description Tenant_A_OP_Zone_2\n\ @@ -880,7 +880,7 @@ cvp_configlets: \ description P2P_LINK_TO_DC1-LEAF2B_Ethernet1\n no shutdown\n mtu 1500\n\ \ no switchport\n ip address 172.31.255.12/31\n!\ninterface Loopback0\n \ \ description EVPN_Overlay_Peering\n no shutdown\n ip address 192.168.255.1/32\n\ - !\ninterface Management1\n description oob_management\n no shutdown\n vrf\ + !\ninterface Management1\n description OOB_MANAGEMENT\n no shutdown\n vrf\ \ MGMT\n ip address 10.255.0.11/24\n!\nip routing\nno ip routing vrf MGMT\n\ !\nip prefix-list PL-LOOPBACKS-EVPN-OVERLAY\n seq 10 permit 192.168.255.0/24\ \ eq 32\n!\nip route vrf MGMT 0.0.0.0/0 10.255.0.1\n!\nroute-map RM-CONN-2-BGP\ @@ -936,7 +936,7 @@ cvp_configlets: \ description P2P_LINK_TO_DC1-LEAF2B_Ethernet2\n no shutdown\n mtu 1500\n\ \ no switchport\n ip address 172.31.255.14/31\n!\ninterface Loopback0\n \ \ description EVPN_Overlay_Peering\n no shutdown\n ip address 192.168.255.2/32\n\ - !\ninterface Management1\n description oob_management\n no shutdown\n vrf\ + !\ninterface Management1\n description OOB_MANAGEMENT\n no shutdown\n vrf\ \ MGMT\n ip address 10.255.0.12/24\n!\nip routing\nno ip routing vrf MGMT\n\ !\nip prefix-list PL-LOOPBACKS-EVPN-OVERLAY\n seq 10 permit 192.168.255.0/24\ \ eq 32\n!\nip route vrf MGMT 0.0.0.0/0 10.255.0.1\n!\nroute-map RM-CONN-2-BGP\ @@ -993,7 +993,7 @@ cvp_configlets: \ 1 mode active\n!\ninterface Ethernet2\n description DC1-LEAF1B_Ethernet5\n\ \ no shutdown\n channel-group 1 mode active\n!\ninterface Ethernet5\n description\ \ server01_Eth0\n no shutdown\n switchport\n switchport access vlan 110\n\ - \ switchport mode access\n!\ninterface Management1\n description oob_management\n\ + \ switchport mode access\n!\ninterface Management1\n description OOB_MANAGEMENT\n\ \ no shutdown\n vrf MGMT\n ip address 10.255.0.17/24\n!\nip routing\nno\ \ ip routing vrf MGMT\n!\nip route vrf MGMT 0.0.0.0/0 10.255.0.1\n!\nmanagement\ \ api http-commands\n protocol https\n no shutdown\n !\n vrf MGMT\n \ diff --git a/ansible_collections/arista/avd/tests/inventory/configlet_build_config/expected_output/expected_without_extension.yml b/ansible_collections/arista/avd/tests/inventory/configlet_build_config/expected_output/expected_without_extension.yml index 1fc2669a1e1..01a82b76056 100644 --- a/ansible_collections/arista/avd/tests/inventory/configlet_build_config/expected_output/expected_without_extension.yml +++ b/ansible_collections/arista/avd/tests/inventory/configlet_build_config/expected_output/expected_without_extension.yml @@ -21,7 +21,7 @@ cvp_configlets: \ 1 mode active\n!\ninterface Ethernet2\n description DC1-LEAF1B_Ethernet5\n\ \ no shutdown\n channel-group 1 mode active\n!\ninterface Ethernet5\n description\ \ server01_Eth0\n no shutdown\n switchport\n switchport access vlan 110\n\ - \ switchport mode access\n!\ninterface Management1\n description oob_management\n\ + \ switchport mode access\n!\ninterface Management1\n description OOB_MANAGEMENT\n\ \ no shutdown\n vrf MGMT\n ip address 10.255.0.17/24\n!\nip routing\nno\ \ ip routing vrf MGMT\n!\nip route vrf MGMT 0.0.0.0/0 10.255.0.1\n!\nmanagement\ \ api http-commands\n protocol https\n no shutdown\n !\n vrf MGMT\n \ diff --git a/ansible_collections/arista/avd/tests/inventory/intended/configs/DC1-L2LEAF1A.cfg b/ansible_collections/arista/avd/tests/inventory/intended/configs/DC1-L2LEAF1A.cfg index 4c59015fe7b..6b0e2392855 100644 --- a/ansible_collections/arista/avd/tests/inventory/intended/configs/DC1-L2LEAF1A.cfg +++ b/ansible_collections/arista/avd/tests/inventory/intended/configs/DC1-L2LEAF1A.cfg @@ -75,7 +75,7 @@ interface Ethernet5 switchport mode access ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 10.255.0.17/24 diff --git a/ansible_collections/arista/avd/tests/inventory/intended/configs/DC1-L2LEAF2A.cfg b/ansible_collections/arista/avd/tests/inventory/intended/configs/DC1-L2LEAF2A.cfg index 265d304cbe7..99f4e390d12 100644 --- a/ansible_collections/arista/avd/tests/inventory/intended/configs/DC1-L2LEAF2A.cfg +++ b/ansible_collections/arista/avd/tests/inventory/intended/configs/DC1-L2LEAF2A.cfg @@ -75,7 +75,7 @@ interface Ethernet5 switchport mode access ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 10.255.0.18/24 diff --git a/ansible_collections/arista/avd/tests/inventory/intended/configs/DC1-LEAF1A.cfg b/ansible_collections/arista/avd/tests/inventory/intended/configs/DC1-LEAF1A.cfg index 2bcca73addc..e01551eb6ce 100644 --- a/ansible_collections/arista/avd/tests/inventory/intended/configs/DC1-LEAF1A.cfg +++ b/ansible_collections/arista/avd/tests/inventory/intended/configs/DC1-LEAF1A.cfg @@ -209,7 +209,7 @@ interface Loopback100 ip address 10.255.1.3/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 10.255.0.13/24 diff --git a/ansible_collections/arista/avd/tests/inventory/intended/configs/DC1-LEAF1B.cfg b/ansible_collections/arista/avd/tests/inventory/intended/configs/DC1-LEAF1B.cfg index 65e475f293b..865936ca5ce 100644 --- a/ansible_collections/arista/avd/tests/inventory/intended/configs/DC1-LEAF1B.cfg +++ b/ansible_collections/arista/avd/tests/inventory/intended/configs/DC1-LEAF1B.cfg @@ -209,7 +209,7 @@ interface Loopback100 ip address 10.255.1.4/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 10.255.0.14/24 diff --git a/ansible_collections/arista/avd/tests/inventory/intended/configs/DC1-LEAF2A.cfg b/ansible_collections/arista/avd/tests/inventory/intended/configs/DC1-LEAF2A.cfg index 71dee5e6712..94bd3da685d 100644 --- a/ansible_collections/arista/avd/tests/inventory/intended/configs/DC1-LEAF2A.cfg +++ b/ansible_collections/arista/avd/tests/inventory/intended/configs/DC1-LEAF2A.cfg @@ -209,7 +209,7 @@ interface Loopback100 ip address 10.255.1.5/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 10.255.0.15/24 diff --git a/ansible_collections/arista/avd/tests/inventory/intended/configs/DC1-LEAF2B.cfg b/ansible_collections/arista/avd/tests/inventory/intended/configs/DC1-LEAF2B.cfg index d693a35ad17..c750c9da949 100644 --- a/ansible_collections/arista/avd/tests/inventory/intended/configs/DC1-LEAF2B.cfg +++ b/ansible_collections/arista/avd/tests/inventory/intended/configs/DC1-LEAF2B.cfg @@ -209,7 +209,7 @@ interface Loopback100 ip address 10.255.1.6/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 10.255.0.16/24 diff --git a/ansible_collections/arista/avd/tests/inventory/intended/configs/DC1-SPINE1.cfg b/ansible_collections/arista/avd/tests/inventory/intended/configs/DC1-SPINE1.cfg index e2566931ba1..6c33fdfffc8 100644 --- a/ansible_collections/arista/avd/tests/inventory/intended/configs/DC1-SPINE1.cfg +++ b/ansible_collections/arista/avd/tests/inventory/intended/configs/DC1-SPINE1.cfg @@ -62,7 +62,7 @@ interface Loopback0 ip address 192.168.255.1/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 10.255.0.11/24 diff --git a/ansible_collections/arista/avd/tests/inventory/intended/configs/DC1-SPINE2.cfg b/ansible_collections/arista/avd/tests/inventory/intended/configs/DC1-SPINE2.cfg index 09284d47d83..9a05a51e15a 100644 --- a/ansible_collections/arista/avd/tests/inventory/intended/configs/DC1-SPINE2.cfg +++ b/ansible_collections/arista/avd/tests/inventory/intended/configs/DC1-SPINE2.cfg @@ -62,7 +62,7 @@ interface Loopback0 ip address 192.168.255.2/32 ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 10.255.0.12/24 diff --git a/ansible_collections/arista/avd/tests/inventory/intended/configs/default_extension.conf b/ansible_collections/arista/avd/tests/inventory/intended/configs/default_extension.conf index 4c59015fe7b..6b0e2392855 100644 --- a/ansible_collections/arista/avd/tests/inventory/intended/configs/default_extension.conf +++ b/ansible_collections/arista/avd/tests/inventory/intended/configs/default_extension.conf @@ -75,7 +75,7 @@ interface Ethernet5 switchport mode access ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 10.255.0.17/24 diff --git a/ansible_collections/arista/avd/tests/inventory/intended/configs/default_filter.cfg b/ansible_collections/arista/avd/tests/inventory/intended/configs/default_filter.cfg index 4c59015fe7b..6b0e2392855 100644 --- a/ansible_collections/arista/avd/tests/inventory/intended/configs/default_filter.cfg +++ b/ansible_collections/arista/avd/tests/inventory/intended/configs/default_filter.cfg @@ -75,7 +75,7 @@ interface Ethernet5 switchport mode access ! interface Management1 - description oob_management + description OOB_MANAGEMENT no shutdown vrf MGMT ip address 10.255.0.17/24 diff --git a/ansible_collections/arista/avd/tests/inventory/inventory_to_container/expected_output/expected_with_all_param.yml b/ansible_collections/arista/avd/tests/inventory/inventory_to_container/expected_output/expected_with_all_param.yml index d6f60878cd1..24fb44828e5 100644 --- a/ansible_collections/arista/avd/tests/inventory/inventory_to_container/expected_output/expected_with_all_param.yml +++ b/ansible_collections/arista/avd/tests/inventory/inventory_to_container/expected_output/expected_with_all_param.yml @@ -50,7 +50,7 @@ cvp_configlets: 192.168.255.3/32\n!\ninterface Loopback1\n description VTEP_VXLAN_Tunnel_Source\n \ no shutdown\n ip address 192.168.254.3/32\n!\ninterface Loopback100\n description Tenant_A_OP_Zone_VTEP_DIAGNOSTICS\n no shutdown\n vrf Tenant_A_OP_Zone\n ip - address 10.255.1.3/32\n!\ninterface Management1\n description oob_management\n + address 10.255.1.3/32\n!\ninterface Management1\n description OOB_MANAGEMENT\n \ no shutdown\n vrf MGMT\n ip address 10.255.0.13/24\n!\ninterface Vlan110\n \ description Tenant_A_OP_Zone_1\n no shutdown\n vrf Tenant_A_OP_Zone\n ip address virtual 10.1.10.1/24\n!\ninterface Vlan111\n description Tenant_A_OP_Zone_2\n @@ -247,7 +247,7 @@ cvp_configlets: 192.168.255.4/32\n!\ninterface Loopback1\n description VTEP_VXLAN_Tunnel_Source\n \ no shutdown\n ip address 192.168.254.3/32\n!\ninterface Loopback100\n description Tenant_A_OP_Zone_VTEP_DIAGNOSTICS\n no shutdown\n vrf Tenant_A_OP_Zone\n ip - address 10.255.1.4/32\n!\ninterface Management1\n description oob_management\n + address 10.255.1.4/32\n!\ninterface Management1\n description OOB_MANAGEMENT\n \ no shutdown\n vrf MGMT\n ip address 10.255.0.14/24\n!\ninterface Vlan110\n \ description Tenant_A_OP_Zone_1\n no shutdown\n vrf Tenant_A_OP_Zone\n ip address virtual 10.1.10.1/24\n!\ninterface Vlan111\n description Tenant_A_OP_Zone_2\n @@ -444,7 +444,7 @@ cvp_configlets: 192.168.255.5/32\n!\ninterface Loopback1\n description VTEP_VXLAN_Tunnel_Source\n \ no shutdown\n ip address 192.168.254.5/32\n!\ninterface Loopback100\n description Tenant_A_OP_Zone_VTEP_DIAGNOSTICS\n no shutdown\n vrf Tenant_A_OP_Zone\n ip - address 10.255.1.5/32\n!\ninterface Management1\n description oob_management\n + address 10.255.1.5/32\n!\ninterface Management1\n description OOB_MANAGEMENT\n \ no shutdown\n vrf MGMT\n ip address 10.255.0.15/24\n!\ninterface Vlan110\n \ description Tenant_A_OP_Zone_1\n no shutdown\n vrf Tenant_A_OP_Zone\n ip address virtual 10.1.10.1/24\n!\ninterface Vlan111\n description Tenant_A_OP_Zone_2\n @@ -641,7 +641,7 @@ cvp_configlets: 192.168.255.6/32\n!\ninterface Loopback1\n description VTEP_VXLAN_Tunnel_Source\n \ no shutdown\n ip address 192.168.254.5/32\n!\ninterface Loopback100\n description Tenant_A_OP_Zone_VTEP_DIAGNOSTICS\n no shutdown\n vrf Tenant_A_OP_Zone\n ip - address 10.255.1.6/32\n!\ninterface Management1\n description oob_management\n + address 10.255.1.6/32\n!\ninterface Management1\n description OOB_MANAGEMENT\n \ no shutdown\n vrf MGMT\n ip address 10.255.0.16/24\n!\ninterface Vlan110\n \ description Tenant_A_OP_Zone_1\n no shutdown\n vrf Tenant_A_OP_Zone\n ip address virtual 10.1.10.1/24\n!\ninterface Vlan111\n description Tenant_A_OP_Zone_2\n diff --git a/ansible_collections/arista/avd/tests/inventory/inventory_to_container/expected_output/expected_with_device_filter_as_string.yml b/ansible_collections/arista/avd/tests/inventory/inventory_to_container/expected_output/expected_with_device_filter_as_string.yml index d6f60878cd1..24fb44828e5 100644 --- a/ansible_collections/arista/avd/tests/inventory/inventory_to_container/expected_output/expected_with_device_filter_as_string.yml +++ b/ansible_collections/arista/avd/tests/inventory/inventory_to_container/expected_output/expected_with_device_filter_as_string.yml @@ -50,7 +50,7 @@ cvp_configlets: 192.168.255.3/32\n!\ninterface Loopback1\n description VTEP_VXLAN_Tunnel_Source\n \ no shutdown\n ip address 192.168.254.3/32\n!\ninterface Loopback100\n description Tenant_A_OP_Zone_VTEP_DIAGNOSTICS\n no shutdown\n vrf Tenant_A_OP_Zone\n ip - address 10.255.1.3/32\n!\ninterface Management1\n description oob_management\n + address 10.255.1.3/32\n!\ninterface Management1\n description OOB_MANAGEMENT\n \ no shutdown\n vrf MGMT\n ip address 10.255.0.13/24\n!\ninterface Vlan110\n \ description Tenant_A_OP_Zone_1\n no shutdown\n vrf Tenant_A_OP_Zone\n ip address virtual 10.1.10.1/24\n!\ninterface Vlan111\n description Tenant_A_OP_Zone_2\n @@ -247,7 +247,7 @@ cvp_configlets: 192.168.255.4/32\n!\ninterface Loopback1\n description VTEP_VXLAN_Tunnel_Source\n \ no shutdown\n ip address 192.168.254.3/32\n!\ninterface Loopback100\n description Tenant_A_OP_Zone_VTEP_DIAGNOSTICS\n no shutdown\n vrf Tenant_A_OP_Zone\n ip - address 10.255.1.4/32\n!\ninterface Management1\n description oob_management\n + address 10.255.1.4/32\n!\ninterface Management1\n description OOB_MANAGEMENT\n \ no shutdown\n vrf MGMT\n ip address 10.255.0.14/24\n!\ninterface Vlan110\n \ description Tenant_A_OP_Zone_1\n no shutdown\n vrf Tenant_A_OP_Zone\n ip address virtual 10.1.10.1/24\n!\ninterface Vlan111\n description Tenant_A_OP_Zone_2\n @@ -444,7 +444,7 @@ cvp_configlets: 192.168.255.5/32\n!\ninterface Loopback1\n description VTEP_VXLAN_Tunnel_Source\n \ no shutdown\n ip address 192.168.254.5/32\n!\ninterface Loopback100\n description Tenant_A_OP_Zone_VTEP_DIAGNOSTICS\n no shutdown\n vrf Tenant_A_OP_Zone\n ip - address 10.255.1.5/32\n!\ninterface Management1\n description oob_management\n + address 10.255.1.5/32\n!\ninterface Management1\n description OOB_MANAGEMENT\n \ no shutdown\n vrf MGMT\n ip address 10.255.0.15/24\n!\ninterface Vlan110\n \ description Tenant_A_OP_Zone_1\n no shutdown\n vrf Tenant_A_OP_Zone\n ip address virtual 10.1.10.1/24\n!\ninterface Vlan111\n description Tenant_A_OP_Zone_2\n @@ -641,7 +641,7 @@ cvp_configlets: 192.168.255.6/32\n!\ninterface Loopback1\n description VTEP_VXLAN_Tunnel_Source\n \ no shutdown\n ip address 192.168.254.5/32\n!\ninterface Loopback100\n description Tenant_A_OP_Zone_VTEP_DIAGNOSTICS\n no shutdown\n vrf Tenant_A_OP_Zone\n ip - address 10.255.1.6/32\n!\ninterface Management1\n description oob_management\n + address 10.255.1.6/32\n!\ninterface Management1\n description OOB_MANAGEMENT\n \ no shutdown\n vrf MGMT\n ip address 10.255.0.16/24\n!\ninterface Vlan110\n \ description Tenant_A_OP_Zone_1\n no shutdown\n vrf Tenant_A_OP_Zone\n ip address virtual 10.1.10.1/24\n!\ninterface Vlan111\n description Tenant_A_OP_Zone_2\n diff --git a/ansible_collections/arista/avd/tests/inventory/inventory_to_container/expected_output/expected_with_device_filter_empty_string.yml b/ansible_collections/arista/avd/tests/inventory/inventory_to_container/expected_output/expected_with_device_filter_empty_string.yml index d4b1334b768..177a2b0f63d 100644 --- a/ansible_collections/arista/avd/tests/inventory/inventory_to_container/expected_output/expected_with_device_filter_empty_string.yml +++ b/ansible_collections/arista/avd/tests/inventory/inventory_to_container/expected_output/expected_with_device_filter_empty_string.yml @@ -20,7 +20,7 @@ cvp_configlets: Ethernet2\n description DC1-LEAF1B_Ethernet5\n no shutdown\n channel-group 1 mode active\n!\ninterface Ethernet5\n description server01_Eth0\n no shutdown\n \ switchport\n switchport access vlan 110\n switchport mode access\n!\ninterface - Management1\n description oob_management\n no shutdown\n vrf MGMT\n ip + Management1\n description OOB_MANAGEMENT\n no shutdown\n vrf MGMT\n ip address 10.255.0.17/24\n!\nip routing\nno ip routing vrf MGMT\n!\nip route vrf MGMT 0.0.0.0/0 10.255.0.1\n!\nmanagement api http-commands\n protocol https\n \ no shutdown\n !\n vrf MGMT\n no shutdown\n!\nend\n" @@ -45,7 +45,7 @@ cvp_configlets: Ethernet2\n description DC1-LEAF2B_Ethernet5\n no shutdown\n channel-group 1 mode active\n!\ninterface Ethernet5\n description server02_Eth0\n no shutdown\n \ switchport\n switchport access vlan 110\n switchport mode access\n!\ninterface - Management1\n description oob_management\n no shutdown\n vrf MGMT\n ip + Management1\n description OOB_MANAGEMENT\n no shutdown\n vrf MGMT\n ip address 10.255.0.18/24\n!\nip routing\nno ip routing vrf MGMT\n!\nip route vrf MGMT 0.0.0.0/0 10.255.0.1\n!\nmanagement api http-commands\n protocol https\n \ no shutdown\n !\n vrf MGMT\n no shutdown\n!\nend\n" @@ -100,7 +100,7 @@ cvp_configlets: 192.168.255.3/32\n!\ninterface Loopback1\n description VTEP_VXLAN_Tunnel_Source\n \ no shutdown\n ip address 192.168.254.3/32\n!\ninterface Loopback100\n description Tenant_A_OP_Zone_VTEP_DIAGNOSTICS\n no shutdown\n vrf Tenant_A_OP_Zone\n ip - address 10.255.1.3/32\n!\ninterface Management1\n description oob_management\n + address 10.255.1.3/32\n!\ninterface Management1\n description OOB_MANAGEMENT\n \ no shutdown\n vrf MGMT\n ip address 10.255.0.13/24\n!\ninterface Vlan110\n \ description Tenant_A_OP_Zone_1\n no shutdown\n vrf Tenant_A_OP_Zone\n ip address virtual 10.1.10.1/24\n!\ninterface Vlan111\n description Tenant_A_OP_Zone_2\n @@ -297,7 +297,7 @@ cvp_configlets: 192.168.255.4/32\n!\ninterface Loopback1\n description VTEP_VXLAN_Tunnel_Source\n \ no shutdown\n ip address 192.168.254.3/32\n!\ninterface Loopback100\n description Tenant_A_OP_Zone_VTEP_DIAGNOSTICS\n no shutdown\n vrf Tenant_A_OP_Zone\n ip - address 10.255.1.4/32\n!\ninterface Management1\n description oob_management\n + address 10.255.1.4/32\n!\ninterface Management1\n description OOB_MANAGEMENT\n \ no shutdown\n vrf MGMT\n ip address 10.255.0.14/24\n!\ninterface Vlan110\n \ description Tenant_A_OP_Zone_1\n no shutdown\n vrf Tenant_A_OP_Zone\n ip address virtual 10.1.10.1/24\n!\ninterface Vlan111\n description Tenant_A_OP_Zone_2\n @@ -494,7 +494,7 @@ cvp_configlets: 192.168.255.5/32\n!\ninterface Loopback1\n description VTEP_VXLAN_Tunnel_Source\n \ no shutdown\n ip address 192.168.254.5/32\n!\ninterface Loopback100\n description Tenant_A_OP_Zone_VTEP_DIAGNOSTICS\n no shutdown\n vrf Tenant_A_OP_Zone\n ip - address 10.255.1.5/32\n!\ninterface Management1\n description oob_management\n + address 10.255.1.5/32\n!\ninterface Management1\n description OOB_MANAGEMENT\n \ no shutdown\n vrf MGMT\n ip address 10.255.0.15/24\n!\ninterface Vlan110\n \ description Tenant_A_OP_Zone_1\n no shutdown\n vrf Tenant_A_OP_Zone\n ip address virtual 10.1.10.1/24\n!\ninterface Vlan111\n description Tenant_A_OP_Zone_2\n @@ -691,7 +691,7 @@ cvp_configlets: 192.168.255.6/32\n!\ninterface Loopback1\n description VTEP_VXLAN_Tunnel_Source\n \ no shutdown\n ip address 192.168.254.5/32\n!\ninterface Loopback100\n description Tenant_A_OP_Zone_VTEP_DIAGNOSTICS\n no shutdown\n vrf Tenant_A_OP_Zone\n ip - address 10.255.1.6/32\n!\ninterface Management1\n description oob_management\n + address 10.255.1.6/32\n!\ninterface Management1\n description OOB_MANAGEMENT\n \ no shutdown\n vrf MGMT\n ip address 10.255.0.16/24\n!\ninterface Vlan110\n \ description Tenant_A_OP_Zone_1\n no shutdown\n vrf Tenant_A_OP_Zone\n ip address virtual 10.1.10.1/24\n!\ninterface Vlan111\n description Tenant_A_OP_Zone_2\n @@ -857,7 +857,7 @@ cvp_configlets: P2P_LINK_TO_DC1-LEAF2B_Ethernet1\n no shutdown\n mtu 1500\n no switchport\n \ ip address 172.31.255.12/31\n!\ninterface Loopback0\n description EVPN_Overlay_Peering\n \ no shutdown\n ip address 192.168.255.1/32\n!\ninterface Management1\n description - oob_management\n no shutdown\n vrf MGMT\n ip address 10.255.0.11/24\n!\nip + OOB_MANAGEMENT\n no shutdown\n vrf MGMT\n ip address 10.255.0.11/24\n!\nip routing\nno ip routing vrf MGMT\n!\nip prefix-list PL-LOOPBACKS-EVPN-OVERLAY\n \ seq 10 permit 192.168.255.0/24 eq 32\n!\nip route vrf MGMT 0.0.0.0/0 10.255.0.1\n!\nroute-map RM-CONN-2-BGP permit 10\n match ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY\n!\nrouter @@ -911,7 +911,7 @@ cvp_configlets: P2P_LINK_TO_DC1-LEAF2B_Ethernet2\n no shutdown\n mtu 1500\n no switchport\n \ ip address 172.31.255.14/31\n!\ninterface Loopback0\n description EVPN_Overlay_Peering\n \ no shutdown\n ip address 192.168.255.2/32\n!\ninterface Management1\n description - oob_management\n no shutdown\n vrf MGMT\n ip address 10.255.0.12/24\n!\nip + OOB_MANAGEMENT\n no shutdown\n vrf MGMT\n ip address 10.255.0.12/24\n!\nip routing\nno ip routing vrf MGMT\n!\nip prefix-list PL-LOOPBACKS-EVPN-OVERLAY\n \ seq 10 permit 192.168.255.0/24 eq 32\n!\nip route vrf MGMT 0.0.0.0/0 10.255.0.1\n!\nroute-map RM-CONN-2-BGP permit 10\n match ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY\n!\nrouter @@ -966,7 +966,7 @@ cvp_configlets: Ethernet2\n description DC1-LEAF1B_Ethernet5\n no shutdown\n channel-group 1 mode active\n!\ninterface Ethernet5\n description server01_Eth0\n no shutdown\n \ switchport\n switchport access vlan 110\n switchport mode access\n!\ninterface - Management1\n description oob_management\n no shutdown\n vrf MGMT\n ip + Management1\n description OOB_MANAGEMENT\n no shutdown\n vrf MGMT\n ip address 10.255.0.17/24\n!\nip routing\nno ip routing vrf MGMT\n!\nip route vrf MGMT 0.0.0.0/0 10.255.0.1\n!\nmanagement api http-commands\n protocol https\n \ no shutdown\n !\n vrf MGMT\n no shutdown\n!\nend\n" diff --git a/ansible_collections/arista/avd/tests/inventory/inventory_to_container/expected_output/expected_without_device_filter.yml b/ansible_collections/arista/avd/tests/inventory/inventory_to_container/expected_output/expected_without_device_filter.yml index d4b1334b768..177a2b0f63d 100644 --- a/ansible_collections/arista/avd/tests/inventory/inventory_to_container/expected_output/expected_without_device_filter.yml +++ b/ansible_collections/arista/avd/tests/inventory/inventory_to_container/expected_output/expected_without_device_filter.yml @@ -20,7 +20,7 @@ cvp_configlets: Ethernet2\n description DC1-LEAF1B_Ethernet5\n no shutdown\n channel-group 1 mode active\n!\ninterface Ethernet5\n description server01_Eth0\n no shutdown\n \ switchport\n switchport access vlan 110\n switchport mode access\n!\ninterface - Management1\n description oob_management\n no shutdown\n vrf MGMT\n ip + Management1\n description OOB_MANAGEMENT\n no shutdown\n vrf MGMT\n ip address 10.255.0.17/24\n!\nip routing\nno ip routing vrf MGMT\n!\nip route vrf MGMT 0.0.0.0/0 10.255.0.1\n!\nmanagement api http-commands\n protocol https\n \ no shutdown\n !\n vrf MGMT\n no shutdown\n!\nend\n" @@ -45,7 +45,7 @@ cvp_configlets: Ethernet2\n description DC1-LEAF2B_Ethernet5\n no shutdown\n channel-group 1 mode active\n!\ninterface Ethernet5\n description server02_Eth0\n no shutdown\n \ switchport\n switchport access vlan 110\n switchport mode access\n!\ninterface - Management1\n description oob_management\n no shutdown\n vrf MGMT\n ip + Management1\n description OOB_MANAGEMENT\n no shutdown\n vrf MGMT\n ip address 10.255.0.18/24\n!\nip routing\nno ip routing vrf MGMT\n!\nip route vrf MGMT 0.0.0.0/0 10.255.0.1\n!\nmanagement api http-commands\n protocol https\n \ no shutdown\n !\n vrf MGMT\n no shutdown\n!\nend\n" @@ -100,7 +100,7 @@ cvp_configlets: 192.168.255.3/32\n!\ninterface Loopback1\n description VTEP_VXLAN_Tunnel_Source\n \ no shutdown\n ip address 192.168.254.3/32\n!\ninterface Loopback100\n description Tenant_A_OP_Zone_VTEP_DIAGNOSTICS\n no shutdown\n vrf Tenant_A_OP_Zone\n ip - address 10.255.1.3/32\n!\ninterface Management1\n description oob_management\n + address 10.255.1.3/32\n!\ninterface Management1\n description OOB_MANAGEMENT\n \ no shutdown\n vrf MGMT\n ip address 10.255.0.13/24\n!\ninterface Vlan110\n \ description Tenant_A_OP_Zone_1\n no shutdown\n vrf Tenant_A_OP_Zone\n ip address virtual 10.1.10.1/24\n!\ninterface Vlan111\n description Tenant_A_OP_Zone_2\n @@ -297,7 +297,7 @@ cvp_configlets: 192.168.255.4/32\n!\ninterface Loopback1\n description VTEP_VXLAN_Tunnel_Source\n \ no shutdown\n ip address 192.168.254.3/32\n!\ninterface Loopback100\n description Tenant_A_OP_Zone_VTEP_DIAGNOSTICS\n no shutdown\n vrf Tenant_A_OP_Zone\n ip - address 10.255.1.4/32\n!\ninterface Management1\n description oob_management\n + address 10.255.1.4/32\n!\ninterface Management1\n description OOB_MANAGEMENT\n \ no shutdown\n vrf MGMT\n ip address 10.255.0.14/24\n!\ninterface Vlan110\n \ description Tenant_A_OP_Zone_1\n no shutdown\n vrf Tenant_A_OP_Zone\n ip address virtual 10.1.10.1/24\n!\ninterface Vlan111\n description Tenant_A_OP_Zone_2\n @@ -494,7 +494,7 @@ cvp_configlets: 192.168.255.5/32\n!\ninterface Loopback1\n description VTEP_VXLAN_Tunnel_Source\n \ no shutdown\n ip address 192.168.254.5/32\n!\ninterface Loopback100\n description Tenant_A_OP_Zone_VTEP_DIAGNOSTICS\n no shutdown\n vrf Tenant_A_OP_Zone\n ip - address 10.255.1.5/32\n!\ninterface Management1\n description oob_management\n + address 10.255.1.5/32\n!\ninterface Management1\n description OOB_MANAGEMENT\n \ no shutdown\n vrf MGMT\n ip address 10.255.0.15/24\n!\ninterface Vlan110\n \ description Tenant_A_OP_Zone_1\n no shutdown\n vrf Tenant_A_OP_Zone\n ip address virtual 10.1.10.1/24\n!\ninterface Vlan111\n description Tenant_A_OP_Zone_2\n @@ -691,7 +691,7 @@ cvp_configlets: 192.168.255.6/32\n!\ninterface Loopback1\n description VTEP_VXLAN_Tunnel_Source\n \ no shutdown\n ip address 192.168.254.5/32\n!\ninterface Loopback100\n description Tenant_A_OP_Zone_VTEP_DIAGNOSTICS\n no shutdown\n vrf Tenant_A_OP_Zone\n ip - address 10.255.1.6/32\n!\ninterface Management1\n description oob_management\n + address 10.255.1.6/32\n!\ninterface Management1\n description OOB_MANAGEMENT\n \ no shutdown\n vrf MGMT\n ip address 10.255.0.16/24\n!\ninterface Vlan110\n \ description Tenant_A_OP_Zone_1\n no shutdown\n vrf Tenant_A_OP_Zone\n ip address virtual 10.1.10.1/24\n!\ninterface Vlan111\n description Tenant_A_OP_Zone_2\n @@ -857,7 +857,7 @@ cvp_configlets: P2P_LINK_TO_DC1-LEAF2B_Ethernet1\n no shutdown\n mtu 1500\n no switchport\n \ ip address 172.31.255.12/31\n!\ninterface Loopback0\n description EVPN_Overlay_Peering\n \ no shutdown\n ip address 192.168.255.1/32\n!\ninterface Management1\n description - oob_management\n no shutdown\n vrf MGMT\n ip address 10.255.0.11/24\n!\nip + OOB_MANAGEMENT\n no shutdown\n vrf MGMT\n ip address 10.255.0.11/24\n!\nip routing\nno ip routing vrf MGMT\n!\nip prefix-list PL-LOOPBACKS-EVPN-OVERLAY\n \ seq 10 permit 192.168.255.0/24 eq 32\n!\nip route vrf MGMT 0.0.0.0/0 10.255.0.1\n!\nroute-map RM-CONN-2-BGP permit 10\n match ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY\n!\nrouter @@ -911,7 +911,7 @@ cvp_configlets: P2P_LINK_TO_DC1-LEAF2B_Ethernet2\n no shutdown\n mtu 1500\n no switchport\n \ ip address 172.31.255.14/31\n!\ninterface Loopback0\n description EVPN_Overlay_Peering\n \ no shutdown\n ip address 192.168.255.2/32\n!\ninterface Management1\n description - oob_management\n no shutdown\n vrf MGMT\n ip address 10.255.0.12/24\n!\nip + OOB_MANAGEMENT\n no shutdown\n vrf MGMT\n ip address 10.255.0.12/24\n!\nip routing\nno ip routing vrf MGMT\n!\nip prefix-list PL-LOOPBACKS-EVPN-OVERLAY\n \ seq 10 permit 192.168.255.0/24 eq 32\n!\nip route vrf MGMT 0.0.0.0/0 10.255.0.1\n!\nroute-map RM-CONN-2-BGP permit 10\n match ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY\n!\nrouter @@ -966,7 +966,7 @@ cvp_configlets: Ethernet2\n description DC1-LEAF1B_Ethernet5\n no shutdown\n channel-group 1 mode active\n!\ninterface Ethernet5\n description server01_Eth0\n no shutdown\n \ switchport\n switchport access vlan 110\n switchport mode access\n!\ninterface - Management1\n description oob_management\n no shutdown\n vrf MGMT\n ip + Management1\n description OOB_MANAGEMENT\n no shutdown\n vrf MGMT\n ip address 10.255.0.17/24\n!\nip routing\nno ip routing vrf MGMT\n!\nip route vrf MGMT 0.0.0.0/0 10.255.0.1\n!\nmanagement api http-commands\n protocol https\n \ no shutdown\n !\n vrf MGMT\n no shutdown\n!\nend\n" diff --git a/ansible_collections/arista/avd/tests/inventory/inventory_to_container/expected_output/expected_without_inventory.yml b/ansible_collections/arista/avd/tests/inventory/inventory_to_container/expected_output/expected_without_inventory.yml index f03938bc9a3..ef728381beb 100644 --- a/ansible_collections/arista/avd/tests/inventory/inventory_to_container/expected_output/expected_without_inventory.yml +++ b/ansible_collections/arista/avd/tests/inventory/inventory_to_container/expected_output/expected_without_inventory.yml @@ -50,7 +50,7 @@ cvp_configlets: 192.168.255.3/32\n!\ninterface Loopback1\n description VTEP_VXLAN_Tunnel_Source\n \ no shutdown\n ip address 192.168.254.3/32\n!\ninterface Loopback100\n description Tenant_A_OP_Zone_VTEP_DIAGNOSTICS\n no shutdown\n vrf Tenant_A_OP_Zone\n ip - address 10.255.1.3/32\n!\ninterface Management1\n description oob_management\n + address 10.255.1.3/32\n!\ninterface Management1\n description OOB_MANAGEMENT\n \ no shutdown\n vrf MGMT\n ip address 10.255.0.13/24\n!\ninterface Vlan110\n \ description Tenant_A_OP_Zone_1\n no shutdown\n vrf Tenant_A_OP_Zone\n ip address virtual 10.1.10.1/24\n!\ninterface Vlan111\n description Tenant_A_OP_Zone_2\n @@ -247,7 +247,7 @@ cvp_configlets: 192.168.255.4/32\n!\ninterface Loopback1\n description VTEP_VXLAN_Tunnel_Source\n \ no shutdown\n ip address 192.168.254.3/32\n!\ninterface Loopback100\n description Tenant_A_OP_Zone_VTEP_DIAGNOSTICS\n no shutdown\n vrf Tenant_A_OP_Zone\n ip - address 10.255.1.4/32\n!\ninterface Management1\n description oob_management\n + address 10.255.1.4/32\n!\ninterface Management1\n description OOB_MANAGEMENT\n \ no shutdown\n vrf MGMT\n ip address 10.255.0.14/24\n!\ninterface Vlan110\n \ description Tenant_A_OP_Zone_1\n no shutdown\n vrf Tenant_A_OP_Zone\n ip address virtual 10.1.10.1/24\n!\ninterface Vlan111\n description Tenant_A_OP_Zone_2\n @@ -444,7 +444,7 @@ cvp_configlets: 192.168.255.5/32\n!\ninterface Loopback1\n description VTEP_VXLAN_Tunnel_Source\n \ no shutdown\n ip address 192.168.254.5/32\n!\ninterface Loopback100\n description Tenant_A_OP_Zone_VTEP_DIAGNOSTICS\n no shutdown\n vrf Tenant_A_OP_Zone\n ip - address 10.255.1.5/32\n!\ninterface Management1\n description oob_management\n + address 10.255.1.5/32\n!\ninterface Management1\n description OOB_MANAGEMENT\n \ no shutdown\n vrf MGMT\n ip address 10.255.0.15/24\n!\ninterface Vlan110\n \ description Tenant_A_OP_Zone_1\n no shutdown\n vrf Tenant_A_OP_Zone\n ip address virtual 10.1.10.1/24\n!\ninterface Vlan111\n description Tenant_A_OP_Zone_2\n @@ -641,7 +641,7 @@ cvp_configlets: 192.168.255.6/32\n!\ninterface Loopback1\n description VTEP_VXLAN_Tunnel_Source\n \ no shutdown\n ip address 192.168.254.5/32\n!\ninterface Loopback100\n description Tenant_A_OP_Zone_VTEP_DIAGNOSTICS\n no shutdown\n vrf Tenant_A_OP_Zone\n ip - address 10.255.1.6/32\n!\ninterface Management1\n description oob_management\n + address 10.255.1.6/32\n!\ninterface Management1\n description OOB_MANAGEMENT\n \ no shutdown\n vrf MGMT\n ip address 10.255.0.16/24\n!\ninterface Vlan110\n \ description Tenant_A_OP_Zone_1\n no shutdown\n vrf Tenant_A_OP_Zone\n ip address virtual 10.1.10.1/24\n!\ninterface Vlan111\n description Tenant_A_OP_Zone_2\n 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 b3f2d779b2c..598e54d5388 100644 --- a/python-avd/pyavd/_eos_designs/schema/eos_designs.schema.yml +++ b/python-avd/pyavd/_eos_designs/schema/eos_designs.schema.yml @@ -1972,7 +1972,7 @@ keys: description: 'Management interface description. ' - default: oob_management + default: OOB_MANAGEMENT mgmt_interface_vrf: documentation_options: table: management-interface-settings diff --git a/python-avd/pyavd/_eos_designs/schema/schema_fragments/mgmt_interface_description.schema.yml b/python-avd/pyavd/_eos_designs/schema/schema_fragments/mgmt_interface_description.schema.yml index 31e3cb91af0..07bb0a535a6 100644 --- a/python-avd/pyavd/_eos_designs/schema/schema_fragments/mgmt_interface_description.schema.yml +++ b/python-avd/pyavd/_eos_designs/schema/schema_fragments/mgmt_interface_description.schema.yml @@ -12,4 +12,4 @@ keys: type: str description: | Management interface description. - default: oob_management + default: OOB_MANAGEMENT diff --git a/python-avd/pyavd/_eos_designs/structured_config/base/__init__.py b/python-avd/pyavd/_eos_designs/structured_config/base/__init__.py index 5b5cbc80413..62554e10f06 100644 --- a/python-avd/pyavd/_eos_designs/structured_config/base/__init__.py +++ b/python-avd/pyavd/_eos_designs/structured_config/base/__init__.py @@ -450,7 +450,7 @@ def management_interfaces(self) -> list | None: ): interface_settings = { "name": mgmt_interface, - "description": get(self._hostvars, "mgmt_interface_description", default="oob_management"), + "description": get(self._hostvars, "mgmt_interface_description", default="OOB_MANAGEMENT"), "shutdown": False, "vrf": self.shared_utils.mgmt_interface_vrf, "ip_address": self.shared_utils.mgmt_ip, diff --git a/python-avd/tests/schema_tools/artifacts/eos_designs.schema.yml b/python-avd/tests/schema_tools/artifacts/eos_designs.schema.yml index e462b3cfa83..6ef9fc56187 100644 --- a/python-avd/tests/schema_tools/artifacts/eos_designs.schema.yml +++ b/python-avd/tests/schema_tools/artifacts/eos_designs.schema.yml @@ -1117,7 +1117,7 @@ keys: description: 'Management interface description. ' - default: oob_management + default: OOB_MANAGEMENT mgmt_interface_vrf: documentation_options: table: management-interface-settings From fb085fb3457d0e5c089faf349ed7288962e81d71 Mon Sep 17 00:00:00 2001 From: Guillaume Mulocher Date: Mon, 16 Sep 2024 15:23:58 +0200 Subject: [PATCH 2/2] Refactor(eos_designs): Remove "preview" from flow_tracking_settings (#4472) --- .../docs/tables/management-flow-tracking-settings.md | 4 +--- python-avd/pyavd/_eos_designs/schema/eos_designs.schema.yml | 5 +---- .../schema_fragments/flow_tracking_settings.schema.yml | 2 -- 3 files changed, 2 insertions(+), 9 deletions(-) diff --git a/ansible_collections/arista/avd/roles/eos_designs/docs/tables/management-flow-tracking-settings.md b/ansible_collections/arista/avd/roles/eos_designs/docs/tables/management-flow-tracking-settings.md index 30886c30cec..c0284a1b5fb 100644 --- a/ansible_collections/arista/avd/roles/eos_designs/docs/tables/management-flow-tracking-settings.md +++ b/ansible_collections/arista/avd/roles/eos_designs/docs/tables/management-flow-tracking-settings.md @@ -35,7 +35,7 @@ | [  direct_wan_ha_links](## "fabric_flow_tracking.direct_wan_ha_links") | Dictionary | | | | Enable flow-tracking on all direct WAN HA links. | | [    enabled](## "fabric_flow_tracking.direct_wan_ha_links.enabled") | Boolean | | | | | | [    name](## "fabric_flow_tracking.direct_wan_ha_links.name") | String | | | | Flow tracker name as defined in flow_tracking_settings. | - | [flow_tracking_settings](## "flow_tracking_settings") | Dictionary | | | | PREVIEW: This key is currently not supported

Define the flow tracking parameters for this topology. | + | [flow_tracking_settings](## "flow_tracking_settings") | Dictionary | | | | Define the flow tracking parameters for this topology. | | [  sampled](## "flow_tracking_settings.sampled") | Dictionary | | | | The options relevant only for flow tracker type sampled. | | [    encapsulation](## "flow_tracking_settings.sampled.encapsulation") | Dictionary | | | | | | [      ipv4_ipv6](## "flow_tracking_settings.sampled.encapsulation.ipv4_ipv6") | Boolean | | | | | @@ -138,8 +138,6 @@ # Flow tracker name as defined in flow_tracking_settings. name: - # PREVIEW: This key is currently not supported - # # Define the flow tracking parameters for this topology. flow_tracking_settings: 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 598e54d5388..ad3eb9c32f5 100644 --- a/python-avd/pyavd/_eos_designs/schema/eos_designs.schema.yml +++ b/python-avd/pyavd/_eos_designs/schema/eos_designs.schema.yml @@ -1416,10 +1416,7 @@ keys: flow_tracking_settings: documentation_options: table: management-flow-tracking-settings - description: 'PREVIEW: This key is currently not supported - - - Define the flow tracking parameters for this topology.' + description: Define the flow tracking parameters for this topology. type: dict keys: sampled: diff --git a/python-avd/pyavd/_eos_designs/schema/schema_fragments/flow_tracking_settings.schema.yml b/python-avd/pyavd/_eos_designs/schema/schema_fragments/flow_tracking_settings.schema.yml index 20c5cf80697..9cf6f77def6 100644 --- a/python-avd/pyavd/_eos_designs/schema/schema_fragments/flow_tracking_settings.schema.yml +++ b/python-avd/pyavd/_eos_designs/schema/schema_fragments/flow_tracking_settings.schema.yml @@ -10,8 +10,6 @@ keys: documentation_options: table: management-flow-tracking-settings description: |- - PREVIEW: This key is currently not supported - Define the flow tracking parameters for this topology. type: dict keys: