
QTECH
Software Configuration Manual
2-24
Chapter 2
Switch Manage and Maintenance
2.1 System IP configuration
IP address means a unique address of 32 bits which is distributed to host in Internet. IP address consists of
network number and host number. The structure of IP address can make us easy to address in Internet.
2.2 Configure manage IP interface
It must be existed VLAN or SuperVLAN IP interface. For more details please refer to
Create VLAN
interface for normal VLAN
2.3 Configuration ip address by manual operation
Use ipaddress command in vlan interface configuration mode to configuration ip address and netmask by
manual operation :
ip address
ip-address mask
ip-address
means system ip address. Mask means netmask.
For example :
! Configure IP address of VLAN 100 to be 192.168.0.100, netmask to be 255.255.0.0.
QTECH(config-if-vlan)#ipaddress 192.168.0.100 255.255.0.0
.
2.4 Configuration Files Management
2.4.1
Edit configuration files
Configuration files adopts text formatting which can be upload to PC from devices by FTP and TFTP
protocol. Use text edit tool (such as windows nootbook) to edit uploaded configuration files.
System is defaulted to execute configuration files in global configuration mode, so there are two initial
commands : “enable”, and “configure terminal”. There is entering symbol after each command.
2.4.2
Modify and save current configuration
User can modify and save system current configuration by command line interface to make current
configuration be initial configuration of system next booting.
copy running-config startup-config
This command is needed to save current configuration. When executing configuration files, if there is un-executed
command, it will be displayed as “[Line : xxxx]invalid : commandString”. If there is command with executing
failure, it will be displayed as “[Line : xxxx]failed : commandString”. If there is a command beyond 512 characters,
it will be displayed as “[Line : xxxx]failed : too long command : commandString”, and only first 16 characters of
this command will be displayed, and end up with …, in which
“
xxxx
”
means the line number of the command, and
commandString means command character string. Un-executive command includes command with grammar fault
and un-matching pattern. Use following command in privileged mode.