Motorola Wing 5 Manual
Have a look at the manual Motorola Wing 5 Manual online for free. It’s possible to download the document as PDF or print. UserManuals.tech offer 249 Motorola manuals and user’s guides for free. Share the user manual or guide on Facebook, Twitter or Google+.
CHAPTER 1 INTRODUCTION This chapter describes the commands available using the wireless controller Command Line Interface (CLI). CLI is available for wireless controllers as well as access points (APs). Access the CLI by using: A terminal emulation program running on a computer connected to the serial port on the wireless controller. The serial port is located on the front of the wireless controller. A Telnet session through Secure Shell (SSH) over a network. Configuration for connecting to a Wireless Controller using a terminal emulator If connecting through the serial port, use the following settings to configure your terminal emulator: When a CLI session is established, complete the following (user input is in bold): login as: administrator’s login password: User Credentials Use the following credentials when logging into a device for the first time: When logging into the CLI for the first time, you are prompted to change the password.Bits Per Second19200 Data Bits8 ParityNone Stop Bit1 Flow ControlNone User Nameadmin Passwordmotorola
1 - 2 WiNG CLI Reference Guide Examples in this reference guide Examples used in this reference guide are generic to the each supported wireless controller model and AP. Commands that are not common, are identified using the notation “Supported in the following platforms.” For an example, see below: Supported in the following platforms: RFS6000 The above example indicates the command is only available for a RFS6000 model wireless controller.
INTRODUCTION 1 - 3 1.1 CLI Overview The CLI is used for configuring, monitoring, and maintaining the wireless controller managed network. The user interface allows you to execute commands on supported wireless controllers and APs, using either a serial console or a remote access method. This chapter describes basic CLI features. Topics covered include an introduction to command modes, navigation and editing features, help features and command history. The CLI is segregated into different command modes. Each mode has its own set of commands for configuration, maintenance and monitoring. The commands available at any given time depend on the mode you are in, and to a lesser extent, the particular model used. Enter a question mark (?) at the system prompt to view a list of commands available for each command mode/instance. Use specific commands to navigate from one command mode to another. The standard order is: USER EXEC mode, PRIV EXEC mode and GLOBAL CONFIG mode. Figure 1-1Hierarchy of User Modes Command Modes A session generally begins in the USER EXEC mode (one of the two access levels of the EXEC mode). For security, only a limited subset of EXEC commands are available in the USER EXEC mode. This level is reserved for tasks that do not change the wireless controller configuration. rfs7000-37FABE> The system prompt signifies the device name and the last three bytes of the device MAC address. To access commands, enter the PRIV EXEC mode (the second access level for the EXEC mode). Once in the PRIV EXEC mode, enter any EXEC command. The PRIV EXEC mode is a superset of the USER EXEC mode. rfs7000-37FABE> enable rfs7000-37FABE# Most of the USER EXEC mode commands are one-time commands and are not saved across wireless controller reboots. Save the command by executing ‘commit’ command. For example, the show command displays the current configuration and the clear command clears the interface.
1 - 4 WiNG CLI Reference Guide Access the GLOBAL CONFIG mode from the PRIV EXEC mode. In the GLOBAL CONFIG mode, enter commands that set general system characteristics. Configuration modes, allow you to change the running configuration. If you save the configuration later, these commands are stored across wireless controller reboots. Access a variety of protocol specific (or feature-specific) modes from the global configuration mode. The CLI hierarchy requires you to access specific configuration modes only through the global configuration mode. rfs7000-37FABE# configure terminal Enter configuration commands, one per line. End with CNTL/Z. rfs7000-37FABE(config)# You can also access sub-modes from the global configuration mode. Configuration sub-modes define specific features within the context of a configuration mode. rfs7000-37FABE(config)# aaa-policy test rfs7000-37FABE(config-aaa-policy-test)# Table 1.1 summarizes available wireless controller commands Table 1.1Wireless Controller modes and commands User Exec Mode Priv Exec Mode Global Configuration Mode ap-upgrade ap-upgrade aaa-policy change-passwd archive advanced-wips-policy clear boot ap300 clock cd ap621 cluster change-passwd ap650 commit clear ap6511 connect clock ap6521 crypto cluster ap6532 debug commit ap71xx disable configure association-acl-policy enable connect auto-provisioning-policy help copy captive-portal logging crypto clear mint debug critical-resource-policy no delete customize page diff device ping dir device-categorization remote-debug disable dhcp-sever-policy revert edit dns-whitelist service enable event-system-policy show erase firewall-policy
INTRODUCTION 1 - 5 ssh format help telnet halt host terminal help igmp-snoop-policy time-it logging ip traceroute mint mac watch mkdir management-policy write more mint-policy clrscr no nac-list exit page no ping password-encryption pwd profile reload radio-qos-policy remote-debug radius-group rename radius-server-policy revert radius-user-pool-policy rmdir rf-domain self rfs4000 service rfs6000 show rfs7000 ssh role-policy telnet self terminal smart-rf-policy time-it wips-policy traceroute wlan upgrade wlan-qos-policy upgrade-abort write watch clrscr write commit clrscr do exit end Table 1.1Wireless Controller modes and commands User Exec Mode Priv Exec Mode Global Configuration Mode
1 - 6 WiNG CLI Reference Guide exit revert service show Table 1.1Wireless Controller modes and commands User Exec Mode Priv Exec Mode Global Configuration Mode
INTRODUCTION 1 - 7 1.2 Getting Context Sensitive Help Enter a question mark (?) at the system prompt to display a list of commands available for each mode. Obtain a list of arguments and keywords for any command using the CLI context-sensitive help. Use the following commands to obtain help specific to a command mode, command name, keyword or argument: When using context-sensitive help, the space (or lack of a space) before the question mark (?) is significant. To obtain a list of commands that begin with a particular sequence, enter the characters followed by a question mark (?). Do not include a space. This form of help is called word help, because it completes a word. rfs7000-37FABE#service? service Service Commands rfs7000-37FABE#service Command Description (prompt)# help Displays a brief description of the help system (prompt)# abbreviated-command-entry? Lists commands in the current mode that begin with a particular character string (prompt)# abbreviated-command-entry Completes a partial command name (prompt)# ? Lists all commands available in the command mode (prompt)# command ? Lists the available syntax options (arguments and keywords) for the command (prompt)# command keyword ? Lists the next available syntax option for the command NOTE: The system prompt varies depending on which configuration mode your in. NOTE: Enter Ctrl + V to use ? as a regular character and not as a character used for displaying context sensitive help. This is required when the user has to enter a URL that ends with a ? NOTE: The escape character used through out the CLI is “\”. To enter a \ use \\ instead.
1 - 8 WiNG CLI Reference Guide Enter a question mark (?) (in place of a keyword or argument) to list keywords or arguments. Include a space before the “?”. This form of help is called command syntax help. It shows the keywords or arguments available based on the command/keyword and argument already entered. rfs7000-37FABE>service ? advanced-wips Advanced WIPS service commands clear Clear cli-tables-expand Expand the cli-table in drapdown format cli-tables-skin Choose a formatting layout/skin for CLI tabular outputs cluster Cluster Protocol locator Enable leds flashing on the device pktcap Start packet capture radio Radio parameters show Show running system information smart-rf Smart-RF Management Commands traceroute Trace route to destination wireless Wireless commands rfs7000-37FABE>service It’s possible to abbreviate commands and keywords to allow a unique abbreviation. For example, “configure terminal” can be abbreviated as config t. Since the abbreviated command is unique, the wireless controller accepts the abbreviation and executes the command. Enter the help command (available in any command mode) to provide the following description: rfs7000-37FABE>help CLI provides advanced help feature. When you need help, anytime at the command line please press ?. If nothing matches, the help list will be empty and you must backup until entering a ? shows the available options. Two styles of help are provided: 1. Full help is available when you are ready to enter a command argument (e.g. show ?) and describes each possible argument. 2. Partial help is provided when an abbreviated argument is entered and you want to know what arguments match the input (e.g. show ve?.)
INTRODUCTION 1 - 9 1.3 Using the No Command Almost every command has a no form. Use no to disable a feature or function or return it to its default value. Use the command without the no keyword to re-enable a disabled feature. 1.3.1 Basic Conventions Keep the following conventions in mind while working within the wireless controller CLI: Use ? at the end of a command to display available sub-modes. Type the first few characters of the sub-mode and press the tab key to add the sub-mode. Continue using ? until you reach the last sub-mode. Pre-defined CLI commands and keywords are case-insensitive: cfg = Cfg = CFG. However (for clarity), CLI commands and keywords are displayed (in this guide) using mixed case. For example, apPolicy, trapHosts, channelInfo. Enter commands in uppercase, lowercase, or mixed case. Only passwords are case sensitive.
1 - 10 WiNG CLI Reference Guide 1.4 Using CLI Editing Features and Shortcuts A variety of shortcuts and edit features are available. The following describe these features: Moving the Cursor on the Command Line Completing a Partial Command Name Command Output pagination