Using Tables & User Strings
A-34 Avaya Wireless AP-3 User’s Guide
Using Strings
Since there are several string objects supported by the AP, a string
delimiter is required for the strings to be interpreted correctly by the
command line parser. For this CLI implementation, the single quote or
double quote character can be used at the beginning and at the end of the
string.
For example:
[Device Name]> set sysname Lobby - Does not need quote marks
[Device Name]> set sysname “Front Lobby” - Requires quote
marks.
The scenarios supported by this CLI are:
“My Desk in the
office”
Double Quotes
‘My Desk in the
office’
Single Quotes
“My ‘Desk’ in the
office”
Single Quotes within Double
Quotes