! PermitANY — Arista EOS OSPF Configuration ! OSPFv2 configuration for Arista EOS: process, router-id, multi-area support, BFD, passive interfaces, and redistribution. ! Generated: 2026-09-20 ! These are EXAMPLE values. Replace with your actual config before deploying. ! hostname AR-SPINE-01 ! router ospf 1 router-id 1.1.1.1 bfd default ! interface Ethernet1 ip ospf {{../process_id}} area 0.0.0.0 ip ospf network point-to-point ip ospf hello-interval 10 {{#if (eq ../bfd_default "")}} ip ospf bfd {{/if}} no shutdown !