Reference Guide

530 | IPv6 Routing
www.dell.com | support.dell.com
Showing the Running-Configuration for an Interface
View the configuration for any interface with the following command.
Figure 25-8 illustrates the
show running-config command output. Note the IPv6 address listed.
Figure 25-8. Command Example: show running-config interface
Clearing IPv6 Routes
Use the clear IPv6 route command to clear routes from the IPv6 routing table.
Command Syntax Command Mode Purpose
show running-config
interface
type {slot/port}
EXEC Show the currently running configuration for the
specified interface
Enter the keyword
interface followed by the type of
interface and slot/port information:
For a Gigabit Ethernet interface, enter the
keyword
GigabitEthernet followed by the slot/
port information.
For the Management interface, enter the
keyword
ManagementEthernet followed by the
slot/port information.
For a 10 Gigabit Ethernet interface, enter the
keyword
TenGigabitEthernet followed by the
slot/port information.
For a 40-Gigabit Ethernet interface, enter the
keyword
fortyGigE followed by the slot/port
information.
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 te 2/2
!
interface TenGigabitEthernet 2/2
no ip address
ipv6 address 3:4:5:6::8/24
shutdown
FTOS#