560 | IPv6 Routing
www.dell.com | support.dell.com
Figure 25-10. Command Example: show running-config interface
Clear IPv6 Routes
Use the clear IPv6 route command to clear routes from the IPv6 routing table.
Command Syntax Command Mode Purpose
clear ipv6 route {* | ipv6 address
prefix-length
}
EXEC Clear (refresh) all or a specific routes from the IPv6
routing table.
* : all routes
ipv6 address : x:x:x:x::x
mask : prefix length 0-128
IPv6 addresses are normally written as eight groups of four hexadecimal
digits, where each group is separated by a colon (:). Omitting zeros is
accepted as described in Addressing earlier in this chapter.
FTOS#show run int gi 2/2
!
interface GigabitEthernet 2/2
no ip address
ipv6 address 3:4:5:6::8/24
shutdown
FTOS#