We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a filter to DHCPD.conf so it only responds to Arista devices by default.
option broadcast-address 192.1.1.255; option subnet-mask 255.255.255.0; class "arista" { match if substring(option vendor-class-identifier, 0, 6) = "Arista" option bootfile-name "http://10.10.10.11:8080/bootstrap"; } pool { #range 192.1.1.6; allow members of "arista"; } }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Add a filter to DHCPD.conf so it only responds to Arista devices by default.
The text was updated successfully, but these errors were encountered: