xStack
®
DGS-3120 Series Layer 3 Managed Gigabit Ethernet Switch CLI Reference Guide
195
Example
The following example illustrates how the special filters ‘modified’ and .’effective’ affect the
configuration display:
DGS-3120-24TC:admin# show config modified
Command:show config modified
enable loopdetect
enable ssl
config ipif System vlan default ipaddress 192.168.3.4/8 state enable
create arpentry 10.1.1.1 00-00-00-00-00-01
DGS-3120-24TC:admin# show config effective
Command:show config effective
enable loopdetect
config loopdetect recover_timer 60
config loopdetect interval 10
config loopdetect port 1-28 state disabled
disable sim
disable stp
disable ssh
Output truncated...
17-2 config configuration
Description
This command is 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.
Format
config configuration {unit <unit_id>} <pathname> [boot_up | active]
Parameters
unit - (Optional) Specify which unit on the stacking system. If it is not specified, it refers to the
<unit_id> - Enter the unit ID value. This value must be between 1 and 6.
<pathname> - Specify a configuration file on the device file system.
boot_up - (Optional) Specify it as a boot up file.
active - (Optional) Specify to apply the configuration.
Restrictions
Only Administrator-level users can issue this command.