White Papers

Table Of Contents
Management: Port 0
Fibre Channel: Ports from 0 to 11
The do Command
You can enter an EXEC mode command from any CONFIGURATION mode (CONFIGURATION, INTERFACE, SPANNING TREE,
and so on.) without having to return to EXEC mode by preceding the EXEC mode command with the do command.
The following example shows the output of the do command.
Dell(conf)#do show system brief
Stack MAC : 5c:f9:dd:ee:ff:c0
Reload-Type : normal-reload [Next boot : normal-reload]
-- Stack Info --
Unit UnitType Status ReqTyp CurTyp Version Ports
----------------------------------------------------
0 Management online S5000 S5000 9-0-1-0 64
1 Member not present
2 Member not present
3 Member not present
4 Member not present
5 Member not present
6 Member not present
7 Member not present
8 Member not present
9 Member not present
10 Member not present
11 Member not present
-- Module Info --
Unit Module No Status Module Type Ports
------------------------------------------------------
Dell(conf)#
The no Command
When you enter a command, the command line is added to the running configuration file. Disable a command and remove it from
the running-config by entering the original command preceded by the no command.
For example, to delete an ip address configured on an interface, use the no ip address ip-address command, as shown
in bold in the following example.
NOTE: To help you construct the no form of a command, use the help or ? command as described in Obtaining Help.
Undoing a Command with the no Command
Dell(conf)#interface tengigabitethernet 5/1
Dell(conf-if-te-5/1)#ip address 192.168.10.1/24
Dell(conf-if-te-5/1)#show config
!
interface TenGigabitEthernet 5/1
!
ip address 192.168.10.1/24
shutdown
Dell(conf-if-te-5/1)#no ip address
Dell(conf-if-te-5/1)#show config
!
interface TenGigabitEthernet 5/1
no ip address
shutdown
Dell(conf-if-te-5/1)#
Configuration Fundamentals
37