Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
Junos CLI Reference
Table of Contents Expand all
list Table of Contents
file_download PDF
{ "lLangCode": "en", "lName": "English", "lCountryCode": "us", "transcode": "en_US" }
English
keyboard_arrow_right

bootp

date_range 30-Jan-25

Syntax

content_copy zoom_out_map
bootp {
    client-response-ttl number;
    description text-description;
    interface (interface-name | interface-group) {
        client-response-ttl number;
        description text-description;
        maximum-hop-count number;
        minimum-wait-time seconds;
        no-listen;
        server address {
            logical-system logical-system-name <routing-instance [ <default> routing-instance-names ]>;
            routing-instance [ <default> routing-instance-names ];
        }
    }
    maximum-hop-count number;
    minimum-wait-time seconds;
    relay-agent-option;
    server address {
        <logical-system logical-system-name> <routing-instance
 [ routing-instance-names ]>;
    }
}

Hierarchy Level

content_copy zoom_out_map

Description

Configures a router, switch, or interface to act as a Dynamic Host Configuration Protocol (DHCP) or bootstrap protocol (BOOTP) relay agent. For MX Series (MX80, MX240, MX480 and MX960) routers connected via IRB, see Configuring Routers, Switches, and Interfaces as DHCP and BOOTP Relay Agents for information on how to prevent BOOTP reply packets from being dropped.

For supported SRX Series Firewalls, JDHCP or extended DHCP is the enhanced versions of the DHCP daemon (legacy DHCP) available in the recent versions of Junos OS Releases. The /forwarding-options/helpers/bootp command is deprecated. For complete list of legacy DHCP and Extended DHCP hierarchy-levels changes, see Legacy DHCP and Extended DHCP.

For configuring DHCP relay agent, see Configuring DHCP Relay Agent and dhcp-relay.

Options

The remaining statements are explained separately. See CLI Explorer.

Required Privilege Level

interface—To view this statement in the configuration.

interface-control—To add this statement to the configuration.

Release Information

Statement introduced before Junos OS Release 7.4.

footer-navigation