White Papers

Table Of Contents
To view which interfaces are enabled for Layer 3 data transmission, use the show ip interfaces brief command in
EXEC Privilege mode. In the following example, TenGigabitEthernet interface 1/6 is in Layer 3 mode because an IP address has
been assigned to it and the interfaces status is operationally up.
DellEMC#show ip interface brief
Interface IP-Address OK? Method Status Protocol
TenGigabitEthernet 1/1 unassigned NO Manual administratively down down
TenGigabitEthernet 1/2 unassigned NO Manual administratively down down
TenGigabitEthernet 1/3 unassigned YES Manual up up
TenGigabitEthernet 1/4 unassigned YES Manual up up
TenGigabitEthernet 1/5 unassigned YES Manual up up
TenGigabitEthernet 1/6 10.10.10.1 YES Manual up up
TenGigabitEthernet 1/7 unassigned NO Manual administratively down down
TenGigabitEthernet 1/8 unassigned NO Manual administratively down down
TenGigabitEthernet 1/9 unassigned NO Manual administratively down down
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 system.
DellEMC#show running
Current Configuration ...
!
interface TenGigabitEthernet 2/6
no ip address
shutdown
!
interface TenGigabitEthernet 2/7
no ip address
shutdown
!
interface TenGigabitEthernet 2/8
no ip address
shutdown
!
interface TenGigabitEthernet 2/9
no ip address
shutdown
Resetting an Interface to its Factory Default State
You can reset the 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
DellEMC(conf-if-te-1/5)#show config
!
interface TenGigabitEthernet 1/5
no ip address
portmode hybrid
switchport
rate-interval 8
mac learning-limit 10 no-station-move
no shutdown
2. Reset an interface to its factory default state.
CONFIGURATION mode
default interface interface-type]
DellEMC(conf)#default interface tengigabitethernet 1/5
Interfaces
369