- New and Changed Information
- Preface
- A Commands
- Advanced Services Modules Commands
- B Commands
- C Commands
- Caching Services Module Commands
- CLI Overview
- D Commands
- Debug Commands
- E Commands
- F Commands
- G Commands
- H Commands
- I Commands
- J Commands
- K Commands
- L Commands
- M Commands
- N Commands
- O Commands
- P Commands
- Q Commands
- R Commands
- S Commands
- Show Commands
- T Commands
- U Commands
- V Commands
- W Commands
- Z Commands
G Commands
The commands in this chapter apply to the Cisco MDS 9000 Family of multilayer directors and fabric switches. All commands are shown here in alphabetical order regardless of command mode. See “About the CLI Command Modes” section to determine the appropriate mode for each command.
group
To configure a Modular Exponentiation (MODP) Diffie-Hellman (DH) group for an IKE protocol policy, use the group command in IKE policy configuration submode. To revert to the default, use the no form of the command.
Syntax Description
Defaults
Command Modes
IKE policy configuration submode.
Command History
|
|
Usage Guidelines
To use this command, the IKE protocol must be enabled using the crypto ike enable command.
Examples
The following example shows how to configure the DH group for the IKE protocol:
Related Commands
|
|
---|---|
gzip
To compress (zip) a specified file using LZ77 coding, use the gzip command in EXEC mode.
gzip { bootflash: | slot0: | volatile: } filename
Syntax Description
Defaults
Command Modes
Command History
|
|
Usage Guidelines
This command is useful in compressing large files. The output of the show tech-support command can directed to a file and compressed for further use. The gzip command replaces the source file with a compressed.gz file.
Examples
This example directs the output of the show tech-support command to a file (Samplefile) and then zips the file and displays the difference in the space used up in the volatile: directory:
Related Commands
|
|
---|---|
gunzip
To uncompress (unzip) LZ77 coded files, use the gunzip command in EXEC mode.
gunzip { bootflash: | slot0: | volatile: } filename
Syntax Description
Defaults
Command Modes
Command History
|
|
Usage Guidelines
This command is useful in uncompressing large files. The gunzip command replaces the compressed.gz source file with an uncompressed file.
Examples
This example unzips a compressed file on volatile: directory and displays the space used:
Related Commands
|
|
---|---|