xStack
®
DGS-3600 Series Layer 3 Gigabit Ethernet Managed Switch CLI Manual
177
show config
For example, if the following expression is specified, Include “stp” exclude “port”
The result of the above example is all lines that include the “stp” string but exclude the “port”
string.
Parameters
active
– Specify to display the active configuration.
boot_up
– Specify to display the boot-up configuration.
<drive_id>
- Specify the drive ID here
pathname
- The pathname specifies an absolute pathname on the device file system. If
pathname is not specified, the boot up configuration is implied.
filter_string
- A filter string is enclosed by symbol ". Thus, the filter string itself cannot contain
the “character. The filter string is case sensitive.
Restrictions
Only Administrator and Operator-level users can issue this command.
Example usage:
The following example illustrates how the special filters account affect the configuration display:
DGS-3627:admin# show config active include "account"
Command: show config active include "account"
config accounting service network state disable
config accounting service shell state disable
config accounting service system state disable
DGS-3627:admin#
config configuration
Purpose
Used to select a configuration file as the next boot up configuration or to apply a specific
configuration to the system. This command is required when multiple configuration files are
supported.
Syntax
config configuration {<drive_id>} <pathename 64> {delete | boot_up | active}
Description
Used to select a configuration file as the next boot up configuration or to apply a specific
configuration to the system. This command is required when multiple configuration files are
supported.
Parameters
<drive_id> -
Specify the drive ID here.
pathname
- Specifies a configuration file on the device file system.
boot_up
- Specifies it as a boot up file.
active
- Specifies to apply the configuration.
delete
- Specifies to delete the configuration.
Restrictions
Only Administrator and Operator-level users can issue this command.
Example usage:
To configure configuration as boot-up 1:
DGS-3627:admin#config configuration 1 boot_up
Command: config configuration 1 boot_up
Success.
DGS-3627:admin#