Reference Guide

496 | IPv6 Addressing
www.dell.com | support.dell.com
Show the Running-Configuration for an Interface
View the configuration for any interface with the following command.
The following example illustrates the
show running-config command output. Note the IPv6 address listed.
FTOS#show run int gi 2/2
!
interface GigabitEthernet 2/2
no ip address
ipv6 address 3:4:5:6::8/24
shutdown
FTOS#
Clear 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 10/100/1000 Ethernet interface, enter the keyword
GigabitEthernet followed by the slot/port information.
For a Gigabit Ethernet interface, enter the keyword
GigabitEthernet followed by the slot/port information.
For the Management interface on the RPM, 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.
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.