How to use NTP server?
Please configure NTP server address in the System ---> Time ---> NTP page, and select “Use NTP Server” as clock source in the System ---> Time ---> Manual page.Can I configure different users to login the switch which have different permission?
Yes, you can configure different “Privilege Level” for different users. If the user’s privilege level is lower than group’s privilege level, the user doesn’t have permission to modify the group’s setting. CLI command: (Suppose to create a new account/password “TESTER” with user privilege level 5, and the user only has permission to modify the System group settings. ) Switch# account Switch(account)# add 5 TESTER TESTER Switch(account)# exit Switch# privilege Switch(privilege)# group system 5 Note: For the example, all groups’ need to have higher privilege level than 5 except the “System” group.I forget Username/Password for login? Is there any way to login the switch?
No, it only can press HW “RESET” button about 10 seconds to reset the switch to factory default.Why my web UI display abnormal, but it looks fine on other PCs?
Please try to clear your browser’s cache/cookies and then restart it again.How do I restrict that the switch only can be accessed by specific IP address and protocol?
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 webHow do I quick swap to the previous FW version if necessary?
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)# swapIf we have some questions of specific function , any basic information we can get ?
U can check “Help” button on Web UI , it is usually in the upper right corner Every feature has it’s mapping help page , there are some basic explanation .How to increase bandwidth on this switch ?
- enable static trunk : (aggregated port 1 and port 2)
- enable LACP : (aggregated port 3 and port 4)