Reference Guide

440 | IPv6 Routing
www.dell.com | support.dell.com
Show the Running-Configuration for an Interface
View the configuration for any interface with the following command.
Figure 22-8 shows the
show running-config command output. Note the IPv6 address listed.
Figure 22-8. Command Example: show running-config interface
Clear IPv6 Routes
To clear routes from the IPv6 routing table, use the clear IPv6 route command
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 then the type of
interface and slot/port information:
For a 10/100/1000 Ethernet and Gigabit Ethernet
interface, enter the keyword GigabitEthernet
then the slot/port information.
For the Management interface on the stack-unit,
enter the keyword ManagementEthernet then the
slot/port information.
For a 10 Gigabit Ethernet interface, enter the
keyword TenGigabitEthernet then the slot/port
information.
For a 40-Gigabit Ethernet interface, enter the
keyword fortyGigE then the slot/port
information.
For all IPv6 configured interfaces, enter the
keyword configured.
For a port-channel interface, enter the keyword
port-channel then the port-channel
number
For a VLAN interface, enter the keyword vlan
then the VLAN ID
For a Null interface, enter the keyword null then
the Null interface number
For a loopback interface, enter the keyword
loopback then the loopback number
FTOS#show run int te 2/2
!
interface TengigabitEthernet 2/2
no ip address
ipv6 address 3:4:5:6::8/24
shutdown
FTOS#