Overriding Default DHCP Local Server Configuration Settings

Subscriber management enables you to override certain default DHCP and DHCPv6 local server configuration settings. You can override settings at the global level, for a named group of interfaces, or for a specific interface within a named group.

To override default DHCP local server configuration settings:

  1. Specify that you want to configure override options.

    Global override:

    [edit system services dhcp-local-server]user@host# edit overrides

    Group level override:

    [edit system services dhcp-local-server]user@host# edit group boston overrides

    Per-interface override:

    [edit system services dhcp-local-server]user@host# edit group boston overrides interface fe-1/0/1.1
  2. (Optional) Override the maximum number of DHCP clients allowed per interface.

    See Specifying the Maximum Number of DHCP Clients Per Interface.

  3. (Optional) Override ARP table population in distrusted environments.

    See Disabling ARP Table Population.

  4. (Optional) Configure DHCP client auto logout.

    See Automatically Logging Out DHCP Clients.

  5. (Optional) Delete DHCP override settings.

    See Deleting DHCP Local Server and DHCP Relay Override Settings.

Related Topics