User`s manual

13
With “?” command, you can find the command list as follow.
---------------------------------------------------------------------------------------------
# ?
exit Exit from current mode
help Show available commands
history Show a list of previously run commands
logout Disconnect
ping Sends ICMP echo packets to other network nodes
quit Quit commands
disable Turn off privileged commands
enable Turn on privileged commands
reload Halts and performs a warm restart
show Show the counters that the system uses
calendar Data and time information
configure Enter configuration mode
copy Copies from one file to another
#
---------------------------------------------------------------------------------------------
These are the basic system commands for the switch.
For system configuring, “configure” command can enter the configure mode.
And the prompt will become ...
----------------------------------------------------------------
# configure
xxxx(config)#
----------------------------------------------------------------
In the configure mode, the general configuration of switch can be done. And
“exit” command can leave this mode.
If settings for port, “interface” command is used. And the prompt will become ...
----------------------------------------------------------------
xxxx(config)# interface ethernet 1/5
xxxx(config-if)#
----------------------------------------------------------------
“ethernet 1/5” means Ethernet interface 1, port 5. And “exit” command can leave
this mode.
“interface” command has another sub-command “vlan”. IP address of the switch
can be configured in this mode.
----------------------------------------------------------------
xxxx(config)# interface vlan 10
xxxx(config-if)#
----------------------------------------------------------------
[ guest mode ]
If “guest” / “guest” is used for username / password, the console inerface will
enter guest mode. Its prompt is ended with “>”. With ?” command, you can
find the command list as follow.