1-24DescriptionUse the dns server ipv6 command to configure an IPv6 address for a DNS server.Use the undo dns server ipv6 command to remove the configured DNS server.By default, no DNS server is configured.Examples# Configure the IPv6 address 2002::1 for a DNS server. system-viewSystem View: return to User View with Ctrl+Z.[Sysname] dns server ipv6 2002::1ipv6 addressSyntaxipv6 address { ipv6-address prefix-length | ipv6-address/prefix-length }undo ipv6 address [ ipv6-address prefix-length | ipv6-address/prefix-length ]ViewInterface viewParametersipv6-address: IPv6 address.prefix-length: Prefix length of an IPv6 address, in the range of 1 to 128.DescriptionUse the ipv6 address command to configure a site-local address or global unicast address manuallyfor an interface.Use the undo ipv6 address command to remove the manually configured interface address.By default, no site-local address or global unicast address is configured for an interface.Note that:z An H3C S3100 Ethernet switch can have IPv6 unicast addresses configured on only one VLANinterface. Only one global unicast address or one site-local address can be configured for aninterface.z You will remove all IPv6 addresses except the automatically configured link-local address if youcarry out the undo ipv6 address command without any parameter specified.Examples# Set the aggregatable global IPv6 unicast address of VLAN-interface 1 to 2001::1 with prefix length 64.Method I: system-viewSystem View: return to User View with Ctrl+Z.[Sysname] interface vlan-interface 1[Sysname-Vlan-interface1] ipv6 address 2001::1/64Method II: system-viewSystem View: return to User View with Ctrl+Z.[Sysname] interface Vlan-interface 1[Sysname-Vlan-interface1] ipv6 address 2001::1 64