Switch Management Commands 1929ExampleThe following example defines a Multiple IPv6 prefix and client DUID withina pool for distributing to specific DHCPv6 Prefix delegation clients.console(config)#ipv6 dhcp pool addrpoolconsole(config-dhcp6s-pool)#prefix-delegation 2020:1::1/6400:01:00:09:f8:79:4e:00:04:76:73:43:76The following example defines a unique local address prefix with the MACaddress 00:1D:BA:06:37:64 converted to EUI-64 format and a preferredlifetime of 5 days.console(config-dhcp6s-pool)#prefix-delegation fc00::/700:1D:BA:FF:FE:06:37:64 preferred-lifetime 43200service dhcpv6Use the service dhcpv6 command in Global Configuration mode to enablelocal IPv6 DHCP server on the switch. Use the no form of the command todisable the DHCPv6 service.Syntaxservice dhcpv6no service dhcpv6Default ConfigurationThe service dhcpv6 is disabled by default.Command ModeGlobal Configuration modeUser GuidelinesIPv6 DHCP relay and IPv6 DHCPv6 pool assignments require the DHCPv6service to be enabled.ExampleThe following example enables DHCPv6 globally.console#configureconsole(config)#service dhcpv6console(config)#no service dhcpv6