Skip to content
New issue

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

Restrict DHCPD to only respond to arista devices #16

Open
jerearista opened this issue Feb 17, 2015 · 0 comments
Open

Restrict DHCPD to only respond to arista devices #16

jerearista opened this issue Feb 17, 2015 · 0 comments

Comments

@jerearista
Copy link

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";
  }

}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant