Configuring bootp client, Introduction to bootp client, Bootp application – H3C Technologies H3C SecPath F1000-E User Manual

Page 233: Obtaining an ip address dynamically

Advertising
background image

208

Configuring BOOTP client

NOTE:

BOOTP client configuration only applies to Layer 3 Ethernet interfaces (including sub-interfaces), Layer
3 aggregate interfaces and VLAN interfaces.

You cannot configure an interface of an aggregation group as a BOOTP client.

The BOOTP client configuration is available only at the CLI.

Introduction to BOOTP client

BOOTP application

After you specify an interface of the firewall as a BOOTP client, the interface can use BOOTP to get

information (such as IP address) from the BOOTP server.
To use BOOTP, an administrator must configure a BOOTP parameter file for each BOOTP client on the

BOOTP server. The parameter file contains information such as MAC address and IP address of a
BOOTP client. When a BOOTP client sends a request to the BOOTP server, the BOOTP server searches

for the BOOTP parameter file and returns the corresponding configuration information.
BOOTP is usually used in relatively stable environments. In network environments that change frequently,

DHCP is more suitable.

NOTE:

Because a DHCP server can interact with a BOOTP client, you can use the DHCP server to configure an IP
address for the BOOTP client, without any BOOTP server.

Obtaining an IP address dynamically

NOTE:

A DHCP server can take the place of the BOOTP server in the following dynamic IP address acquisition.

A BOOTP client dynamically obtains an IP address from a BOOTP server in the following steps:

1.

The BOOTP client broadcasts a BOOTP request, which contains its own MAC address.

2.

The BOOTP server receives the request and searches the configuration file for the corresponding
IP address and other information according to the MAC address of the BOOTP client. The BOOTP

server then returns a BOOTP response to the BOOTP client.

3.

The BOOTP client obtains the IP address from the received response.

Advertising