488 IP Addressing Commandsconsole(config-if-vlan10)#ipv6 enableconsole(config-if-vlan10)#ipv6 address dhcpConfigure a default gateway on vlan 10console(config)#no ipv6 address autoconfigconsole(config)#no ipv6 address 2003::6/64console(config)#no ipv6 address 2001::/64 eui64console(config)#no ipv6 addressipv6 address (OOB Port)Use the ipv6 address command in Interface (out-of-band) Configurationmode to set the IPv6 prefix on the out-of-band port. If a prefix is specified,the address will be configured using the prefix and length A link local addressin EUI-64 format may also be assigned.The autoconfig parameter specifies that a link local address in the EUI-64format is assigned to the interface.The DHCP parameter indicates that the port should obtain its address vaDHCP.Use the no form of the command to remove a specific address or to return theaddress assignment to its default value. Using the no form of the commandwith no parameters removes all IPv6 prefixes from the interface.Syntaxipv6 address {prefix/prefix-length [eui64] | autoconfig | dhcp}no ipv6 address {prefix/prefix-length [eui64] | autoconfig | dhcp}•prefix/prefix-length—An IPv6 prefix in global format address format.• eui64—Formulate the prefix in EUI-64 format.• autoconfig—Perform IPv6 auto-configuration.• dhcp—Obtain the prefix via DHCP.Default ConfigurationNo address is assigned to the out-of-band interface by default.