![](https://pdfstore-manualsonline.prod.a.ki/pdfasset/c/f9/cf9abe3c-cbdc-4cee-9477-3b670eb02cf4/cf9abe3c-cbdc-4cee-9477-3b670eb02cf4-bge0.png)
xStack
®
DGS-3600 Series Layer 3 Gigabit Ethernet Managed Switch CLI Manual
220
27
DHCPV6 CLIENT COMMANDS
The DHCPv6 Client commands in the Command Line Interface (CLI) are listed (along with the appropriate parameters) in
the following table.
Command Parameters
config ipif <ipif_name 12> [ { ipaddress <network_address> | vlan <vlan_name 32> | state
[enable | disable] | proxy_arp [enable | disable] {local [enable | disable]}} (1) |
bootp | dhcp | ipv6 ipv6address <ipv6networkaddr>| dhcpv6_client [enable |
disable]]
debug dhcpv6_client state [enable | disable]
debug dhcpv6_client output [buffer | console]
debug dhcpv6_client packet {all | receiving| sending} state [enable | disable]
Each command is listed, in detail, in the following sections.
config ipif
Purpose Use this command to configure the DHCPv6 client state for the interface.
Syntax
config ipif <ipif_name 12> [ { ipaddress <network_address> | vlan <vlan_name 32> |
state [enable | disable] | proxy_arp [enable | disable] {local [enable | disable]}} (1) |
bootp | dhcp | ipv6 ipv6address <ipv6networkaddr>| dhcpv6_client [enable | disable]]
Description The command is used to configure the DHCPv6 client state for one interface.
Parameters
ipif <ipif_name 12> - The name of the IP interface.
ipaddress <network_address> - Configures a network on an IP interface. The address should
specify a host address and length of network mask. Since an IP interface can have only one
IPv4 address, the newly configured address will overwrite the original one.
vlan <vlan_name 32> - Name of the VLAN where the IPIF is operated.
proxy_arp - Enable or disable the proxy ARP function. This is for the IPv4 function. Default:
Disabled.
local - This setting controls whether the system provides the proxy reply for the ARP packets
destined for an IP address located in the same interface as the received interface.
When proxy ARP is enabled for an interface, the system will do the proxy reply for the ARP
packets destined for an IP address located in a different interface. For ARP packets destined
for an IP address located in the same interface, the system will check this setting to
determine whether to reply. Default: Disabled.
state - Enable or disable the state of the IP interface.
bootp - Use BOOTP to obtain the IPv4 address.
dhcp - Use DHCP to obtain the IPv4 address.
ipv6 ipv6address - IPv6 network address: The address should specify a host address and
length of network prefix. There can be multiple V6 addresses defined on an interface. Thus,
as a new address is defined, it is added on this IP interface.
dhcpv6_client - See below:
enable - Enable the DHCPv6 client state of the interface.
disable - Disable the DHCPv6 client state of the interface.
Restrictions Only Administrator and Operator-level users can issue this command.