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
    							PRIVILEGED EXEC MODE COMMANDS 3 - 59
    3.1.30 ping
    Privileged Exec Mode Commands
    Sends Internet Controller Message Protocol (ICMP) echo messages to a user-specified location
    Supported in the following platforms:
     AP300
     AP621
     AP650
     AP6511
     AP6521
     AP6532
     AP71XX
     RFS4000
     RFS6000
     RFS7000
     NX9000
     NX9500
    Syntax
    ping [/HOSTNAME>]
    Parameters
    • ping [/HOSTNAME>]
    Examples
    rfs7000-37FABE#ping 172.16.10.3
    PING 172.16.10.3 (172.16.10.3): 100 data bytes
    108 bytes from 172.16.10.3: seq=0 ttl=64 time=7.100 ms
    108 bytes from 172.16.10.3: seq=1 ttl=64 time=0.390 ms
    108 bytes from 172.16.10.3: seq=2 ttl=64 time=0.422 ms
    108 bytes from 172.16.10.3: seq=3 ttl=64 time=0.400 ms
    --- 172.16.10.3 ping statistics ---
    4 packets transmitted, 4 packets received, 0% packet loss
    round-trip min/avg/max = 0.390/2.078/7.100 ms
    rfs7000-37FABE#
     Optional. Specify the destination IP address to ping. When entered without any 
    parameters, this command prompts for an IP.
     Optional. Specify the destination hostname to ping. When entered without any 
    parameters, this command prompts for a hostname. 
    						
    							3 - 60 WiNG CLI Reference Guide
    3.1.31 pwd
    Privileged Exec Mode Commands
    Displays the full path of the present working directory, similar to the UNIX pwd command
    Supported in the following platforms:
     AP300
     AP621
     AP650
     AP6511
     AP6521
     AP6532
     AP71XX
     RFS4000
     RFS6000
     RFS7000
     NX9000
     NX9500
    Syntax
    pwd
    Parameters
    None
    Examples
    rfs7000-37FABE#pwd
    flash:/
    rfs7000-37FABE#dir
    Directory of flash:/.
      drwx             Fri Jul  8 08:44:33 2011   log
      drwx             Wed Jul 28 19:01:08 2010   cache
      drwx             Fri Jul  8 08:45:36 2011   crashinfo
      drwx             Sat Jan  1 00:00:25 2000   hotspot
      drwx             Sat Jan  1 00:00:09 2000   floorplans
    rfs7000-37FABE#cd log
    rfs7000-37FABE#pwd
    flash:/log
    rfs7000-37FABE# 
    						
    							PRIVILEGED EXEC MODE COMMANDS 3 - 61
    3.1.32 reload
    Privileged Exec Mode Commands
    Halts the wireless controller and performs a warm reboot of the device
    Supported in the following platforms:
     AP300
     AP621
     AP650
     AP6511
     AP6521
     AP6532
     AP71XX
     RFS4000
     RFS6000
     RFS7000
     NX9000
     NX9500
    Syntax
    reload {cancel|force|in|on}
    reload {on }
    reload {cancel|force} {on }
    reload {in}  {on }
    Parameters
    • reload {on }
    • reload {cancel|force} {on }
    on Optional. Performs reload on an AP, wireless controller, or RF Domain. Halts a system and 
    performs a warm reboot
      – Specify the name of the AP, wireless controller, or 
    RF Domain.
    cancel Optional. Cancels pending reloads
    force Optional. Forces reboot, while ignoring conditions like upgrade in progress, unsaved 
    changes etc.
    on Optional. Cancels or forces a reload on an a specified device
      – Specify the name of the AP, wireless controller, or 
    the RF Domain. 
    						
    							3 - 62 WiNG CLI Reference Guide
    • reload {in}  {on }
    Examples
    rfs7000-37FABE#reload force on rfs7000-37FABE
    rfs7000-37FABE#
    in  Schedules a reload after a specified time period
      – Specify the time from 1 - 999 minutes.
    on Optional. Reloads on a specified device
      – Specify the name of the AP, wireless controller, or 
    RF Domain. 
    						
    							PRIVILEGED EXEC MODE COMMANDS 3 - 63
    3.1.33 rename
    Privileged Exec Mode Commands
    Renames a file in the devices’ file system
    Supported in the following platforms:
     AP300
     AP621
     AP650
     AP6511
     AP6521
     AP6532
     AP71XX
     RFS4000
     RFS6000
     RFS7000
     NX9000
     NX9500
    Syntax
    rename  
    Parameters
    • rename  
    Examples
    rfs7000-37FABE#dir
    Directory of flash:/.
      drwx             Fri Jul  8 08:44:33 2011   log
      drwx             Fri Jul  8 10:16:43 2011   test
      drwx             Wed Jul 28 19:01:08 2010   cache
      drwx             Fri Jul  8 08:45:36 2011   crashinfo
      drwx             Sat Jan  1 00:00:25 2000   hotspot
      drwx             Sat Jan  1 00:00:09 2000   floorplans
    rfs7000-37FABE#rename flash:/test/ testdir
    rfs7000-37FABE#dir
    Directory of flash:/.
      drwx             Fri Jul  8 08:44:33 2011   log
      drwx             Wed Jul 28 19:01:08 2010   cache
      drwx             Fri Jul  8 08:45:36 2011   crashinfo
      drwx             Fri Jul  8 10:16:43 2011   testdir
      drwx             Sat Jan  1 00:00:25 2000   hotspot
      drwx             Sat Jan  1 00:00:09 2000   floorplans
    Specify the file to rename
    Specify the new file name 
    						
    							3 - 64 WiNG CLI Reference Guide
    3.1.34 rmdir
    Privileged Exec Mode Commands
    Deletes an existing directory from the file system (only empty directories can be removed)
    Supported in the following platforms:
     AP300
     AP621
     AP650
     AP6511
     AP6521
     AP6532
     AP71XX
     RFS4000
     RFS6000
     RFS7000
     NX9000
     NX9500
    Syntax
    rmdir 
    Parameters
    • rmdir 
    Examples
    rfs7000-37FABE#dir
    Directory of flash:/.
      drwx             Fri Jul  8 08:44:33 2011   log
      drwx             Wed Jul 28 19:01:08 2010   cache
      drwx             Fri Jul  8 08:45:36 2011   crashinfo
      drwx             Fri Jul  8 10:16:43 2011   testdir
      drwx             Sat Jan  1 00:00:25 2000   hotspot
      drwx             Sat Jan  1 00:00:09 2000   floorplans
    rfs7000-37FABE#
    rfs7000-37FABE#rmdir testdir
    rfs7000-37FABE#dir
    Directory of flash:/.
      drwx             Fri Jul  8 08:44:33 2011   log
      drwx             Wed Jul 28 19:01:08 2010   cache
      drwx             Fri Jul  8 08:45:36 2011   crashinfo
      drwx             Sat Jan  1 00:00:25 2000   hotspot
      drwx             Sat Jan  1 00:00:09 2000   floorplans
    rmdir  Specifies the directory name 
    						
    							PRIVILEGED EXEC MODE COMMANDS 3 - 65
    3.1.35 self
    Privileged Exec Mode Commands
    Displays the logged device’s configuration context
    Supported in the following platforms:
     AP300
     AP621
     AP650
     AP6511
     AP6521
     AP6532
     AP71XX
     RFS4000
     RFS6000
     RFS7000
     NX9000
     NX9500
    Syntax
    self
    Parameters
    None
    Examples
    rfs7000-37FABE#self
    Enter configuration commands, one per line.  End with CNTL/Z.
    rfs7000-37FABE(config-device-00-15-70-37-FA-BE)# 
    						
    							3 - 66 WiNG CLI Reference Guide
    3.1.36 ssh
    Privileged Exec Mode Commands
    Opens a Secure Shell (SSH) connection between two network devices
    Supported in the following platforms:
     AP300
     AP621
     AP650
     AP6511
     AP6521
     AP6532
     AP71XX
     RFS4000
     RFS6000
     RFS7000
     NX9000
     NX9500
    Syntax
    ssh [] []
    Parameters
    • ssh [] []
    Usage Guidelines
    To exit of the other device’s context, use the command that is relevant to that device.
    Examples
    rfs7000-37FABE#ssh 172.16.10.9 admin
    ssh: connect to host 172.16.10.9 port 22
    Entering character mode
    Escape character is ^].
    RFS7000 release 5.2.3.0-048B
    Login as cli to access CLI.
    RFS7000 login: cli
    User Access Verification
    Username: admin
    Password:
    Welcome to CLI
    RFS7000>
    [/] Specify the IP address or hostname of the remote system.
     Specify the name of the user requesting the SSH connection. 
    						
    							PRIVILEGED EXEC MODE COMMANDS 3 - 67
    3.1.37 telnet
    Privileged Exec Mode Commands
    Opens a Telnet session between two network devices
    Supported in the following platforms:
     AP300
     AP621
     AP650
     AP6511
     AP6521
     AP6532
     AP71XX
     RFS4000
     RFS6000
     RFS7000
     NX9000
     NX9500
    Syntax
    telnet  {}
    Parameters
    • telnet  {}
    Usage Guidelines
    To exit of the other device’s context, use the command relevant to that device.
    Examples
    rfs7000-37FABE#telnet 172.16.10.2
    Entering character mode
    Escape character is ^].
    RFS7000 release 5.2.3.0-048B
    Login as cli to access CLI.
    RFS7000 login: cli
    User Access Verification
    Username: admin
    Password:
    Welcome to CLI
    RFS7000>
     Configures the remote system’s IP address. The Telnet session will be established 
    between the connecting system and the remote system.
      – Specify the remote system IP address.
     Optional. Specify the Transmission Control Protocol (TCP) port. 
    						
    							3 - 68 WiNG CLI Reference Guide
    3.1.38 terminal
    Privileged Exec Mode Commands
    Sets the number of characters per line, and the number of lines displayed within the terminal window
    Supported in the following platforms:
     AP300
     AP621
     AP650
     AP6511
     AP6521
     AP6532
     AP71XX
     RFS4000
     RFS6000
     RFS7000
     NX9000
     NX9500
    Syntax
    terminal [length|width] 
    Parameters
    • terminal [length|width] 
    Examples
    rfs7000-37FABE#terminal length 150
    rfs7000-37FABE#
    rfs7000-37FABE#terminal width 215
    rfs7000-37FABE#
    Related Commands
    length  Sets the number of lines displayed on a terminal window
      – Specify a value from 0 - 512.
    width  Sets the width or number of characters displayed on the terminal window
      – Specify a value from 0 - 512.
    noResets the width of the terminal window or the number of lines displayed on a terminal 
    window 
    						
    All Motorola manuals Comments (0)