CLI Conventions
Avaya Wireless AP-4/ 5/6 User’s Guide A-13
• Enabling/Disabling
— The table name is required.
— The table index is required. For table enabling/disabling the
index should be the index of the entry to be enabled/disabled.
— The entry’s new state (either “enable” or “disable”) is required.
• Deletion
— The table name is required.
— The table index is required. For table deletion the index should
be the index of the entry to be deleted.
— The word “delete” is required.
Entering Text Strings
When you enter a text string that contains spaces for a parameter, you
must use a string delimiter for the AP to correctly interpret the text string.
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.