Users Guide

Table Of Contents
An Ethernet interface is enabled using the no shutdown command; a Fibre Channel interface is
disabled using the shutdown command.
An Ethernet interface is assigned to the default VLAN.
The default interface command removes all software settings and all L3, VLAN, and port-channel
configurations on a physical interface. You must manually remove configured links to the interface from
other software features; for example, if you configure an Ethernet interface as a discovery interface in a
VLT domain. Enter multiple interfaces in a comma-separated string or a port range using the default
interface range command.
There is no undo for this command. The no version of the command has no effect.
Example
(Ethernet)
OS10# show running-configuration interface ethernet 1/1/15
!
interface ethernet1/1/15
no shutdown
no switchport
ip address 101.1.2.2/30
ipv6 address 2101:100:2:1::2/64
ipv6 ospf 65535 area 0.0.0.0
ipv6 ospf cost 10
ip ospf 65535 area 0.0.0.0
ip ospf cost 10
OS10# configure terminal
OS10(config)# default interface ethernet 1/1/15
Proceed to cleanup the interface config? [confirm yes/no]:yes
Mar 5 22:00:48 OS10 dn_l3_core_services[590]: Node.1-Unit.1:PRI:notice
[os10:trap], %Dell EMC (OS10) %log-notice:IP_ADDRESS_DEL: IP Address
delete is successful. IP 101.1.2.2/30 deleted successfully
Mar 5 22:00:48 OS10 dn_l3_core_services[590]: Node.1-Unit.1:PRI:notice
[os10:trap], %Dell EMC (OS10) %log-notice:IP_ADDRESS_DEL: IP Address
delete is successful. IP 2101:100:2:1::2/64 deleted successfully
OS10(config)# end
OS10# show running-configuration interface ethernet 1/1/15
!
interface ethernet1/1/15
no shutdown
switchport access vlan 1
Example (Fibre
channel)
OS10# show running-configuration interface fibrechannel 1/1/1
!
interface fibrechannel1/1/1
no shutdown
description fc-port
OS10(config)# default interface fibrechannel 1/1/1
Proceed to cleanup the interface config? [confirm yes/no]:y
!
OS10 # show running-configuration interface fibrechannel 1/1/1
interface fibrechannel1/1/1
shutdown
Example (Range
of interfaces)
OS10(config)# interface range ethernet 1/1/1-1/1/4
OS10(conf-range-eth1/1/1-1/1/4)# show configuration
!
interface ethernet1/1/1
no shutdown
no switchport
ip address 192.21.43.1/31
ipv6 address 2000:21:43::21:43:1/127
!
interface ethernet1/1/2
no shutdown
no switchport
Interfaces 381