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+.
INTRODUCTION 1 - 11 1.4.1 Moving the Cursor on the Command Line Table 1.2 on page 1-11 Shows the key combinations or sequences to move the command line cursor. Ctrl defines the control key, which must be pressed simultaneously with its associated letter key. Esc means the escape key (which must be pressed first), followed by its associated letter key. Keys are not case sensitive. Specific letters are used to provide an easy way of remembering their functions. In Ta b l e 1 . 2 on page 1-11, bold characters indicate the relation between a letter and its function. Table 1.2Keystrokes Details Keystrokes Function Summary Function Details Left Arrow or Ctrl-BBack character Moves the cursor one character to the left When entering a command that extends beyond a single line, press the Left Arrow or Ctrl-B keys repeatedly to move back to the system prompt. Right Arrow or Ctrl-FForward character Moves the cursor one character to the right Esc- B Back word Moves the cursor back one word Esc- F Forward word Moves the cursor forward one word Ctrl-A Beginning of line Moves the cursor to the beginning of the command line Ctrl-E End of line Moves the cursor to the end of the command line Ctrl-D Deletes the current character Ctrl-U Deletes text up to cursor Ctrl-K Deletes from the cursor to end of the line Ctrl-P Obtains the prior command from memory Ctrl-N Obtains the next command from memory Esc-C Converts the letter at the cursor to uppercase Esc-L Converts the letter at the cursor to lowercase Esc-D Deletes the remainder of a word Ctrl-W Deletes the word up to the cursor Ctrl-Z Returns to the root prompt Ctrl-T Transposes the character to the left of the cursor with the character located at the cursor Ctrl-L Clears the screen
1 - 12 WiNG CLI Reference Guide 1.4.2 Completing a Partial Command Name If you cannot remember a command name (or if you want to reduce the amount of typing you have to perform), enter the first few letters of a command, then press the Tab key. The command line parser completes the command if the string entered is unique to the command mode. If your keyboard does not have a Tab key, press Ctrl-L. The CLI recognizes a command once you have entered enough characters to make the command unique. If you enter “conf” within the privileged EXEC mode, the CLI associates the entry with the configure command, since only the configure command begins with conf. In the following example, the CLI recognizes a unique string in the privileged EXEC mode when the Tab key is pressed: rfs7000-37FABE# conf rfs7000-37FABE# configure When using the command completion feature, the CLI displays the full command name. The command is not executed until the Return or Enter key is pressed. Modify the command if the full command was not what you intended in the abbreviation. If entering a set of characters (indicating more than one command), the system lists all commands beginning with that set of characters. Enter a question mark (?) to obtain a list of commands beginning with that set of characters. Do not leave a space between the last letter and the question mark (?). For example, entering U lists all commands available in the current command mode: rfs7000-37FABE# co? commit Commit all changes made in this session configure Enter configuration mode connect Open a console connection to a remote device copy Copy from one file to another rfs7000-37FABE# co 1.4.3 Command Output pagination Output often extends beyond the visible screen length. For cases where output continues beyond the screen, the output is paused and a --More-- prompt displays at the bottom of the screen. To resume the output, press the Enter key to scroll down one line or press the Spacebar to display the next full screen of output.NOTE: The characters entered before the question mark are reprinted to the screen to complete the command entry.
INTRODUCTION 1 - 13 1.4.4 Creating Profiles Profiles are sort of a ‘template’ representation of configuration. The system has: a default wireless controller profile a default profile for each of the following APs: AP621 AP650 AP6511 AP6521 AP6532 AP7131 AP7161 To modify the default profile to assign an IP address to the management port: rfs7000-37FABE(config)#profile rfs7000 default-rfs-7000 rfs7000-37FABE(config-profile-default-rfs-7000)#interface me1 rfs7000-37FABE(config-profile-default-rfs-7000-if-me1)#ip address 172.16.10.2/24 rfs7000-37FABE(config-profile-default-rfs-7000-if-me1)#commit rfs7000-37FABE(config-profile-default-rfs-7000)#exit rfs7000-37FABE(config)# The following command displays default ap7131 profile: rfs7000-37FABE(config)#profile ap7131 default-ap7131 rfs7000-37FABE(config-profile-default-ap7131)#show context 1.4.5Change the default profile by creating vlan 150 and mapping to ge3 Physical interface Logon to the wireless controller in config mode and follow the procedure below: rfs7000-37FABE(config-profile-default-rfs7000)# interface vlan 150 rfs7000-37FABE(config-profile-default-rfs7000-if-vlan150)# ip address 192.168.150.20/24 rfs7000-37FABE(config-profile-default-rfs7000-if-vlan150)# exit rfs7000-37FABE(config-profile-default-rfs7000)# interface ge 3 rfs7000-37FABE(config-profile-default-rfs7000-if-ge3)# switchport access vlan 150 rfs7000-37FABE(config-profile-default-rfs7000-if-ge3)# commit write [OK] rfs7000-37FABE(config-profile-default-rfs7000-if-ge3)# show interface vlan 150 Interface vlan150 is UP Hardware-type: vlan, Mode: Layer 3, Address: 00-15-70-37-FA-BE Index: 8, Metric: 1, MTU: 1500 IP-Address: 192.168.150.20/24 input packets 43, bytes 12828, dropped 0, multicast packets 0 input errors 0, length 0, overrun 0, CRC 0, frame 0, fifo 0, missed 0 output packets 0, bytes 0, dropped 0 output errors 0, aborted 0, carrier 0, fifo 0, heartbeat 0, window 0 collisions 0 1.4.5.1 Viewing Configured APs To view previously configured APs, enter the following command: rfs7000-37FABE(config)#show wireless ap configured
1 - 14 WiNG CLI Reference Guide 1.4.6 Remote Administration A terminal server may function in remote administration mode if either the terminal services role is not installed on the machine or the client used to invoke the session has enabled the admin wireless controller. 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 a Secure Shell (SSH) over a network. The Telnet session may or may not use SSH depending on how the wireless wireless controller is configured. Motorola Solutions recommends using SSH for remote administration tasks. 1.4.6.1 Configuring Telnet for Management Access Login through the serial console. Perform the following: 1. A session generally begins in the USER EXEC mode (one of the two access levels of the EXEC mode). 2. Access the GLOBAL CONFIG mode from the PRIV EXEC mode. rfs7000-37FABE> en rfs7000-37FABE# configure terminal Enter configuration commands, one per line. End with CNTL/Z. 3. Go to ‘default-management-policy’ mode. rfs7000-37FABE(config)# management-policy ? rfs7000-37FABE(config)# management-policy default rfs7000-37FABE(config-management-policy-default)# 4. Enter Telnet and the port number at the command prompt. The port number is optional. The default port is 23. Commit the changes after every command. Telnet is enabled. rfs7000-37FABEconfig-management-policy-default)# telnet rfs7000-37FABE(config-management-policy-default)# commit write 5. Connect to the wireless wireless controller through Telnet using its configured IP address. Use the following credentials when logging on to the device for the first time: When logging into the wireless controller for the first time, you are prompted to change the password. To change user credentials: 1. Enter the username, password, role and access details rfs7000-37FABE(config-management-policy-default)# user testuser password symbol role helpdesk access all rfs7000-37FABE(config-management-policy-default)# commit rfs7000-37FABE(config-management-policy-default)# show context management-policy default telnet http server ssh user admin password 1 c9745a77bb8663fbe9422c0bab93087208e68c40add8edd0a3b4a985aa96a682 role superuser access all user testuser password 1 fd6af6a0e74ede3fc4bd54519e4864b078554aa2d97a623eedefae2ede682c13 role helpdesk access all rfs7000-37FABE(config-management-policy-default)# sow con rfs7000-37FABE(config-management-policy-default)# sow conin rfs7000-37FABE(config-management-policy-default)# show context include-factory management-policy default secure-management User Nameadmin Passwordmotorola
INTRODUCTION 1 - 15 telnet port 23 http server no https server no ftp ssh port 22 user admin password 1 c9745a77bb8663fbe9422c0bab93087208e68c40add8edd0a3b4a985aa96a682 role superuser access all user testuser password 1 fd6af6a0e74ede3fc4bd54519e4864b078554aa2d97a623eedefae2ede682c13 role helpdesk access all snmp-server manager v2 snmp-server manager v3 no snmp-server enable traps rfs7000-37FABE(config-management-policy-default)# rfs7000-37FABE(config-management-policy-default)# user testuser password symbol role helpdesk access all ? 2. Logon to the Telnet console and provide the user details configured in the previous step to access the wireless controller. RFS7000 release 5.2.0.0-048Brfs7000-37FABE login: testuser Password: Welcome to CLI Starting CLI... rfs7000-37FABE >
1 - 16 WiNG CLI Reference Guide 1.4.6.2 Configuring ssh By default, SSH is enabled from the factory settings on the wireless controller. The wireless controller requires an IP address and login credentials. To enable SSH access in the default profile, login through the serial console. Perform the following: 1. Access the GLOBAL CONFIG mode from the PRIV EXEC mode. rfs7000-37FABE> en rfs7000-37FABE# configure Enter configuration commands, one per line. End with CNTL/Z. rfs7000-37FABE > en rfs7000-37FABE# configure Enter configuration commands, one per line. End with CNTL/Z. 2. Go to ‘default-management-policy’ mode. rfs7000-37FABE(config)# management-policy default rfs7000-37FABE(config-management-policy-default)# 3. Enter SSH at the command prompt. rfs7000-37FABE(config-management-policy-default)# ssh 4. Log into the wireless wireless controller through SSH using appropriate credentials. 5. Use the following credentials when logging on to the device for the first time: When logging into the wireless controller for the first time, you are prompted to change the password. To change the user credentials: RFS7000 release 5.2.0.0-048Brfs7000-37FABE login: testuser Password: Welcome to CLI Starting CLI... rfs7000-37FABE > User Nameadmin Passwordmotorola
CHAPTER 2 USER EXEC MODE COMMANDS Logging in to the wireless controller places you within the USER EXEC command mode. Typically, a login requires a user name and password. You have three login attempts before the connection attempt is refused. USER EXEC commands (available at the user level) are a subset of the commands available at the privileged level. In general, USER EXEC commands allow you to connect to remote devices, perform basic tests and list system information. To list available USER EXEC commands, use? at the command prompt. The USER EXEC prompt consists of the device host name followed by an angle bracket (>). rfs7000-37FABE? User Exec commands: ap-upgrade AP firmware upgrade change-passwd Change password clear Clear clock Configure software system clock cluster Cluster commands commit Commit all changes made in this session connect Open a console connection to a remote device crypto Encryption related commands debug Debugging functions disable Turn off privileged mode command enable Turn on privileged mode command help Description of the interactive help system logging Modify message logging facilities mint MiNT protocol no Negate a command or set its defaults page Toggle paging ping Send ICMP echo messages remote-debug Troubleshoot remote system(s) revert Revert changes service Service Commands show Show running system information ssh Open an ssh connection telnet Open a telnet connection terminal Set terminal line parameters time-it Check how long a particular command took between request and completion of response traceroute Trace route to destination watch Repeat the specific CLI command at a periodic interval write Write running configuration to memory or terminal clrscr Clears the display screen exit Exit from the CLI rfs7000-37FABE>
2 - 2 WiNG CLI Reference Guide 2.1 User Exec Commands Table 2.1 summarizes User Exec Mode commands Table 2.1User Exec Mode Commands Command Description Reference ap-upgradeEnables an automatic adopted AP firmware upgradepage 2-4 change-passwdChanges the password of a logged userpage 2-4 clearResets the last saved commandpage 2-10 clockConfigures the system clockpage 2-13 clusterAccesses the cluster contextpage 2-14 connectEstablishes a console connection to a remote devicepage 2-15 cryptoEnables encryptionpage 2-16 disableTurns off (disables) the privileged mode command setpage 2-28 enableTurns on (enables) the privileged mode command setpage 2-29 loggingModifies message logging facilitiespage 2-31 mintConfigures MiNT protocolpage 2-32 noNegates a command or sets its default valuepage 2-34 pageToggles to the wireless controller paging functionpage 2-39 pingSends ICMP echo messages to a user-specified locationpage 2-40 sshOpens an SSH connection between two network devicespage 2-41 telnetOpens a Telnet sessionpage 2-42 terminalSets the length/number of lines displayed within the terminal windowpage 2-43 time-itVerifies the time taken by a particular command between request and responsepage 2-44 tracerouteTraces the route to its defined destinationpage 2-45 watchRepeats a specific CLI command at a periodic intervalpage 2-46 clrscrClears the display screenpage 5-3 commitCommits (saves) changes made in the current sessionpage 5-4 exitEnds the current mode and moves to the previous modepage 5-6 helpDisplays the interactive help systempage 5-7 revertReverts changes to their last saved configurationpage 5-13 serviceInvokes service commands to troubleshoot or debug (config-if) instance configurationspage 5-14
USER EXEC MODE COMMANDS 2 - 3 showDisplays running system informationpage 6-4 writeWrites information to memory or terminalpage 5-42 Table 2.1User Exec Mode Commands Command Description Reference
2 - 4 WiNG CLI Reference Guide 2.1.1 ap-upgrade User Exec Commands Enables an automatic firmware upgrade on an adopted AP or a set of APs. APs of the same type can be upgraded together. Once APs have been upgraded, they can be forced to reboot. This command also loads the firmware on to the wireless controller. The AP upgrade command also upgrades APs in a specified RF Domain. Supported in the following platforms: AP300 AP621 AP650 AP6511 AP6521 AP6532 AP71XX RFS4000 RFS6000 RFS7000 NX9000 NX9500 Syntax ap-upgrade [|all|ap621|ap650|ap6511|ap6521|ap6532| ap71xx|cancel-upgrade|load-image|rf-domain] ap-upgrade [|all] {no-reboot|reboot-time | upgrade-time {no-reboot|reboot-time }} ap-upgrade [ap621|ap650|ap6511|ap6521|ap6532|ap71xx] all {no-reboot|reboot-time |upgrade-time {no-reboot| reboot-time }}] ap-upgrade cancel-upgrade [|all|ap621|ap650|ap6511| ap6521|ap6532|71xx|on] ap-upgrade cancel-upgrade [|all] ap-upgrade cancel-upgrade [ap621|ap650|ap6511|ap6521|ap6532|71xx] all ap-upgrade cancel-upgrade on rf-domain [|all] ap-upgrade load-image [ap621|ap650|ap6511|ap6521|ap6532|ap71xx] ap-upgrade rf-domain [|all] [all|ap621|ap650|ap6511| ap6521|ap6532|ap71xx] {no-reboot|no-via-rf-domain|reboot-time | upgrade-time {no-reboot|reboot-time }} ap-upgrade rf-domain [|all] [all|ap621|ap650|ap6511| ap621|ap6532|ap71xx] {no-via-rf-domain} {no-reboot|reboot-time | upgrade-time }