D-Link DES-7200 Refrigerator User Manual


  Open as PDF
of 1968
 
DES-7200 Configuration Guide Chapter 7 DHCPv6 Server Configuration
7-10
DES-7200(config-dhcp)# exit
DES-7200(config)# interface fastethernet 0/1
DES-7200(config-if)# ipv6 dhcp server pool1
7.3.2 Configure stateless
DHCPv6 Server
Stateless DHCPv6 Server won't involve the configuration of prefix pool, because the
Client has already obtained the address via RA. The Server will provide Client with
configuration information other than the address. The configuration steps are shown
below:
Command Function
DES-7200# configure terminal
Enter global configuration mode.
DES-7200(config)# ipv6 dhcp pool
poolname
Configure DHCPv6 configuration
information pool and enter pool
configuration mode.
DES-7200(config-dhcp)# domain-name
domain
Configure a domain-name that can be
assigned to DHCPv6 Client.
DES-7200(config-dhcp)# dns-server
ipv6-address
Configure a DNS server for DHCPv6
Client.
DES-7200(config-dhcp)# exit
Exit DHCPv6 pool configuration
mode.
DES-7200(config)# interface
interface-name
Enter interface configuration mode.
DES-7200(config-if)# ipv6 dhcp server
poolname [rapid-commit] [preference
value]
Enable DHCPv6 Server on this
interface.
DES-7200(config-if)# ipv6 nd
other-config-flag
Configure "other stateful
configuration" flag bit in IPv6 RA.
Configuration example:
# Configure a configuration information pool named pool1 and configure domain
name, DNS Server and etc; then enable DHCPv6 Server on the interface of
FastEthernet 0/1 and configure the flag bit in IPv6 RA.
DES-7200# configure terminal
Enter configuration commands, one per line. End with CNTL/Z.