D-Link Unified Access Point CLI Reference Manual6 © 2001- 2009 D-Link Corporation. All Rights ReservedSec ti o n 3: Co mma nd s an d Sy nta xThe CLI for the UAP provides the following commands for manipulating objects:• get• set• add• removeUSING THE GET C OMMANDThe “get” command allows you to get the property values of existing instances of a class. Classes can be “named” or“unnamed.” The command syntax is:get unnamed-class [ property ... | detail ]get named-class [ instance | all [ property ... | name | detail ] ]The rest of the command line is optional. If provided, it is either a list of one or more properties, or the keyword detail.The following example uses the “get” command on an unnamed class with a single instance:get logThere is only one log on the AP, so the command returns information on the log file.The following example uses the “get” command on an unnamed class with multiple instances:get log-entryThere are multiple log entries but they are not named, so this command returns all log entries.The following example uses the “get” command on a named class with multiple instances: get bss wlan0bssvap0There are multiple BSSes and they are named, so this command returns information on the BSS named “wlan0bssvap0.”The following example uses the “get” command on a named class to get all instances:get mac-acl all macget mac-acl allCaution! Settings updated from the CLI (with get, set, add, remove commands) will not be saved to the startupconfiguration unless you explicitly save them via the save-running command. For a description of configurationsmaintained on the AP and details on how to save your updates, see “Saving Configuration Changes” on page 12.Note: wlan0bssvap0 is the name of the basic service set (BSS) on the wlan0 interface. For information oninterfaces, see “Interface Naming Conventions” on page 11.Review Copy