INS_CWGE24MS2_REV–
10/05/16 PAGE 270
INSTALLATION AND OPERATION MANUAL
CWGE24MS2
TECH SUPPORT: 1.888.678.9427
Maintenance
CLI Configuration
Node
Command
Description
enable
show config-change-status
This command displays the configurations status if there
are default values.
configure reboot
This command reboots the system.
configure reload default-config
This command copies a default-config file to replace the
current one.
Note: The system will reboot automatically to take effect
the configurations.
configure write memory
This command writes current operating configurations
to the configuration file.
configure archive download-config <URL PATH> This command downloads a new copy of configuration
file from TFTP server.
Where <URL PATH> can be:
ftp://user:[email protected]/file
http://192.168.1.1/file
tftp://192.168.1.1/file
configure archive upload-config <URL PATH>
This command uploads the current configurations file to
a TFTP server.
configure archive download-fw <URL PATH>
This command downloads a new copy of firmware file
from TFTP / FTP / HTTP server.
Where <URL PATH> can be:
ftp://user:[email protected]/file
http://192.168.1.1/file
tftp://192.168.1.1/file
Example:
CWGE24MS2#configure terminal
CWGE24MS2(config)#interface eth0
CWGE24MS2(config-if)#ip address 172.20.1.101/24
CWGE24MS2(config-if)#ip address default-gateway 172.20.1.1
CWGE24MS2(config-if)#management vlan 1
Enable the DHCP client function for the switch.
CWGE24MS2#configure terminal
CWGE24MS2(config)#interface eth0
CWGE24MS2(config-if)#ip dhcp client enable
CWGE24MS2#show config-change-status