Configure - Enterasys SecureStack C2 Configuration Manual

Stackable switches
Hide thumbs Also See for SecureStack C2:
Table of Contents

Advertisement

Examples
This example shows how to write the current configuration to a file named save_config2:
C2(rw)->show config all outfile configs/save_config2
This example shows how to display configuration for the facility "port". 
C2(rw)->show config port
This command shows non-default configurations only.
Use 'show config all' to show both default and non-default configurations.
begin
!
#***** NON-DEFAULT CONFIGURATION *****
!
!
#port
set port jumbo disable ge.1.1
!
end

configure

Use this command to execute a previously downloaded configuration file stored on the switch.
Syntax
configure filename [append]
Parameters
filename
append
Defaults
If append is not specified, the current running configuration will be replaced with the contents of 
the configuration file, which will require an automated reset of the chassis.
Mode
Switch command, read‐write.
Example
This example shows how to execute the "Jan1_2004.cfg" configuration file: 
C2(su)->configure configs/Jan1_2004.cfg
Specifies the path and file name of the configuration file to execute. 
(Optional) Appends the configuration file contents to the current 
configuration. This is equivalent to typing the contents of the config file 
directly into the CLI and can be used, for example, to make incremental 
adjustments to the current configuration.
SecureStack C2 Configuration Guide 3-41
configure

Advertisement

Table of Contents
loading

Table of Contents