Reference Guide

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)#
Layer 2 protocols are disabled by default. Enable them using the no disable command. For example, in
PROTOCOL SPANNING TREE mode, enter
no disable to enable Spanning Tree.
Configuration Fundamentals
43