Managing AP Console Settings
An AP’s provisioning parameters are unique to each AP. These parameters are initially configured on theMobility Masterand then pushed out to the AP and stored on the AP itself. Best practices are to configure an AP’s provisioning settings using theMobility MasterWebUI. If you find it necessary to alter an AP’s provisioning settings for troubleshooting purposes, you can do so using the WebUI andCLICommand-Line Interface. A console interface with a command line shell that allows users to execute text input as commands and convert these commands to appropriate functions., or alternatively, through a console connection to the AP itself.
To create a console connection to the AP:
1.Connect a local console to the serial port on the AP. You can connect the AP’s serial port to a terminal or terminal server using anEthernetEthernet is a network protocol for data transmission over LAN.cable, or connect the serial console port to a DB-9 adapter, then connect the adapter to a laptop using an RS-232 cable. For details on connecting to an AP’s serial console port, refer to the installation guide included with the AP.
2.Establish a console communication to the AP, then power-cycle the AP to reboot it.
3.To access the AP console command prompt, pressEnterwhen the AP displays the message “Hit
4.Once the AP boot prompt appears, enter the AP console password. You can issue any of the AP provisioning commands described in theTable 1. Remember, though these commands may be useful for troubleshooting, they are all optional and arenotnecessary for normal AP provisioning.
The list of AP boot commands may vary based on the APBoot image version. |
Command
Description
Boot theArubaOSimage from flash orUSBUniversal Serial Bus. USB is a connection standard that offers a common interface for communication between the external devices and a computer. USB is the most common port used in the client devices., using currently saved environment variables. Any unsaved changes to the variables will be lost. This command has the following sub-parameters:
ap - Boot theArubaOSimage from flash.
usb:
Clear theArubaOSimage or other information. This command has the following sub-parameters:
all - Clear the cache andArubaOS.
cache - Clear the cache sectors (mesh,Remote APRemote APs extend corporate network to the users working from home or at temporary work sites. Remote APs are deplyed at branch office sites and are connected to the central network on a WAN link.,Campus APCampus APs are used in private networks where APs connect over private links (LAN, WLAN, WAN or MPLS) and terminate directly on controllers. Campus APs are deployed as part of the indoor campus solution in enterprise office buildings, warehouses, hospitals, universities, and so on.).
os
prov - Clear provisioning image from the flash.
InvokeDHCPDynamic Host Configuration Protocol. A network protocol that enables a server to automatically assign an IP address to an IP-enabled device from a defined range of numbers configured for a given network.client to obtain IP/boot parameters.
Reset the AP to factory default.
Upgrade the boot image.
Exercise caution when using this command.
Help text for the AP boot commands.
Shows manufacturing information of the AP.
Shows theArubaOS图像的通知ation on the AP.
Check network connectivity.
List the environment variables and their current settings. AP boot environment variables are configured using the AP boot
command,Reinstate AP boot configuration to factory default. This includes restoring the default environment variables.
Perform RESET of the APCPUCentral Processing Unit. A CPU is an electronic circuitry in a computer for processing instructions..
Save environment variables to persistent storage.
IP address to be assigned to the AP.
s
NetmaskNetmask is a 32-bit mask used for segregating IP address into subnets. Netmask defines the class and range of IP addresses.to be assigned to the AP.
IP address of the internetgatewayGateway is a network node that allows traffic to flow in and out of the network.used by the AP.
Name of the AP.
Name of the AP group to which the AP should belong.
IP address of the AP’sMobility Controller.
IP address of theTFTPTrivial File Transfer Protocol. The TFTP is a software utility for transferring files from or to a remote host.server from which the AP can download its boot image.
Domain name used by the AP.
BootArubaOSimage over the network usingTFTPTrivial File Transfer Protocol. The TFTP is a software utility for transferring files from or to a remote host.protocol.
升级APBoot或ArubaOSimage. This command has the following sub-parameters:
boot
os [
prov - Upgrade provisioning image from
Displays the APBoot image version.
5.When you are finished, typesaveenvand then pressenterto save your settings
Other AP console commands may be available when accessing an AP directly through its console port, but these commands can cause configuration errors if used improperly and should only be issued under the direct supervision ofArubatechnical support. |
下面的示例配置AP位置和所做的main name using an AP console connection:
Hit
apboot>
apboot> setenv group corporate-2
apboot> setenv domainname mycompany.com
apboot> saveenv
apboot>boot
To view current AP settings using the AP console, issue the commandprintenv
apboot> printenv domainname
domainname=mycompany.com