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+.
PRIVILEGED EXEC MODE COMMANDS 3 - 49 Related Commands noResets terminal lines logging levels
3 - 50 WiNG CLI Reference Guide 3.1.25 mkdir Privileged Exec Mode Commands Creates a new directory in the file system Supported in the following platforms: AP300 AP621 AP650 AP6511 AP6521 AP6532 AP71XX RFS4000 RFS6000 RFS7000 NX9000 NX9500 Syntax mkdir Parameters • mkdir 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 Sat Jan 1 00:00:25 2000 hotspot drwx Sat Jan 1 00:00:09 2000 floorplans rfs7000-37FABE#mkdir 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 08:45:36 2011 testdir drwx Sat Jan 1 00:00:25 2000 hotspot drwx Sat Jan 1 00:00:09 2000 floorplans Specify a directory name.
PRIVILEGED EXEC MODE COMMANDS 3 - 51 3.1.26 mint Privileged Exec Mode Commands Uses MiNT protocol to perform a ping and a traceroute to a remote device Supported in the following platforms: AP300 AP621 AP650 AP6511 AP6521 AP6532 AP71XX RFS4000 RFS6000 RFS7000 NX9000 NX9500 Syntax mint [ping|traceroute] mint ping MINT-ID {count |size |timeout } mint traceroute MINT-ID {destination-port |max-hops | source-port |timeout } Parameters • mint ping MINT-ID {count |size |timeout } • mint traceroute MINT-ID {destination-port |max-hops | source-port |timeout } ping MINT-ID Sends a MiNT echo message to a MiNT destination – Specify the MiNT destination ID to ping. count Optional. Sets the number of times to ping the MiNT destination – Specify a value from 1 - 60. The default is 3. size Optional. Sets the MiNT payload size in bytes – Specify a value from 1 - 640000 bytes. The default is 64 bytes. timeout Optional. Sets a response time in seconds – Specify a value from 1 - 10 seconds. The default is 1 second. traceroute MINT-ID Prints the route packets trace to a device – Specify the MiNT destination ID. destination-port Optional. Sets the Equal-cost Multi-path (ECMP) routing destination port – Specify a value from 1 - 65535. The default port is 45.
3 - 52 WiNG CLI Reference Guide Examples rfs7000-37FABE#mint ping 70.37.FA.BF count 20 size 128 MiNT ping 70.37.FA.BF with 128 bytes of data. Response from 70.37.FA.BF: id=1 time=0.292 ms Response from 70.37.FA.BF: id=2 time=0.206 ms Response from 70.37.FA.BF: id=3 time=0.184 ms Response from 70.37.FA.BF: id=4 time=0.160 ms Response from 70.37.FA.BF: id=5 time=0.138 ms Response from 70.37.FA.BF: id=6 time=0.161 ms Response from 70.37.FA.BF: id=7 time=0.174 ms Response from 70.37.FA.BF: id=8 time=0.207 ms Response from 70.37.FA.BF: id=9 time=0.157 ms Response from 70.37.FA.BF: id=10 time=0.153 ms Response from 70.37.FA.BF: id=11 time=0.159 ms Response from 70.37.FA.BF: id=12 time=0.173 ms Response from 70.37.FA.BF: id=13 time=0.156 ms Response from 70.37.FA.BF: id=14 time=0.209 ms Response from 70.37.FA.BF: id=15 time=0.147 ms Response from 70.37.FA.BF: id=16 time=0.203 ms Response from 70.37.FA.BF: id=17 time=0.148 ms Response from 70.37.FA.BF: id=18 time=0.169 ms Response from 70.37.FA.BF: id=19 time=0.164 ms Response from 70.37.FA.BF: id=20 time=0.177 ms --- 70.37.FA.BF ping statistics --- 20 packets transmitted, 20 packets received, 0% packet loss round-trip min/avg/max = 0.138/0.177/0.292 ms max-hops Optional. Sets the maximum number of hops a traceroute packet traverses in the forward direction – Specify a value from 1 - 255. The default is 30. source-port Optional.Sets the ECMP source port – Specify a value from 1 - 65535. The default port is 45. timeout Optional. Sets the minimum response time period – Specify a value from 1 - 255 seconds. The default is 30 seconds.
PRIVILEGED EXEC MODE COMMANDS 3 - 53 3.1.27 more Privileged Exec Mode Commands Displays contents of a file on the device’s file system. This command navigates and displays specific files in the device’s file system. To do so, provide the complete path to the file. The more command also displays the startup configuration file. Supported in the following platforms: AP300 AP621 AP650 AP6511 AP6521 AP6532 AP71XX RFS4000 RFS6000 RFS7000 NX9000 NX9500 Syntax more Parameters • more Examples rfs7000-37FABE#more flash:/log/messages.log May 03 11:45:05 2010: %PM-6-PROCSTART: Starting process /usr/sbin/dpd2 May 03 11:45:14 2010: %KERN-6-INFO: 0| ioctl.c:335 dev_dataplane_fw_ioctl DHCP trust of port 0 (ge1) set to 1 by 1021 cfgd. May 03 11:45:14 2010: %KERN-6-INFO: 0| ioctl.c:335 dev_dataplane_fw_ioctl DHCP trust of port 1 (ge2) set to 1 by 1021 cfgd. May 03 11:45:14 2010: %KERN-6-INFO: 0| ioctl.c:335 dev_dataplane_fw_ioctl DHCP trust of port 2 (ge3) set to 1 by 1021 cfgd. May 03 11:45:14 2010: %KERN-6-INFO: 0| ioctl.c:335 dev_dataplane_fw_ioctl DHCP trust of port 3 (ge4) set to 1 by 1021 cfgd. May 03 11:45:14 2010: %NSM-4-IFDOWN: Interface vlan1 is down May 03 11:45:14 2010: %NSM-4-IFUP: Interface vlan4 is up May 03 11:45:15 2010: %NSM-4-IFUP: Interface vlan44 is up May 03 11:45:15 2010: %NSM-4-IFDOWN: Interface vlan44 is down May 03 11:45:15 2010: %PM-6-PROCSTART: Starting process /usr/sbin/lighttpd May 03 11:45:15 2010: %FILEMGMT-5-HTTPSTART: lighttpd started in external mode with pid 0 May 03 11:45:15 2010: %USER-5-NOTICE: FILEMGMT[1064]: FTP: ftp server stopped May 03 11:45:15 2010: %PM-6-PROCSTART: Starting process /usr/sbin/telnetd May 03 11:45:17 2010: %AUTH-6-INFO: sshd[1371]: Server listening on 0.0.0.0 port 22. May 03 11:45:17 2010: %AUTOINSTD-5-AUTOCLCONFDISAB: Autoinstall of cluster configuration is disabled May 03 11:45:17 2010: %AUTOINSTD-5-AUTOCONFDISAB: Autoinstall of startup configuration is disabled May 03 11:45:17 2010: %AUTOINSTD-5-AUTOIMAGEDISAB: Autoinstall of image upgrade is disabled May 03 11:45:18 2010: %KERN-6-INFO: dataplane enabled. rfs7000-37FABE# Specify the file name.
3 - 54 WiNG CLI Reference Guide 3.1.28 no Privileged Exec Mode Commands Use the no command to revert a command or set parameters to their default. This command is useful to turn off an enabled feature or set defaults for a parameter. The no commands have their own set of parameters that can be reset. Supported in the following platforms: AP300 AP621 AP650 AP6511 AP6521 AP6532 AP71XX RFS4000 RFS6000 RFS7000 NX9000 NX9500 Syntax no [adoption|captive-portal|crypto|debug|logging|page|service| terminal|upgrade|wireless] no adoption {on } no captive-portal client [captive-portal |] {on } no crypto pki [server|trustpoint] no crypto pki [server|trustpoint] {del-key {on }| on } no logging monitor no page no service [ap300|cli-tables-expand|locator|mint] no service ap300 locator no service [cli-tables-expand |locator {on }] no service mint silence no terminal [length|width] no upgrade {on } no wireless client [all {filter|on}|] no wireless client all {filter} wlan no wireless client all on {filter} wlan no wireless client {on }
PRIVILEGED EXEC MODE COMMANDS 3 - 55 Parameters • no adoption {on } • no captive-portal client [captive-portal |] {on } • no crypto pki [server|trustpoint] {del-key {on }| on } • no logging monitor • no page no adoption {on }Resets the adoption status of a specified device or all devices – Optional. Enter the name of the AP, wireless controller, or RF Domain. no captive-portal client Disconnects captive portal clients from the network captive-portal Disconnects captive portal clients – Specify the captive portal name. Disconnects a specified client – Specify the MAC address of the client. on Optional. Disconnects captive portal clients or a specified client on a specified device or RF Domain – Specify the name of the AP, wireless controller, or RF Domain. no crypto pki Deletes all PKI authentications [server|trustpoint] Deletes PKI authentications, such as server certificates and trustpoints server – Deletes server certificates trustpoint – Deletes a trustpoint and its associated certificates The following is common to the server and trustpoint parameters: – Deletes a trustpoint or its server certificate. Specify the trustpoint name. del-key {on } Optional. Deletes the private key associated with a server certificate or trustpoint. The operation will fail if the private key is in use by other trustpoints. on – Deletes the private key on a specified device – Specify the name of the AP or wireless controller. no logging monitor Resets terminal lines message logging levels no page Resets wireless controller paging function to its default. Disabling the “page” command displays the CLI command output at once, instead of page by page.
3 - 56 WiNG CLI Reference Guide • no service ap300 locator • no service [cli-tables-expand |locator {on }] • no service mint silence • no upgrade {on } • no terminal [length|width] • no wireless client all {filter} wlan no service Disables LEDs on AP300s or a specified device in the WLAN. It also resets the CLI table expand and MiNT protocol configurations. ap300 locator Disables LEDs on AP300s – Specify the MAC address of the AP300. no service Disables LEDs on AP300s or a specified device in the WLAN. It also resets the CLI table expand and MiNT protocol configurations. cli-tables-expand Resets the expand configuration of the CLI table, so that the table does not expand in the drop-down format locator {on }Disables LEDs on a specified device – Optional. Specify the name of the AP or wireless controller. no service mint silence Disables LEDs on AP300s or a specified device in the WLAN. It also resets the CLI table expand and MiNT protocol configurations. mint – Resets MiNT protocol configurations. Disables ping and traceroute parameters silence – Disables MiNT echo messaging and tracing of route packets no upgrade Removes a patch installed on a specified device – Specify the name of the patch. on Optional. Removes a patch on a specified device – Specify the name of the AP or wireless controller. no terminal [length|width] Resets the width of the terminal window, or the number of lines displayed within the terminal window length – Resets the number of lines displayed on the terminal window to its default width – Resets the width of the terminal window to its default. no wireless client all Disassociates all wireless clients on a specified device or domain filter wlan Optional. Specifies an additional client selection filter wlan – Filters clients based on the WLAN – Specify the WLAN name.
PRIVILEGED EXEC MODE COMMANDS 3 - 57 • no wireless client all on {filter} wlan Usage Guidelines The no command negates any command associated with it. Wherever required, use the same parameters associated with the command getting negated. Examples rfs7000-37FABE#no adoption rfs7000-37FABE# rfs7000-37FABE#no page rfs7000-37FABE# rfs7000-37FABE#no service cli-tables-expand line rfs7000-37FABE# Related Commands no wireless client all on Disassociates all clients on a specified device or domain – Specify the name of the AP, wireless controller, or RF Domain. filter wlan Optional. Specifies an additional client selection filter wlan – Filters clients based on the WLAN – Specify the WLAN name. adoptionResets the adoption state of a device and all devices adopted to it captive-portalManages captive portal clients debugDisables debug commands loggingModifies message logging settings pageResets wireless controller paging function to its default servicePerforms different functions depending on the parameter passed terminalSets the length or the number of lines displayed within the terminal window upgradeUpgrades software image on a device wireless-clientManages wireless clients
3 - 58 WiNG CLI Reference Guide 3.1.29 page Privileged Exec Mode Commands Toggles wireless controller paging. Enabling this command displays the CLI command output page by page, instead of running the entire output at once. Supported in the following platforms: AP300 AP621 AP650 AP6511 AP6521 AP6532 AP71XX RFS4000 RFS6000 RFS7000 NX9000 NX9500 Syntax page Parameters None Examples rfs7000-37FABE#page rfs7000-37FABE# Related Commands noDisables wireless controller paging