Commands and Syntax
9
G
ETTING
H
ELP
ON
C
OMMANDS
AT
THE
CLI
The CLI provides keyboard shortcuts to help you navigate the command line and build valid commands, along with “tab
completion” hints on available commands that match what you have typed so far. Using the CLI will be easier if you use the
tab completion help and learn the keyboard shortcuts.
T
AB
C
OMPLETION
Help on commands can be requested at the CLI by using the Tab key. This is a quick way to see all valid completions for a
class. Entering Tab once will attempt to complete the current command.
If multiple completions exist, a beep will sound and no results will be displayed. Enter
Tab
again to display all available
completions.
Example 1:
At a blank command line, enter
Tab
twice to get a list of all commands.
D-Link-WLAN-AP#
add Add an instance to the running configuration
config Upload/Download the running configuration
factory-reset Reset the system to factory defaults
firmware-upgrade Upgrade the firmware
get Get property values of the running configuration
reboot Reboot the system
remove Remove instances in the running configuration
save-running Save the running configuration
set Set property values of the running configuration
Example 2:
Type
remove
Tab
Tab
(including a space after
remove
) for a list of all property options for the
remove
command.
D-Link-WLAN-AP# remove
acl Create ACL.
basic-rate Basic rates of radios
bridge-port Bridge ports of bridge interfaces
bss Basic Service Set of radios
class-map Creates a Diffserv class.
interface Network interface
policy-map Creates a Diffserv policy.
snmp-group SNMP user groups
snmp-user SNMPv3 users
snmp-view SNMP MIB views
supported-rate Supported rates of radios
traphost Destination host for SNMP trap
Example 3:
Type get system v
Tab
. This will result in completion with the only matching property,
get system
version
. Press
Enter
to display the output results of the command.
R
ev
ie
w
C
op
y