Users Guide

Table Of Contents
Supported
Releases
10.4.1.0 or later or later
clear ipv6 route
Clears routes from the IPv6 routing table.
Syntax
clear ipv6 route [vrf vrf-name] {* | A::B/mask}
Parameters
vrf vrf-name (Optional) Enter vrf then the name of the VRF to clear the IPv6 routes
corresponding to that VRF.
* Clears all routes and refreshes the IPv6 routing table. Traffic flow for all the routes in the switch
is affected.
A::B/mask Removes the IPv6 route and refreshes the IPv6 routing table. Traffic flow in the
switch is affected only for the specified route.
Default Not configured
Command Mode EXEC
Usage
Information
This command does not remove the static routes from the routing table.
Example
OS10# clear ipv6 route *
Supported
Releases
10.3.0E or later
ipv6 address
Configures a global unicast IPv6 address on an interface.
Syntax
ipv6 address ipv6address/prefix-length
Parameters ipv6-address/prefix-length Enter a full 128-bit IPv6 address with the network prefix length, including
the 64-bit interface identifier.
Defaults None
Command Mode INTERFACE
Usage
Information
An interface can have multiple IPv6 addresses. To configure an IPv6 address in addition to the link-local
address, use the ipv6 address ipv6-address/mask command and specify the complete 128-bit
IPv6 address. To configure a globally unique IPv6 address by entering only the network prefix and length,
use the ipv6 address ipv6-prefix/prefix-length eui-64 command.
The no version of this command removes the IPv6 address on the interface.
NOTE: Dell EMC Networking does not recommend configuring both a static IPv6 address and
DHCPv6 on the same interface.
Example
OS10(config)# interface ethernet 1/1/1
OS10(conf-if-eth1/1/1)# ipv6 address 2111:dddd:0eee::22/64
Supported
Releases
10.3.0E or later
ipv6 address autoconfig
Acquires global IPv6 addresses by using the network prefix obtained from RAs.
Syntax
ipv6 address autoconfig
Layer 3 671