! PermitANY — Arista EOS Base / Day-0 Config ! Day-zero configuration for Arista switches and routers: hostname, users, management interface, NTP, DNS, SNMP, eAPI, and ZTP disable. ! Generated: 2026-09-20 ! These are EXAMPLE values. Replace with your actual config before deploying. ! ! Arista EOS Base Configuration ! hostname AR-LEAF-01 ip domain-name dc.corp.com ! ! ── ZTP / Auto provisioning ────────────────────────────────────────── no aaa root ztp mode disable ! ! ── Users ──────────────────────────────────────────────────────────── username admin privilege 15 role network-admin secret Admin@2024! username readonly privilege 15 role network-operator secret ReadOnly! ! ! ── Banner ─────────────────────────────────────────────────────────── banner login AUTHORIZED ACCESS ONLY. EOF ! ! ── Clock & NTP ────────────────────────────────────────────────────── clock timezone UTC ntp server vrf {{../mgmt_vrf}} 10.0.0.100 ! ! ── DNS ────────────────────────────────────────────────────────────── ip name-server vrf MGMT 8.8.8.8 ip name-server vrf MGMT 8.8.4.4 ! ! ── Management VRF & Interface ─────────────────────────────────────── vrf instance MGMT ! interface Management1 vrf MGMT ip address 10.0.0.10/24 no shutdown ! ip route vrf MGMT 0.0.0.0/0 10.0.0.1 ! ! ── SSH ────────────────────────────────────────────────────────────── management ssh idle-timeout 10 authentication mode password no shutdown ! ! ── eAPI ───────────────────────────────────────────────────────────── management api http-commands protocol https no shutdown vrf MGMT no shutdown ! ! ── SNMP ───────────────────────────────────────────────────────────── snmp-server community CorpReadOnly! ro snmp-server location DC-ROW-A-RACK-1 ! ! ── Syslog ─────────────────────────────────────────────────────────── logging vrf MGMT host 10.0.0.200 logging level default informational ! ! ── Hardening ──────────────────────────────────────────────────────── no ip http client source-interface service unsupported-transceiver spanning-tree mode mstp