Home > Motorola > Wireless > Motorola Wing 5 Manual

Motorola Wing 5 Manual

    Download as PDF Print this page Share this page

    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+.

    Page
    of 1128
    							USER EXEC MODE COMMANDS 2 - 45
    2.1.20 traceroute
    User Exec Commands
    Traces the route to a defined destination
    Use ‘--help’ or ‘-h’ to display a complete list of parameters for the traceroute command
     AP300
     AP621
     AP650
     AP6511
     AP6521
     AP6532
     AP71XX
     RFS4000
     RFS6000
     RFS7000
     NX9000
     NX9500
    Syntax
    traceroute 
    Parameters
    • traceroute 
    Examples
    rfs7000-37FABE>traceroute --help
    BusyBox v1.14.1 () multi-call binary
    Usage: traceroute [-FIldnrv] [-f 1st_ttl] [-m max_ttl] [-p port#] [-q nqueries]
            [-s src_addr] [-t tos] [-w wait] [-g gateway] [-i iface]
            [-z pausemsecs] HOST [data size]
    Trace the route to HOST
    Options:
            -F      Set the dont fragment bit
            -I      Use ICMP ECHO instead of UDP datagrams
            -l      Display the ttl value of the returned packet
            -d      Set SO_DEBUG options to socket
            -n      Print hop addresses numerically rather than symbolically
            -r      Bypass the normal routing tables and send directly to a host
            -v      Verbose
            -m max_ttl      Max time-to-live (max number of hops)
            -p port#        Base UDP port number used in probes (default is 33434)
            -q nqueries     Number of probes per ttl (default 3)
            -s src_addr     IP address to use as the source address
            -t tos          Type-of-service in probe packets (default 0)
            -w wait         Time in seconds to wait for a response (default 3 sec)
            -g              Loose source route gateway (8 max)
    rfs7000-37FABE>traceroute 172.16.10.2
    traceroute to 172.16.10.2 (172.16.10.2), 30 hops max, 38 byte packets
     1  172.16.10.1 (172.16.10.1) 3002.008 ms !H  3002.219 ms !H  3003.945 ms !H
    traceroute  Traces the route to a destination IP address or hostname
      – Specify a traceroute argument. For example, “service traceroute-h”. 
    						
    							2 - 46 WiNG CLI Reference Guide
    2.1.21 watch
    User Exec Commands
    Repeats the specified CLI command at periodic intervals
     AP300
     AP621
     AP650
     AP6511
     AP6521
     AP6532
     AP71XX
     RFS4000
     RFS6000
     RFS7000
    Syntax
    watch  
    Parameters
    • watch  
    Examples
    rfs7000-37FABE>watch 45 page
    rfs7000-37FABE>
    rfs7000-37FABE>watch 45 ping 172.16.10.2
    PING 172.16.10.2 (172.16.10.2): 100 data bytes
    108 bytes from 172.16.10.2: seq=0 ttl=64 time=0.725 ms
    108 bytes from 172.16.10.2: seq=1 ttl=64 time=0.464 ms
    108 bytes from 172.16.10.2: seq=2 ttl=64 time=0.458 ms
    108 bytes from 172.16.10.2: seq=3 ttl=64 time=0.378 ms
    108 bytes from 172.16.10.2: seq=4 ttl=64 time=0.364 ms
    --- 172.16.10.2 ping statistics ---
    5 packets transmitted, 5 packets received, 0% packet loss
    round-trip min/avg/max = 0.364/0.477/0.725 ms
    rfs7000-37FABE>
    watch Repeats a CLI command at a specified interval
     Select an interval from 1 - 3600 seconds. Pressing CTRL-Z halts execution of the 
    command.
     Specify the CLI command. 
    						
    							CHAPTER 3 PRIVILEGED EXEC MODE 
    COMMANDS
    Most PRIV EXEC commands set operating parameters. Privileged-level access should be password protected to prevent 
    unauthorized use. The PRIV EXEC command set includes commands contained within the USER EXEC mode. The PRIV EXEC 
    mode also provides access to configuration modes, and includes advanced testing commands. 
    The PRIV EXEC mode prompt consists of the hostname of the device followed by a pound sign (#). 
    To access the PRIV EXEC mode, enter the following at the prompt:
    rfs7000-37FABE>enable
    rfs7000-37FABE#
    The PRIV EXEC mode is often referred to as the enable mode, because the enable command is used to enter the mode. 
    There is no provision to configure a password to get direct access to PRIV EXEC (enable) mode.
    rfs7000-37FABE#?
    Priv Exec commands:
      ap-upgrade     AP firmware upgrade
      archive        Manage archive files
      boot           Boot commands
      cd             Change current directory
      change-passwd  Change password
      clear          Clear
      clock          Configure software system clock
      cluster        Cluster commands
      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
      crypto         Encryption related commands
      debug          Debugging functions
      delete         Deletes specified file from the system.
      diff           Display differences between two files
      dir            List files on a filesystem
      disable        Turn off privileged mode command
      edit           Edit a text file
      enable         Turn on privileged mode command
      erase          Erase a filesystem
      format         Format file system
      halt           Halt the system
      help           Description of the interactive help system
      join-cluster   Join the cluster
      logging        Modify message logging facilities
      mint           MiNT protocol
      mkdir          Create a directory
      more           Display the contents of a file
      no             Negate a command or set its defaults 
    						
    							3 - 2 WiNG CLI Reference Guide
      page           Toggle paging
      ping           Send ICMP echo messages
      pwd            Display current directory
      reload         Halt and perform a warm reboot
      remote-debug   Troubleshoot remote system(s)
      rename         Rename a file
      revert         Revert changes
      rmdir          Delete a directory
      self           Config context of the device currently logged into
      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
      upgrade        Upgrade software image
      upgrade-abort  Abort an ongoing upgrade
      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# 
    						
    							PRIVILEGED EXEC MODE COMMANDS 3 - 3
    3.1 Privileged Exec Mode Commands
    Table 3.1 summarizes the PRIV EXEC Mode commands:. 
    Table 3.1Privileged Exec Commands
    Command Description Reference
    ap-upgradeEnables an automatic firmware upgrade on an adopted APpage 3-5
    archiveManages file archive operationspage 3-10
    bootSpecifies the image used after rebootpage 3-12
    cdChanges the current directorypage 3-13
    change-passwdChanges the password of a logged userpage 3-14
    clearClears parameters, cache entries, table entries, and other similar entriespage 3-15
    clockConfigures the system clockpage 3-19
    clusterInitiates a cluster contextpage 3-20
    configureEnters the configuration modepage 3-21
    connectBegins a console connection to a remote devicepage 3-22
    copyCopies a file from any location to the wireless controllerpage 3-23
    cryptoEnables encryptionpage 3-24
    deleteDeletes a specified file from the systempage 3-36
    diffDisplays the differences between two filespage 3-38
    dirDisplays the list of files on a file systempage 3-39
    editEdits a text filepage 3-41
    enableTurns on (enables) the privileged mode commands setpage 3-42
    eraseErases a file systempage 3-43
    exitEnds the current CLI session and closes the session windowpage 3-44
    formatFormats the file systempage 3-45
    haltStops the wireless controllerpage 3-46
    join-clusterAdds a wireless controller to an existing cluster of devicespage 3-47
    loggingModifies message logging parameterspage 3-48
    mintConfigures MiNT protocolspage 3-51
    mkdirCreates a new directory in the file systempage 3-50
    moreDisplays the contents of a filepage 3-53
    noReverts a command or sets values to their default settingspage 3-54 
    						
    							3 - 4 WiNG CLI Reference Guide
    pageToggles wireless controller pagingpage 3-58
    pingSends ICMP echo messages to a user-specified locationpage 3-59
    pwdDisplays the current directorypage 3-60
    reloadHalts the wireless controller and performs a warm rebootpage 3-61
    renameRenames a file in the existing file systempage 3-63
    rmdirDeletes an existing file from the file systempage 3-64
    selfDisplays the configuration context of the devicepage 3-65
    sshConnects to another device using a secure shellpage 3-66
    telnetOpens a Telnet sessionpage 3-67
    terminalSets the length/number of lines displayed within the terminal windowpage 3-68
    time-itVerifies the time taken by a particular command between request and 
    responsepage 3-69
    tracerouteTraces the route to a defined destinationpage 3-70
    upgradeUpgrades the software imagepage 3-71
    upgrade-abortAborts an ongoing software image upgradepage 3-72
    watchRepeats the specific CLI command at a periodic intervalpage 3-73
    clrscrClears the display screenpage 5-3
    commitCommits (saves) the changes made in the current sessionpage 5-4
    doRuns commands from EXEC modepage 4-66
    endEnds and exits the current mode and moves to the PRIV EXEC modepage 5-5
    exitEnds the current mode and moves to the previous modepage 5-6
    helpDisplays 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
    showDisplays running system informationpage 6-4
    writeWrites information to memory or terminalpage 5-42
    Table 3.1Privileged Exec Commands
    Command Description Reference 
    						
    							PRIVILEGED EXEC MODE COMMANDS 3 - 5
    3.1.1 ap-upgrade
    Privileged 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 } 
    						
    							3 - 6 WiNG CLI Reference Guide
    Parameters
    • 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 }}
    [|all] Upgrades firmware on a specified AP or all APs adopted by the wireless controller
      – Specify the MAC address or hostname of the AP.
     all – Upgrades all APs adopted by the wireless controller
    no-reboot Optional. Disables automatic reboot after a successful upgrade (the wireless controller 
    must be manually restarted)
    reboot-time  Optional. Schedules an automatic reboot after a successful upgrade
      – Specify the reboot time in the MM/DD/YYYY-HH:MM or HH:MM format.
    upgrade-time  
    {no-reboot|
    reboot-time }Optional. Schedules an automatic firmware upgrade
      – Specify the upgrade time in the MM/DD/YYYY-HH:MM or HH:MM 
    format. After a scheduled upgrade, these actions can be performed.
     no-reboot – Disables automatic reboot after a successful upgrade (the wireless
    controller must be manually restarted)
     reboot-time  – Optional. Schedules an automatic reboot after a 
    successful upgrade. Specify the reboot time in the MM/DD/YYYY-HH:MM or
    HH:MM format.
    [ap621|ap650|ap6511|ap6521|
    ap6532|ap71xx] allUpgrades firmware on all adopted APs
     AP621 all – Upgrades firmware on all AP621s
     AP650 all – Upgrades firmware on all AP650s
     AP6511 all – Upgrades firmware on all AP6511s
     AP6521 all – Upgrades firmware on all AP6521s
     AP6532 all – Upgrades firmware on all AP6532s
     AP71XX all – Upgrades firmware on all AP71XXs
    After selecting the AP type, you can schedule an automatic upgrade and/or an 
    automatic reboot.
    no-reboot Optional. Disables automatic reboot after a successful upgrade (the wireless controller 
    must be manually restarted)
    reboot-time  Optional. Schedules an automatic reboot after a successful upgrade
      – Optional. Specify the reboot time in the MM/DD/YYYY-HH:MM or 
    HH:MM format.
    upgrade-time  
    {no-reboot|
    reboot-time }Optional. Schedules firmware upgrade on an AP adopted by the wireless controller
      – Specify the upgrade time in the MM/DD/YYYY-HH:MM or HH:MM 
    formats. After a scheduled upgrade, these actions can be performed.
     no-reboot – Optional. Disables automatic reboot after a successful upgrade (the
    wireless controller must be manually restarted)
     reboot-time  – Optional. Schedules an automatic reboot after a 
    successful upgrade. Specify the reboot time in the MM/DD/YYYY-HH:MM or
    HH:MM format. 
    						
    							PRIVILEGED EXEC MODE COMMANDS 3 - 7
    • ap-upgrade cancel-upgrade [|all]
    • ap-upgrade cancel-upgrade [ap621|ap650|ap651|ap6521|ap6532|ap71xx] all
    • ap-upgrade cancel-upgrade on rf-domain [|all]
    • ap-upgrade load-image [ap621|ap650|ap6511|ap6521|ap6532|ap71xx] 
    cancel-upgrade [
    |all]Cancels scheduled firmware upgrade on a specified AP or all APs adopted by the 
    wireless controller
      – Specify the MAC address or hostname of the AP.
     all – Cancels scheduled upgrade on all APs
    cancel-upgrade 
    [ap621|ap650|ap6511|ap6521|
    ap6532|ap71xx] allCancels scheduled firmware upgrade on all adopted APs
     AP621 all – Cancels scheduled upgrade on all AP621s
     AP650 all – Cancels scheduled upgrade on all AP650s
     AP6511 all – Cancels scheduled upgrade on all AP6511s
     AP6521 all – Cancels scheduled upgrade on all AP6521s
     AP6532 all – Cancels scheduled upgrade on all AP6532s
     AP71XX all – Cancels scheduled upgrade on all AP71XXs
    cancel-upgrade on rf-domain 
    [|all]Cancels scheduled firmware upgrade on a specified RF Domain or all RF Domains
      – Specify the RF Domain name.
     all – Cancels scheduled upgrades on all RF Domains
    load-image 
    [ap621|ap650|6511|6521|
    6532|ap71xx]Loads AP firmware images on the wireless controller. Select the AP type and provide 
    the location of the AP firmware image.
     AP621  – Loads AP621 firmware image
     AP650  – Loads AP650 firmware image
     AP6511  – Loads AP6511 firmware image
     AP6521  – Loads AP6521 firmware image
     AP6532  – Loads AP6532 firmware image
     AP71XX  – Loads AP71XX firmware image
     Specify the AP firmware image location in the following format:
    ftp://:@[:port]/path/file
    sftp://:@[:port]>/path/file
    http://[:port]/path/file
    cf:/path/file
    usb1:/path/file
    usb2:/path/file 
    						
    							3 - 8 WiNG CLI Reference Guide
    • ap-upgrade rf-domain [|all] [all|ap621|ap650|ap6511|
    ap6521|ap6532|ap71xx] {no-reboot|no-via-rf-domain|reboot-time |
    upgrade-time }
    Examples
    rfs7000-37FABE#ap-upgrade AP621 all
    --------------------------------------------------------------------------
             CONTROLLER           STATUS                    MESSAGE
    --------------------------------------------------------------------------
      00-15-70-37-FA-BE           Success         Queued 0 APs to upgrade
    --------------------------------------------------------------------------
    rfs7000-37FABE#
    rfs7000-37FABE#ap-upgrade allrfs7000-37FABE#
    RFS4000-880DA7#ap-upgrade  default/RFS4000-880DA7 no-reboot
    --------------------------------------------------------------------------
    CONTROLLER                 STATUS                   MESSAGE
    --------------------------------------------------------------------------
    00-23-68-88-0D-A7          Success          Queued 0 APs to upgrade
    --------------------------------------------------------------------------
    RFS4000-880DA7#
    rfs7000-37FABE#ap-upgrade rfs7000-37FABE reboot-time 06/01/2011-12:01
    rf-domain 
    [|all]Upgrades AP firmware on devices in a specified RF Domain or all RF Domains
      – Upgrades firmware in a specified RF Domain. Specify the 
    RF Domain name.
     all – Upgrades firmware on all RF Domains
    [all|ap621|ap650|ap6511|
    ap6521|ap6532|ap71xx]After specifying the RF Domain, select the AP type.
     all – Upgrades firmware on all APs
     AP621 – Upgrades firmware on all AP621s
     AP650 – Upgrades firmware on all AP650s
     AP6511 – Upgrades firmware on all AP6511s
     AP6521 – Upgrades firmware on all AP6521s
     AP6532 – Upgrades firmware on all AP6532s
     AP71XX – Upgrades firmware on all AP71XXs
    {no-reboot|no-via-rf-domain
    |reboot-time |
    upgrade-time }The following actions can be performed:
     no-reboot – Optional. Disables automatic reboot after a successful upgrade (the 
    wireless controller must be manually restarted)
     no-via-rf-domain – Optional. Performs AP firmware upgrade from the adopted 
    device
     reboot-time  – Optional. Schedules an automatic reboot, after a successful 
    upgrade. Specify the reboot time in the MM/DD/YYYY-HH:MM or HH:MM format.
     upgrade-time  – Optional. Schedules an automatic firmware upgrade 
    Specify the upgrade time in the MM/DD/YYYY-HH:MM or HH:MM format.
    {no-reboot|
    reboot-time }The following are common to the [no-via-rf-domain upgrade ] and upgrade 
    parameters:
     no-reboot – Optional. Disables automatic reboot after a successful upgrade (the 
    wireless controller must be manually restarted)
     reboot-time  – Optional. Schedules an automatic reboot after a successful 
    upgrade. Specify the reboot time in the MM/DD/YYYY-HH:MM or HH:MM format. 
    						
    All Motorola manuals Comments (0)