Notes about the Configuration File:
This configuration file can only contain 4 settings: Code_type, Ip_addr, Subnet_mask and Default_gateway.
Each command can only appear once in the configuration file.
If both the Firmware Update and Use Configuration file options are enabled, the Firmware Update command will take precedence and only the firmware file will be uploaded to the switch.
The Config image file, which contains all configuration settings and was created by the switch is prefixed with the version number of the runtime software to help with file management.
# Sample Config File
Code_type=PROM
Image_file="e:\3326\3326prom.tfp"
#specify IP address
Ip_addr = 10.12.19.102
#specify subnet mask
Subnet_mask = 255.0.0.0
#specify default gateway Default_gateway = 10.1.1.254