Enable SNMP polling on Arista EOS, common in leaf-spine data center fabrics.
EOS syntax is close to Cisco IOS, with a few naming differences.
enable configure terminal snmp-server community zyntyRO ro snmp-server location "DC - Frankfurt" end write memory
If you want to limit which hosts can query SNMP, apply a standard ACL to the community.
configure terminal ip access-list standard ZYNTY-SNMP 10 permit 10.20.0.50/32 snmp-server community zyntyRO ro ZYNTY-SNMP end
EOS switches typically expose detailed interface, transceiver (DOM) and BGP MIBs, useful if you're also setting up BGP peering monitoring on the same device.