Frequently Asked Questions
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.How to record all syslog of switch in some server ?
Install some syslog server tool on PC (ex: Tftpd) and enable it . Setting it via Web : Please configure syslog in the “Syslog ---> Configuration” page , like below : Server mode = enable Server Address = 192.168.3.250 (server IP) Syslog Level = Debug U also can setting via CLI: Switch(ip)# Switch#syslog Switch(syslog)# mode enable Switch(syslog)# server 1 192.168.3.250 Switch(syslog)# level 7 Switch(syslog)# sh config Server Mode : Enabled Server Address 1 : 192.168.3.250 Server Address 2 : Syslog Level : Debug Switch(syslog)#What’s default account and password on this switch ?
Account : admin Pass : (default password is empty )Which browser user can used when managed device via Web UI ?
IE9+ Edge Chrome Safari FirefoxHow to confirm this switch connected to internet well or not ?
Used switch to ping some popular Web site on Internet , like Google . Then check it will response or not . Switch# diag Switch(diagnostic)# ping www.google.com PING server 74.125.23.99, 56 bytes of data. 64 bytes from 74.125.23.99: icmp_seq=0, time=60ms 64 bytes from 74.125.23.99: icmp_seq=1, time=50ms 64 bytes from 74.125.23.99: icmp_seq=2, time=60ms 64 bytes from 74.125.23.99: icmp_seq=3, time=70ms 64 bytes from 74.125.23.99: icmp_seq=4, time=70ms Sent 5 packets, received 5 OK, 0 bad Switch(diagnostic)# For above case : this switch link to internet well In fail case , user will got response like this : Switch# diag Switch(diagnostic)# ping www.google.com *** Invalid IP address: www.google.com Switch(diagnostic)# And if switch can’t connected to internet , Pls check it’s IP and DNS server correct or not !? If there existed DHCP server , u can enable DHCP , then switch will get IP and DNS server automatic : Switch# ip Switch(ip)# dhcp enable Switch(ip)# sh Configured Current --------------- --------------- DHCP Client : Enabled IP Address : 192.168.3.79 192.168.6.70 IP Mask : 255.255.255.0 255.255.255.0 IP Gateway : 0.0.0.0 192.168.6.250 VLAN ID : 1 1 DNS Server : 0.0.0.0 168.95.1.1 DNS Proxy : DisabledWhat’s default IP address ?
192.168.1.1How could I prevent this switch looping ?
- U can enable STP/RSTP/MSTP (this is an example for setting RSTP on port 2~8 ) :
- U can enable loop-protect (this is an example for enable loop-protect )
- Do not enable STP/RSTP/MSTP and loop-protect on the same port .
- Do not enable loop-protect on bone port (it meaning not directly connect to user )
How to increase bandwidth on this switch ?
- enable static trunk : (aggregated port 1 and port 2)
- enable LACP : (aggregated port 3 and port 4)