Frequently Asked Questions


Type command on CLI. Switch# ip        <enter> Switch(ip)# dhcp enable        <enter> Switch(ip)# show Configured      Current --------------- --------------- DHCP Client          : Enabled IP Address           : 192.168.1.10    192.168.1.220 IP Mask              : 255.255.255.0   255.255.255.0 IP Gateway           : 192.168.1.252   192.168.1.123 VLAN ID              : 1               1 DNS Server           : 0.0.0.0         192.168.1.1 Proxy                : Disabled
You can change VLAN ID in the IP configuration page   faq CLI command: (Suppose to change management VLAN to VLAN10) Switch # ip Switch (ip)# mgmt-vlan 10 Please note that you may also need to change the management port’s PVID to the same as management VLAN ID or send packets with the same as management VLAN ID tag that can manage the switch.
From Web UI, you can use “Firmware Selection” to achieve the purpose. Web UI path: Maintenance ---> Firmware ---> Firmware Selection ---> to press “Active Alternate Image” button. CLI command: Switch# firmware Switch (firmware)# swap
Type command on CLI. Switch# ip        <enter> Switch(ip)#set 192.168.1.10 255.255.255.0 192.168.1.2542         <enter>   Switch(ip)# show Configured      Current --------------- --------------- DHCP Client          : Disabled IP Address           : 192.168.1.10    192.168.1.10 IP Mask              : 255.255.255.0   255.255.255.0 IP Gateway           : 192.168.1.252   192.168.1.252 VLAN ID              : 1               1 DNS Server           : 0.0.0.0         0.0.0.0 DNS Proxy             : Disabled
You can try to configure the “Access Management Configuration” to restrict IP address range and protocol. Web UI path: Security ---> Access Management ---> Configuration CLI command: (Suppose only allow IP address 192.168.3.30~192.168.3.50 can access the switch by HTTP/HTTPS protocol .) Switch# access Switch(access)# add 1 ipv4 192.168.3.30 192.168.3.50 web
Stab /Push reset button until the front LED all flash, then release the button.
  1. Install tftp client tool at your manage PC and designate directory is necessary .
  2. Type command on CLI.
Switch# config-file Switch(config-file)# export 192.168.1.135 config.xml Saved 63007 bytes to server
  1. Install tftp client tool at your manage PC and designate directory is necessary .
  2. Type command on CLI.
Switch# config-file Switch(config-file)# import 192.168.1.135 config.xml Saved 63007 bytes to server
Type command on CLI. Switch# save start        <enter>
Type command on CLI. Switch# save user         <enter>