♥ 0 |
|
Hi, There is no DHCP server natively in EOS. Because EOS gives you full linux access, you can install one. 1) Verify the Fedora Core Version running on the Arista switch, by switch1#show version detail | grep -i fc In the above example, the EOS is running FC 14. extension: To configure the server drop in bash and follow normal linux dhcp server configuration methods Thanks |
Post your Answer
You must be logged in to post an answer.
Hi,
Following yours, I manage to install dhcpd on Arista 7150S
Drop to Bash and assigning root password, configure dhcpd.conf
but failed to start dhcpd service
Any suggestion ?
bash-4.1# /etc/init.d/dhcpd start
Starting dhcpd: [FAILED]
bash-4.1#
I tried this with 4.15,0F, amd it refused to work, due to a a ton of missing depencies. Is there a tutorial that would walk through every single dependendicy rquired to get it to work?