Administrator Guide

To view only configured interfaces, use the show interfaces configured command in the EXEC Privilege mode.
To determine which physical interfaces are available, use the show running-config command in EXEC mode. This
command displays all physical interfaces available on the line cards.
Dell#show running
Current Configuration ...
!
interface TengigabitEthernet 9/6
no ip address
shutdown
!
interface TengigabitEthernet 9/7
no ip address
shutdown
!
interface TengigabitEthernet 9/8
no ip address
shutdown
!
interface TengigabitEthernet 9/9
no ip address
shutdown
Resetting an Interface to its Factory Default State
You can reset any configurations applied on an interface to its factory default state. To reset the configuration, perform the
following steps:
1. View the configurations applied on an interface.
INTERFACE mode
show config
Dell(conf)# interface range tengigabitethernet 1/1 - 2
Dell(conf-if-range-te-1/1-2)# show config
!
interface TenGigabitEthernet 1/1
switchport
no shutdown
!
interface TenGigabitEthernet 1/2
no ip address
Interfaces 893
switchport
no shutdown
Dell(conf-if-range-te-1/1-2)#
2. Reset an interface to its factory default state.
CONFIGURATION mode
default interface interface-type slot/port[]
Dell(conf)#default interface tengigabitethernet 1/5
3. Verify the configuration.
INTERFACE mode
show config
Dell(conf-if-te-1/5)#show config
!
interface TenGigabitEthernet 1/5
no ip address
shutdown
Interfaces
417