Switch Management Commands 1960This command is not supported on Dell EMC N1100-ON switches. DellEMC N1100-ON switches support configuration of a single IP address ininterface vlan configuration mode. That IP address is used as the sourceinterface address for this function.Command HistoryIntroduced in version 6.3.0.1 firmware.ExampleThe following example configures a source interface for a VLAN interfacethat obtains its address via DHCP:console#configureconsole(config)#interface vlan 1console(config-if-vlan1)#ip address dhcpconsole(config-if-vlan1)#exitconsole(config)#ip name-server source-interface vlan 1This example configures a source interface for a loopback interface. Using aloopback address is the recommended method for assigning a sourceinterface.console#configureconsole(config)#interface loopback 0console(config-if-vlan1)#ip address 129.168.0.13 /32console(config-if-vlan1)#exitconsole(config)#ip name-server source-interface vlan 1ipv6 address (Interface Configuration)Use the ipv6 address command to set the IPv6 address of an interface. Usethe no form of this command to reset the IPv6 address to the default.Syntaxipv6 address {prefix/prefix-length [eui64] | autoconfig | dhcp}no ipv6 address• prefix — The IPv6 address to be configured.• prefix-length — Designates how many of the high-order contiguous bits ofthe address make up the prefix.