CÔNG TY TNHH CÔNG NGHỆ VIỆT THÁI DƯƠNG
Logo CNTTShop.vn

NTT03, Line 1, Thống Nhất Complex, Thanh Xuân, Hà Nội.
Danh mục sản phẩm

Configure Other Parameters of a DHCPv6 Server

Configuration Condition

None

Configure DHCPv6 Server

After configuring the interface to work in the DHCPv6 server mode, the DHCPv6 server will distribute the IPv6 address and other network parameters to the client when the interface receives the DHCPv6 request packet from the DHCPv6 client.

Table 6-7 Configure the DHCPv6 server

Step

Command

Description

Enter the global configuration mode.

configure terminal

-

Enter the interface configuration mode

interface interface-name

-

Configure the DHCPv6 server

ipv6 dhcp server

Mandatory

By default do not configure the DHCPv6 server.

Configure the Range of Reserved IPv6 Addresses

In a DHCPv6 address pool, some IPv6 addresses are reserved for some special devices, and some IPv6 addresses conflict with the IPv6 addresses of other hosts in the network. Therefore, the IPv6 addresses cannot be dynamically allocated.

Table 6-8 Configure the Range of Reserved IPv6 Addresses

Step

Command

Description

Enter the global configuration mode.

configure terminal

-

Configure the range of reserved IPv6 addresses.

ipv6 dhcp excluded-address low-ipv6-addresshigh-ipv6-address ] [vrf vrf-name]

Mandatory.

By default, the range of reserved IPv6 addresses is not configured.

The IPv6 addresses in the reserved IP address range will not be allocated

Configure DHCPv6 Ping Detection Parameters

To prevent an IPv6 address conflict, before dynamically allocating an IPv6 address to a DHCPv6 client, a DHCPv6 server must detect the IPv6 address. The detection operation is performed through the ping operation. The DHCPv6 server determines whether an IPv6 address conflict exists by checking whether an ICMP echo response packet is received within the specified time.

Table 6-9 Configuring DHCPv6 Ping Detection Parameters

Step

Command

Description

Enter the global configuration mode.

configure terminal

-

Configure DHCPv6 ping detection parameters

ipv6 dhcp ping { packets packet-num | timeout milliseconds }

Mandatory.

By default, the number of ping packets is 1, and the timeout time is 50 ms.

Configure the Data Log Function of the DHCPv6 Server

After enabling the data log function of the DHCPv6 server, the distribution of the address pool on the DHCPv6 server is recorded in the data log.

Table 6-10 Configuring the Data Log Function of the DHCPv6 Server

Step

Command

Description

Enter the global configuration mode.

configure terminal

-

Enable the data log function of the DHCPv6 server

ipv6 dhcp logging security-data

Mandatory

By default, do not enable the data log function.