The No And Default Forms Of Commands; Cli Command Configuration Options; Getting Help - HP Cisco MDS 9020 - Fabric Switch Configuration Manual

Cisco mds 9000 family cli configuration guide, release 3.x (ol-16184-01, april 2008)
Hide thumbs Also See for Cisco MDS 9020 - Fabric Switch:
Table of Contents

Advertisement

Getting Help

S e n d d o c u m e n t a t i o n c o m m e n t s t o m d s f e e d b a c k - d o c @ c i s c o . c o m

The no and Default Forms of Commands

You can issue the no form of any command to perform the following actions:

CLI Command Configuration Options

You can configure the software in one of two ways:
Getting Help
In any command mode, you can get a list of available commands by entering a question mark (?).
switch# ?
To obtain a list of commands that begin with a particular character sequence, type in those characters
followed immediately by the question mark (?). Do not include a space.
switch# co?
configure copy
Cisco MDS 9000 Family CLI Configuration Guide
2-10
Undo a wrongly issued command.
If you issue the member command in zone configuration submode, you can undo the results:
switch(config)# zone name test vsan 1
switch(config-zone)# member pwwn 12:12:12:12:12:12:12:12
switch(config-zone)# no member pwwn 12:12:12:12:12:12:12:12
WARNING: Zone is empty. Deleting zone test. Exit the submode.
switch(config-zone)#
Delete a created facility.
If you want to delete a zone that you created:
switch(config)# zone name test vsan 1
switch(config-zone)# exit
switch(config)# no zone name test vsan 1
switch(config)#
You cannot delete a zone facility called test while residing in it. You must first exit the zone
configuration submode and return to configuration mode.
Revert to the default value.
If you issue the zone merge-control restrict vsan command, you can undo the results:
switch(config)# zone zone merge-control restrict vsan 10
switch(config)# no zone merge-control restrict vsan 10
switch(config)#
You can create the configuration for the switch interactively by issuing commands at the CLI
prompt.
You can create an ASCII file containing a switch configuration and then load this file on the required
system. You can then use the CLI to edit and activate the file (see the
Files" section on page
8-1).
Chapter 2
Before You Begin
"Working with Configuration
OL-16184-01, Cisco MDS SAN-OS Release 3.x

Advertisement

Table of Contents
loading

Table of Contents