504 | IPv6 Addressingw w w . d e l l . c o m | s u p p o r t . d e l l . c o m Show the Running-Configuration for an InterfaceView the configuration for any interface with the following command.Figure 22-10 illustrates the show running-config command output. Note the IPv6 address listed.Figure 22-10. Command Example: show running-config interfaceClear IPv6 RoutesUse the clear IPv6 route command to clear routes from the IPv6 routing table.Command Syntax Command Mode Purposeshow running-configinterface type {slot/port}EXEC Show the currently running configuration for thespecified interfaceEnter the keyword interface followed by the type ofinterface and slot/port information:• For a 10/100/1000 Ethernet interface, enter thekeyword GigabitEthernet followed by the slot/port information.• For a Gigabit Ethernet interface, enter thekeyword GigabitEthernet followed by the slot/port information.• For the Management interface on the RPM, enterthe keyword ManagementEthernet followed bythe slot/port information.• For a 10 Gigabit Ethernet interface, enter thekeyword TenGigabitEthernet followed by theslot/port information.Command Syntax Command Mode Purposeclear ipv6 route {* | ipv6 addressprefix-length}EXEC Clear (refresh) all or a specific routes from the IPv6routing table.* : all routesipv6 address : x:x:x:x::xmask : prefix length 0-128FTOS#show run int gi 2/2!interface GigabitEthernet 2/2no ip addressipv6 address 3:4:5:6::8/24shutdownFTOS#