Users Guide
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
All the applied configurations are removed and the interface is set to the factory default state.
Enabling a Physical Interface
After determining the type of physical interfaces available, to enable and configure the interfaces, enter INTERFACE mode by
using the interface interface {slot/port | pe-id/stack-unit/port} command.
1 Enter the keyword interface then the type of interface and slot/port information.
CONFIGURATION mode
interface interface
• For the Management interface, 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 a port extender (PE) Gigabit Ethernet interface, enter the keyword peGigE then the pe-id/stack-unit /port-id
information.
2 Enable the interface.
INTERFACE mode
Interfaces 419