[Contents] [Prev] [Next] [Index] [Report an Error]

dhcp

Syntax

dhcp {
boot-file filename;
boot-server (address | hostname);
domain-name domain-name;
domain-search [domain-list];
default-lease-time seconds;
maximum-lease-time seconds;
name-server {
address;
}
option {
[ (id-number option-type option-value) | (id-number array option-type option-value) ];
}
pool address/prefix-length {
address-range {
low address;
high address;
}
exclude-address {
address;
}
}
router {
address;
}
static-binding mac-address {
fixed-address {
address;
}
host hostname;
client-identifier (ascii client-id | hexadecimal client-id);
}
server-identifier address;
wins-server {
address;
}
}

Hierarchy Level

[edit system services]

Release Information

Statement introduced before JUNOS Release 7.4.

Description

For J-series Services Routers only. Configure a router or interface as a DHCP server. A DHCP server can allocate network addresses and deliver configuration information to client hosts on a TCP/IP network.

The remaining statements are explained separately.

Usage Guidelines

See Configuring a DHCP Server.

Required Privilege Level

system—To view this statement in the configuration.

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


[Contents] [Prev] [Next] [Index] [Report an Error]